{"info":{"_postman_id":"d60722a9-3605-4579-a589-48d2afc54839","name":"RegAlytics API Production","description":"<html><head></head><body><h1 id=\"regalytics-api-platform\">RegAlytics API Platform</h1>\n<h2 id=\"enterprise-regulatory-intelligence-at-scale\">Enterprise Regulatory Intelligence at Scale</h2>\n<hr>\n<p>RegAlytics delivers comprehensive regulatory intelligence through a powerful, enterprise-grade API platform. Our solution enables financial institutions, compliance teams, and regulatory professionals to access, search, and monitor regulatory content with unprecedented precision and efficiency.</p>\n<h2 id=\"value-proposition\">Value Proposition</h2>\n<ul>\n<li><p><strong>Comprehensive Coverage</strong>: Access regulatory articles, agencies, states, and related data across multiple jurisdictions</p>\n</li>\n<li><p><strong>Real-time Intelligence</strong>: Stay ahead of regulatory changes with timely updates and alerts</p>\n</li>\n<li><p><strong>Advanced Search Capabilities</strong>: Precision filtering with complex search parameters</p>\n</li>\n<li><p><strong>Enterprise Integration</strong>: Seamlessly incorporate regulatory data into your compliance workflows</p>\n</li>\n<li><p><strong>Scalable Architecture</strong>: Built for high-volume enterprise applications</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"technical-documentation\">Technical Documentation</h2>\n<h3 id=\"base-url\">Base URL</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://api.regalytics.ai/api/\n\n</code></pre><h3 id=\"authentication--security\">Authentication &amp; Security</h3>\n<p>All API endpoints require secure authentication via an API key, which must be included in the request body for all calls.</p>\n<h4 id=\"api-key-requirements\">API Key Requirements</h4>\n<ul>\n<li><p><strong>Length:</strong> 16-50 characters</p>\n</li>\n<li><p><strong>Required:</strong> Yes, for all endpoints</p>\n</li>\n<li><p><strong>Location:</strong> Request body as <code>apikey</code> field</p>\n</li>\n<li><p><strong>Security:</strong> Keys are account-specific with configurable rate limits and access controls</p>\n</li>\n</ul>\n<hr>\n<h3 id=\"api-versions\">API Versions</h3>\n<h4 id=\"v3-recommended\">V3 (Recommended)</h4>\n<ul>\n<li><p><strong>Status:</strong> Active development and support</p>\n</li>\n<li><p><strong>URL Pattern:</strong> Endpoints prefixed with <code>/v3/</code></p>\n</li>\n<li><p><strong>Features:</strong></p>\n<ul>\n<li><p>Optimized performance</p>\n</li>\n<li><p>Enhanced data structures</p>\n</li>\n<li><p>Advanced filtering capabilities</p>\n</li>\n<li><p>Improved pagination</p>\n</li>\n<li><p><strong>Recommended for all new integrations</strong></p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"v2-stable\">V2 (Stable)</h4>\n<ul>\n<li><p><strong>Status:</strong> Maintained for existing integrations</p>\n</li>\n<li><p><strong>URL Pattern:</strong> Endpoints prefixed with <code>/v2/</code></p>\n</li>\n<li><p><strong>Features:</strong></p>\n<ul>\n<li><p>Full feature set</p>\n</li>\n<li><p>Stable and reliable</p>\n</li>\n<li><p>Backward compatible</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"v1-deprecated\">V1 (Deprecated)</h4>\n<ul>\n<li><p><strong>Status:</strong> No longer maintained</p>\n</li>\n<li><p><strong>URL Pattern:</strong> Basic endpoints without version prefix</p>\n</li>\n<li><p><strong>⚠️ IMPORTANT:</strong> Will be removed in future releases</p>\n</li>\n<li><p><strong>⚠️ DO NOT USE</strong> for new integrations</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"v3-api-reference\">V3 API Reference</h2>\n<h3 id=\"core-endpoints\">Core Endpoints</h3>\n<h4 id=\"1-search-articles\">1. Search Articles</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/search</code></p>\n<p><strong>Description:</strong> Search for regulatory articles with advanced filtering options.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"or_includes\": [\"banking regulation\", \"compliance\"],\n      \"and_includes\": [\"SEC\"],\n      \"or_excludes\": [\"draft\"],\n      \"and_excludes\": [\"proposed\"],\n      \"regex\": \".*banking.*\"\n    },\n    \"summary\": {\n      \"or_includes\": [\"financial services\"],\n      \"and_includes\": [\"compliance\"]\n    },\n    \"keyword\": {\n      \"or_includes\": [\"regulation\", \"compliance\"]\n    },\n    \"sector_type\": {\n      \"or_includes\": [\"Banking\", \"Healthcare\"],\n      \"and_includes\": [\"Financial Services\"]\n    },\n    \"states\": {\n      \"or_includes\": [\"California\", \"New York\"],\n      \"and_includes\": [\"United States\"]\n    },\n    \"countries\": {\n      \"or_includes\": [\"United States\", \"Canada\"]\n    },\n    \"agencies\": {\n      \"or_includes\": [\"SEC\", \"FDA\"],\n      \"and_includes\": [\"Federal\"]\n    },\n    \"alert_type\": {\n      \"or_includes\": [\"Rule\", \"Notice\"],\n      \"and_includes\": [\"Final\"]\n    },\n    \"tags\": {\n      \"or_includes\": [\"compliance\", \"regulation\"],\n      \"and_includes\": [\"financial\"]\n    },\n    \"docket_file_number\": {\n      \"or_includes\": [\"Docket-123\", \"Docket-456\"]\n    },\n    \"order_notice\": {\n      \"or_includes\": [\"Order-456\", \"Order-789\"]\n    },\n    \"sec_release_number\": {\n      \"or_includes\": [\"Release-789\", \"Release-101\"]\n    },\n    \"subtype_classification\": {\n      \"or_includes\": [\"Enforcement\", \"Guidance\"]\n    },\n    \"higher_order_alert_classification\": {\n      \"or_includes\": [\"Administrative\", \"Legislative\"]\n    },\n    \"in_federal_register\": {\n      \"or_includes\": [\"true\", \"false\"]\n    },\n    \"federal_register_number\": {\n      \"or_includes\": [\"FR-123\", \"FR-456\"]\n    },\n    \"regalytics_alert_id\": {\n      \"or_includes\": [\"RA-456\", \"RA-789\"]\n    },\n    \"proposed_comments_due_date\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"original_publication_date\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"federal_register_publication_date\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"rule_effective_date\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"latest_update\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"created_at\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"sourced_at\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"event_start_date\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"event_end_date\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"event_start_time\": {\n      \"or_includes\": [\"09:00\", \"10:00\"]\n    },\n    \"event_end_time\": {\n      \"or_includes\": [\"17:00\", \"18:00\"]\n    },\n    \"event_location\": {\n      \"or_includes\": [\"Washington DC\", \"New York\"]\n    },\n    \"published_status\": {\n      \"or_includes\": [\"published\", \"draft\"]\n    },\n    \"related_articles\": {\n      \"or_includes\": [\"article-id-1\", \"article-id-2\"]\n    },\n    \"ls_bill_id\": {\n      \"or_includes\": [\"Bill-123\", \"Bill-456\"]\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Query Parameters:</strong></p>\n<ul>\n<li><code>page</code> (optional): Page number for pagination (default: 1)</li>\n</ul>\n<hr>\n<h3 id=\"search-options-reference\">Search Options Reference</h3>\n<h4 id=\"text-fields-nestedsearchfield\">Text Fields (NestedSearchField)</h4>\n<p>All text-based fields support these query types:</p>\n<ul>\n<li><p><strong><code>or_includes</code></strong>: Array of strings (min 2 chars) - ANY match will include the result</p>\n</li>\n<li><p><strong><code>and_includes</code></strong>: Array of strings (min 2 chars) - ALL must match to include the result</p>\n</li>\n<li><p><strong><code>or_excludes</code></strong>: Array of strings (min 2 chars) - ANY match will exclude the result</p>\n</li>\n<li><p><strong><code>and_excludes</code></strong>: Array of strings (min 2 chars) - ALL must match to exclude the result</p>\n</li>\n<li><p><strong><code>regex</code></strong>: String (min 2 chars) - Regular expression pattern for advanced matching</p>\n</li>\n</ul>\n<h4 id=\"date-fields-datefields\">Date Fields (DateFields)</h4>\n<p>Date-based fields support:</p>\n<ul>\n<li><p><strong><code>start</code></strong>: Date string (YYYY-MM-DD format) - Start of date range</p>\n</li>\n<li><p><strong><code>end</code></strong>: Date string (YYYY-MM-DD format) - End of date range</p>\n</li>\n<li><p><strong>Note</strong>: If only <code>start</code> is provided, <code>end</code> defaults to today's date</p>\n</li>\n</ul>\n<h4 id=\"available-fields\">Available Fields</h4>\n<p><strong>Text Fields (use NestedSearchField structure):</strong></p>\n<ul>\n<li><p><code>title</code>, <code>summary</code>, <code>keyword</code>, <code>sector_type</code>, <code>states</code>, <code>countries</code>, <code>agencies</code></p>\n</li>\n<li><p><code>alert_type</code>, <code>tags</code>, <code>docket_file_number</code>, <code>order_notice</code>, <code>sec_release_number</code></p>\n</li>\n<li><p><code>subtype_classification</code>, <code>higher_order_alert_classification</code>, <code>in_federal_register</code></p>\n</li>\n<li><p><code>federal_register_number</code>, <code>regalytics_alert_id</code>, <code>event_start_time</code>, <code>event_end_time</code></p>\n</li>\n<li><p><code>event_location</code>, <code>published_status</code>, <code>related_articles</code>, <code>ls_bill_id</code></p>\n</li>\n<li><p><code>pdf_url</code>, <code>status</code>, <code>classification</code>, <code>filing_type</code></p>\n</li>\n</ul>\n<p><strong>Date Fields (use DateFields structure):</strong></p>\n<ul>\n<li><p><code>proposed_comments_due_date</code>, <code>original_publication_date</code>, <code>federal_register_publication_date</code></p>\n</li>\n<li><p><code>rule_effective_date</code>, <code>latest_update</code>, <code>created_at</code>, <code>sourced_at</code></p>\n</li>\n<li><p><code>event_start_date</code>, <code>event_end_date</code></p>\n</li>\n</ul>\n<hr>\n<h3 id=\"usage-examples\">Usage Examples</h3>\n<h4 id=\"minimal-request-example\">Minimal Request Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {}\n}\n\n</code></pre>\n<h4 id=\"simple-text-search-example\">Simple Text Search Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"or_includes\": [\"banking\", \"finance\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"date-range-search-example\">Date Range Search Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"latest_update\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"complex-multi-field-search-example\">Complex Multi-Field Search Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"or_includes\": [\"banking regulation\", \"compliance\"],\n      \"and_includes\": [\"SEC\"],\n      \"or_excludes\": [\"draft\"]\n    },\n    \"sector_type\": {\n      \"or_includes\": [\"Banking\", \"Financial Services\"]\n    },\n    \"states\": {\n      \"or_includes\": [\"California\", \"New York\"]\n    },\n    \"agencies\": {\n      \"or_includes\": [\"SEC\", \"FDIC\"]\n    },\n    \"latest_update\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    }\n  }\n}\n\n</code></pre>\n<hr>\n<h3 id=\"advanced-search-patterns\">Advanced Search Patterns</h3>\n<h4 id=\"1-empty-search-get-all-articles\">1. Empty Search (Get All Articles)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {}\n}\n\n</code></pre>\n<h4 id=\"2-simple-title-search\">2. Simple Title Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"or_includes\": [\"banking regulation\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"3-multi-field-or-search\">3. Multi-Field OR Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"or_includes\": [\"banking\", \"finance\", \"securities\"]\n    },\n    \"sector_type\": {\n      \"or_includes\": [\"Banking\", \"Financial Services\"]\n    },\n    \"agencies\": {\n      \"or_includes\": [\"SEC\", \"FDIC\", \"OCC\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"4-complex-andor-search\">4. Complex AND/OR Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"or_includes\": [\"compliance\", \"regulation\"],\n      \"and_includes\": [\"banking\"],\n      \"or_excludes\": [\"draft\", \"proposed\"]\n    },\n    \"summary\": {\n      \"and_includes\": [\"financial institutions\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"5-date-range-search\">5. Date Range Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"latest_update\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-03-31\"\n    },\n    \"rule_effective_date\": {\n      \"start\": \"2024-04-01\",\n      \"end\": \"2024-12-31\"\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"6-geographic-search\">6. Geographic Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"states\": {\n      \"or_includes\": [\"California\", \"New York\", \"Texas\"]\n    },\n    \"countries\": {\n      \"or_includes\": [\"United States\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"7-agency-and-classification-search\">7. Agency and Classification Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"agencies\": {\n      \"or_includes\": [\"SEC\", \"CFTC\"]\n    },\n    \"alert_type\": {\n      \"or_includes\": [\"Rule\", \"Notice\"]\n    },\n    \"subtype_classification\": {\n      \"or_includes\": [\"Enforcement\", \"Guidance\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"8-document-identifier-search\">8. Document Identifier Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"docket_file_number\": {\n      \"or_includes\": [\"Docket-2024-001\", \"Docket-2024-002\"]\n    },\n    \"federal_register_number\": {\n      \"or_includes\": [\"FR-2024-12345\"]\n    },\n    \"regalytics_alert_id\": {\n      \"or_includes\": [\"RA-2024-001\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"9-event-based-search\">9. Event-Based Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"event_start_date\": {\n      \"start\": \"2024-06-01\",\n      \"end\": \"2024-06-30\"\n    },\n    \"event_location\": {\n      \"or_includes\": [\"Washington DC\", \"New York\"]\n    },\n    \"event_start_time\": {\n      \"or_includes\": [\"09:00\", \"10:00\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"10-regex-pattern-search\">10. Regex Pattern Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"regex\": \".*banking.*regulation.*\"\n    },\n    \"summary\": {\n      \"regex\": \".*compliance.*(?:rule|guidance).*\"\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"11-status-and-classification-search\">11. Status and Classification Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"status\": {\n      \"or_includes\": [\"published\", \"final\"]\n    },\n    \"classification\": {\n      \"or_includes\": [\"federal\", \"state\"]\n    },\n    \"filing_type\": {\n      \"or_includes\": [\"single\", \"joint\"]\n    },\n    \"in_federal_register\": {\n      \"or_includes\": [\"true\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"12-tag-based-search\">12. Tag-Based Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"tags\": {\n      \"or_includes\": [\"compliance\", \"risk management\"],\n      \"and_includes\": [\"banking\"]\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"13-pagination-example\">13. Pagination Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"or_includes\": [\"regulation\"]\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Query Parameter:</strong> <code>?page=2</code></p>\n<h4 id=\"14-complete-complex-search\">14. Complete Complex Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\",\n  \"search_options\": {\n    \"title\": {\n      \"or_includes\": [\"banking regulation\", \"compliance\"],\n      \"and_includes\": [\"SEC\"],\n      \"or_excludes\": [\"draft\", \"proposed\"],\n      \"regex\": \".*banking.*\"\n    },\n    \"summary\": {\n      \"and_includes\": [\"financial institutions\"]\n    },\n    \"sector_type\": {\n      \"or_includes\": [\"Banking\", \"Financial Services\"]\n    },\n    \"states\": {\n      \"or_includes\": [\"California\", \"New York\"]\n    },\n    \"agencies\": {\n      \"or_includes\": [\"SEC\", \"FDIC\"]\n    },\n    \"alert_type\": {\n      \"or_includes\": [\"Rule\", \"Notice\"]\n    },\n    \"subtype_classification\": {\n      \"or_includes\": [\"Enforcement\", \"Guidance\"]\n    },\n    \"tags\": {\n      \"or_includes\": [\"compliance\", \"risk management\"]\n    },\n    \"latest_update\": {\n      \"start\": \"2024-01-01\",\n      \"end\": \"2024-12-31\"\n    },\n    \"rule_effective_date\": {\n      \"start\": \"2024-04-01\"\n    },\n    \"in_federal_register\": {\n      \"or_includes\": [\"true\"]\n    },\n    \"status\": {\n      \"or_includes\": [\"published\", \"final\"]\n    }\n  }\n}\n\n</code></pre>\n<hr>\n<h3 id=\"response-format\">Response Format</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"total_results\": 150,\n  \"total_pages\": 6,\n  \"page_number\": 1,\n  \"page_size\": 25,\n  \"results\": [\n    {\n      \"id\": \"article-id-123\",\n      \"title\": \"Article Title\",\n      \"summary\": \"Article summary...\",\n      \"status\": \"published\",\n      \"classification\": \"federal\",\n      \"filing_type\": \"single\",\n      \"in_federal_register\": true,\n      \"federal_register_number\": \"FR-123456\",\n      \"regalytics_alert_id\": \"RA-789\",\n      \"proposed_comments_due_date\": \"2024-03-15\",\n      \"original_publication_date\": \"2024-01-15\",\n      \"federal_register_publication_date\": \"2024-01-20\",\n      \"rule_effective_date\": \"2024-04-01\",\n      \"latest_update\": \"2024-01-20T10:30:00Z\",\n      \"alert_type\": \"Rule\",\n      \"docket_file_number\": \"Docket-123\",\n      \"order_notice\": \"Order-456\",\n      \"sec_release_number\": \"Release-789\",\n      \"pdf_url\": \"https://example.com/document.pdf\",\n      \"event_start_date\": \"2024-02-01\",\n      \"event_end_date\": \"2024-02-01\",\n      \"event_start_time\": \"09:00\",\n      \"event_end_time\": \"17:00\",\n      \"event_location\": \"Washington DC\",\n      \"ls_bill_id\": \"Bill-123\",\n      \"sourced_at\": \"2024-01-15T08:00:00Z\",\n      \"created_at\": \"2024-01-15T08:00:00Z\",\n      \"states\": [\n        {\n          \"id\": \"1\",\n          \"name\": \"California\",\n          \"country\": {\n            \"name\": \"United States\"\n          }\n        }\n      ],\n      \"agencies\": [\n        {\n          \"id\": \"1\",\n          \"name\": \"SEC\",\n          \"states\": [\n            {\n              \"name\": \"California\"\n            }\n          ],\n          \"countries\": [\n            {\n              \"name\": \"United States\"\n            }\n          ]\n        }\n      ],\n      \"sector_type\": [\n        {\n          \"id\": \"1\",\n          \"name\": \"Banking\"\n        }\n      ],\n      \"tags\": [\n        {\n          \"id\": \"1\",\n          \"name\": \"compliance\"\n        }\n      ],\n      \"subtype_classification\": [\n        {\n          \"id\": \"1\",\n          \"name\": \"Enforcement\",\n          \"higher_order_alert_classification\": {\n            \"name\": \"Administrative\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<hr>\n<h3 id=\"reference-data-endpoints\">Reference Data Endpoints</h3>\n<h4 id=\"2-get-sector-types\">2. Get Sector Types</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/sectortypes/</code></p>\n<p><strong>Description:</strong> Retrieve all available sector types.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"Banking\"\n  },\n  {\n    \"name\": \"Healthcare\"\n  },\n  {\n    \"name\": \"Technology\"\n  }\n]\n\n</code></pre>\n<h4 id=\"3-get-states\">3. Get States</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/states/</code></p>\n<p><strong>Description:</strong> Retrieve all available states with country information.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"California\",\n    \"country\": {\n      \"name\": \"United States\"\n    }\n  },\n  {\n    \"name\": \"New York\",\n    \"country\": {\n      \"name\": \"United States\"\n    }\n  }\n]\n\n</code></pre>\n<h4 id=\"4-get-agencies\">4. Get Agencies</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/agencies/</code></p>\n<p><strong>Description:</strong> Retrieve all available agencies with states and countries.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"SEC\",\n    \"states\": [\n      {\n        \"name\": \"California\"\n      }\n    ],\n    \"countries\": [\n      {\n        \"name\": \"United States\"\n      }\n    ]\n  }\n]\n\n</code></pre>\n<h4 id=\"5-get-alert-types\">5. Get Alert Types</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/alerttypes/</code></p>\n<p><strong>Description:</strong> Retrieve all available alert types.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"Rule\"\n  },\n  {\n    \"name\": \"Notice\"\n  },\n  {\n    \"name\": \"Order\"\n  }\n]\n\n</code></pre>\n<h4 id=\"6-get-countries\">6. Get Countries</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/countries/</code></p>\n<p><strong>Description:</strong> Retrieve all available countries.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"United States\"\n  },\n  {\n    \"name\": \"Canada\"\n  }\n]\n\n</code></pre>\n<h4 id=\"7-get-docket-file-numbers\">7. Get Docket File Numbers</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/docketfilenumbers/</code></p>\n<p><strong>Description:</strong> Retrieve all available docket file numbers.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": \"1\",\n    \"name\": \"Docket-123\"\n  }\n]\n\n</code></pre>\n<h4 id=\"8-get-order-notices\">8. Get Order Notices</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/ordernotices/</code></p>\n<p><strong>Description:</strong> Retrieve all available order notices.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": \"1\",\n    \"name\": \"Order-456\"\n  }\n]\n\n</code></pre>\n<h4 id=\"9-get-sec-release-numbers\">9. Get SEC Release Numbers</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/secreleasenumbers/</code></p>\n<p><strong>Description:</strong> Retrieve all available SEC release numbers.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": \"1\",\n    \"name\": \"Release-789\"\n  }\n]\n\n</code></pre>\n<h4 id=\"10-get-subtype-classifications\">10. Get Subtype Classifications</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/subtypeclassifications/</code></p>\n<p><strong>Description:</strong> Retrieve all available subtype classifications.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"Enforcement\"\n  },\n  {\n    \"name\": \"Guidance\"\n  }\n]\n\n</code></pre>\n<h4 id=\"11-get-higher-level-alert-classifications\">11. Get Higher Level Alert Classifications</h4>\n<p><strong>Endpoint:</strong> <code>POST /v3/higherlevelclassification/</code></p>\n<p><strong>Description:</strong> Retrieve all available higher level alert classifications.</p>\n<p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"Administrative\"\n  },\n  {\n    \"name\": \"Legislative\"\n  }\n]\n\n</code></pre>\n<hr>\n<h2 id=\"v2-api-reference-for-existing-integrations\">V2 API Reference (For Existing Integrations)</h2>\n<h3 id=\"search-articles-v2\">Search Articles V2</h3>\n<p><strong>Endpoint:</strong> <code>POST /v2/search</code></p>\n<p><strong>Response Format:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"count\": 150,\n  \"page\": 1,\n  \"per_page\": 25,\n  \"all_pages\": 6,\n  \"articles\": [...],\n  \"total_available\": 150\n}\n\n</code></pre>\n<hr>\n<h2 id=\"implementation-best-practices\">Implementation Best Practices</h2>\n<h3 id=\"search-behavior\">Search Behavior</h3>\n<ul>\n<li><p><strong>Default Sort:</strong> Results are sorted by <code>created_at</code> (descending), then by <code>id</code> (ascending)</p>\n</li>\n<li><p><strong>Consistent Pagination:</strong> This stable sorting ensures consistent pagination results</p>\n</li>\n<li><p><strong>Boolean Queries:</strong> All search conditions are combined using AND logic</p>\n</li>\n<li><p><strong>Date Handling:</strong> If only start date is provided, end date defaults to today</p>\n</li>\n</ul>\n<h3 id=\"performance-optimization\">Performance Optimization</h3>\n<ul>\n<li><p><strong>Cache reference data</strong> (sector types, states, agencies) to reduce API calls</p>\n</li>\n<li><p><strong>Implement pagination</strong> for large result sets</p>\n</li>\n<li><p><strong>Use specific search filters</strong> to improve performance</p>\n</li>\n<li><p><strong>Monitor API usage</strong> to stay within rate limits</p>\n</li>\n</ul>\n<h3 id=\"error-handling\">Error Handling</h3>\n<ul>\n<li><p>Implement appropriate retry logic for transient errors</p>\n</li>\n<li><p>Handle rate limiting with exponential backoff</p>\n</li>\n<li><p>Validate input parameters before sending requests</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"enterprise-support--integration\">Enterprise Support &amp; Integration</h2>\n<h3 id=\"rate-limiting\">Rate Limiting</h3>\n<ul>\n<li><p>API keys have configurable rate limits</p>\n</li>\n<li><p>Rate limits are enforced per API key</p>\n</li>\n<li><p>Contact support for rate limit adjustments</p>\n</li>\n</ul>\n<h3 id=\"security\">Security</h3>\n<ul>\n<li><p>All API requests should use HTTPS</p>\n</li>\n<li><p>API keys should be stored securely</p>\n</li>\n<li><p>Implement proper access controls for API key management</p>\n</li>\n</ul>\n<h3 id=\"support-resources\">Support Resources</h3>\n<ul>\n<li>Support Email: <a href=\"https://mailto:support@regalytics.com\">support@regalytics.com</a></li>\n</ul>\n<hr>\n<h2 id=\"getting-started\">Getting Started</h2>\n<ol>\n<li><p><strong>Request API Access</strong>: Contact our sales team to obtain your API key</p>\n</li>\n<li><p><strong>Explore the API</strong>: Use this collection to test endpoints and understand responses</p>\n</li>\n<li><p><strong>Integrate</strong>: Implement the API in your compliance or regulatory monitoring systems</p>\n</li>\n<li><p><strong>Monitor &amp; Scale</strong>: Track usage and work with our team to scale as needed</p>\n</li>\n</ol>\n<p>For enterprise integration support, custom data requirements, or to discuss advanced features, please contact our solutions team at <a href=\"https://mailto:solutions@regalytics.com\">solutions@regalytics.com</a>.</p>\n<hr>\n<p>© RegAlytics, Inc. All rights reserved.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"RegAlytics API Platform","slug":"regalytics-api-platform"}],"owner":"15670322","collectionId":"d60722a9-3605-4579-a589-48d2afc54839","publishedId":"TzRVeRER","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-14T18:36:55.000Z"},"item":[{"name":"Search","item":[{"name":"Search","id":"527cec8d-01e6-4691-9d43-57a929f4361b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\",\r\n    \"search_options\": {\r\n    \"status_fields\": {\r\n      \"new\": true, \r\n      \"updated\": false\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/search","description":"<p>Searches regulatory articles with filtering options. Returns a JSON array of articles, each containing fields such as id, title, summary, status, classification, agencies, alert_type, and related metadata. Results are ordered by the most recent update. Use search_options to filter by status, keywords, agencies, alert types, and more. The response structure includes key fields: id, title, summary, status, classification, agencies, alert_type, pdf_url, and timestamps.</p>\n","urlObject":{"protocol":"https","path":["api","search"],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"c87a5944-71cd-4275-a912-cfe38d548cb7","name":"Search","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\",\r\n    \"search_options\": {\r\n    \"status_fields\": {\r\n      \"new\": true, \r\n      \"updated\": false\r\n    }\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 26 Aug 2021 13:18:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1501526"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1000,\n    \"articles\": [\n        {\n            \"id\": 55831,\n            \"title\": \"Commission Finds Investment Advisory Firm Committed Fraud\",\n            \"summary\": \"The Corporation Commission ordered respondent AE Wealth Management, LLC to pay $1,159,400 in restitution to 240 former clients in the Tucson area and a $150,000 administrative penalty for committing investment advisory fraud. AE Wealth Management is a registered investment adviser with the U.S. Securities and Exchange Commission. In November 2016, AE Wealth Management and Smith & Cox, LLC, an Arizona licensed investment adviser, agreed to become co-investment advisers to Smith & Cox’s clients in southern Arizona. In settling this matter, AE Wealth Management admits the Commission’s findings, including that it committed investment advisory fraud, for the purpose of this proceeding and agrees to the entry of the consent order. As part of the consent order, AE Wealth Management will pay the $1,159,400 restitution directly to the 240 former clients. The case involving the remaining respondents—Cornerstone Wealth Management, LLC, Nathaniel S. Barnhart, Christopher Spence Cox, William Andrew Smith and Smith & Cox, LLC—is still pending.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ5710420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Corporation Commission, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/08/19/commission-finds-investment-advisory-firm-committed-fraud\",\n            \"created_at\": \"2021-08-26T06:45:05.352540-04:00\"\n        },\n        {\n            \"id\": 55832,\n            \"title\": \"Commission Orders Self-Proclaimed Drug Inventor-Entrepreneur to Repay Investors\",\n            \"summary\": \"The Corporation Commission ordered Charles Hensley of California and his affiliated company, Migranade, Inc. to pay $8,000 in restitution to investors and a $5,000 administrative penalty for committing securities fraud. The Commission found Hensley used investor funds for his personal travel, including airfare and a stay at a Las Vegas hotel and casino. Also, the Commission found the respondents failed to disclose a prior guilty plea in 2011 by Hensley related to his delivery of an unapproved drug called “Vira 38,” which was represented to treat influenza. To date, none of the investors have received any investment returns or repayment of their original investment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ7912620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Corporation Commission, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/08/19/commission-orders-self-proclaimed-drug-inventor-entrepreneur-to-repay-investors\",\n            \"created_at\": \"2021-08-26T06:45:05.416171-04:00\"\n        },\n        {\n            \"id\": 55833,\n            \"title\": \"Commission Orders Halt to Affinity Fraud Scheme and $4.5 Million in Restitution for Investors\",\n            \"summary\": \"The Corporation Commission ordered Daniel Goman of Los Angeles, California and his affiliated company OWNZONES Media Network, Inc. to pay $4.5 million in restitution for fraudulently offering and selling unregistered company stock. The Corporation Commission found that OWNZONES Media Network, Inc. falsified some subscription documents to indicate that investors were accredited investors. Additionally, OWNZONES Media Network, Inc. sent some subscription documents pre-marked to indicate accredited investor status without knowing whether the recipients were accredited investors. The number of non-accredited investors was further obscured by persons referred to as \\\"sub-investors\\\" who invested under the name of existing investors. In settling this matter, Goman and his affiliated company neither admit nor deny the Commission’s findings but agree to the entry of the consent order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ9314020210609\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-06-09\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Corporation Commission, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/06/10/commission-orders-halt-to-affinity-fraud-scheme-and-$4.5-million-in-restitution-for-investors\",\n            \"created_at\": \"2021-08-26T06:45:05.480361-04:00\"\n        },\n        {\n            \"id\": 55835,\n            \"title\": \"California Secures Presidential Major Disaster Declaration to Support Wildfire Response and Recovery Efforts\",\n            \"summary\": \"Governor Gavin Newsom today announced that the White House has approved California’s request for a Presidential Major Disaster Declaration, submitted yesterday, to bolster the ongoing emergency response to wildfires and support impacted communities in Lassen, Nevada, Placer and Plumas counties. Although wildfires are actively burning, the state and its partners are working quickly to provide California communities the resources they need to get back home as soon as it is safe to do so. The state is already removing household hazardous waste due to fires in multiple counties, the first stage of returning damaged properties to their owners. There are also teams on the ground conducting damage assessments documenting the extent of the losses so that the state can maximize its requests for federal aid. Governor Newsom has activated the State Operations Center to its highest level and proclaimed a state of emergency in counties impacted by the Caldor Fire, McFarland and Monument fires, Antelope and River fires, Dixie, Fly and Tamarack fires and the Lava Fire and Beckwourth Complex Fire. The Governor signed an executive order to support impacted communities and bolster wildfire response and recovery efforts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6142620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/24/california-secures-presidential-major-disaster-declaration-to-support-wildfire-response-and-recovery-efforts-8-24-21/\",\n            \"created_at\": \"2021-08-26T06:45:05.612282-04:00\"\n        },\n        {\n            \"id\": 55836,\n            \"title\": \"California Secures Federal Assistance to Support Response to French Fire in Kern County\",\n            \"summary\": \"Governor Gavin Newsom today announced that California has secured a Fire Management Assistance Grant\\u202f(FMAG) from the Federal Emergency Management Agency (FEMA) to help ensure the availability of vital resources to suppress\\u202fthe French Fire in Kern County. Governor Newsom has activated the State Operations Center to its highest level and proclaimed a state of emergency in counties impacted by the Caldor Fire, McFarland and Monument fires, Antelope and River fires, Dixie, Fly and Tamarack fires and the Lava Fire and Beckwourth Complex Fire. The Governor signed an executive order to support impacted communities and bolster wildfire response and recovery efforts. CAL FIRE and Cal OES personnel are responding in concert with other federal, state and local agencies to address emergency management and mutual aid needs for the fires.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6143620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/25/california-secures-federal-assistance-to-support-response-to-french-fire-in-kern-county/\",\n            \"created_at\": \"2021-08-26T06:45:05.677663-04:00\"\n        },\n        {\n            \"id\": 55837,\n            \"title\": \"The Colorado Division of Securities Invites Coloradans to Live Stream the Virtual Event “Investing: a Beginner's Guide for Getting Started” on Friday, August 27 at 11 am MST\",\n            \"summary\": \"The Colorado Division of Securities (the “Division”) is partnering with the Investor Protection Trust and PBS Books to produce the Boomers to Zoomers series which consists of 12 free monthly virtual live stream events and recordings to help the public learn about saving and investing. This month’s event, “ Investing: A Beginner’s Guide for Getting Started,” will focus on those who are new to investing and looking for guidance on how to get started. This virtual event will be live-streamed this Friday, August 27, 2021, on DORA’s Facebook page at 11 am MST. After the event, a free recording will be available on the Division’s website, along with a variety of tools and resources for savers and investors of all ages. This event is the 6th out of the 12-part series.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO173396220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2ee3962\",\n            \"created_at\": \"2021-08-26T06:45:05.740816-04:00\"\n        },\n        {\n            \"id\": 55838,\n            \"title\": \"Federal Court Orders Georgia Man and Two Companies to Pay Over $15.6 Million for Forex Fraud and Registration Violations\",\n            \"summary\": \"The Commodity Futures Trading Commission announced today that the U.S. District Court for the Northern District of Georgia entered an order granting the CFTC’s motion for entry of default judgment against defendants Silver Star FX, LLC d/b/a Silver Star Live (SSL), a former New Mexico limited liability company, Silver Star Live Software LLC (SSLS), a Florida limited liability company, and David Wayne Mayer of Roswell, Georgia. The order finds that all three defendants are liable for solicitation fraud in connection with forex transactions, Commodity Trading Advisor (CTA) fraud, as well as multiple CFTC registration violations. The order requires SSLS and Mayer to pay $3,712,035.93 in restitution jointly and severally and SSL to pay $198,143.03 in restitution. The order further imposes $9,798,107.79 in civil monetary penalties on SSLS; $9,798,107.79 on SSL; and $1,338,000 on Mayer. Additionally, under the order, defendants are permanently enjoined from engaging in conduct that violates the Commodity Exchange Act (CEA), registering with the CFTC, and trading in any CFTC-regulated markets.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84172120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8417-21\",\n            \"created_at\": \"2021-08-26T06:45:05.805382-04:00\"\n        },\n        {\n            \"id\": 55839,\n            \"title\": \"CFTC’s Energy and Environmental Markets Advisory Committee to Meet September 15\",\n            \"summary\": \"CFTC Commissioner Dan M. Berkovitz, the sponsor of the Energy and Environmental Markets Advisory Committee (EEMAC), today announced that the EEMAC will hold a public meeting on Wednesday, September 15, 2021. The meeting will begin at 9:00 a.m. (EDT) and be held via videoconference in accordance with the agency’s implementation of social distancing due to the COVID-19 (coronavirus) pandemic. On June 3, 2021, the EEMAC met to discuss how the derivatives markets can facilitate the transition to a low-carbon economy, including the status of carbon reduction through cap-and-trade and other carbon trading market mechanisms. The discussion at the June 3rd meeting included a proposal to form an EEMAC subcommittee to provide a report to the EEMAC on guiding principles for the design of the derivatives and underlying cash markets for environmental products, such as carbon allowances and offsets, that are used to address greenhouse gas emissions. At this meeting, the EEMAC will further discuss this proposal and vote whether to recommend that the Commission approve the formation of a subcommittee.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84182120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8418-21\",\n            \"created_at\": \"2021-08-26T06:45:05.870269-04:00\"\n        },\n        {\n            \"id\": 55840,\n            \"title\": \"Mortgage Refinance Loans Drove an Increase in Closed-End Originations in 2020, New CFPB Report Finds\",\n            \"summary\": \"A new Home Mortgage Disclosure Act (HMDA) data report on residential mortgage lending trends released today by the Consumer Financial Protection Bureau finds that the total number of closed-end originations as well as applications increased substantially between 2019 and 2020. Closed-end originations (excluding reverse mortgages) increased in 2020 by 65.2 percent, from 8.3 million in 2019 to 13.6 million in 2020. The 2020 HMDA data mark the third year of data that incorporates amendments made to HMDA by the Dodd-Frank Wall Street Reform and Consumer Protection Act of 2010. Changes included new data points, revisions to certain existing data points, and authorizing the CFPB to require new data points. Enacted by Congress in 1975, HMDA requires many financial institutions to maintain, report, and publicly disclose loan-level information about mortgages. Each year, millions of people apply for mortgages. HMDA data allow policymakers, industry, and the public to learn what happened to a great majority of those applications and compare the data to previous years.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB100151DS27720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/mortgage-refinance-loans-drove-an-increase-in-closed-end-originations-in-2020-new-cfpb-report-finds/#\",\n            \"created_at\": \"2021-08-26T06:45:05.935419-04:00\"\n        },\n        {\n            \"id\": 55841,\n            \"title\": \"Technical Specifications for Credit Card Agreement and Data Submissions Required under TILA and the CARD Act (Regulation Z)\",\n            \"summary\": \"Certain credit card issuers must submit credit card agreements and data to the Bureau of Consumer Financial Protection (Bureau) under the Truth in Lending Act (TILA) and the Credit Card Accountability Responsibility and Disclosure Act of 2009 (CARD Act). The Bureau is issuing new technical specifications for complying with those submission requirements. Credit card issuers will make the required submissions under TILA and the CARD Act through the Bureau’s “Collect” website. These technical specifications include registration information and the URL for the website at which issuers (or their designees) can submit the required information. This notification of technical specifications and procedural rule becomes effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4630CFPB12317920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Final Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/documents/10026/cfpb_tech-specs-credit-card-agreement-data-submissions_final-rule_2021-08.pdf\",\n            \"created_at\": \"2021-08-26T06:45:06.000661-04:00\"\n        },\n        {\n            \"id\": 55842,\n            \"title\": \"Revisions to Privacy Act Implementation Rules\",\n            \"summary\": \"The Bureau of Consumer Financial Protection (Bureau or CFPB) makes limited revisions to its regulations that establish the procedures used by the public to obtain records from the Bureau under the Privacy Act of 1974, 5 U.S.C. 552a (Privacy Act). The revisions will change the definition of “Chief Privacy Officer” in order to align the Chief Privacy Officer’s authorities and responsibilities identified in the regulation to those of the Bureau’s designated Senior Agency Official for Privacy. The revisions will also facilitate electronic or remote identity proofing and authentication by creating an additional method for a requester to verify their identity when submitting a Privacy Act request to the Bureau. This rule is effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4630CFPB4510320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Final Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/documents/10035/cfpb_revisions-to-privacy-act-implementation-rules_final-rule_2021-08.pdf\",\n            \"created_at\": \"2021-08-26T06:45:06.075907-04:00\"\n        },\n        {\n            \"id\": 55844,\n            \"title\": \"National Flood Insurance Program: Conforming Changes to Reflect the Biggert-Waters Flood Insurance Reform Act and the Homeowners Flood Insurance Affordability Act, and Additional Clarifications for Plain Language, Correction\",\n            \"summary\": \"On July 20, 2020, FEMA published in the Federal Register a final rule revising the National Flood Insurance Program (NFIP) regulations to codify certain provisions of the Biggert-Waters Flood Insurance Reform Act of 2012 and the Homeowner Flood Insurance Affordability Act of 2014, and to clarify certain existing NFIP rules relating to NFIP operations and the Standard Flood Insurance Policy. This final rule provides corrections to those instructions, to be used in lieu of the information published July 20. This correction is effective October 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18260\",\n            \"regalytics_alert_id\": \"1891FR20211826020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": \"2021-08-25\",\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/25/2021-18260/national-flood-insurance-program-conforming-changes-to-reflect-the-biggert-waters-flood-insurance\",\n            \"created_at\": \"2021-08-26T06:45:06.209995-04:00\"\n        },\n        {\n            \"id\": 55845,\n            \"title\": \"2022-2024 Enterprise Housing Goals\",\n            \"summary\": \"The Federal Housing Finance Agency (FHFA) is issuing a proposed rule with request for comments on the housing goals for Fannie Mae and Freddie Mac (the Enterprises) for 2022 through 2024. The Federal Housing Enterprises Financial Safety and Soundness Act of 1992 requires FHFA to establish annual housing goals for mortgages purchased by the Enterprises. The housing goals include separate categories for single-family and multifamily mortgages on housing that is affordable to low-income and very low-income families, among other categories. The existing housing goals for the Enterprises include benchmark levels through the end of 2021. This proposed rule would establish new benchmark levels for the housing goals and subgoals for 2022 through 2024. The proposed rule would also replace the low income areas subgoal with separate area-based subgoals targeting the individual components of the low-income areas subgoal (minority census tracts and low-income census tracts). Finally, the proposed rule would make several technical changes to definitions and other provisions to conform the regulation to existing practice.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18008\",\n            \"regalytics_alert_id\": \"1891FR20211800820210825\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": \"2021-08-25\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Housing Finance Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/25/2021-18008/2022-2024-enterprise-housing-goals\",\n            \"created_at\": \"2021-08-26T06:45:06.275979-04:00\"\n        },\n        {\n            \"id\": 55846,\n            \"title\": \"Minutes of the Board's Discount Rate Meetings on July 19 and July 28, 2021\",\n            \"summary\": \"The Federal Reserve Board on Tuesday released the minutes of its interest rate meetings on July 19 and July 28, 2021. These are the minutes: discount and advance rates: Requests by twelve Reserve Banks to maintain the existing primary credit rate; and requests to renew the secondary and seasonal credit formulas. On monetary policy implementation: interest on reserve balances rate unchanged; rates on discounts and advances unchanged; and renewal of secondary and seasonal credit formulas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED151214A20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Monetary Policy Update\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/monetary20210824a.htm\",\n            \"created_at\": \"2021-08-26T06:45:06.340356-04:00\"\n        },\n        {\n            \"id\": 55847,\n            \"title\": \"Local Concentration in the Small Business Lending Market and Its Relationship to the Deposit Market\",\n            \"summary\": \"This note analyzes competition and concentration in the small business lending market using data obtained from Community Reinvestment Act (CRA) disclosures and data on local branches from the Federal Deposit Insurance Corporation's (FDIC) Summary of Deposits (SOD). We collect data on SBL activity from two sources. The primary data set is constructed using CRA disclosures. The CRA mandates that banks that exceed an asset threshold of about $1 billion must report small business loans to the Federal Reserve Board annually. Based on the filing, we construct a county-level total loan origination amount for three categories: $100,000 or less, $100,001 to $250,000, and $250,001 to $1 million. The location of branches and their associated deposit amount are obtained from SOD. We define the geographic boundaries of SBL using Fed markets, which are defined by the Federal Reserve System as economically integrated areas around a central city or large town. We investigate how well the competitive condition in the deposit market represents the competitive condition in the SBL market. To this end, we first construct the aggregate SBL amount of each bank in each Fed market.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED267et2420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/notes/feds-notes/local-concentration-in-the-small-business-lending-market-and-its-relationship-to-the-deposit-market-20210824.htm\",\n            \"created_at\": \"2021-08-26T06:45:06.405525-04:00\"\n        },\n        {\n            \"id\": 55851,\n            \"title\": \"Notice of Variances and Waivers: Thomas Dooley\",\n            \"summary\": \"On August 23, 2021, the Florida Office of Financial Regulation issued a Final Order Denying Petition for Waiver of Rule 69W-600.0024, Florida Administrative Code filed by Thomas Dooley. The Office finds that the Petition did not demonstrate that application of paragraph 69W-600.0024(6)(b), Florida Administrative Code, as to Petitioner, would create a substantial hardship. The Office finds that the Petition fails to clearly identify or delineate the specific way(s), Florida Administrative Code, violates principles of fairness by affecting Petitioner in a manner significantly different from the way it affects other similarly situated persons who have to take or retake an examination. Based on the Findings of Fact and Conclusions of Law, the Petition is denied.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492426420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24924264\",\n            \"created_at\": \"2021-08-26T06:45:06.668764-04:00\"\n        },\n        {\n            \"id\": 55852,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Conduct Business Necessary for the Organization of FHCF III, Inc\",\n            \"summary\": \"The Florida Housing Finance Corporation FHFC III, INC. announces a public meeting to which all persons are invited to be held on September 10, 2021, 11:00 a.m., or upon adjournment of the FHFC II, Inc. Board of Directors meeting, at the Hyatt Place Downtown, 25 2nd Street North, St. Petersburg, FL 33701. Agenda: 1. conduct business necessary for the organization of FHFC III, INC.; 2. consider adopting resolutions delegating operational authority to the Executive Director; 3. consideration of all necessary actions with regard to any property owned or held by FHFC III, Inc.; 4. consideration of approval of underwriters for inclusion on approved master list and teams; 5. consideration of all necessary actions for initiating new rules or rule amendments on an emergency or non-emergency basis; 6. consideration of status, workouts, or modifications for existing projects; 7. consideration of matters relating to the statutory purpose of FHFC III, Inc., to provide safe and sanitary housing that is affordable for the residents of Florida; 8. and such other matters as may be included on the Agenda for the September 10, 2021, Board Meeting.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492387620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24923876\",\n            \"created_at\": \"2021-08-26T06:45:06.733802-04:00\"\n        },\n        {\n            \"id\": 55853,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Conduct Business Necessary for the Organization of FHCF II, Inc\",\n            \"summary\": \"The Florida Housing Finance Corporation FHFC II, INC. announces a public meeting to which all persons are invited to be held on September 10, 2021, 11:00 a.m., or upon adjournment of the Florida Housing Finance Corporation Board of Directors meeting, until adjourned, at the Hyatt Place Downtown, 25 2nd Street North, St. Petersburg, FL 33701. Agenda: 1. conduct business necessary for the organization of FHFC II, INC.; 2. consider adopting resolutions delegating operational authority to the Executive Director; 3. consideration of all necessary actions with regard to any property owned or held by FHFC II, Inc.; 4. consideration of approval of underwriters for inclusion on approved master list and teams; 5. consideration of all necessary actions for initiating new rules or rule amendments on an emergency or non-emergency basis; 6. consideration of status, workouts, or modifications for existing projects; 7. consideration of matters relating to the statutory purpose of FHFC II, Inc., to provide safe and sanitary housing that is affordable for the residents of Florida; 8. and such other matters as may be included on the Agenda for the September 10, 2021, Board Meeting.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492397320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24923973\",\n            \"created_at\": \"2021-08-26T06:45:06.797952-04:00\"\n        },\n        {\n            \"id\": 55854,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Financing and Acknowledgement Resolutions for Various Multifamily Developments\",\n            \"summary\": \"The Florida Housing Finance Corporation announces a public meeting to which all persons are invited to be held on September 10, 2021, 9:30 a.m. until adjourned at the Hyatt Place Downtown, 25 2nd Street North, St. Petersburg, FL 33701. Included in the agenda but not only are the following topics: 1. consider financing and acknowledgement resolutions for various multifamily developments, under any multifamily program, including the ranking of developments; 2. consider appointment of professionals including but not limited to trustee and/or originator/servicer for upcoming and/or past multifamily programs and single-family programs; 3. consider approval of all bond documents for and terms of all upcoming single-family and multifamily bond sales, including those secured by third-party guarantors, letters-of-credit, insurance or other mechanisms; 4. consider adopting resolutions authorizing negotiated or competitive sale of bonds on various single-family and multifamily issues; 5. consider directing Staff to submit summaries of various TEFRA/Public Hearings to the Governor; and, 6. consideration of policy issues concerning ongoing and upcoming single-family bond issues including initiation of request for proposals on an emergency basis, and structuring new issues.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492407020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24924070\",\n            \"created_at\": \"2021-08-26T06:45:06.865565-04:00\"\n        },\n        {\n            \"id\": 55855,\n            \"title\": \"Notice of Variances and Waivers: HTG Luna, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (9/15/2016) regarding Definitions, from HTG Luna, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492571920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24925719\",\n            \"created_at\": \"2021-08-26T06:45:06.931930-04:00\"\n        },\n        {\n            \"id\": 55856,\n            \"title\": \"Notice of Variances and Waivers: HTG Addison, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (9/15/2016) regarding Definitions from HTG Addison, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492591320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24925913\",\n            \"created_at\": \"2021-08-26T06:45:07.001067-04:00\"\n        },\n        {\n            \"id\": 55857,\n            \"title\": \"Notice of Variances and Waivers: HTG Creekside, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (5/24/2017) regarding Definitions, from HTG Creekside, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492639820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926398\",\n            \"created_at\": \"2021-08-26T06:45:07.064746-04:00\"\n        },\n        {\n            \"id\": 55858,\n            \"title\": \"Notice of Variances and Waivers: HTG Palms, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) and 67-21.002(9), (85) Florida Administrative Code (5/24/2017) regarding Definitions, from HTG Palms, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492659220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926592\",\n            \"created_at\": \"2021-08-26T06:45:07.130289-04:00\"\n        },\n        {\n            \"id\": 55859,\n            \"title\": \"Notice of Variances and Waivers: HTG Osprey Pointe, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) and 67-21.002(9), (85) Florida Administrative Code (5/24/2017) regarding Definitions, from HTG Osprey Pointe, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492668920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926689\",\n            \"created_at\": \"2021-08-26T06:45:07.194130-04:00\"\n        },\n        {\n            \"id\": 55860,\n            \"title\": \"Notice of Variances and Waivers: Lake Beulah, Ltd\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) and 67-21.002(9), (85) Florida Administrative Code (9/15/2016) regarding Definitions, from Lake Beulah, Ltd to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492678620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926786\",\n            \"created_at\": \"2021-08-26T06:45:07.258109-04:00\"\n        },\n        {\n            \"id\": 55861,\n            \"title\": \"Notice of Variances and Waivers: HTG Paradise, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (5/24/2017) regarding Definitions, from HTG Paradise, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492698020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926980\",\n            \"created_at\": \"2021-08-26T06:45:07.322003-04:00\"\n        },\n        {\n            \"id\": 55862,\n            \"title\": \"Notice of Variances and Waivers: HTG Hammock Ridge II, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (9/15/2016)regarding Definitions, from HTG Hammock Ridge II, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492717420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24927174\",\n            \"created_at\": \"2021-08-26T06:45:07.385771-04:00\"\n        },\n        {\n            \"id\": 55863,\n            \"title\": \"Notice of Variances and Waivers: Ambar Riverview, Ltd\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002(96) Florida Administrative Code (7/8/18)regarding Definitions, and the 2018 Qualified Allocation Plan from Ambar Riverview, Ltd. to permit the requested credit exchange, immediate return of Petitioner's 2020 Housing Credit Allocation, and an immediate allocation of new Housing Credits. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492765920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24927659\",\n            \"created_at\": \"2021-08-26T06:45:07.448532-04:00\"\n        },\n        {\n            \"id\": 55866,\n            \"title\": \"Senate Bill 2411: Reinsurance Credits\",\n            \"summary\": \"Signed by the Governor on 08/24/2021. Amends the Illinois Insurance Code. In provisions concerning enterprise risk filings, describes insurance holding company systems that are required to file an annual group capital calculation and those that are exempt from filing a group capital calculation. Provides that the ultimate controlling person of every insurer subject to registration and scoped into the NAIC Liquidity Stress Test Framework shall file the results of a specific year's liquidity stress test. Sets forth restrictions on insurer publishing. In provisions concerning credit allowed for domestic ceding insurers, provides terms by which credit is allowed for reinsurance. Provides that credit shall be allowed when reinsurance is ceded to an assuming insurer that meets specified conditions. Provides that the Director shall timely create and publish a list of reciprocal jurisdictions. Provides that the Director shall timely create and publish a list of assuming insurers that have satisfied specified conditions and to which cessions shall be granted. Provides that the Director may revoke or suspend the eligibility of the assuming insurer. Provides that the ceding insurer or its representative may seek and obtain an order requiring that the assuming insurer post security for all outstanding ceded liabilities under specified conditions. Provides that credit may be taken only for reinsurance agreements entered into, amended, or renewed on or after the effective date of the amendatory Act and only for losses incurred and reported on or after specified dates. Provides that the amendatory Act shall not limit or in any way alter the capacity of parties to a reinsurance agreement to agree on requirements for security or other terms in that reinsurance agreement except as expressly prohibited by applicable law or regulation, shall not authorize an assuming insurer to withdraw or reduce the security provided under any reinsurance agreement except as permitted by the terms of the agreement, and shall not limit or in any way alter the capacity of parties to any reinsurance agreement to renegotiate the agreement. Defines \\\"group capital calculation instructions\\\", \\\"NAIC Liquidity Stress Test Framework\\\", and \\\"scope criteria\\\". Makes other changes. Effective December 31, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1241128P7820210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-12-31\",\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2411&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-26T06:45:07.637096-04:00\"\n        },\n        {\n            \"id\": 55867,\n            \"title\": \"Proposing Rule Making Related to Secondary Capital Agreements and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Credit Union Division proposes to amend Chapter 7, “Low-Income Designated Credit Union,” Iowa Administrative Code. The proposed amendment is intended to articulate requirements for credit unions to notify the Division prior to funding secondary capital agreements. Any interested person may submit written comments concerning this proposed rulemaking. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 14, 2021. No public hearing is scheduled at this time. The following rule-making action is proposed: Adopt the following new rule 189—7.7(533): 189—7.7(533) Funding secondary capital. At least 30 days prior to funding any secondary capital agreement, a credit union shall notify the superintendent and provide the secondary capital account contract agreement, accurately disclosing the terms and conditions of the agreement, and due diligence completed by the credit union.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5879C4120210825\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Credit Union Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5879C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.700695-04:00\"\n        },\n        {\n            \"id\": 55868,\n            \"title\": \"Proposing Rule Making Related to Education Requirements and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Credit Union Division proposes to amend Chapter 2, “Organization, Chartering and Field of Membership of a Credit Union,” Iowa Administrative Code. The proposed amendment codifies the Division’s expectations regarding state credit union boards of directors’ education requirements and is comparable to requirements for federally chartered credit unions’ boards of directors. Any interested person may submit written comments concerning this proposed rule making. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 14, 2021. No public hearing is scheduled at this time.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5880C4620210825\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Credit Union Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5880C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.764538-04:00\"\n        },\n        {\n            \"id\": 55869,\n            \"title\": \"Proposing Rule Making Related to Fees and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Credit Union Division proposes to amend Chapter 15, “Foreign Credit Union Branch Offices,” Iowa Administrative Code. The proposed amendment updates the annual fees paid by foreign credit unions to the Division. Any interested person may submit written comments concerning this proposed rule making. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 14, 2021. No public hearing is scheduled at this time. The following rule-making action is proposed: Each credit union operating a branch office in this state shall pay an annual registration fee of $1,000 plus $250 for each branch or office located in Iowa to the superintendent on or before February 1 of each year.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5881C4220210825\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Credit Union Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5881C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.828488-04:00\"\n        },\n        {\n            \"id\": 55870,\n            \"title\": \"Proposing Rule Making Related to Membership Voting and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Credit Union Division proposes to amend Chapter 12, “Votes of the Membership,” Iowa Administrative Code. The proposed amendments are intended to simplify and update the technical requirements for substantive votes of the credit union membership. The amendments consolidate technical rules into a comprehensive voting system and articulate substantive components in individual subrules. Any interested person may submit written comments concerning this proposed rule making. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 14, 2021. No public hearing is scheduled at this time.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5882C4420210825\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Credit Union Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5882C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.892151-04:00\"\n        },\n        {\n            \"id\": 55871,\n            \"title\": \"Proposing Rule Making Related to Surplus Lines Insurers and Risk Retention Groups and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Insurance Division proposes to amend Chapter 21, “Requirements for Surplus Lines, Risk Retention Groups and Purchasing Groups,” Iowa Administrative Code. This proposed rule making adds a late fee of $500 for surplus lines insurers and risk retention groups that (1) fail to file renewal applications by March 1 of each year following the year of registration or fail to submit requested information or (2) fail to file a financial statement as instructed on the Division’s website. The Division has been unable to secure reasonable compliance with the renewal requirements and timely submission of financial statements for eligible surplus lines insurers and risk retention groups. This increasing noncompliance has taken two forms: more filers filing after the deadline and more filers requiring additional outreach from the Division. In 2020, 13 surplus lines insurers and 11 risk retention groups failed to timely file their renewal. Under the existing Chapter 21, noncompliance requires automatic termination of the insurer’s status as an eligible surplus lines insurer. In the event of noncompliance, the Division may also pursue a formal administrative proceeding. The proposed subrules consistently apply the same penalty to surplus lines insurers and risk retention groups as is applied to other insurers that fail to timely file an application for renewal or fail to timely file financial statements. Any interested person may submit written comments concerning this proposed rule making. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 15, 2021. A public hearing at which persons may present their views orally or in writing will be held on September 15, 2021 9 a.m. Via conference call.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5874C9220210825\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5874C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.957061-04:00\"\n        },\n        {\n            \"id\": 55872,\n            \"title\": \"Proposing Rule Making Related to Viatical and Life Settlement Reporting Requirements and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Insurance Division proposes to amend Chapter 48, “Viatical and Life Settlements,” Iowa Administrative Code. This proposed rule making clarifies the requirements of the annual report for viatical settlement providers and adds a late fee of $100. There are 13 licensed viatical settlement providers, and the Division has received seven late reports in the past two years. The goal of this rule making is to make the annual reports more uniform and to discourage late filing. Any interested person may submit written or oral comments concerning this proposed rule making. Written or oral comments in response to this rule making must be received by the Division no later than 4 p.m. on September 15, 2021. If requested, a public hearing at which persons may present their views orally or in writing will be held on September 15, 2021 10 a.m. Via conference call.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5875C5920210825\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5875C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:08.023154-04:00\"\n        },\n        {\n            \"id\": 55873,\n            \"title\": \"Order Reinstating License After Suspension: Tanya Schettler\",\n            \"summary\": \"Tanya Schettler (“Applicant”) is an individual with a last-known residence, business, and mailing address of 10223 Thorne Drive West Des Moines, Iowa 50266-5983. Applicant filed an application with the Iowa Insurance Division (“Division”) for reinstatement of her suspended Iowa insurance producer license. The Commissioner is authorized to issue this order pursuant to Iowa Administrative Code rule 191—10.10. It is therefore ordered that Applicant’s Reinstatement Application is granted and her license is hereby reinstated; and Applicant shall immediately be permitted to transact and participate in the business of insurance in Iowa. It is further ordered that the one hundred dollar ($100) payment remitted with the Reinstatement Application for administrative costs shall be paid to the Iowa Insurance Division Enforcement Fund to provide funds for insurance enforcement and education.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1510760420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-tanya-schettler-0\",\n            \"created_at\": \"2021-08-26T06:45:08.085943-04:00\"\n        },\n        {\n            \"id\": 55875,\n            \"title\": \"Amid Pandemic, State Revenue Up 6.6 Percent Over Downgraded Expectation\",\n            \"summary\": \"In its monthly revenue update, Maine’s Department of Administrative & Financial Services (DAFS) is reporting that January’s General Fund revenues surpassed the projections of the nonpartisan, independent Revenue Forecasting Committee by $89.5 million or 25 percent for the month, and by $154.3 million or 6.6 percent for the first seven months of the fiscal year. Adjusting for the increase in the rate of revenue sharing to local cities and towns, when compared to the same seven-month period last fiscal year, General Fund revenues are up by 4.7 percent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18873MEAM3314520210225\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Department of Administrative and Financial Services, Maine Revenue Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/dafs/sites/maine.gov.dafs/files/inline-files/Amid Pandemic%2C State Revenue Up 6.6 Percent Over Downgraded Expectations.pdf\",\n            \"created_at\": \"2021-08-26T06:45:08.213577-04:00\"\n        },\n        {\n            \"id\": 55876,\n            \"title\": \"Mills Administration Unveils Local Fiscal Recovery Program to Distribute $119 Million in American Rescue Plan Act Funds to Maine Towns and Cities\",\n            \"summary\": \"The Mills Administration unveiled today a fiscal recovery program to distribute $119.2 million in Federal funding from the American Rescue Plan Act of 2021 (ARPA) to local governments across Maine. The Local Fiscal Recovery Program is a State pathway to infuse Federal funds into Maine towns and cities to support a variety of their economic recovery priorities, such as addressing the economic or public health impacts of the COVID-19 pandemic, replacing lost public sector revenue, or investing in water, sewer, and broadband infrastructure. The Mills Administration applied for the Local Fiscal Recovery Funds from the U.S. Treasury and has received $59.6 million for immediate distribution, with a second tranche of equal value expected in approximately one year and to be distributed at that time.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME14513220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/mills-administration-unveils-local-fiscal-recovery-program-distribute-119-million-american\",\n            \"created_at\": \"2021-08-26T06:45:08.276177-04:00\"\n        },\n        {\n            \"id\": 55877,\n            \"title\": \"Governor Mills and Commissioner Beal Pledge to Assist Maine Organic Dairy Farms in Wake of Danone Decision to not Renew Milk Contracts with 14 Maine Farms\",\n            \"summary\": \"After Danone, the owner of Horizon Organic, notified 14 Maine organic dairy farms that the global brand intends not to renew contracts for milk with them and other farms across New England Governor Janet Mills and Maine Department of Agriculture, Conservation and Forestry Commissioner Amanda Beal released the following statement today pledging to assist the 14 Maine farms: “The Department has begun the process of reaching out to the impacted farms, and its Bureau of Agriculture, Food and Rural Resources is exploring ways to assist these farms in response to this disappointing decision. The Department has also started working with Maine’s Congressional Delegation and other agriculture industry stakeholders to form a working group that will discuss both short- and long-term strategies to help the affected farms and support the ongoing viability of Maine’s dairy industry.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME15413020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/governor-mills-and-commissioner-beal-pledge-assist-maine-organic-dairy-farms-wake-danone\",\n            \"created_at\": \"2021-08-26T06:45:08.338904-04:00\"\n        },\n        {\n            \"id\": 55878,\n            \"title\": \"Proposed Rule Regarding the Mississippi Site Development Grant – Select Sites Program Guidelines\",\n            \"summary\": \"On August 25, 2021, the Mississippi Secretary of State received and adopted a rule proposal regarding The Mississippi Site Development Grant - Select Sites Program Guidelines from Title 6 Economic Development: Part 9 Economic Development Division. The rules and regulations allow MDA to implement and administer the grant program. It will become effective 30 days after its filing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16048MS2583720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-24\",\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Final Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Mississippi\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Mississippi Development Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.ms.gov/adminsearch/ACProposed/00025837a.pdf#\",\n            \"created_at\": \"2021-08-26T06:45:08.406013-04:00\"\n        },\n        {\n            \"id\": 55884,\n            \"title\": \"Streamlined CDFI Application Qualifying Round Opens September 12\",\n            \"summary\": \"Federally insured, low-income credit unions seeking a Community Development Financial Institution certification can apply for the National Credit Union Administration’s streamlined qualification process between September 12 and October 15. To qualify, low-income-designated credit unions must register in the NCUA’s CyberGrants system and complete an online Participation Form. The NCUA’s Office of Credit Union Resources and Expansion will review each credit union’s products, services, and other indicators to determine whether the credit union qualifies for the streamlined certification application. The NCUA will provide qualified credit unions with the necessary information to complete and submit the streamlined certification application to the CDFI Fund. The CDFI Fund makes the final certification decisions. Credit unions that do not qualify to use the streamlined process may still pursue the CDFI certification through the standard application.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA6010820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/streamlined-cdfi-application-qualifying-round-opens-sept-12\",\n            \"created_at\": \"2021-08-26T06:45:08.786945-04:00\"\n        },\n        {\n            \"id\": 55886,\n            \"title\": \"Governor Kate Brown Issues Statement on Revenue Forecast\",\n            \"summary\": \"Governor Kate Brown issued the following statement today on the state’s revenue forecast: “Today’s revenue forecast is another sign that Oregon’s economy is healthy, strong, and on the path for a rapid recovery. This is welcome news at a time that Oregonians continue to face immense challenges: from wildfire recovery to extreme drought to our worst surge of cases and hospitalizations during the COVID-19 pandemic. My priority will be to continue to address the challenges facing Oregon families, including the disparities resulting from systemic racism, with a particular focus on ensuring our hospitals and health care workers have the resources they need to continue to provide patients with life-saving care.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8359OR6431320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.oregon.gov/newsroom/Pages/NewsDetail.aspx?newsid=64313\",\n            \"created_at\": \"2021-08-26T06:45:08.913045-04:00\"\n        },\n        {\n            \"id\": 55887,\n            \"title\": \"Treasurer Magaziner Announces Rhode Island Pension Fund Reaches New All-Time High of $10.34 Billion\",\n            \"summary\": \"Pension Fund earns more than $2 billion over the last year; The Rhode Island pension fund continued its strong performance, growing modestly during the first month of the new Fiscal Year ending June 30, 2022, with an all-time high of approximately $10.34 billion after gaining more than $2 billion in assets over the last year. During the month of July, the pension fund returned 0.48%. The pension fund continues to outperform its long-term actuarial target return of 7.0% on a trailing basis, achieving annualized returns of 22.28%, 11.19%, and 10.45% for the trailing 1-year, 3-year, and 5-year periods compared to a traditional 60 stock /40 bond benchmark return of 18.76%, 10.88%, 9.70% over the same periods, respectively.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4194720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Rhode Island\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Office of the General Treasurer\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ri.gov/press/view/41947\",\n            \"created_at\": \"2021-08-26T06:45:08.977745-04:00\"\n        },\n        {\n            \"id\": 55888,\n            \"title\": \"SEC Charges Netflix Insider Trading Ring\",\n            \"summary\": \"The Securities and Exchange Commission announced insider trading charges against three former Netflix, Inc. software engineers and two close associates who generated over $3 million in total profits by trading on confidential information about Netflix's subscriber growth. The SEC's complaint alleges that after Sung Mo Jun left Netflix in 2017, he obtained confidential Netflix subscriber growth information from another Netflix insider, Ayden Lee. Sung Mo Jun allegedly traded himself and tipped Joon Jun and Chon in advance of Netflix earnings announcements from 2017 to 2019. The SEC's complaint, filed in federal court in Seattle, charges Sung Mo Jun, Joon Jun, Chon, Lee, and Bae with violating the antifraud provisions of the Securities Exchange Act of 1934. Sung Mo Jun, Joon Jun, Chon, and Lee have consented to the entry of judgments which, if approved by the court, would permanently enjoin each from violating the charged provisions, with civil penalties, if any, to be decided later by the court. Bae consented to the entry of a final judgment, also subject to court approval, permanently enjoining him from violating the Exchange Act and imposing a civil penalty of $72,875.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2518020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25180.htm\",\n            \"created_at\": \"2021-08-26T06:45:09.042786-04:00\"\n        },\n        {\n            \"id\": 55889,\n            \"title\": \"SEC Charges Former CEO of Technology Company with $80 Million Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today charged Manish Lachwani, the former CEO of HeadSpin Inc., a Silicon Valley-based private technology company, with defrauding investors out of $80 million by falsely claiming that the company had achieved strong and consistent growth in acquiring customers and generating revenue. The SEC's complaint alleges that from at least 2018 through 2020, Lachwani engaged in a fraudulent scheme to propel HeadSpin's valuation to over $1 billion by falsely inflating the company's key financial metrics and doctoring its internal sales records. The SEC's complaint charges Lachwani with violating antifraud provisions of the federal securities laws and seeks penalties, a permanent injunction, a conduct-based injunction, and an officer and director bar. The U.S. Attorney's Office for the Northern District of California today announced criminal charges against Lachwani.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC240CD7EE20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-164\",\n            \"created_at\": \"2021-08-26T06:45:09.106942-04:00\"\n        },\n        {\n            \"id\": 55890,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: ATI Nationwide Holding Corp\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing against ATI Nationwide Holding Corp. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions set forth shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order within ten days after service of this Order and the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349274020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92740.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.171383-04:00\"\n        },\n        {\n            \"id\": 55891,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Chineseinvestors.Com, Inc\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing to ChineseInvestors.com, Inc. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules. Accordingly, it is ordered that a public hearing before the Commission for the purpose of taking evidence be held. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order. It is further ordered that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349274220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92742.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.236045-04:00\"\n        },\n        {\n            \"id\": 55892,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Empire Post Media\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing to Empire Post Media. EMPM is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed for the period ended August 31, 2019, which reported a net loss of $58,265 for the prior nine months. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order within ten days after service of this Order. It is further ordered that the Division of Enforcement and respondent shall conduct a prehearing conference for an answer.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349274420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92744.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.301295-04:00\"\n        },\n        {\n            \"id\": 55893,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: EV CHARGING USA, INC\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing to EV Charington USA. EVUS is delinquent in its periodic filings with the Commission and has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions set forth be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an answer to the allegations contained in this Order within ten days after service of this Order. It is further ordered that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349274620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92746.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.365471-04:00\"\n        },\n        {\n            \"id\": 55894,\n            \"title\": \"SEC Obtains Emergency Relief, Charges Investment Adviser and Its Principal with Operating $110 Million Ponzi Scheme\",\n            \"summary\": \"On August 20, 2021, the Securities and Exchange Commission filed an emergency action to stop a fraudulent Ponzi scheme allegedly perpetrated by Marietta, Georgia resident John Woods and two entities he controls: registered investment adviser Livingston Group Asset Management Company, Southport Capital, and investment fund Horizon Private Equity, III LLC. According to the SEC's complaint, the defendants have raised more than $110 million from over 400 investors in 20 states by offering and selling membership units in Horizon. The complaint also alleges that Woods repeatedly lied to the SEC during regulatory examinations of Southport. The SEC's complaint charges the defendants with violating the antifraud provisions of the federal securities laws. The complaint seeks preliminary and permanent injunctions, disgorgement, prejudgment interest, civil penalties, an asset freeze, and the appointment of a receiver.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC3827729620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-163\",\n            \"created_at\": \"2021-08-26T06:45:09.430034-04:00\"\n        },\n        {\n            \"id\": 55895,\n            \"title\": \"Order Instituting Administrative Proceedings Making Findings, and Imposing Remedial Sanctions: Charles Samel\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings against Charles Samel. From at least 2010 through 2018, Samel was an associated person of International Investment Group, LLC, a New York-based investment adviser whose registration was revoked by the Commission in 2019. The Commission’s complaint alleged that Samel aided and abetted a scheme by IIG to defraud its investment advisory clients. On August 23, 2021, a final judgment was entered by consent against Samel, permanently enjoining him from future violations. Accordingly, it is hereby ORDERED that Respondent Samel be, and hereby is barred from association with any investment adviser, broker, dealer, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA583120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5831.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.495447-04:00\"\n        },\n        {\n            \"id\": 55896,\n            \"title\": \"SEC Charges Former CEO of Technology Company with $80 Million Fraud: Manish Lachwani\",\n            \"summary\": \"The Securities and Exchange Commission charged Manish Lachwani, the former CEO of HeadSpin Inc., a Silicon Valley-based private technology company, with defrauding investors out of $80 million by falsely claiming that the company had achieved strong and consistent growth in acquiring customers and generating revenue. The SEC's complaint, filed in the U.S. District Court for the Northern District of California, alleges that from at least 2018 through 2020, Lachwani engaged in a fraudulent scheme to propel HeadSpin's valuation to over $1 billion by falsely inflating the company's key financial metrics and doctoring its internal sales records. According to the complaint, Lachwani's fraud unraveled after the company's Board of Directors conducted an internal investigation that revealed significant issues with HeadSpin's reporting of customer deals, and revised HeadSpin's valuation down from $1.1 billion to $300 million. The SEC's complaint charges Lachwani with violating antifraud provisions, and seeks a permanent injunction, a conduct-based injunction, a civil penalty, and an officer and director bar.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2518220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25182.htm\",\n            \"created_at\": \"2021-08-26T06:45:09.562949-04:00\"\n        },\n        {\n            \"id\": 55897,\n            \"title\": \"SEC Charges Promoters of Offering Fraud Targeting Practitioners of Alternative Medicine and Transcendental Meditation: Carl Jensen and Stephen W. Gold, Defendants, and Kerry Margolis and Michael Hock, Relief Defendants\",\n            \"summary\": \"The Securities and Exchange Commission announced that it has filed an injunctive action against Carl Jensen, a Canadian citizen residing in Brisbane, Queensland, Australia, and his associates, for an alleged offering fraud that raised more than $7 million from at least 75 retail investors in the United States and worldwide, targeting practitioners in the fields of alternative medicine and transcendental meditation, including retirees. The SEC's complaint alleges that since at least 2015, Jensen has raised investor funds through promissory notes by claiming remarkable, rapid-fire returns, between ten to hundreds of times the investors' principal, payable in anywhere from a week to thirty days. The SEC further alleges that for years Jensen's investors have received few to no returns, and the majority of the money raised from investors has been spent on Jensen, Gold, Margolis and Hock's personal expenses such as clothing, rent, online retail, and credit card payments, or simply withdrawn in cash. The complaint seeks permanent injunctions, disgorgement with prejudgment interest, and civil penalties against Jensen and Gold. The complaint also seeks disgorgement with prejudgment interest from Margolis and Hock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2518320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25183.htm\",\n            \"created_at\": \"2021-08-26T06:45:09.627551-04:00\"\n        },\n        {\n            \"id\": 55898,\n            \"title\": \"Chair Gensler Announces Addition of Barbara Roper to Senior Staff\",\n            \"summary\": \"The Securities and Exchange Commission today announced the appointment of Barbara Roper as Senior Advisor to the Chair. Ms. Roper's focus will be on issues relating to retail investor protection, including matters relating to policy, broker-dealer oversight, investment adviser oversight, and examinations. She is currently the Director of Investor Protection for the Consumer Federation of America (CFA). Ms. Roper has worked at the CFA for 35 years and has been a leading consumer spokesperson on investor protection issues, particularly the standards that apply to investment professionals investors rely on for advice and recommendations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC9F7014BC20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-165\",\n            \"created_at\": \"2021-08-26T06:45:09.690506-04:00\"\n        },\n        {\n            \"id\": 55899,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order: Jonathan Roberts Advisory Group, Inc. d/b/a J.W. Cole Advisors, Inc.\",\n            \"summary\": \"These proceedings arise out of breaches of fiduciary duty by Jonathan Roberts Advisory Group, Inc. d/b/a J.W. Cole Advisors, Inc., (“Respondent”), a registered investment adviser, in connection with JWCA’s mutual fund share class selection practices that resulted in an unaffiliated broker-dealer, J.W. Cole Financial, Inc. (“JWCF”), receiving three types of fees as a result of JWCA’s advisory clients’ investments at times from January 2014 through March 2021. The fees that JWCF received resulted in a benefit to JWCA due to an expense sharing agreement between JWCA and JWCF (the “Expense Sharing Agreement”). The Expense Sharing Agreement, described herein, had the effect of reducing the amount JWCA paid to JWCF under that agreement when JWCA placed its clients in certain investments that paid higher fees to JWCF. These fees included: (1) fees JWCF received when JWCA purchased, recommended, or held for clients mutual fund share classes that paid fees instead of lower-cost available share classes for the same funds that did not charge these fees; and (2) fees JWCF received from its Clearing Broker as a result of JWCA sweeping its advisory clients’ cash into certain money market mutual funds (“money market funds”) instead of lower-cost share classes for the same money market funds that were available to clients that did not result in the payment of fees to JWCF. As a result, Respondent willfully violated Section 206(2) of the Advisers Act and Section 206(4) of the Advisers Act and Rule 206(4)-7. Accordingly, it is hereby ordered that Respondent cease and desist from committing or causing any violations and any future violations of Sections 206(2) and 206(4) of the Advisers Act and Rule 206(4)-7 promulgated thereunder. Respondent is censured and shall pay disgorgement, prejudgment interest, and a civil penalty, totaling $1,957,053.11.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA583220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5832.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.753815-04:00\"\n        },\n        {\n            \"id\": 55900,\n            \"title\": \"Virtual Meeting Agenda\",\n            \"summary\": \"The State Board of Financial Institutions will held a meeting on September 1, 2021, 10:00 A.M. at Governor’s conference room Wade Hampton Building, 1st Floor. Agenda includes Approval of the September 1, 2021 proposed Agenda; Approval of the August 4, 2021 Board Minutes; Committee Reports; and Commissioner Reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1099SC2011720210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"South Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina State Board of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://bofi.sc.gov/sites/default/files/Documents/September 1 2021 Board of Financial Institutions Meeting Agenda.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.816262-04:00\"\n        },\n        {\n            \"id\": 55901,\n            \"title\": \"DOR Partners with DPS in Adding New Functionalities to the DMV Now Kiosks\",\n            \"summary\": \"South Dakotans can now complete five different transactions by using a DMV Now Kiosk. Earlier this summer, the Department of Revenue launched not only a new look to the DMV Now Kiosk, but also doubled the number of locations for drivers to access the kiosks. Transaction types include: updating contact information; renewing a driver license or ID card; renewing a vehicle’s registration; printing a seller’s permit; and reporting the sale of a vehicle. Kiosk usage has increased 180% in a 5-year span, from 53,069 kiosk users in Fiscal Year 2017 to 148,483 kiosk users in Fiscal Year 2021. South Dakotans can complete a transaction at any kiosk across the state. The kiosk does not have to be in the same county you live in. Please bring your South Dakota driver’s license or ID card and have a form of payment ready (credit or debit card).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11741SD2844820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28448\",\n            \"created_at\": \"2021-08-26T06:45:09.879561-04:00\"\n        },\n        {\n            \"id\": 55902,\n            \"title\": \"Commissioner’s Bulletin B-0024-21: Mandatory Data Call Requiring Title Insurance Underwriting Companies to Submit Data to TDI Annually\",\n            \"summary\": \"The Texas Department of Insurance (TDI) issues this mandatory data call, which requires title insurance underwriting companies to submit data to TDI annually. TDI uses this data to set title insurance premium rates, as required by Insurance Code Section 2703.151. This data call requests income, expense, and policy data from calendar year 2019. Submission requirements: You must use the forms posted in the links in this bulletin. You may not alter any of the forms, except to complete the required information, and you must submit your report file and affidavit to PCDataCallTitle@tdi.texas.gov by October 8, 2021. If your company has no data to report for 2019, you must submit a \\\"none\\\" report.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6476TX00242120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/bulletins/2021/B-0024-21.html\",\n            \"created_at\": \"2021-08-26T06:45:09.944642-04:00\"\n        },\n        {\n            \"id\": 55903,\n            \"title\": \"Governor Abbott, HHSC Announce $1.4 Billion in Summer Pandemic Food Benefits for Texas Families\",\n            \"summary\": \"Governor Greg Abbott today announced that the Texas Health and Human Services Commission (HHSC) has received approval from the U.S. Department of Agriculture (USDA) for a third round of federal Pandemic Electronic Benefit Transfer (P-EBT) food benefits for families with children who have temporarily lost access to free or reduced-price school meals due to COVID-19. Summer P-EBT, covering June through August, provides a one-time benefit of $375 per eligible child and can be used in the same way as Supplemental Nutrition Assistance Program (SNAP) food benefits to pay for groceries.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES695125120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-hhsc-announce-1.4-billion-in-summer-pandemic-food-benefits-for-texas-families\",\n            \"created_at\": \"2021-08-26T06:45:10.016696-04:00\"\n        },\n        {\n            \"id\": 55905,\n            \"title\": \"U.S. Secretary of Commerce Gina M. Raimondo Joins White House Cybersecurity Summit\",\n            \"summary\": \"Today, U.S. Secretary of Commerce Gina M. Raimondo joined President Biden, senior Administration officials and private sector leaders to discuss how to improve the nation’s cybersecurity and foster stronger collaboration across the public and private sector to address cybersecurity challenges. As part of the summit, Secretary Raimondo and Small Business Administrator Isabel Guzman met with business leaders from technology and insurance industries and committed to working with industry and other agencies to strengthen efforts to build enduring cybersecurity.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC20420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/press-releases/2021/08/us-secretary-commerce-gina-m-raimondo-joins-white-house-cybersecurity\",\n            \"created_at\": \"2021-08-26T06:45:10.146309-04:00\"\n        },\n        {\n            \"id\": 55906,\n            \"title\": \"NTIA’s Broadband Infrastructure Program Receives Over 230 Applications, More Than $2.5 Billion in Funding Requests\",\n            \"summary\": \"The U.S. Department of Commerce’s National Telecommunications and Information Administration (NTIA) announced today that it has received more than 230 applications for the Broadband Infrastructure Program, for a total of more than $2.5 billion in funding requests across 49 states and U.S. territories. NTIA has begun reviewing the applications as part of the $288 million grant program, which was funded by the Consolidated Appropriations Act, 2021 (the Act). Grants will be awarded to covered partnerships between a state, or political subdivisions of a state, and providers of fixed broadband service. The program’s 90-day application window closed on Tuesday, August 17.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC23420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/blog/2021/08/ntias-broadband-infrastructure-program-receives-over-230-applications-more-25\",\n            \"created_at\": \"2021-08-26T06:45:10.212492-04:00\"\n        },\n        {\n            \"id\": 55907,\n            \"title\": \"Treasury Announces Seven Additional Policies to Encourage State and Local Governments to Expedite Emergency Rental Assistance\",\n            \"summary\": \"New data on program performance demonstrates steady improvement in delivering Emergency Rental Assistance (ERA) to eligible households – particularly among state and local agencies that adopted the recommendations in Treasury’s prior guidance. Even with these improvements, many grantees need to do more to urgently accelerate efforts to prevent harmful evictions of vulnerable families. To help grantees continue to expedite assistance, today Treasury is announcing additional policies – including measures to reduce processing delays by providing even more explicit permission for grantees to rely on applicant’s self-attestations without further documentation. Today, based on feedback collected through site-visits and meetings with rental assistance administrators, tenant advocates, landlords and other stakeholders, Treasury is providing further policy clarity and recommendations meant to accelerate assistance to those in the pipeline in addition to those who have yet to apply, including clarifying that: self-attestation can be used in documenting each aspect of a household’s eligibility for ERA, including with respect to: a) financial hardship, b) the risk of homelessness or housing instability, and c) income; during the public health emergency, state and local ERA programs may rely on self-attestation alone to document household income eligibility when documentation is not available; state and local grantees may advance assistance to landlords and utility providers based on estimated eligible areas; state and local grantees may enter into partnership with nonprofits to deliver advance assistance to households at risk of eviction while their applications are still being processed; grantees may make additional rent payments to landlords that take on tenants facing major barriers to securing a lease, including those who have been evicted or experienced homelessness in the past year; past arrears at previous addresses may be covered; and a tenant’s costs associated with obtaining a hearing or appealing an order of eviction may be covered with ERA funds as an eligible “other expense.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT125033320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0333\",\n            \"created_at\": \"2021-08-26T06:45:10.276666-04:00\"\n        },\n        {\n            \"id\": 55908,\n            \"title\": \"Interest Rates Remain the Same for the Fourth Quarter 2021\",\n            \"summary\": \"The Internal Revenue Service today announced that interest rates will remain the same for the calendar quarter beginning October 1, 2021. The rates will be: 3% for overpayments (2% in the case of a corporation); 0.5 % for the portion of a corporate overpayment exceeding $10,000 and 3% percent for underpayments; and 5% percent for large corporate underpayments. The interest rates announced today are computed from the federal short-term rate determined during July 2021 to take effect August 1, 2021, based on daily compounding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS588720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/interest-rates-remain-the-same-for-the-fourth-quarter-2021\",\n            \"created_at\": \"2021-08-26T06:45:10.340680-04:00\"\n        },\n        {\n            \"id\": 55909,\n            \"title\": \"Next Week: SBA Veterans Small Business Advisory Committees to Host Virtual Public Meetings\",\n            \"summary\": \"The U.S. Small Business Administration's Interagency Task Force on Veterans Small Business Development (IATF) and Advisory Committee on Veterans Business Affairs (ACVBA) will hold virtual public meetings on September 1 and 2, via Microsoft Teams. The IATF meeting will include committee member updates from the Departments of Defense, Labor, Treasury, and Veterans Affairs; General Services Administration; Office of Management and Budget; North Carolina Military Business Center; and American Legion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93NGS1262520210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/25/next-week-sba-veterans-small-business-advisory-committees-host-virtual-public-meetings\",\n            \"created_at\": \"2021-08-26T06:45:10.404095-04:00\"\n        },\n        {\n            \"id\": 55910,\n            \"title\": \"Press Briefing by Press Secretary Jen Psaki, August 24, 2021\",\n            \"summary\": \"\\\"Two items for all of you at the top. As you all know, last month, the White House — we announced the President will be hosting a meeting — would be hosting a meeting, I should say — with private sector leaders on August 25th — which is, of course, tomorrow — on cybersecurity. The President, members of the Cabinet and his national security team, and private sector and education leaders are going to be meeting to discuss how we can work together to collectively improve the nation’s cybersecurity. The escalating cyber threats we face require a whole-of-nation effort. The President will be joined by leaders from the tech, the critical infrastructure, insurance, and education sectors. And we will have more details for you later today, but I just wanted to note that is happening tomorrow. And there’s, of course, a lot of ground that we will be covering,\\\" Psaki stated.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1872120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Briefings\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/08/24/press-briefing-by-press-secretary-jen-psaki-august-24-2021/\",\n            \"created_at\": \"2021-08-26T06:45:10.467903-04:00\"\n        },\n        {\n            \"id\": 55911,\n            \"title\": \"President Joseph R. Biden, Jr. Approves California Disaster Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that a major disaster exists in the State of California and ordered Federal aid to supplement State, tribal, and local recovery efforts in the areas affected by wildfires beginning on July 14, 2021, and continuing. The President’s action makes Federal funding available to affected individuals in the counties of Lassen, Nevada, Placer, and Plumas. Federal funding also is available to state, tribal, and eligible local governments and certain private non-profit organizations on a cost-sharing basis for emergency protective measures. Damage assessments are continuing in other areas, and more counties and additional forms of assistance may be designated after the assessments are fully completed.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH212ON20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/24/president-joseph-r-biden-jr-approves-california-disaster-declaration/\",\n            \"created_at\": \"2021-08-26T06:45:10.531038-04:00\"\n        },\n        {\n            \"id\": 55912,\n            \"title\": \"Background Press Call by Senior Administration Officials on the President’s Upcoming Cybersecurity Meeting\",\n            \"summary\": \"The Biden administration has prioritized cybersecurity since day one: first, the May 2021 executive order, which has really dramatically reset the game on cybersecurity and both from a federal cybersecurity approach, from a security of software that we all use approach; the Industrial Control System Cybersecurity Initiative, which has already improved the cybersecurity of electric utilities serving more than 90 million Americans; and the National Security Memorandum that the President released in July to improve critical infrastructure cybersecurity. Both the U.S. public- and private-sector entities increasingly face sophisticated malicious cyber activity. These incidents affect businesses small and large, small towns and cities in every corner of the country, and can hit the pocketbooks of middle-class families. So, even as we face this growing threat, the skilled cybersecurity workforce we need to meet the challenge hasn’t kept pace. There are approximately 500,000 cybersecurity jobs which are unfilled today. So, the President recognizes that the escalating cyber threats we face require a whole-of-nation effort, and this meeting will highlight the scope of the challenge we face, but also the opportunities. So, it’s really a call to action.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH280NG20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Briefings\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/08/25/background-press-call-by-senior-administration-officials-on-the-presidents-upcoming-cybersecurity-meeting/\",\n            \"created_at\": \"2021-08-26T06:45:10.592981-04:00\"\n        },\n        {\n            \"id\": 55913,\n            \"title\": \"Biden Administration Takes Additional Steps to Prevent Evictions as the Delivery of Emergency Rental Assistance Continues to Increase\",\n            \"summary\": \"The Biden Administration is announcing new actions to help protect vulnerable tenants and landlords, including steps the Treasury Department is taking to strengthen existing guidance and implement new policies to ensure that state and local grantees can further accelerate Emergency Rental Assistance to aid the struggling landlords and renters most at risk of eviction. Treasury is providing even more explicit permission for grantees to utilize self-attestation without further documentation in order to speed the delivery of assistance to households in need during the public health emergency. State and local agencies have provided approximately one million assistance payments to benefit households at-risk of eviction, and have spent more than $5.1 billion in ERA funding. Treasury data also show that ERA is reaching the lowest income tenants – over 60 percent of the households served earn no more than 30 percent of area median income.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH362SE20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/25/fact-sheet-biden-administration-takes-additional-steps-to-prevent-evictions-as-the-delivery-of-emergency-rental-assistance-continues-to-increase/\",\n            \"created_at\": \"2021-08-26T06:45:10.659323-04:00\"\n        },\n        {\n            \"id\": 55914,\n            \"title\": \"Governor Bryan Takes Action on Legislation\",\n            \"summary\": \"Governor Albert Bryan Jr. last week took action on legislation sent up by the 34th Legislature after its session on August 3, 2021, and signed 13 bills, including the measure enabling repayment of the 8% wages withheld from Government employees in 2011, the creation of the Virgin Islands Timeshare Act and a bill extending the COVID-19 State of Emergency to January 10, 2022. Lt. Governor Tregenza A. Roach Esq., as Acting Governor, also sent a letter on Friday to Senate President Donna Frett-Gregory acknowledging the Legislature’s override of vetoes on Bill No. 34-0021 and Bill No. 34-0026.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI558420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-takes-action-on-legislation-3/\",\n            \"created_at\": \"2021-08-26T06:45:10.722009-04:00\"\n        },\n        {\n            \"id\": 55915,\n            \"title\": \"Governor Bryan Has Full Slate of Meetings with Members of Congress on Tuesday\",\n            \"summary\": \"While he is in Washington, D.C., this week, Governor Albert Bryan Jr. had a full slate of meetings on Tuesday with various members of Congress, with whom he advocated for the Territory and strengthened relationships with ranking Democrats. The meetings largely were focused on lobbying for the U.S. Virgin Islands’ full inclusion in President Biden’s $1 trillion bipartisan infrastructure bill and other economic development initiatives to benefit the Territory. The Governor also had a full slate of meetings scheduled for Wednesday in the nation’s capital, and he returns to the Territory on Thursday, August 26, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI558820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-has-full-slate-of-meetings-with-members-of-congress-on-tuesday/\",\n            \"created_at\": \"2021-08-26T06:45:10.785953-04:00\"\n        },\n        {\n            \"id\": 55916,\n            \"title\": \"Student Services - Third Party Student Loan Modification/Forgiveness Scam\",\n            \"summary\": \"The Washington State Department of Financial Institutions (Department) received a complaint from a Washington consumer against Student Services. The consumer reported receiving an e-mail from Melissa Catlin of Student Services, who offered the consumer modification plans for the consumer’s student loans. Melissa Catlin claimed the consumer “may be eligible for the recent stimulus forgiveness and relief legislation”. The consumer reported Student Services requested a debit or credit card number, and refused to provide the modification forms until the consumer provided payment information. The Department has not verified the allegations reported by the consumer.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"437WA15720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Consumer Alert\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Department of Financial Institutions, Division of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://dfi.wa.gov/consumer/alerts/student-loan-modification-scam\",\n            \"created_at\": \"2021-08-26T06:45:10.858098-04:00\"\n        },\n        {\n            \"id\": 55917,\n            \"title\": \"Global Lending Conditions and International Coordination of Financial Regulation Policies\",\n            \"summary\": \"Using a model of strategic interactions between two countries, I investigate the gains to international coordination of financial regulation policies, and how these gains depend on global lending conditions. When global lending conditions are determined non-cooperatively, I show that coordinating regulatory policies leads to a Pareto improvement relative to the case of no cooperation. In the non-cooperative equilibrium, one region - the core - determines global lending conditions, leaving the other region - the periphery - in a sub-optimal situation. The periphery then tightens regulatory policy to reduce the cost of sub-optimal lending conditions. Yet, in doing so, it fails to internalise a cross-border externality: tightening regulatory policy in one region limits ex ante borrowing in the other region, which increases the cost of sub-optimal lending conditions for the periphery. The equilibrium with cooperative regulatory policies can then improve on this outcome as both regions take into account the cross-border externality and allow for larger ex ante borrowing, ending in a lower cost of suboptimal lending conditions for the periphery.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17620BISWORK96220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Working Paper\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/work962.htm\",\n            \"created_at\": \"2021-08-26T06:45:10.924087-04:00\"\n        },\n        {\n            \"id\": 55918,\n            \"title\": \"Appointment of New Director of Consumer Protection\",\n            \"summary\": \"The Central Bank today (August 25, 2021) announces the appointment of Colm Kincaid as the new Director of Consumer Protection. The appointment will take effect from October 1, 2021. Announcing the appointment, Director General, Derville Rowland said “I am delighted to announce Colm Kincaid as the Central Bank’s new Director of Consumer Protection. Colm is currently Director of Securities Markets Supervision and prior to that he was Head of Consumer Protection Division and brings considerable leadership and consumer and investor protection experience to this key role. Colm also brings a broad range of financial knowledge and experience to the position and is a committed public servant.” Colm Kincaid replaces Grainne McEvoy who will leave the Central Bank in January 2022 to take up an opportunity in the private sector. Derville Rowland said “I would like to acknowledge the immense contribution Grainne has made to the Central Bank and to our wider public service mission. I wish her well in her new role.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17489IE61n11820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Central Bank of Ireland\"\n                }\n            ],\n            \"pdf_url\": \"https://www.centralbank.ie/news/article/pres-release-appointment-of-new-director-of-consumer-protection-25-august-2021\",\n            \"created_at\": \"2021-08-26T06:45:10.986783-04:00\"\n        },\n        {\n            \"id\": 55919,\n            \"title\": \"Interview with Philip R. Lane, Member of the Executive Board of the ECB, Conducted by Balazs Koranyi and Frank Siebelt for Reuters\",\n            \"summary\": \"\\\"It’s important to differentiate between the first and the second halves of the year. It’s significant that second quarter GDP came in well ahead of our June projections. That reflects an earlier opening up, with many countries opening in the middle of the second quarter and onwards. The strength of the world economy and progress in vaccinations were also important factors. In terms of the second half of the year, it’s still early days. But there’s probably some counterbalance to that good second quarter. The counterbalance is that it looks like bottlenecks are going to be more persistent than expected. There is also some moderation in the world economy, which is natural. And the Delta variant, although it has a more limited impact than earlier waves, remains a headwind. If you put all of that together -- the fact that the second quarter came in above what we expected and what the third and fourth quarters might look like -- I would say we’re broadly not too far away from what we expected in June for the full year. It’s a reasonably well-balanced picture.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17589ECB388620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Interview\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/inter/date/2021/html/ecb.in210825%7Edb23a29fa6.en.html\",\n            \"created_at\": \"2021-08-26T06:45:11.049990-04:00\"\n        },\n        {\n            \"id\": 55920,\n            \"title\": \"Consumer Warning on Binance Markets Limited and the Binance Group\",\n            \"summary\": \"Binance Markets Limited is not permitted to undertake any regulated activity in the UK. This firm is part of a wider Group (Binance Group). Due to the imposition of requirements by the FCA, Binance Markets Limited is not currently permitted to undertake any regulated activities without the prior written consent of the FCA. No other entity in the Binance Group holds any form of UK authorisation, registration or licence to conduct regulated activity in the UK. The Binance Group appear to be offering UK customers a range of products and services via a website, Binance.com.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17753FCA789920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/news-stories/consumer-warning-binance-markets-limited-and-binance-group\",\n            \"created_at\": \"2021-08-26T06:45:11.110271-04:00\"\n        },\n        {\n            \"id\": 55921,\n            \"title\": \"FCA Warns Insurance Firms Over Product Governance Rules Deadline\",\n            \"summary\": \"Insurance firms may not be ready to implement new product governance rules there to ensure insurance provides fair value, according to a review published today by the Financial Conduct Authority (FCA). Part of the FCA’s ongoing work to ensure consumers receive fair value, the review looked at how firms designed, sold and reviewed their products to ensure they met the needs of their customers. The findings show that some firms had made good progress in meeting the FCA’s existing rules and guidance on product governance and value, issued in 2018 and 2019, as well as against temporary guidance on product value, issued in response to Covid-19 last year. However, too many firms are not fully meeting the FCA’s standards. In addition, many firms are likely to be unprepared to meet new enhanced rules on product governance, which come into force on October 1, 2021. These new rules are part of a wider package of remedies introduced by the FCA to tackle the loyalty penalty and ensure that firms focus on providing fair value to all their customers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17754FCA7910720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/press-releases/fca-warns-insurance-firms-over-product-governance-rules-deadline\",\n            \"created_at\": \"2021-08-26T06:45:11.170837-04:00\"\n        },\n        {\n            \"id\": 55922,\n            \"title\": \"First Supervisory Notice 2021: Binance Markets Limited\",\n            \"summary\": \"The FCA has concluded, on the basis of the facts and matters described below that, in respect of the Firm, it is necessary to exercise its power under section 55L(3)(a) of the Act to impose the Requirements on the Firm because: it has failed, during a period of at least 12 months, to carry on a regulated activity to which the Part 4A permission relates; it is failing, or is likely to fail, to satisfy the Effective Supervision Threshold Condition; and it is desirable in order to advance the FCA’s operational objective of securing an appropriate degree of protection for consumers. The Firm, which was previously known as EddieUK, is an authorised investment firm, authorized since April 13, 2018. The Firm has been part of the Binance Group (“the Group”) since its acquisition by Binance Capital Management Ltd in May 2020. The Firm submitted its Change in Control notification to the FCA on April 27, 2020; the FCA approved the Change in Control on May 29, 2020. The permissions held by EddieUK were retained by the Firm following the Change in Control. The Group is the world’s largest global crypto exchange: 24 hour spot trading volumes for binance.com are estimated to be between $11 billion and $38 billion during June 2021, with 316 crypto assets supported across 1138 trading pairs. For the same period (under the Binance Futures brand) 24 hour derivatives volumes are estimated as being between $43 billion and $129 billion, with open interest between $5.3 billion and $6.7 billion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA6010720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/supervisory-notices/first-supervisory-notice-binance-markets-limited.pdf\",\n            \"created_at\": \"2021-08-26T06:45:11.230901-04:00\"\n        },\n        {\n            \"id\": 55923,\n            \"title\": \"Personal and Commercial Lines Insurers Portfolio Letter\",\n            \"summary\": \"In January 2020 setting out our view of the key risks of harm Personal and Commercial line (PL&CL) insurers posed to their consumers and the markets in which they operate. While we have seen improvements in some areas, we remain of the view that there are significant risks of harm that both the market and individual firms within the portfolio need to address. In this letter, we: provide an updated view of the key risks of harm PL&CL insurers pose; outline our expectations of PL&CL insurers; provide an overview of our supervisory strategy and programme of work to ensure that firms are meeting our expectations, and harms are being appropriately remedied. We expect you to consider the degree to which your firm presents such risks and review your strategies for mitigating them. In circumstances where we have contact with your firm, we will expect you and your senior managers to be able to demonstrate that you are taking reasonable steps to mitigate these risks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17762FCASONALer6120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Corporate Document\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/correspondence/personal-and-commercial-lines-insurers-portfolio-letter.pdf\",\n            \"created_at\": \"2021-08-26T06:45:11.290815-04:00\"\n        },\n        {\n            \"id\": 55924,\n            \"title\": \"General Insurance Product Value and Coronavirus (COVID-19) Guidance – Update: Studies and Reviews Multi-Firm Reviews\",\n            \"summary\": \"We set out the findings from our multi-firm review assessing how firms have responded to our general insurance (GI) distribution chain Guidance (further to the product governance rules implemented by the IDD) and coronavirus (Covid-19) value Guidance. We also set out some of the key actions firms need to take. Customers should be able to expect fair value from the financial services products they buy. This has been an important focus in our recent work, including our thematic review on the GI distribution chain and our thematic review and market study on GI pricing practices. Delivering fair value in a digital age is a key priority in our 2021/22 Business Plan. We are committed to reviewing the value consumers receive from insurance products. Our work has found that many firms made material progress in this area since our last work. But we have also seen many firms where shortcomings remain. This is of concern, given the potential for consumer harm arising from such shortcomings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17764FCA11512720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Research\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publications/multi-firm-reviews/general-insurance-product-value-and-coronavirus-covid-19-guidance-update\",\n            \"created_at\": \"2021-08-26T06:45:11.352143-04:00\"\n        },\n        {\n            \"id\": 55925,\n            \"title\": \"Increasing the Issuance of Exchange Fund Bills\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) announced today (August 25) a plan to suitably increase the issuance size of Exchange Fund Bills to meet the ongoing demand for Exchange Fund paper by banks amidst the abundance of liquidity in the banking system. The HKMA plans to increase the issuance size of 91-day Exchange Fund Bills by HK$5,000 million in each of the eight regular tenders on September 7, 14, 21 and 28 and October 5, 12, 19 and 26, 2021. If all the eight planned increases are executed, the issuance size of the Bills will be increased by HK$40,000 million in total. The HKMA will continue to monitor market situations, and reserves the flexibility of adjusting or not executing the aforesaid eight increases. The increase in the supply of Exchange Fund Bills is consistent with Currency Board principles, since the additional issuance simply represents a change in the composition of the Monetary Base, with a shift from the Aggregate Balance to Exchange Fund paper. The Aggregate Balance will decrease by the same amount as the increase in Exchange Fund Bills. The Monetary Base remains fully backed by foreign exchange reserves.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA4610825320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210825-3/\",\n            \"created_at\": \"2021-08-26T06:45:11.414328-04:00\"\n        },\n        {\n            \"id\": 55926,\n            \"title\": \"CMA Warns PCR Test Providers Against Breaking Consumer Law\",\n            \"summary\": \"The CMA has sent an open letter to PCR COVID-19 test providers warning that a range of harmful practices in the sector could breach consumer protection law. The practices of concern to the Competition and Markets Authority (CMA) include: advertising up-front prices for PCR tests which do not include additional charges that everyone must pay; advertising cheap PCR tests which are only actually available in very small quantities or are not available at all; failing to deliver PCR tests or provide results within stated timescales, or at all; and refusing to provide consumers with refunds where tests are not provided within advertised and/or agreed timescales, or at all. It comes after the Government this week (August 23) announced it would be warning 82 companies that they face being removed from the Gov.uk list if they advertise misleading prices.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCT156589320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-warns-pcr-test-providers-against-breaking-consumer-law\",\n            \"created_at\": \"2021-08-26T06:45:11.475616-04:00\"\n        },\n        {\n            \"id\": 55927,\n            \"title\": \"Open Letter to PCR Providers on Compliance with Consumer Law\",\n            \"summary\": \"The CMA has published an open letter to providers of PCR tests on how they should comply with consumer law. This letter has also been sent to all providers listed on GOV.UK. As part of the CMA’s rapid review into the cost of PCR tests the CMA has conducted a review of the terms and conditions of test providers. This letter explains the problems we have found and provides guidance to providers to ensure their terms and conditions comply with consumer law. The CMA also previously published a response to the letter from the Secretary of State for Health and Social Care asking the CMA to look into issues in connection with PCR travel tests and a statement in relation to our concerns about price, reliability and quality of PCR testing.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKOT1736010720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/publications/open-letter-to-pcr-providers-on-compliance-with-consumer-letters\",\n            \"created_at\": \"2021-08-26T06:45:11.542090-04:00\"\n        },\n        {\n            \"id\": 55928,\n            \"title\": \"First Sponsor Announced for Global Investment Summit\",\n            \"summary\": \"Barclays is the first sponsor to be confirmed for the Global Investment Summit (GIS) taking place on October 19, the UK Government has announced today. Hosted by the Prime Minister and supported by members of the Royal Family, the summit will showcase British innovation, demonstrate commitment to green industries of the future ahead of COP26, and promote UK as the best destination for foreign investment. British banking giant Barclays will be one of several sponsors to be announced in the lead up to the event. Barclays has an ambition to be a net zero bank by 2050 and committed to £100bn of green financing by 2030 in line with the Government’s clean growth agenda. The announcement comes as the Department for International Trade (DIT) publishes a new report highlighting the UK’s foreign investment successes over the past year. In the last decade Foreign Direct Investment (FDI) has created more than 707,000 jobs across the country, and since April 2019 projects supported by DIT have contributed more than £7 billion to the economy.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKFT72528720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/first-sponsor-announced-for-global-investment-summit\",\n            \"created_at\": \"2021-08-26T06:45:11.603603-04:00\"\n        },\n        {\n            \"id\": 55929,\n            \"title\": \"Game Changing Export Win for COVID-19 Vaccine Transporter Reftrade\",\n            \"summary\": \"A small business which supplies specialist containers to the NHS to store and transport COVID-19 vaccines, has become the first in Scotland to benefit from a major new government export scheme. Aberdeen-based Reftrade UK, which supplies refrigerated, offshore and hazardous area containers, worked with NHS Scotland to provide specialist equipment to keep batches of AstraZeneca and Moderna vaccines at a set temperature through the vaccine rollout. Following its success in the UK, Reftrade secured support from UK Export Finance (UKEF) and the Bank of Scotland to finance its international ambitions, which include expanding their pharmaceutical exports and supplying offshore projects with temperature-controlled containers needed for the construction of wind turbine sites. Reftrade required additional working capital to take advantage of increasing export orders. The Bank of Scotland proposed a structure that would bridge the gap in their increasing cashflow funding requirements, using UKEF’s new General Export Facility (GEF).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKGR1026610120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Export Finance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/game-changing-export-win-for-covid-19-vaccine-transporter-reftrade\",\n            \"created_at\": \"2021-08-26T06:45:11.664510-04:00\"\n        },\n        {\n            \"id\": 55930,\n            \"title\": \"Scottish Secretary Alister Jack Responds to June 2021 GDP\",\n            \"summary\": \"\\\"Our main aim is to build back better and stronger from the pandemic, says the Secretary of State for Scotland. The UK Government’s furlough scheme has been extended until the end of September 2021, paying up to 80 percent of wages. The self-employed support scheme has also been extended to the end of September 2021. The furlough scheme in Scotland supported cumulative more than 900,000 jobs alone. More than 100,000 businesses in Scotland have been supported from UK Government business loans worth £4 billion. The UK Government has provided billions in extra funding for the welfare system for those unable to access other forms of support. This direct support is on top of the additional £14.5 billion provided to the Government since the start of the pandemic. The UK Government is investing billions to help people of all ages back into work, including our £2 billion Kickstart scheme for young people, sector work programmes and recruitment of thousands of additional Work Coaches.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSO110579220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Office of the Secretary of State for Scotland\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/scottish-secretary-alister-jack-responds-to-june-2021-gdp\",\n            \"created_at\": \"2021-08-26T06:45:11.726564-04:00\"\n        },\n        {\n            \"id\": 55931,\n            \"title\": \"Independent Scrutiny and the Better Regulation Framework\",\n            \"summary\": \"The Government proposes dozens of regulations every year, many of which introduce significant new costs for businesses and civil society organisations (CSOs). The UK’s better regulation system has been developed by successive governments over the past two decades and aims to ensure that an evidence-based approach is taken to decisions on regulation, and that the potential costs and benefits are taken into account when regulations are introduced. We, the RPC, exist to provide independent scrutiny at key stages of this process. Independent challenge and support of the sort we provide is highly regarded internationally and helps to improve the evidence and analysis informing the Government’s decisions and the transparency of the process. The Government is currently consulting on reforming the better regulation process.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKIR97569120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Regulatory Policy Committee\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/independent-scrutiny-and-the-better-regulation-framework\",\n            \"created_at\": \"2021-08-26T06:45:11.794656-04:00\"\n        },\n        {\n            \"id\": 55932,\n            \"title\": \"Hove Restaurateur Banned for Tax Abuse\",\n            \"summary\": \"Hove restaurant director disqualified for 6 years after under-declaring tax. Emad Abdolkhani (31), from Hove, was the sole director of Code Hove Limited since July 31, 2016, which traded the Barcode restaurant on Church Road in Hove. Code Hove, however, ceased trading in June 2018 and a winding-up order was made against the company on October 30, 2019 following a petition by the tax authorities. The liquidation of Code Hove triggered an investigation by the Insolvency Service into the conduct of Emad Abdolkhani before investigators uncovered that he had under-declared tax estimated to be more than £60,000. The company now owes over £200,000 in outstanding tax payments together with penalties, charges and interest. Further enquiries uncovered that Emad Abdolkhani had failed to record the company’s sales accurately and under-declared the amount of tax due in returns from September 2016. The Secretary of State for Business, Energy and Industrial Strategy accepted an undertaking from Emad Abdolkhani after he did not dispute that he failed to ensure that the company submitted accurate VAT returns. His disqualification is effective from August 25, 2021 and Emad Abdolkhani is banned for 6 years from acting as a director or directly or indirectly becoming involved, without the permission of the court, in the promotion, formation or management of a company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKHH76387320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. The Insolvency Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/hove-restaurateur-banned-for-tax-abuse\",\n            \"created_at\": \"2021-08-26T06:45:11.856597-04:00\"\n        },\n        {\n            \"id\": 55711,\n            \"title\": \"Notice of Regulation Hearing: Insurance and State Fire Marshal Regulation\",\n            \"summary\": \"A hearing will be held at 10:00 a.m. Central Time, on Thursday, October 14, 2021, in the offices of the Alabama Department of Insurance, 201 Monroe Street, Fifth Floor Conference Room, RSA Tower, Montgomery, Alabama, as follows: adoption of new section 20 of Insurance Regulation No. 138; adoption of new Section 8 of Insurance Regulation No. 161; revision of Insurance Regulation No. 164; and adoption of new State Fire Marshal Regulation No. 112.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9016AL2820210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.aldoi.gov/currentnewsitem.aspx?ID=1197\",\n            \"created_at\": \"2021-08-25T07:30:07.649330-04:00\"\n        },\n        {\n            \"id\": 55712,\n            \"title\": \"AIDEA and AEA Board Budget and Audit Subcommittee\",\n            \"summary\": \"Please note that the Alaska Industrial Development and Export Authority (AIDEA) and the Alaska Energy Authority (AEA) will hold a Board Budget & Audit Subcommittee meeting at 10:00 a.m. on Tuesday, August 31, 2021 by telephone.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20350620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129354\",\n            \"created_at\": \"2021-08-25T07:30:07.715235-04:00\"\n        },\n        {\n            \"id\": 55713,\n            \"title\": \"Governor Newsom Announces Appointments 8.24.21\",\n            \"summary\": \"Governor Gavin Newsom today announced the appointments including Clair Whitmer appointed Northern California Regional Director for the Office of the Small Business Advocate and Sandy Reynoso, appointed Executive Project Manager for the Governor’s Office of Business and Economic Development.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6139620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/24/governor-newsom-announces-appointments-8-24-21/\",\n            \"created_at\": \"2021-08-25T07:30:07.781424-04:00\"\n        },\n        {\n            \"id\": 55716,\n            \"title\": \"Division of Insurance Hosting Meetings for Consumers Regarding the Colorado Option\",\n            \"summary\": \"The Colorado Division of Insurance is hosting a series of virtual stakeholder meetings designed to address specific stakeholder groups and the concerns of those groups regarding the Colorado Option and the standardized benefit plan being developed. These meetings will be virtual via Zoom and open to the public. Starting in 2023, the Colorado Option will be available to all Coloradans who buy their health insurance on the individual market (i.e., not from an employer) and small employers with less than 100 employees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1664CO8212220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies\"\n                }\n            ],\n            \"pdf_url\": \"https://dora.colorado.gov/press-release/division-of-insurance-hosting-meetings-for-consumers-regarding-the-colorado-option\",\n            \"created_at\": \"2021-08-25T07:30:07.978159-04:00\"\n        },\n        {\n            \"id\": 55717,\n            \"title\": \"The Colorado Division of Securities Announces the Top Investor Threats for 2021\",\n            \"summary\": \"In recognition of National Consumer Protection Week, the Colorado Division of Securities (the “Division”) announces the top investor threats for 2021 as anticipated by state regulators across the country and regulators in Mexico and Canada. Schemes promoted through online and social media activity were identified as the top threats facing investors this year. Ranked second were precious metals-based and cryptocurrency related investments, especially those purchased through self-directed individual retirement accounts. Foreign exchange-related schemes rounded out the top three threats.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO79229C20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-03-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2c5229c\",\n            \"created_at\": \"2021-08-25T07:30:08.045170-04:00\"\n        },\n        {\n            \"id\": 55718,\n            \"title\": \"Texas Man Pleads Guilty to Wire Fraud for Foreign Exchange Investment Fraud Scheme\",\n            \"summary\": \"A Texas man pleaded guilty today in the Southern District of Texas to defrauding investors that he solicited via social media by falsely promising high rates of return and low or no-risk returns on foreign exchange investments. According to court documents, Kelvin Ramirez, 25, of Houston, used social media platforms to falsely promote himself as a successful trader of foreign exchange investments or “forex” and attract investors. Through his Instagram accounts, Ramirez marketed “investment groups” and “private accounts” that purportedly traded in forex and were managed by Ramirez. For both types of investments, Ramirez solicited individuals by falsely promising high returns on investments, making false representations about the risk associated with the investments and falsely guaranteeing returns on investment. Through his scheme, Ramirez fraudulently obtained more than $650,000 from over 100 individuals, and then used investors’ funds for personal expenses. Ramirez pleaded guilty to wire fraud. He is scheduled to be sentenced on Nov. 9 and faces a maximum penalty of 20 years in prison. In addition, he has agreed to pay full restitution to victims, including a monetary loss of at least $687,792.93. A federal district court judge will determine any sentence after considering the U.S. Sentencing Guidelines and other statutory factors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4915331720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"OIG Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ee0513\",\n            \"created_at\": \"2021-08-25T07:30:08.111288-04:00\"\n        },\n        {\n            \"id\": 55719,\n            \"title\": \"FDIC Consumer News: Special Edition - 2021\",\n            \"summary\": \"This article touches the subject that the inability to pay your mortgage can be overwhelming and can lead to problems—even foreclosure. If you are facing such challenges, there are resources that may be available to you to provide relief. If you have a loan or a mortgage with a bank or other lender and are having difficulty making your payments, call your bank/lender as soon as you can. They may have a short-term solution that can give you some immediate relief through forbearance. Forbearance is when a bank or other lender allows you to postpone loan payments, temporarily lower your payments, or extend the term of your loan. Forbearance is not automatic--you need to take action and request it. Your bank or lender may be able to give you the time you need to recover financially without damaging your credit. If you are already in forbearance based on the CARES Act (Coronavirus Aid, Relief, and Economic Security Act of 2020) and are still having financial difficulty, you might be able to request or obtain an extension. But extensions are not automatic--you need to take action and request it.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4914755620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Consumer Alert\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2edee95\",\n            \"created_at\": \"2021-08-25T07:30:08.177175-04:00\"\n        },\n        {\n            \"id\": 55720,\n            \"title\": \"Federal Reserve Board Announces Termination of Enforcement Action with Allnations Bank\",\n            \"summary\": \"The Federal Reserve Board announced the termination of the enforcement action listed below: AllNations Bank, Calumet, Oklahoma, Written Agreement, dated October 22, 2018, Terminated August 19, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED166nk4A20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/enforcement20210824a.htm\",\n            \"created_at\": \"2021-08-25T07:30:08.245968-04:00\"\n        },\n        {\n            \"id\": 55721,\n            \"title\": \"A Monetary-Fiscal Theory of Sudden Inflations and Currency Crises\",\n            \"summary\": \"Treating nominal government bonds like other bonds leads to a new theory of sudden inflations and currency crises. Holmstrom (2015) and Gorton (2017) describe bonds as having costly-to-investigate opaque backing that consumers believe is sufficient for repayment. Government bonds' nominal return is their face value, their real return is determined by the government's surplus. In normal times, consumers are confident of repayment but ignorant of the true surpluses that will fund that repayment. When consumers' belief in real repayment wavers, they investigate surpluses. If consumers learn surpluses will be insufficient to repay bonds in real terms, the price level jumps. This explains why we observe inflationary crises, but never deflationary.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED193esES20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/a-monetary-fiscal-theory-of-sudden-inflations-and-currency-crises.htm\",\n            \"created_at\": \"2021-08-25T07:30:08.311840-04:00\"\n        },\n        {\n            \"id\": 55722,\n            \"title\": \"Domestic Lending and the Pandemic: How Does Banks' Exposure to COVID-19 Abroad Affect Their Lending in the United States?\",\n            \"summary\": \"This FEDS Note studies how U.S. banks' exposure to the economic fallout due to governments' response to COVID-19 in foreign countries has affected their credit provision to borrowers in the United States. \\\"We combine a rarely accessed dataset on U.S. banks' cross-border exposure to borrowers in foreign countries with the most detailed regulatory (\\\"credit registry\\\") data that is available on their U.S.-based lending. We compare the change in the U.S. lending of banks that are more vs. less exposed to the pandemic abroad, during and after the onset of COVID-19 in 2020. We document strong spillover effects: U.S. banks with higher foreign exposures in badly \\\"COVID-19-hit\\\" regions cut their lending in the United States substantially more. This effect is particularly strong for longer-maturity loans and term loans and is robust to controlling for firms’ pandemic exposure.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED217s?IC20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/domestic-lending-and-the-pandemic.htm\",\n            \"created_at\": \"2021-08-25T07:30:08.379544-04:00\"\n        },\n        {\n            \"id\": 55723,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed below have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Richmond. Comments can also be sent electronically to or Comments.applications@rich.frb.org: 1. First Bancorp, Southern Pines, North Carolina; to acquire Select Bancorp, Inc., and thereby indirectly acquire Select Bank & Trust Company, both of Dunn, North Carolina.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18197\",\n            \"regalytics_alert_id\": \"1891FR20211819720210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18197/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-25T07:30:08.449048-04:00\"\n        },\n        {\n            \"id\": 55724,\n            \"title\": \"Proposals to Engage in or to Acquire Companies Engaged in Permissible Nonbanking Activities\",\n            \"summary\": \"The companies listed below have given notice under section 4 of the Bank Holding Company Act (BHC Act) and Regulation Y, (12 CFR part 225) to engage de novo, or to acquire or control voting securities or assets of a company, including the companies listed below, that engages either directly or through a subsidiary or other company, in a nonbanking activity that is listed in § 225.28 of Regulation Y or that the Board has determined by Order to be closely related to banking and permissible for bank holding companies. Unless otherwise noted, these activities will be conducted throughout the United States. A. Federal Reserve Bank of Atlanta: 1. Peoples Bancshares, Inc., through its nonbank subsidiary, PB Community Impact Fund, LLC, both of Mendenhall, Mississippi; to engage de novo in community development activities pursuant to section 225.28(b)(12) of the Board’s Regulation Y.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18198\",\n            \"regalytics_alert_id\": \"1891FR20211819820210824\",\n            \"proposed_comments_due_date\": \"2021-09-08\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18198/notice-of-proposals-to-engage-in-or-to-acquire-companies-engaged-in-permissible-nonbanking\",\n            \"created_at\": \"2021-08-25T07:30:08.518161-04:00\"\n        },\n        {\n            \"id\": 55728,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Reemployment Assistance Appeals Commission\",\n            \"summary\": \"Date and time: September 1, 2021, 9:30 a.m. Place: Reemployment Assistance Appeals Commission, Tallahassee, Florida. General subject matter to be considered: Disposition of cases pending before the Reemployment Assistance Appeals Commission that are ready for final review and the Chairman's report. No public testimony will be taken.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491844420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24918444\",\n            \"created_at\": \"2021-08-25T07:30:08.785916-04:00\"\n        },\n        {\n            \"id\": 55729,\n            \"title\": \"Notice of Variances and Waivers: Martha Meyers and the United Faculty of Florida\",\n            \"summary\": \"On August 19, 2021, the Public Employees Relations Commission, received a petition for variance from Rule 60CC-4.002, F.A.C., filed by Martha Meyers and the United Faculty of Florida to conduct all aspects of a ratification election electronically. The petition was assigned Case No. MS-2021-028. Any interested person may submit written comments on this petition within 5 days of publication of this notice by mail to Commission Clerk, Public Employees Relations Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491553420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Management Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24915534\",\n            \"created_at\": \"2021-08-25T07:30:08.852250-04:00\"\n        },\n        {\n            \"id\": 55730,\n            \"title\": \"Notice of Variances and Waivers: Sam Badger and the United Faculty of Florida\",\n            \"summary\": \"On August 20, 2021, the Public Employees Relations Commission, received a petition for variance from Rule 60CC-4.002, F.A.C., filed by Sam Badger and the United Faculty of Florida to conduct all aspects of a ratification election electronically. The petition was assigned Case No. MS-2021-029. Any interested person may submit written comments on this petition within 5 days of publication of this notice by mail to Commission Clerk, Public Employees Relations Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492086920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Management Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24920869\",\n            \"created_at\": \"2021-08-25T07:30:08.919042-04:00\"\n        },\n        {\n            \"id\": 55731,\n            \"title\": \"Notice of Variances and Waivers: Redding Development Partners, LLC\",\n            \"summary\": \"On August 20, 2021, the Florida Housing Finance Corporation, received a petition for waiver, from Redding Development Partners, LLC, for a waiver of the Corporation's prohibition against changing the development type. Petitioner seeks to change from ‘Garden Apartments’ to ‘Mid-Rise, 4-stories.’\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491737720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24917377\",\n            \"created_at\": \"2021-08-25T07:30:08.985984-04:00\"\n        },\n        {\n            \"id\": 55732,\n            \"title\": \"Notice of Bid/Request for Proposal: Procurement of Conference Room A/V Upgrades\",\n            \"summary\": \"The Florida Housing Finance Corporation invites all qualified Respondents to submit proposals for consideration in accordance with the terms and conditions set forth in this Invitation to Negotiate (ITN) 2021-10, relating to the procurement of Conference Room A/V Upgrades. Florida Housing expects to select one or more Respondents who propose to provide these services as specified in this ITN. Statements of Qualifications and Services Offered shall be accepted until 2:00 p.m. (Eastern Time), September 22, 2021, to the attention of the Contract Administrator, at the address listed in the ITN.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491815320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Bid/Request for Proposal\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24918153\",\n            \"created_at\": \"2021-08-25T07:30:09.053078-04:00\"\n        },\n        {\n            \"id\": 55733,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Responses Received from Qualified Respondents for Conference Room A/V Upgrades\",\n            \"summary\": \"Date and Time: Wednesday, October 6, 2021. Place: The meeting will be accessible via phone. General subject matter to be considered: These Review Committee meetings will be to discuss the responses received from qualified Respondents in response to ITN 2021-10, for Conference Room A/V Upgrades, answer any questions the Review Committee may have regarding the responses, give the scores, and submit a recommendation to Florida Housing’s Board of Directors.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491834720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24918347\",\n            \"created_at\": \"2021-08-25T07:30:09.119852-04:00\"\n        },\n        {\n            \"id\": 55734,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Florida Workers' Compensation Insurance Guaranty Association, Inc\",\n            \"summary\": \"Date and time: September 1, 2021, 2:00 p.m. Place: Conference Call. General subject matter to be considered: The Board will meet to discuss the general business of the Association. The agenda will include but not limited to: Minutes, Receiver's Report, Legal, Financial and Claims Reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491883220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Insurance Guaranty Association, Inc\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24918832\",\n            \"created_at\": \"2021-08-25T07:30:09.187232-04:00\"\n        },\n        {\n            \"id\": 55735,\n            \"title\": \"Order to Cease and Desist and Opportunity for a Hearing: Paul Fredrick Johnson\",\n            \"summary\": \"The Director of the Idaho Department of Finance (Director) has conducted an investigation and the Director alleges the following facts that constitute a basis for the issuance of an Order to Cease and Desist (Order) requiring Respondent Paul Fredrick Johnson to cease and desist from violating the Act by offering or selling unregistered securities to Idaho residents, offering or selling securities without being registered as an agent, and omitting material facts, in connection with the offer, sale, or purchase of securities to Idaho residents. This Order is effective upon the date of issuance. Respondent was acting as an agent of the issuers (Woodbridge and Conestoga) in effecting or attempting to effect purchases or sales of securities. Idaho Code§ 30-14-402 provides, \\\"It is unlawful for an individual to transact business in this state as an agent unless the individual is registered under this chapter as an agent or is exempt from registration as an agent under subsection (b) of this section.\\\" Respondent's offer and sale of securities to Idaho residents without properly registering as an agent of the issuer with the Department constitutes a violation of ldaho Code § 30-14-402. Now, therefore, it is hereby ordered that the Respondent shall Cease and Desist from violations of the Idaho Uniform Securities Act (2004), and rules promulgated thereunder, to include: offering or selling unregistered securities to Idaho residents; offering or selling securities as an unregistered agent; and engaging in securities fraud (by failing to disclose material facts in connection with the offer or sale of securities to Idaho residents). Respondent is ordered to pay a civil penalty of $18,000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1163ID2017715B20201029\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2020-10-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Idaho\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Idaho Department of Finance, Financial Institutions Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.finance.idaho.gov/legal/administrative-actions/securities/enforcement-orders/documents/2020/4677-2017-7-15-b-paul-fredrick-johnson-cd-no-opp-hearing.pdf\",\n            \"created_at\": \"2021-08-25T07:30:09.253794-04:00\"\n        },\n        {\n            \"id\": 55736,\n            \"title\": \"Governor Pritzker Signs Legislation Allowing the Use of Electronic Signatures Across State Agencies\",\n            \"summary\": \"Governor JB Pritzker signed Senate Bill 2459 into law, allowing the use of electronic signatures at the Department of Transportation, the Illinois State Toll Highway Authority, and the Capital Development Board. While governments grappled with the new realities of remote work and socially distanced processes, Illinois set the example for effectiveness and efficiency in its pandemic operations. Because of Governor J.B. Pritzker's efforts to utilize electronic signatures on government documents, engineering firms, particularly smaller firms have seen increased efficiency, important projects beginning sooner, and companies and workers getting paid quicker than ever before.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2379320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23793.html\",\n            \"created_at\": \"2021-08-25T07:30:09.319647-04:00\"\n        },\n        {\n            \"id\": 55737,\n            \"title\": \"Governor Pritzker Announces New Initiative to Improve Transportation Infrastructure\",\n            \"summary\": \"Building on his historic, bipartisan Rebuild Illinois capital plan that invests $45 billion in the state's roads, bridges, railways and other critical projects over the next six years, Governor Pritzker today signed House Bill 253 into law. The legislation requires the Illinois Department of Transportation to establish and implement a transportation performance program to improve the efficiency and effectiveness of the state's transportation system. IDOT will also develop a state-wide highway system asset management plan with the goal of preserving and improving the conditions of highway and bridge assets and enhance the existing system while reducing costs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2379520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23795.html\",\n            \"created_at\": \"2021-08-25T07:30:09.385115-04:00\"\n        },\n        {\n            \"id\": 55738,\n            \"title\": \"Governor Pritzker Takes Bill Action\",\n            \"summary\": \"Today, Governor JB Pritzker took the following bill action which includes SB 2411 - Recognizes international agreements in the Illinois Insurance Code, ensuring the Illinois Department of Insurance retains their NAIC accreditation. Effective: December 21, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2379920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-12-21\",\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23799.html\",\n            \"created_at\": \"2021-08-25T07:30:09.453200-04:00\"\n        },\n        {\n            \"id\": 55739,\n            \"title\": \"Governor Pritzker Announces Disaster Assistance for East Central Illinois Residents, Businesses\",\n            \"summary\": \"Governor JB Pritzker today announced the U.S. Small Business Administration (SBA) approved the state's request for assistance to help people and businesses in Ford County recover from severe storms and flash flooding that occurred in August 2021. To be eligible for an SBA declaration, at least 25 homes and/or businesses in a county must sustain major, uninsured losses of 40 percent or more. On August 18, the local jurisdiction led the SBA and Illinois Emergency Management Agency (IEMA) on a joint damage assessment to provide the documentation necessary to apply for these critical resources. The survey identified at least 104 homes and at least 6 businesses in Ford County sustained major damages resulting in more than $2.8 million in uninsured losses. The survey also found at least 35 homes sustained minor damages, resulting in more than $350,000 in damages. A Disaster Loan Outreach Center (DLOC) will be established in Ford County to help walk storm survivors through the application process. The DLOC will be located at Gibson City Fire Department, 115 S. Lawrence Street, Gibson City.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2379120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23791.html\",\n            \"created_at\": \"2021-08-25T07:30:09.519149-04:00\"\n        },\n        {\n            \"id\": 55740,\n            \"title\": \"Governor Mills Encourages Maine Businesses to Apply for Newly-Available Federal Drought Disaster Relief Loans\",\n            \"summary\": \"Governor Janet Mills is encouraging small businesses in several Maine counties to apply for newly available Economic Injury Disaster Loans (EIDL) through the U.S. Small Business Administration (SBA). Farm-related entities in Androscoggin, Aroostook, Franklin, Kennebec, Oxford, Penobscot, Piscataquis, Somerset and Waldo counties that have suffered financial losses as a result of the drought that began in Maine on June 22nd are eligible for low-interest loans from the SBA, the agency announced today. Under this declaration, eligible businesses may apply for Economic Injury Disaster Loans (EIDL) of up to $2 million with interest rates of 2.88 percent for small businesses and 2 percent for private nonprofit organizations of all sizes, with terms up to 30 years. The SBA determines eligibility based on the size of the applicant, type of activity and its financial resources. Loan amounts and terms are set by the SBA and are based on each applicant’s financial condition. These working capital loans may be used to pay fixed debts, payroll, accounts payable, and other bills that could have been paid had the disaster not occurred. The loans are not intended to replace lost sales or profits.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME10913120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/governor-mills-encourages-maine-businesses-apply-newly-available-federal-drought-disaster\",\n            \"created_at\": \"2021-08-25T07:30:09.589903-04:00\"\n        },\n        {\n            \"id\": 55741,\n            \"title\": \"Governor Whitmer Proposes $2.1 Billion Investment to Grow the Middle Class, Support Small Businesses, and Invest in Communities\",\n            \"summary\": \"Governor Gretchen Whitmer laid out a $2.1 billion proposal to grow Michigan's middle class, support small businesses, and invest in communities by tackling several underlying issues. As Michigan's economic jumpstart continues, Governor Whitmer's proposals will tackle underlying issues faced by families, communities, and small businesses and take advantage of the historic influx in federal resources to deliver meaningful change that makes a real difference in people's lives. The state had the fastest growing economy in the Midwest over the first three months of this year, a lower unemployment rate than the national average, a $3.5 billion surplus up from a projected $3 billion deficit, and two boosted credit rating outlooks. Michigan's manufacturing industry continues to soar, leading the country in automotive manufacturing and appearing near the tops of several lists on job creation, business climate, and foreign direct investment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56651520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-566515--,00.html\",\n            \"created_at\": \"2021-08-25T07:30:09.657063-04:00\"\n        },\n        {\n            \"id\": 55742,\n            \"title\": \"Governor Whitmer Declares State of Emergency for Branch, Hillsdale and St. Joseph Counties Due to Impacts of High Winds\",\n            \"summary\": \"Governor Gretchen Whitmer today declared a state of emergency for Branch, Hillsdale and St. Joseph counties to address the impacts of severe thunderstorms and straight-line winds on August 11 and 12. By declaring a state of emergency, Governor Whitmer has made available all state resources in cooperation with local response and recovery efforts in the designated area. The declaration authorizes the Michigan State Police, Emergency Management and Homeland Security Division to coordinate state efforts above and beyond what MSP/EMHSD has already been doing in conjunction with local agencies. The declaration of a local state of emergency activates local emergency response and recovery plans. By requesting a governor's declaration, the county has determined local resources are insufficient to address the situation and state assistance is required to protect the health, safety and property to lessen or avert the threat of a crisis.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56651420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-566514--,00.html\",\n            \"created_at\": \"2021-08-25T07:30:09.725655-04:00\"\n        },\n        {\n            \"id\": 55743,\n            \"title\": \"Order of Rulemaking: Insurance Solvency and Company Regulation\",\n            \"summary\": \"The director of the Missouri Department of Commerce and Insurance adopts the rule regarding Licensing Procedures for Pharmacy Benefits Managers (20 CSR 200-22.010). A notice of proposed rulemaking containing the text of the proposed rule was published in the Missouri Register on May 17, 2021. No changes have been made in the text of the proposed rule, so it is not reprinted here. This proposed rule becomes effective 30 days after publication in the Code of State Regulations. No comments were received during the comment period or during the hearing held on June 17, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO20I44O20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Orders of Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Department of Commerce and Insurance, Insurance Solvency and Company Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:09.792478-04:00\"\n        },\n        {\n            \"id\": 55744,\n            \"title\": \"In Addition: Division of Regulation and Licensure\",\n            \"summary\": \"As a result of the creation of the Department of Elementary and Secondary Education’s Office of Childhood and the transfer of the Department of Health and Senior Services’ Section for Child Care Regulation to that Office, the Department of Health and Senior Services is transferring the following rules to the Department of Elementary and Secondary Education. Effective August 30, 2021, the following rules are transferred from the Department of Health and Senior Services’ Division of Regulation and Licensure to the Department of Elementary and Secondary Education’s Office of Childhood: Definitions Relating to Child Care Facilities (5 CSR 25-300.010); Application for Annual Fire Safety and Health and Sanitation Inspections and Inspection Procedures (5 CSR 25-300.020); Local Inspections (5 CSR 25-300.030); Variance Requests (5 CSR 25-300.120); Staffing Requirements (5 CSR 25-300.040); Health Requirements (5 CSR 25-300.050); Responsibilities of Caregivers (5 CSR 25-300.060); Fire Safety Requirements (5 CSR 25-300.070); Sanitation Requirements (5 CSR 25-300.080); Physical Plant, Space, Supplies and Equipment (5 CSR 25-300.090); Transportation and Field Trip Requirements (5 CSR 25-300.100); and Admission Procedures and Required Reports and Records (5 CSR 25-300.110).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO12D39I20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"In Additions\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Division of Regulation and Licensure\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:09.858840-04:00\"\n        },\n        {\n            \"id\": 55745,\n            \"title\": \"Order of Rulemaking: Division of Workers’ Compensation\",\n            \"summary\": \"The director of the Department of Public Safety rescinds rule 8 CSR 50-6.010 regarding Rules Governing Crime Victims. A notice of proposed rulemaking containing the proposed rescission was published in the Missouri Register on April 1, 2021. No changes have been made in the proposed rescission, so it is not reprinted here. This proposed rescission becomes effective 30 days after publication in the Code of State Regulations. No comments were received.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO20D36O20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Orders of Rulemaking\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Division of Workers’ Compensation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:09.926454-04:00\"\n        },\n        {\n            \"id\": 55746,\n            \"title\": \"Order of Rulemaking: Secretary of State\",\n            \"summary\": \"The secretary of state amends the rule 15 CSR 30-55.060 regarding Public Hearing. A notice of proposed rulemaking containing the text of the proposed amendment was published in the Missouri Register on June 1, 2021. No changes have been made in the text of the proposed amendment, so it is not reprinted here. This proposed amendment becomes effective 30 days after publication in the Code of State Regulations. No comments were received.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO20S21O20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Orders of Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Office of the Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:09.995839-04:00\"\n        },\n        {\n            \"id\": 55755,\n            \"title\": \"Treasury Announces Gas Tax Rate Will Decrease by 8.3 Cents Effective October 1\",\n            \"summary\": \"After a thorough review of fuel consumption statistics and consultation with the Legislative Budget and Finance Officer, the Department of the Treasury announced on Tuesday that New Jersey’s gas tax rate will decrease by 8.3 cents per gallon beginning October 1 to comport with the 2016 law that requires a steady stream of revenue to support the State’s Transportation Trust Fund program. Under the 2016 law (Chapter 57) enacted prior to the Murphy Administration, New Jersey’s TTF program is required to provide $16 billion over eight years to support critical infrastructure improvements to the state’s roadways and bridges. In order to ensure the State has the funds necessary to support these projects, the law dictates that the Petroleum Products Gross Receipt tax rate must be adjusted accordingly to generate roughly $2 billion per year.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ16974I20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Jersey\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210824a.shtml\",\n            \"created_at\": \"2021-08-25T07:30:10.611434-04:00\"\n        },\n        {\n            \"id\": 55756,\n            \"title\": \"Governor Murphy Takes Action on Legislation\",\n            \"summary\": \"Today, Governor Murphy signed the following bills into law including A-4918/S-3266 (Greenwald, Johnson, Mukherji/Diegnan, Gopal) – Allows corporations and certain financial institutions to hold remote shareholder meetings; and A-5588/S-3812 (McKnight, Kennedy, Moen/Greenstein, Bateman) – Appropriates funds to DEP for environmental infrastructure projects for FY2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ11174G20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Jersey\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210824f.shtml\",\n            \"created_at\": \"2021-08-25T07:30:10.676298-04:00\"\n        },\n        {\n            \"id\": 55759,\n            \"title\": \"Homeowners Data and Consent to Rate Data Collection\",\n            \"summary\": \"This bulletin notifies your company of the annual reporting requirements for insurance covering loss to residential real property with not more than four housing units. For the purpose of this data call, all data from homeowners insurance policies shall be reported, including the consent to rate data. Only insurers that have data to report on homeowners policies must complete this Data Call. Data for all homeowners policy forms, excluding HO-4 and HO-6, is required. The information and data requested by NCDOI in this annual Data Call should be submitted no later than April 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC9013920210211\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/property-and-casualty/21-b-02-homeowners-data-and-consent-rate-data-collection-required-gs-58-36-30-b2/open\",\n            \"created_at\": \"2021-08-25T07:30:10.874226-04:00\"\n        },\n        {\n            \"id\": 55761,\n            \"title\": \"Secretary of State Offices to Close for Labor Day\",\n            \"summary\": \"Illinois Secretary of State Jesse White announced that all offices and facilities will be closed in observance of Labor Day. Offices and Driver Services facilities operating on a: Monday through Friday schedule will be closed on Monday, September 6; Tuesday through Saturday schedule will be closed on Saturday, September 4. All offices and Driver Services facilities will be open for business on Tuesday, September 7. As a reminder, Secretary White has extended all driver’s license and ID card expiration dates to January 1, 2022. This extension does not apply to commercial driver’s licenses (CDL) and CDL learner’s permits. In addition, the U.S. Department of Homeland Security has extended the federal REAL ID deadline to May 3, 2023.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1757IL4920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Illinois Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cyberdriveillinois.com/news/2021/august/210823d1.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.003181-04:00\"\n        },\n        {\n            \"id\": 55762,\n            \"title\": \"State of Oregon Releases Final Rate Decisions for 2022 Health Plans\",\n            \"summary\": \"Small businesses and individuals who buy their own health insurance can now see the Oregon Division of Financial Regulation’s final rate decisions for 2022 health insurance plans. The division reviews and approves rates through a detailed and transparent process before they can be charged to policyholders. The final decisions are based on the result of a rigorous review, which included public hearings and public comment. The division published preliminary decisions at the end of June before the public hearings. These hearings provided an opportunity for the public, health insurance companies, and the division to further review and analyze the preliminary decisions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"453ORDFR16220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Division of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://dfr.oregon.gov/news/2021/Pages/20210824-final-rate-decisions-for-2022-health-plans.aspx\",\n            \"created_at\": \"2021-08-25T07:30:11.068203-04:00\"\n        },\n        {\n            \"id\": 55763,\n            \"title\": \"Dept. of Labor & Industry Announces Settlement with IBM\",\n            \"summary\": \"The Pennsylvania Department of Labor & Industry (L&I) has settled and resolved a lawsuit that the department filed against IBM in 2017 related to a project to upgrade Pennsylvania's outdated unemployment compensation computer system. L&I awarded IBM a contract in June 2006 to design and build the Unemployment Compensation Modernization System (UCMS), an integrated, comprehensive and modern system. L&I let the contract expire at the end of September 2013.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA551538420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Labor and Industry\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=615\",\n            \"created_at\": \"2021-08-25T07:30:11.133193-04:00\"\n        },\n        {\n            \"id\": 55764,\n            \"title\": \"Application Filed Under the Investment Company Act for Columbia ETF Trust I, et al.\",\n            \"summary\": \"Columbia ETF Trust I, Columbia Management Investment Advisers, LLC and Columbia Management Investment Distributors, Inc. filed an application on June 16, 2021, and an amendment to the application on July 1, 2021, requesting an order under section 6(c) of the Investment Company Act of 1940 (“Act”) for an exemption from sections 2(a)(32), 5(a)(1), 22(d), and 22(e) of the Act and rule 22c-1 thereunder; under sections 6(c) and 17(b) of the Act granting an exemption from sections 17(a)(1) and 17(a)(2) of the Act; and under section 12(d)(1)(J) of the Act for an exemption from sections 12(d)(1)(A) and 12(d)(1)(B) of the Act, which would permit registered open-end investment companies that are actively managed exchange traded funds (each, an “ETF”) to operate without being subject to a daily portfolio transparency condition. The matter has been considered and it is found on the basis of the information set forth in the application, as amended. It is ordered, that the exemption requested by Applicants (File No. 812- 15239), is granted, effective immediately, subject to the conditions contained in the application, as amended.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3435920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34359.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.198046-04:00\"\n        },\n        {\n            \"id\": 55765,\n            \"title\": \"Order Making Findings and Imposing Remedial Sanctions: Robert Gilliam\",\n            \"summary\": \"On September 26, 2019, the Securities and Exchange Commission (“Commission”) issued an Order Instituting Administrative Proceedings and Notice of Hearing against Respondent Robert Gilliam (“Gilliam” or “Respondent”). The Commission’s Complaint alleged that, despite not being registered as a broker, Gilliam offered and sold unregistered securities to investors by cold-calling them, assisting other salespeople with calls, providing investors with sales materials and advice, closing sales, and receiving transaction-based compensation for those sales. The Complaint alleged that Gilliam knew the offering materials and website contained materially false and misleading information. On January 24, 2018, Gilliam pled guilty to one count of conspiracy to commit mail fraud. On May 30, 2018, a judgment in the criminal case was entered against Gilliam, sentencing him to 60 months in prison, followed by three years of supervised release. He was also ordered to make restitution, jointly and severally with his criminal co-defendants, in the amount of $13,479,407.09. It is hereby ordered that Respondent Gilliam be, and hereby is, barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization; and hereby is, barred from participating in any offering of a penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349273620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92736.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.263885-04:00\"\n        },\n        {\n            \"id\": 55766,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order: Northwest Advisors, Inc.\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it appropriate and in the public interest that public administrative and cease-and-desist proceedings be against Northwest Advisors, Inc. (“NWA” or “Respondent”). These proceedings arise out of breaches of fiduciary duty by NWA, a registered investment adviser, in connection with its mutual fund share class selection practices and the excess fees paid by NWA’s advisory clients in its wrap fee program, including fees charged pursuant to Rule 12b-1 under the Investment Company Act of 1940 (“12b-1 fees”). At times during the period from March 26, 2014 through December 31, 2018 (the “Relevant Period”), NWA purchased, recommended, or held for certain advisory clients mutual fund share classes that charged 12b-1 fees (which did not result in NWA paying transaction fees) instead of lower-cost share classes of the same funds that were available to the clients and did not charge 12b-1 fees (but did result in NWA paying transaction fees). NWA did not adequately disclose this practice or the related conflict of interest in its Forms ADV or otherwise. NWA also breached its duty to seek best execution by causing certain advisory clients to purchase mutual fund share classes that charged 12b-1 fees when share classes of the same funds that presented a more favorable value for these clients under the particular circumstances in place at the time of the transaction were available to the clients. Accordingly, it is hereby ordered that Respondent cease and desist from committing or causing violations and Respondent shall pay disgorgement and prejudgment interest, totaling $902,500.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA583020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5830.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.330203-04:00\"\n        },\n        {\n            \"id\": 55767,\n            \"title\": \"Extension to Exchange Act Rules 13n-1 – 13n-12; Form SDR\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is announcing the extension of Exchange Act Rules 13n-1 – 13n-12; Form SDR. Under the Rules, security-based swap data repositories (“SDRs”) are required to register with the Commission by filing a completed Form SDR (the filing of a completed Form SDR also constitutes an application for registration as a securities information processor (“SIP”)). SDRs are also required to abide by certain minimum standards set out in the Rules, including a requirement to update Form SDR, abide by certain duties and core principles, maintain data in accordance with the rules, keep systems in accordance with the Rules, keep records, provide reports to the Commission, maintain the privacy of security-based swaps (“SBSs”) data, make certain disclosures, and designate a Chief Compliance Officer. In addition, there are a number of collections of information contained in the Rules. The information collected pursuant to the Rules is necessary to carry out the mandates of the Dodd-Frank Act and help ensure an orderly and transparent market for SBSs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18105\",\n            \"regalytics_alert_id\": \"1891FR20211810520210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18105/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-25T07:30:11.400269-04:00\"\n        },\n        {\n            \"id\": 55768,\n            \"title\": \"Extension to Rule Rule 24b-1\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is announcing the extension of Rule 24b-1. Rule 24b-1 requires a national securities exchange to keep and make available for public inspection a copy of its registration statement and exhibits filed with the Commission, along with any amendments thereto.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18106\",\n            \"regalytics_alert_id\": \"1891FR20211810620210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18106/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-25T07:30:11.467272-04:00\"\n        },\n        {\n            \"id\": 55769,\n            \"title\": \"Extension to Rule 17Ac2-1\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is announcing the extension of Rule 17Ac2-1. Rule 17Ac2-1, pursuant to Section 17A(c) of the Exchange Act, generally requires transfer agents for whom the Commission is the transfer agent’s Appropriate Regulatory Agency (“ARA”), to file an application for registration with the Commission on Form TA-1 and to amend their registrations under certain circumstances.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18109\",\n            \"regalytics_alert_id\": \"1891FR20211810920210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18109/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-25T07:30:11.536899-04:00\"\n        },\n        {\n            \"id\": 55770,\n            \"title\": \"Cease and Desist Order: Healthcare Services Group, Inc., John C. Shea, CPA and Derya D. Warner\",\n            \"summary\": \"The Securities and Exchange Commission has issued a Cease-and-Desist order against Healthcare Services Group, inc., John C. Shea, CPA, and Derya D. Warner. This matter involves the failure of Healthcare Services Group, Inc. to properly accrue for or disclose loss contingencies relating to pending civil litigation in violation of generally accepted accounting principles, resulting in the reporting of inflated net income and earnings per share in certain periods. Also, in certain quarters, Derya D. Warner, HCSG’s Controller, made journal entries during the closing process without adequate supporting documentation as required by HCSG’s policies and procedures. Based on these findings, HCSG shall, within 10 days of the entry of this Order, pay a civil money penalty of $6,000,000 to the Commission for transfer to the general fund of the United States Treasury.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331096720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-10967.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.602771-04:00\"\n        },\n        {\n            \"id\": 55771,\n            \"title\": \"SEC Charges Healthcare Services Company and CFO for Failing to Accurately Report Loss Contingencies as Part of Continuing EPS Initiative\",\n            \"summary\": \"The Securities and Exchange Commission today announced that Pennsylvania-based Healthcare Services Group, Inc. has agreed to pay $6 million to settle charges that the company engaged in accounting and disclosure violations. The SEC's order finds that in 2014 and 2015, HCSG, a provider of housekeeping, dining, and other services to healthcare facilities, failed to timely accrue for and disclose material loss contingencies related to the settlement of private litigation against the company, as required by U.S. The SEC's order finds that HCSG and Shea violated the Securities Act of 1933, and that HCSG violated the financial reporting, books and records, and internal controls provisions of the Securities Exchange Act of 1934. The order further finds that Shea caused HCSG's violations, and Warner caused HCSG's books and records and internal controls violations. HCSG, Shea, and Warner have agreed to cease and desist from future violations of the charged provisions and pay civil penalties of $6 million, $50,000, and $10,000, respectively. Shea also has agreed to be suspended from appearing and practicing before the SEC as an accountant, which includes not participating in the financial reporting or audits of public companies.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC55A3D9C620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-162\",\n            \"created_at\": \"2021-08-25T07:30:11.669034-04:00\"\n        },\n        {\n            \"id\": 55772,\n            \"title\": \"Pelosi Statement on Path Forward for Build Back Better Act & Bipartisan Infrastructure Bill\",\n            \"summary\": \"“In consultation with the Chair of the Transportation and Infrastructure Committee, I am committing to pass the bipartisan infrastructure bill by September 27. I do so with a commitment to rally House Democratic support for its passage. Passing an infrastructure bill is always exciting for what it means in terms of jobs and commerce in our Country. Now more than ever, it also has to be a part of protecting our environment. I know that Chairman DeFazio will do the best possible job to that end in the Build Back Better Act.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8242120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/82421\",\n            \"created_at\": \"2021-08-25T07:30:11.735357-04:00\"\n        },\n        {\n            \"id\": 55773,\n            \"title\": \"Commissioner Gonzales Announces Weekly Formula Rate August 24, 2021\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today that the maximum effective formula rate of interest in Tennessee is 7.25 percent per annum. The rate is based on a ceiling of 4 percent over the weekly average prime loan rate of 3.25 percent as published by the Federal Reserve on August 23, 2021. Chapter 464, Public Acts of 1983, the legislation regulating interest rates in Tennessee, requires that the commissioner of Financial Institutions make an announcement weekly of the formula rate of interest.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI1782120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/8/24/commissioner-gonzales-announces-weekly-formula-rate-august-24--2021.html\",\n            \"created_at\": \"2021-08-25T07:30:11.799754-04:00\"\n        },\n        {\n            \"id\": 55774,\n            \"title\": \"Free Tax Webinar on Services Subject to Sales Tax on August 31\",\n            \"summary\": \"Join the Department of Revenue on August 31 at 9 am Central time for its latest free tax webinar covering services subject to sales tax in Tennessee. The August 31 webinar is part of a series of webinars the department offers each month to give the public an opportunity to learn more about tax topics.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18933TX62FR10920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/revenue/news/2021/8/24/free-tax-webinar-on-services-subject-to-sales-tax-on-august-31.html\",\n            \"created_at\": \"2021-08-25T07:30:11.865622-04:00\"\n        },\n        {\n            \"id\": 55775,\n            \"title\": \"Banking Commissioner Appoints Wendy Rodriguez as Deputy Commissioner\",\n            \"summary\": \"Texas Banking Commissioner Charles G. Cooper announced Friday, August 20, 2021, the appointment of Wendy Rodriguez as the agency’s Deputy Commissioner. Ms. Rodriguez will oversee all the operational and administrative functions of the Department including strategic initiatives. In this capacity, she will assist the Commissioner with governmental interactions to include the Office of the Governor, the Texas Legislature, and other state agencies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1167TX68PR9120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/news/press-releases/2021/08-24-21pr.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.931553-04:00\"\n        },\n        {\n            \"id\": 55776,\n            \"title\": \"Governor Abbott, HHSC Announce $1.4 Billion in Summer Pandemic Food Benefits for Texas Families\",\n            \"summary\": \"Governor Greg Abbott today announced that the Texas Health and Human Services Commission has received approval from the U.S. Department of Agriculture for a third round of federal Pandemic Electronic Benefit Transfer food benefits for families with children who have temporarily lost access to free or reduced-price school meals due to COVID-19. In this third round of pandemic food benefits, HHSC received federal approval to provide more than $1.4 billion in benefits to approximately 3.7 million eligible children in Texas. To date, HHSC has distributed approximately than $4.7 billion in P-EBT food benefits to Texas families.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES195125120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-hhsc-announce-1.4-billion-in-summer-pandemic-food-benefits-for-texas-families\",\n            \"created_at\": \"2021-08-25T07:30:11.997428-04:00\"\n        },\n        {\n            \"id\": 55778,\n            \"title\": \"Proposed Rules for the Public School Retirement System of Missouri\",\n            \"summary\": \"This rule defines what is meant by “first employed” and “first such employment” as it relates to the part-time election offered to certain certificated members under section 169.712, RSMo, and sets forth the membership requirements of those members who elect membership in the Public Education Employee Retirement System and then undergo certain changes in their work or positions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO14T50P20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"The Public School Retirement System of Missouri\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:12.130391-04:00\"\n        },\n        {\n            \"id\": 55779,\n            \"title\": \"Meeting of the Regulations and Procedures Technical Advisory Committee, September 14, 2021\",\n            \"summary\": \"The Regulations and Procedures Technical Advisory Committee will meet September 14, 2021, at 10:00 a.m., Eastern Daylight Time, via teleconference. The Committee advises the Office of the Assistant Secretary for Export Administration on implementation of the Export Administration Regulations (EAR) and provides for continuing review to update the EAR as needed. Agenda: Public Session 1. Opening remarks by the Chairman 2. Opening remarks by the Bureau of Industry and Security 3. Presentation of papers or comments by the Public 4. Regulations Update 5. Working Group Reports 6. Automated Export System Update Closed Session 7. Discussion of matters determined to be exempt from the provisions relating to public meetings found in 5 U.S.C. app. 2 10(a)(1) and 10(a)(3).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18147\",\n            \"regalytics_alert_id\": \"1891FR20211814720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Bureau of Industry and Security\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18147/regulations-and-procedures-technical-advisory-committee-notice-of-partially-closed-meeting\",\n            \"created_at\": \"2021-08-25T07:30:12.198953-04:00\"\n        },\n        {\n            \"id\": 55780,\n            \"title\": \"Paperwork Reduction Act Approvals: Pandemic Electronic Benefit Transfer (P-EBT)\",\n            \"summary\": \"The Department of Agriculture has submitted a revision of the currently approved information collection titled “Pandemic Electronic Benefit Transfer (P-EBT).” This information collection is necessary to ensure that households impacted by COVID-19 receive emergency food assistance and that State agencies and schools receive reimbursement of their administrative costs. States impacted by COVID-19 could issue P-EBT benefits to SNAP (currently participating in SNAP) and non-SNAP (not currently participating in SNAP) households with children who have temporarily lost access to free or reduced-price school meals due to pandemic related school closures, reduced school hours, or reduced school attendance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18155\",\n            \"regalytics_alert_id\": \"1891FR20211815520210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18155/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-25T07:30:12.265149-04:00\"\n        },\n        {\n            \"id\": 55781,\n            \"title\": \"Stakeholder Listening Sessions and Request for Information on the Agriculture Innovation Center Demonstration Program\",\n            \"summary\": \"The Rural Business-Cooperative Service (RBCS) is hosting a listening session and opening a request for information for public input about the Agriculture Innovation Center Demonstration (AIC) Program. The AIC program provides grants to Centers that provide services to agricultural producers to assist them with marketing value-added agricultural products. RBCS is currently considering how it can streamline the application process, clarify eligibility requirements and reduce the burden for meeting them, revise the merit review process, and assess the program’s performance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18134\",\n            \"regalytics_alert_id\": \"1891FR20211813420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture, Rural Business-Cooperative Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18134/stakeholder-listening-sessions-and-request-for-information-on-the-agriculture-innovation-center\",\n            \"created_at\": \"2021-08-25T07:30:12.330818-04:00\"\n        },\n        {\n            \"id\": 55782,\n            \"title\": \"Request for Information: Stakeholder Listening Session and Request for Information on the Rural Cooperative Development Grant Program\",\n            \"summary\": \"The Rural Business-Cooperative Service (RBCS) is hosting a listening session and opening a request for information for public input about the Rural Cooperative Development Grant (RCDG) program. The RCDG program provides financial assistance to nonprofit corporations and/or institutions of higher education to start or expand cooperative development centers that provide technical and business development assistance to individuals and businesses to start, expand, or improve cooperatives and other mutually owned businesses. RBCS is currently considering how it can streamline application requirements, establish a multiyear award process, and provide more relevant performance metrics for the program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18135\",\n            \"regalytics_alert_id\": \"1891FR20211813520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture, Rural Business-Cooperative Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18135/stakeholder-listening-session-and-request-for-information-on-the-rural-cooperative-development-grant\",\n            \"created_at\": \"2021-08-25T07:30:12.396453-04:00\"\n        },\n        {\n            \"id\": 55783,\n            \"title\": \"Request for Information: Stakeholder Listening Session and Request for Information on the Value-Added Producer Grant Program\",\n            \"summary\": \"The Rural Business-Cooperative Service (RBCS) is hosting a listening session and opening a request for information for public input about the Value-Added Producer Grant (VAPG) program. The VAPG program helps agricultural producers enter into value-added activities related to the processing and marketing of new products. The goals of this program are to generate new products, create and expand marketing opportunities, and increase producer income. RBCS is currently considering how it can streamline the application process, clarify eligibility requirements concerning food safety, reduce the burden for meeting requirements, and implement such requirements.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18136\",\n            \"regalytics_alert_id\": \"1891FR20211813620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture, Rural Business-Cooperative Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18136/stakeholder-listening-session-and-request-for-information-on-the-value-added-producer-grant-program\",\n            \"created_at\": \"2021-08-25T07:30:12.462326-04:00\"\n        },\n        {\n            \"id\": 55784,\n            \"title\": \"Paperwork Reduction Act Approvals: the Standardized Research Performance Progress Report\",\n            \"summary\": \"The Department of Commerce is requesting a three-year extension of the Research Performance Progress Report (RPPR). This Research Performance Progress Report (RPPR) directly benefits award recipients by making it easier for them to administer Federal grant and cooperative agreement programs through standardization of the types of information required in performance reports—thereby reducing their administrative effort and costs. The RPPR also makes it easier to compare the outputs, outcomes, etc. of research programs across the government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18163\",\n            \"regalytics_alert_id\": \"1891FR20211816320210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18163/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for\",\n            \"created_at\": \"2021-08-25T07:30:12.530277-04:00\"\n        },\n        {\n            \"id\": 55785,\n            \"title\": \"Washington Tech Executive Sentenced for COVID-19 Relief Fraud Scheme\",\n            \"summary\": \"A Washington state tech executive was sentenced today in the Western District of Washington to two years in prison for perpetrating a scheme to fraudulently obtain COVID-19 disaster relief loans guaranteed by the Small Business Administration (SBA) through the Economic Injury Disaster Loan (EIDL) and the Paycheck Protection Program (PPP) under the Coronavirus Aid, Relief and Economic Security (CARES) Act. Mukund Mohan, 48, of Clyde Hill, pleaded guilty to charges of wire fraud and money laundering on March 15. According to court documents, Mohan sought more than $5.5 million through eight fraudulent disaster loan applications. In support of the fraudulent loan applications, Mohan submitted fake and altered documents, including fake federal tax filings and altered incorporation documents. The incorporation documents that he submitted to the lender were altered and the federal tax filings he submitted were fake. Five of Mohan’s eight fraudulent loan applications were approved, and he fraudulently obtained nearly $1.8 million in COVID-19 relief funds. In addition to the prison sentence, Mohan was ordered to pay a fine in the amount of $100,000 and $1,786,357 in restitution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1635720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/washington-tech-executive-sentenced-covid-19-relief-fraud-scheme\",\n            \"created_at\": \"2021-08-25T07:30:12.597984-04:00\"\n        },\n        {\n            \"id\": 55786,\n            \"title\": \"Paperwork Reduction Act Approvals: Current Population Survey Unemployment Insurance Non-Filer Supplement\",\n            \"summary\": \"The February and May 2022 CPS Unemployment Insurance (UI) Non-Filer Supplement will be conducted at the request of the Department of Labor’s Chief Evaluation Office. The supplement was last collected in May and September of 2018. The UI Non-Filer Supplement will gather information on people who are unemployed as well as on a subset of those who are not in the labor force.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18140\",\n            \"regalytics_alert_id\": \"1891FR20211814020210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18140/agency-information-collection-activities-submission-for-omb-review-comment-request-current\",\n            \"created_at\": \"2021-08-25T07:30:12.666626-04:00\"\n        },\n        {\n            \"id\": 55787,\n            \"title\": \"Meetings of the Native American Employment and Training Council, September 22, 2021\",\n            \"summary\": \"Notice is hereby given of the next meeting of the Native American Employment and Training Council (Council), as constituted under WIOA. The meeting will begin at 1:30 p.m., (Eastern Daylight Time) on Wednesday, September 22, 2021, and continue until 5:00 p.m. The meeting will reconvene at 1:00 p.m., on Thursday, September 23, 2021 and adjourn at 4:30 p.m. The period from 3:00 p.m., to 4:00 p.m., on September 22, 2021 is reserved for participation and comment by members of the public. The formal agenda will focus on the following topics: 1) Training and technical assistance priorities, 2) NAETC Two-Year Strategic Plan update; 3) Update from 477-program Federal Partners Meeting; 4) Census Update and Tabulations; 5) Upcoming Regional/National TAT conferences; 7) Employment and Training Administration updates; and 8) public comment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18146\",\n            \"regalytics_alert_id\": \"1891FR20211814620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Employment and Training Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18146/native-american-employment-and-training-council\",\n            \"created_at\": \"2021-08-25T07:30:12.731794-04:00\"\n        },\n        {\n            \"id\": 55788,\n            \"title\": \"Global Magnitsky Designations\",\n            \"summary\": \"The Office of Foreign Assets Control (OFAC) has updated its Specially Designated Nationals (SDN) List. The following individuals have been added: Liz Paola Doldan Gonzalez, Kassem Mohamad Hijazi, and Khalil Ahmad Hijazi, all of Paraguay. The following entities have been added: Apolo Informatica S.A., Emprendimientos Inmobiliarios Misiones S.A., Espana Informatica S.A., Mobile Zone International Import-Export S.R.L., and Mundo Informatico Paraguay, S.A., all of Paraguay.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT11220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210824\",\n            \"created_at\": \"2021-08-25T07:30:12.797471-04:00\"\n        },\n        {\n            \"id\": 55789,\n            \"title\": \"Issuance of Iran General License M-1 and Updated Frequently Asked Question\",\n            \"summary\": \"The Department of the Treasury's Office of Foreign Assets Control (OFAC) is issuing Iran General License M-1, \\\"Authorizing the Exportation of Certain Graduate Level Educational Services and Software.\\\" In addition, OFAC is updating related Frequently Asked Question 853.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT16020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210824_33\",\n            \"created_at\": \"2021-08-25T07:30:12.862218-04:00\"\n        },\n        {\n            \"id\": 55790,\n            \"title\": \"Treasury Targets Corruption Networks in Paraguay\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) sanctioned three Paraguayan individuals, Kassem Mohamad Hijazi, Khalil Ahmad Hijazi, and Liz Paola Doldan Gonzalez, for their roles in corruption in Paraguay, as well as five associated entities connected with their corruption schemes. These individuals and entities are designated pursuant to Executive Order (E.O.) 13818, which builds upon and implements the Global Magnitsky Human Rights Accountability Act and targets perpetrators of serious human rights abuse and corruption around the world. Corruption degrades the rule of law, weakens economies and stifles economic growth, undermines democratic institutions, perpetuates conflict, deprives innocent civilians of fundamental human rights, and is intrinsically linked to money laundering and lack of financial transparency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT48033220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0332\",\n            \"created_at\": \"2021-08-25T07:30:12.927103-04:00\"\n        },\n        {\n            \"id\": 55791,\n            \"title\": \"Paperwork Reduction Act Approvals: Comment Request on Burden Related to the Limitations on Passive Activity Losses and Credits\",\n            \"summary\": \"The IRS is soliciting comments concerning the burden related to the limitations on passive activity losses and credits and the treatment of self-charged items of income and expense. Regulation section 1.469-7(g) permits entities to elect to avoid application of section 1.469-7 in the event the passthrough entity chooses to not have the income from lending transactions with owners of interests in the entity recharacterized as passive activity gross income. The IRS will use this information to determine whether the entity has made a proper timely election and to determine that taxpayers are complying with the election in the taxable year of the election and subsequent taxable years.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18174\",\n            \"regalytics_alert_id\": \"1891FR20211817420210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18174/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"created_at\": \"2021-08-25T07:30:12.993650-04:00\"\n        },\n        {\n            \"id\": 55792,\n            \"title\": \"Paperwork Reduction Act Approvals: Employer's Annual Tax Return for Agricultural Employees, Agricultural Employer's Record of Federal Tax Liability, and More\",\n            \"summary\": \"The IRS is soliciting comments concerning Form 943, Employer's Annual Tax Return for Agricultural Employees, 943-PR, Planilla Para La Declarcion Annual De La Contribucion Federal Del Patrono De Empleados Agricolas, 943-A, Agricultural Employer's Record of Federal Tax Liability, 943A-PR, Registro De La Obligacion Contributiva Del Patrono Agricola, and 943 (Schedule R), Allocation Schedule for Aggregate Form 943 Filers. Agricultural employers must prepare and file Form 943 and Form 943-PR (Puerto Rico only) to report and pay FICA taxes and income tax voluntarily withheld (Form 943 only). Agricultural employees may attach Forms 943-A and 943A-PR to Forms 943 and 943-PR to show their tax liabilities for semiweekly periods. The information is used to verify that the correct tax has been paid. Form 943 (Schedule R) allows (1) an agent appointed by an employer or payer or (2) a customer who enters into a contract that meets the requirements under 7705(e)(2) or (3) a client who enters into a service agreement described under Regulations section 31.3504-2(b)(2) with a Certified Professional Employer Organization, to allocate information reported on Form 943 to each client.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18176\",\n            \"regalytics_alert_id\": \"1891FR20211817620210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18176/proposed-collection-comment-request-for-forms-943-943-pr-943-a-943a-pr-and-943-schedule-r\",\n            \"created_at\": \"2021-08-25T07:30:13.060084-04:00\"\n        },\n        {\n            \"id\": 55793,\n            \"title\": \"Paperwork Reduction Act Approvals: Taxable Fuel; Registration\",\n            \"summary\": \"The IRS is soliciting comments concerning information collection requirements related to the rules relating to registration under section 4101. Under IRC section 4101(b) Secretary may require, as a condition of registration under 4101(a), that the applicant give a bond in an amount that the Secretary determines is appropriate. Applicant's that do not meet all the applicable registration tests for Form 637 registration must secure a federal bond, from an acceptable surety or reinsurer listed in Circular 570, prior to receiving a Form 637 registration under section 4101. Form 928 is used for this purpose.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18177\",\n            \"regalytics_alert_id\": \"1891FR20211817720210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18177/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"created_at\": \"2021-08-25T07:30:13.126502-04:00\"\n        },\n        {\n            \"id\": 55794,\n            \"title\": \"Paperwork Reduction Act Approvals: Request for Taxpayer Advocate Service Assistance (And Application for Taxpayer Assistance Order)\",\n            \"summary\": \"Currently, the IRS is soliciting comments concerning the burden related to Form 911, Request for Taxpayer Advocate Service Assistance (And Application for Taxpayer Assistance Order). Form 911 is used by taxpayers to apply for relief from a significant hardship which may have already occurred or is about to occur if the IRS takes or fails to take certain actions. This form is submitted to the IRS Taxpayer Advocate Office in the district where the taxpayer resides.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18199\",\n            \"regalytics_alert_id\": \"1891FR20211819920210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18199/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"created_at\": \"2021-08-25T07:30:13.193154-04:00\"\n        },\n        {\n            \"id\": 55795,\n            \"title\": \"Paperwork Reduction Act Approvals: Fiduciary's Account, Court Appointed Fiduciary's Account, Certificate of Balance on Deposit and Authority to Disclose Financial Record\",\n            \"summary\": \"The Veteran’s Benefits Administration (VBA), Department of Veterans Affairs (VA), is announcing the extension of a previously approved collection concerning VA Forms 21P-4706b, 21P-4706c, and 21P-4718a which will be completed by VA appointed fiduciaries of VA beneficiaries. The information will be used by VA fiduciary hub staff to determine whether an individual is an appropriate fiduciary and properly using and maintaining an accounting of the VA beneficiary’s compensation or pension payments. VA continues to use the information provided on these forms in the oversight of VA-appointed fiduciaries.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18195\",\n            \"regalytics_alert_id\": \"1891FR20211819520210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18195/agency-information-collection-activity-va-fiduciarys-account-court-appointed-fiduciarys-account\",\n            \"created_at\": \"2021-08-25T07:30:13.259680-04:00\"\n        },\n        {\n            \"id\": 55796,\n            \"title\": \"Russia, Blocking Property of Certain Energy Export Pipelines (EO 14039)\",\n            \"summary\": \"The President of the United States of America ordered: that with respect to any foreign person identified by the Secretary of State, in consultation with the Secretary of the Treasury, in a report to the Congress pursuant to section 7503(a)(1)(B) of PEESA, all property and interests in property of such person that are in the United States, that hereafter come within the United States, or that are or hereafter come within the possession or control of any United States person are blocked and may not be transferred, paid, exported, withdrawn, or otherwise dealt in.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18306\",\n            \"regalytics_alert_id\": \"1891FR20211830620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Presidential Document\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18306/blocking-property-with-respect-to-certain-russian-energy-export-pipelines\",\n            \"created_at\": \"2021-08-25T07:30:13.328796-04:00\"\n        },\n        {\n            \"id\": 55797,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Tennessee Disaster Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that a major disaster exists in the State of Tennessee and ordered Federal aid to supplement State and local recovery efforts in the areas affected by a severe storm and flooding on August 21, 2021. The President’s action makes Federal funding available to affected individuals in Humphreys County. Federal funding is also available to State and eligible local governments and certain private non-profit organizations on a cost-sharing basis for emergency protective measures in Humphreys County. Damage assessments are continuing in other areas, and more counties and additional forms of assistance may be designated after the assessments are fully completed.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH212320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/24/president-joseph-r-biden-jr-approves-tennessee-disaster-declaration-3/\",\n            \"created_at\": \"2021-08-25T07:30:13.394646-04:00\"\n        },\n        {\n            \"id\": 55798,\n            \"title\": \"Petition to House Judiciary Committee\",\n            \"summary\": \"The speaker presented a petition of Town of Westford, Massachusetts, relative to calling upon the United States Congress to pass and send to the States for ratification a amendment to the Constitution of the United States that would firmly establish two principals: only human beings, not artificial entities such as corporations, are entitled to the rights and privileges guaranteed by the Constitution of the United States; and, election spending is not free speech guaranteed by the First Amendment, and is therefore subject to regulation by federal and state governments, to the Committee on the Judiciary. Referred to the Committee on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR25PT5420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/54?s=8&r=3\",\n            \"created_at\": \"2021-08-25T07:30:13.460826-04:00\"\n        },\n        {\n            \"id\": 55799,\n            \"title\": \"Petition to House Natural Resources Committee\",\n            \"summary\": \"The speaker presented a petition of Interstate Oil and Gas Compact Commission, Oklahoma City, Oklahoma, relative to Resolution 21.052, urging the President of the United States and the United States Congress to carefully consider the negative impacts and unintended consequences and oppose CLEAN Future Act and any substantially similar legislation or policies to the Committee on Natural Resources. Referred to the Committee on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR33PT4920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/49?s=8&r=8\",\n            \"created_at\": \"2021-08-25T07:30:13.527041-04:00\"\n        },\n        {\n            \"id\": 55800,\n            \"title\": \"Petition to House Natural Resources Committee\",\n            \"summary\": \"The speaker presented a petition of Interstate Oil and Gas Compact Commission, Oklahoma City, Oklahoma, relative to Resolution 21.051, urging the Federal Government to work with states in the spirit of cooperative federalism during review of the Federal Fossil Fuel Program to the Committee on Natural Resources. Referred to the Committee on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR33PT5020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/50?s=8&r=7\",\n            \"created_at\": \"2021-08-25T07:30:13.592213-04:00\"\n        },\n        {\n            \"id\": 55801,\n            \"title\": \"Petition to House Natural Resources Committee\",\n            \"summary\": \"The speaker presented a petition of Interstate Oil and Gas Compact Commission, Oklahoma City, Oklahoma, relative to Resolution 21.054, urging the Federal agencies including the United States Securities and Exchange Commission, Congress, and the President of the United States of America to adopt, administer, and/or enforce laws and rules regulating Environmental, Social, and Governance investments in a manner that does not adversely affect nor discriminate against investment in the oil and gas sector to the Committee on Natural Resources. Referred on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR33PT5120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/51?s=8&r=6\",\n            \"created_at\": \"2021-08-25T07:30:13.655379-04:00\"\n        },\n        {\n            \"id\": 55802,\n            \"title\": \"Petition to House Energy and Commerce and 1 More Committee\",\n            \"summary\": \"The speaker presented a petition of State of New York Attorney General, Albany, New York, relative to a letter expressing strong support for the Consumer Protection and Recovery Act, H.R. 2668, from 29 state attorney generals jointly to the Committees on Energy and Commerce and the Judiciary. Referred on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR56PT5520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/55?s=8&r=2\",\n            \"created_at\": \"2021-08-25T07:30:13.718004-04:00\"\n        },\n        {\n            \"id\": 55803,\n            \"title\": \"Meetings: Commission Hearing\",\n            \"summary\": \"Notice is hereby given of the following hearing of the U.S.-China Economic and Security Review Commission. The Commission is mandated by Congress to investigate, assess, and report to Congress annually on “the national security implications of the economic relationship between the United States and the People’s Republic of China.” Pursuant to this mandate, the Commission will hold a public hearing in Washington, DC on September 8, 2021 on “U.S.-China Relations in 2021: Emerging Risks.” The hearing is scheduled for Wednesday, September 8, 2021, 9:00 a.m.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18214\",\n            \"regalytics_alert_id\": \"1891FR20211821420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S.-China Economic and Security Review Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18214/notice-of-open-public-hearing\",\n            \"created_at\": \"2021-08-25T07:30:13.780925-04:00\"\n        },\n        {\n            \"id\": 55804,\n            \"title\": \"Rule Amendments: Professional and Occupational Licensing\",\n            \"summary\": \"Pursuant to Chapters 550 and 551 of the 2021 Acts of Assembly, Special Session I, which limits dissemination of criminal history record information and clarifies that convictions for certain misdemeanor marijuana offenses are not to be disclosed to the agency, the amendments update provisions concerning qualifications for licensure and standards of conduct to conform the regulation to statute. The Virginia Real Estate Board Licensing Regulations is amending rules: qualifications for licensure (18VAC135-20-30), qualifications for licensure by reciprocity (18VAC135-20-60), and Prohibited acts (18VAC135-20-260).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3323VA981720210913\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-01\",\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Final\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Real Estate Board\"\n                }\n            ],\n            \"pdf_url\": \"http://register.dls.virginia.gov/details.aspx?id=9817\",\n            \"created_at\": \"2021-08-25T07:30:13.848415-04:00\"\n        },\n        {\n            \"id\": 55805,\n            \"title\": \"Rule Amendments: Professional and Occupational Licensing\",\n            \"summary\": \"The Real Estate Board is claiming an exemption from Article 2 of the Administrative Process Act, which excludes regulations that are necessary to conform to changes in Virginia statutory law or the appropriation act where no agency discretion is involved. The board will receive, consider, and respond to petitions by any interested person at any time with respect to reconsideration or revision. The Virginia Real Estate Board Licensing Regulations is amending rule regarding Maintenance and management of escrow accounts (18VAC135-20-180).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3323VA981820210913\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-01\",\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Final\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Real Estate Board\"\n                }\n            ],\n            \"pdf_url\": \"http://register.dls.virginia.gov/details.aspx?id=9818\",\n            \"created_at\": \"2021-08-25T07:30:13.914827-04:00\"\n        },\n        {\n            \"id\": 55806,\n            \"title\": \"Notice of Rule Modification of a Proposed Rule: Bail Bondsmen in Criminal Cases\",\n            \"summary\": \"The proposed Legislative rules is hereby modified as a result of review and comment by the Legislative Rule Making Review Committee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15859WV5471420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"West Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia Offices of the Insurance Commissioner\"\n                }\n            ],\n            \"pdf_url\": \"http://apps.sos.wv.gov/adlaw/csr/readfile.aspx?DocId=54714&Format=PDF\",\n            \"created_at\": \"2021-08-25T07:30:13.980767-04:00\"\n        },\n        {\n            \"id\": 55807,\n            \"title\": \"Governor Evers Announces $250 Million for New Grant Programs to Help Wisconsin Communities Recover and Build Long-Term Economic Success\",\n            \"summary\": \"Governor Tony Evers today announced two new competitive grant programs to help communities across Wisconsin rebound and recover from the coronavirus pandemic by providing $250 million in American Rescue Plan Act (ARPA) funding to help communities build long-term, sustainable economic success. Today’s announcement includes a $200 million Neighborhood Investment Fund grant program, as well as a $50 million Healthcare Infrastructure Capital Investment grant program for transformational capital projects that will help neighborhoods recover from the pandemic and that address the equity gap in our state—like housing projects, transit and childcare solutions, and increasing access to healthcare in underserved communities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8420WI20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/WIGOV/bulletins/2edba96\",\n            \"created_at\": \"2021-08-25T07:30:14.049150-04:00\"\n        },\n        {\n            \"id\": 55808,\n            \"title\": \"BIS Innovation Hub and HKMA Investigate How Tokenized Green Bonds Can Improve Sustainable Investment\",\n            \"summary\": \"In many countries, issuing and investing in bonds can be cumbersome and complex, involving many steps and parties, and typically requiring a considerable financial commitment from the investor. For those investing in environmentally friendly projects, there is uncertainty about whether the bond issuer is delivering the positive green impact it committed to at issuance. Also, there are typically no liquid and transparent secondary markets for retail investors. The Bank for International Settlements (BIS) Innovation Hub Hong Kong Centre and the Hong Kong Monetary Authority (HKMA) joined forces with the technology industry on Project Genesis to build a prototype digital infrastructure that enables green investments, improves transparency on the use of proceeds, and thereby helps meet regional and global environmental and sustainability goals. The BIS Innovation Hub's first green finance project, Genesis will explore the tokenisation of green bonds enabling investment in small denominations, combined with real-time tracking of environmental outputs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17610BISP21082420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/press/p210824.htm\",\n            \"created_at\": \"2021-08-25T07:30:14.114817-04:00\"\n        },\n        {\n            \"id\": 55810,\n            \"title\": \"EBA Publishes Peer Review on the Prudential Assessment of Qualifying Holdings\",\n            \"summary\": \"The European Banking Authority (EBA) published today its peer review on the prudential assessment of qualifying holdings, aiming at assessing competent authorities’ application of the Joint ESAs Guidelines on the prudential assessment of the acquisition of qualifying holdings. Overall, competent authorities have largely or fully applied the ESAs Guidelines, which have thus significantly contributed to the convergence of assessment practices of proposed acquisition or increase of qualifying holdings across the EU. The EBA’s ad hoc Peer Review Committee’s conclusions included in this Report are based on competent authorities’ self-assessment of how they applied selected areas of the Joint ESAs Guidelines on the prudential assessment of the acquisition of qualifying holdings, notably the notion of acting in concert, significant influence, indirect qualifying holdings, assessment of completeness of the notification and time limits, financial soundness, reputation of the acquirer, and selected aspects relating to the fifth assessment criterion on money laundering /terrorist finance (ML/TF) risk.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10651520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-publishes-peer-review-prudential-assessment-qualifying-holdings%C2%A0\",\n            \"created_at\": \"2021-08-25T07:30:14.244653-04:00\"\n        },\n        {\n            \"id\": 55811,\n            \"title\": \"Speech by Isabel Schnabel, Member of the Executive Board of the ECB, at the Annual Congress of the European Economic Association (EEA): The Rise of Non-Bank Finance and Its Implications for Monetary Policy Transmission\",\n            \"summary\": \"\\\"The financial system plays a central role in transmitting monetary policy to the real economy. Whenever a central bank adjusts its policy instruments, it relies on private financial intermediaries to translate the monetary impulse into the financing conditions for firms and households. In today’s speech, I will discuss how this process is shaped by the structure of the financial system and, specifically, by the relative importance of bank versus non-bank finance in the economy. This question is motivated by the pronounced rise in non-bank financial intermediation in the euro area, especially after the global financial crisis. Non-bank financial intermediaries now make up a much larger share of the financial system than they did in the early years of our common currency. Likewise, a growing number of firms resort to market finance to satisfy their demand for credit. For central banks, it is therefore crucial to understand whether and how these developments matter for the transmission of monetary policy. I will argue that the rise in non-bank finance is likely to have broadened monetary policy transmission, while it has also created new risks for the conduct of monetary policy.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17588ECB18320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/key/date/2021/html/ecb.sp210824%7E9ab47b501b.en.html\",\n            \"created_at\": \"2021-08-25T07:30:14.307040-04:00\"\n        },\n        {\n            \"id\": 55812,\n            \"title\": \"ESMA Consults on Suitability Assessment of DRSP Management Body Members\",\n            \"summary\": \"The European Securities and Markets Authority (ESMA), the EU’s securities markets regulator, today published a Consultation Paper (CP) on draft Regulatory Technical Standards (RTS) under the Markets in Financial Instruments Regulation (MiFIR) regarding suitability assessments of DRSP management body members. ESMA proposes to introduce requirements covering the following areas: Good repute, honesty and integrity, sufficient time commitment, Knowledge, skills and experience, Independence, Induction and training, Diversity, and Record-keeping. The CP builds on the existing ESMA Guidelines regarding the management body of market operators and DRSPs, taking into account different roles and functions carried out by them and the need to avoid conflicts of interest between management body members and users of the Approved Publication Arrangement (APA), Consolidated Tape Provider (CTP) or Approved Reporting Mechanism (ARM).\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17900ESMA7211420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Publication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Securities and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.esma.europa.eu/press-news/esma-news/esma-consults-suitability-assessments-drsp-management-body-members\",\n            \"created_at\": \"2021-08-25T07:30:14.369963-04:00\"\n        },\n        {\n            \"id\": 55813,\n            \"title\": \"Annual Report 2020\",\n            \"summary\": \"2020 turned out differently to what we had planned. The fact that we would be facing exceptional times started becoming apparent in January, with growing reports that people in China were coming down with a new coronavirus. Just a few weeks later it was clear that this would develop into a global pandemic. For us as a financial supervisory authority, but also for governments and central banks around the world, the challenge was to contain the pandemic’s impact on national economies – and hence on the financial sector. What did BaFin do? Like other supervisory authorities, it used the flexibility offered by the existing frameworks to temporarily adapt a number of supervisory requirements. Its goal was and still is to help financial undertakings mitigate the consequences of the pandemic for the economy. The main focus here was on banks and savings banks, which perform the extremely important function within economies of routing money where it is needed. In other words, they have a particularly responsible role to play during the coronavirus pandemic. In line with this, BaFin offered the institutions some leeway, but only as far as the law, accounting standards and financial stability permit.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17829BAF4110320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Annual Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Supervisory Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bafin.de/SharedDocs/Downloads/EN/Jahresbericht/dl_jb_2020_en.pdf?__blob=publicationFile&v=2\",\n            \"created_at\": \"2021-08-25T07:30:14.433441-04:00\"\n        },\n        {\n            \"id\": 55814,\n            \"title\": \"Second Supervisory Notice 2021: DAC Pensions Limited\",\n            \"summary\": \"The FCA has decided to vary the requirements imposed on DAC Pensions Limited and notified to it in the First Supervisory Notice. The Authority has decided to take this action because it appears to the Authority that: (i) it is desirable to exercise its power to impose the Requirements in order to advance its operational objective of securing an appropriate degree of protection for consumers; and (ii) the Firm is failing, or is likely to fail, to satisfy the Suitability Threshold Condition as set out in paragraph 2E of Schedule 6 to the Act. The Suitability Threshold Condition requires that a firm must be a fit and proper person having regard to all the circumstances including the need to ensure that its affairs are conducted in an appropriate manner, having regard in particular to the interests of consumers and whether its business is being, or is to be, managed in such a way as to ensure that its affairs will be conducted in a sound and prudent manner. The Authority considers that the Firm has breached and is in breach of Principles 2 and 6 of the Authority’s Principles for Business and COBS 2.1.1R. Principle 2 provides that a Firm must conduct its affairs with due skill, care and diligence. Principle 6 provides that a firm must pay due regard to the interests of its customers and treat them fairly. COBS 2.1.1R requires a firm to act honestly, fairly and professionally in accordance with the best interests of its clients.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA5810520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/supervisory-notices/second-supervisory-notice-dac-pensions-limited.pdf\",\n            \"created_at\": \"2021-08-25T07:30:14.498351-04:00\"\n        },\n        {\n            \"id\": 55815,\n            \"title\": \"Website and Instant Message Alert – Fraudulent Website and Phishing Instant Message Related to Standard Chartered Bank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Standard Chartered Bank (Hong Kong) Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA13810824520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210824-5/\",\n            \"created_at\": \"2021-08-25T07:30:14.575835-04:00\"\n        },\n        {\n            \"id\": 55816,\n            \"title\": \"Website and Instant Message Alert – Fraudulent Website and Phishing Instant Message Related to The Hongkong and Shanghai Banking Corporation Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA14810824420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210824-4/\",\n            \"created_at\": \"2021-08-25T07:30:14.663874-04:00\"\n        },\n        {\n            \"id\": 55817,\n            \"title\": \"Exchange Fund Bills Tender Results\",\n            \"summary\": \"Exchange Fund Bills Tender Results for 24 August 2021 including issue numbers Q2134, H2163. Tenders to be held in the week beginning 30 August 2021 including issue numbers Q2135, H2164 and Y2194.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA3410824320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210824-3/\",\n            \"created_at\": \"2021-08-25T07:30:14.727324-04:00\"\n        },\n        {\n            \"id\": 55818,\n            \"title\": \"Forthcoming Events for the Next Four Weeks (24 August – 20 September 2021)\",\n            \"summary\": \"The Hong Kong Monetary Authority published 6 events from 24 August – 20 September 2021, all of which will feature a press release to be issued.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18242HKMA748020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/forthcoming-event/febr.pdf\",\n            \"created_at\": \"2021-08-25T07:30:14.789731-04:00\"\n        },\n        {\n            \"id\": 55819,\n            \"title\": \"Complaints Against Debt Collection Agents Employed by Authorized Institutions\",\n            \"summary\": \"The results of the industry survey on complaints against debt collection agents (DCAs) employed by authorized institutions (AIs) for the first half of 2021. During the reporting period, 30 AIs used the services of DCAs and assigned 400,624 accounts to 20 DCAs. A total of 25 complaints against 9 DCAs were received by 9 AIs (compared with 21 complaints against 8 DCAs received by 8 AIs in H2 2020). The incidence of complaints per 1,000 accounts assigned has increased from an average of 0.05 in H2 2020 to 0.06 in H1 2021. 4 complaints were lodged by unrelated third parties, compared with 2 in H2 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"18245HKMA9815D10520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Circular\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/guidelines-and-circular/2021/20210824e1.pdf\",\n            \"created_at\": \"2021-08-25T07:30:14.852282-04:00\"\n        },\n        {\n            \"id\": 55820,\n            \"title\": \"Investor Alert - FDX Capital\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. Listed date: 24 Aug, 2021, Name: FDX Capital.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS1120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Investor Alert\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-08-25T07:30:14.915207-04:00\"\n        },\n        {\n            \"id\": 55821,\n            \"title\": \"Investor Alert - CP Markets Ltd (Also known as Cooper Markets)\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. Listed date: 24 Aug, 2021, Name: CP Markets Ltd (Also known as Cooper Markets).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS4520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Investor Alert\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-08-25T07:30:14.978122-04:00\"\n        },\n        {\n            \"id\": 55822,\n            \"title\": \"Money Market Debt Register Claims of the Swiss Confederation: Results\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for 24 August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB76AC314020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_res/source/claims_res.en.pdf\",\n            \"created_at\": \"2021-08-25T07:30:15.056671-04:00\"\n        },\n        {\n            \"id\": 55824,\n            \"title\": \"Government Equips Staff with Debt Toolkit to Help Vulnerable\",\n            \"summary\": \"The Government Debt Management Function has published a Vulnerability Toolkit which ensures ‘vulnerable’ citizens who are in debt to the public sector are handled with compassion and support by frontline staff. The new guidance will be accessible to government departments and public bodies, enabling them to identify and assist people whose physical or mental health may affect their ability to repay sums owed to the Government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKGT103609520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Cabinet Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/government-equips-staff-with-debt-toolkit-to-help-vulnerable\",\n            \"created_at\": \"2021-08-25T07:30:15.189300-04:00\"\n        },\n        {\n            \"id\": 55825,\n            \"title\": \"More Than £2bn of Taxpayers’ Money Protected Against Fraud\",\n            \"summary\": \"An anti-fraud scheme run by the Cabinet Office has detected or prevented more than £2bn of fraud since it was launched 25 years ago, helping to protect public money and put fraudsters behind bars. The National Fraud Initiative plays a critical role in identifying people trying to defraud the public sector, ensuring taxpayers’ money goes towards delivering vital services, instead of ending up in the wrong hands.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKMA106589120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Cabinet Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/more-than-2bn-of-taxpayers-money-protected-against-fraud\",\n            \"created_at\": \"2021-08-25T07:30:15.255144-04:00\"\n        },\n        {\n            \"id\": 55826,\n            \"title\": \"Negotiations on the UK’s Future Trading Relationship with New Zealand\",\n            \"summary\": \"The sixth round of free trade agreement negotiations with New Zealand took place between 19-30 July 2021. Both countries are committed to concluding a high-quality free trade agreement (FTA), setting a precedent for high standard FTAs in the future. We have now provisionally closed nine chapters and one annex in total. In Round 6, significant progress was made in the following areas: express delivery services; anti-corruption; and development. An agreement could see the removal of tariffs on an array of UK and New Zealand exports, such as food and drink, clothing, and manufactured goods. A free trade agreement with\\u202fNew Zealand will open another important gateway to the Comprehensive and Progressive Trans-Pacific Partnership (CPTPP), a £9 trillion free trade area of 11 Asia-Pacific nations, including New Zealand and Australia.\\u202fMembership will open huge new opportunities for our farmers, manufacturers, and services firms, with two-thirds of the world’s middle classes set to be in Asia by 2030.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKNT1057711320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/negotiations-on-the-uks-future-trading-relationship-with-new-zealand-update--6\",\n            \"created_at\": \"2021-08-25T07:30:15.318817-04:00\"\n        },\n        {\n            \"id\": 55827,\n            \"title\": \"Measures of Inflation\",\n            \"summary\": \"Latest blog by GAD in which we look at measures of price inflation, at how inflation was affected during the pandemic, as well as the RPI consultation conclusion. Inflation is a key indicator of the health of an economy but with no single approach to measuring inflation, there’s debate about which methodology is most appropriate. In this blog we look at the outcome of a consultation to reform the UK’s longest standing measure of inflation, the Retail Price Index (RPI). \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKML162215620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Government Actuarys Department\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/measures-of-inflation\",\n            \"created_at\": \"2021-08-25T07:30:15.384748-04:00\"\n        },\n        {\n            \"id\": 55555,\n            \"title\": \"APFC Board of Trustees Meetings\",\n            \"summary\": \"Board of Trustees Audit Committee Meeting will be held on September 2, 2021 8:00 – 11:00 a.m. at Atwood Conference Center 102/104 Anchorage, AK. Agenda include: KPMG - Discuss integrity of financial statements/controls; and Business Continuity and Disaster Recovery (BCDR).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20349720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Agency Meetings\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129340\",\n            \"created_at\": \"2021-08-24T07:30:11.171961-04:00\"\n        },\n        {\n            \"id\": 55556,\n            \"title\": \"Department’s Responses to Questions Received During the Scoping Period for Regulations to Be Proposed for SB 138\",\n            \"summary\": \"The Alaska Department of Revenue (DOR) provides responses to four (4) questions received regarding DOR's scoping notice published July 27, 2021, specifically in relationship to oil and gas production tax allocations, lease expenditures, haircut calculations, and payments of tax in kind.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20349820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Regulations\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129343\",\n            \"created_at\": \"2021-08-24T07:30:11.241729-04:00\"\n        },\n        {\n            \"id\": 55557,\n            \"title\": \"Comments Received: Scoping Notice Published July 27, 2021 – SB 138 (2014 Legislative Session)\",\n            \"summary\": \"The Alaska Oil and Gas Association (“AOGA”) appreciates the opportunity to provide comments in response to the Department of Revenue’s (“DOR”) scoping notice dated July 27, 2021 concerning regulations in 15 AAC 55. For nearly half a century, AOGA has been the trade association of the petroleum industry in Alaska, and our members actively continue to explore for, develop, produce, transport and refine oil and gas in the state. In keeping with our practice regarding tax matters, all our members have had the opportunity to review and contribute to these comments, and they have been approved without dissent. As an overarching comment, we would encourage DOR to use the implementation of SB 138, ch. 14, SLA 2014 as an opportunity to simplify and streamline its regulations, particularly in regard to allocations of lease expenditures between oil and gas and the calculation of carried-forward annual losses. We would also suggest that DOR not attempt to “over-engineer” any implementing regulations in an attempt to capture all possible scenarios—additional regulations can be promulgated in the future to address major gas projects if necessary.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20349920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129344\",\n            \"created_at\": \"2021-08-24T07:30:11.308700-04:00\"\n        },\n        {\n            \"id\": 55558,\n            \"title\": \"Arkansas Securities Commissioner Issues a Press Release Regarding Arkansas Securities Department's Back-To-School Cyber Rules\",\n            \"summary\": \"As Arkansas students return to school for another year, Arkansas Securities Commissioner Eric P. Munson has issued a press release warning of cybersecurity threats and offering guidance for good cyber hygiene. The Arkansas Securities Division (ASD) cautions citizen investors of all ages and experiences to thoroughly scrutinize and research any investment opportunity or offer. Contact the ASD at 1-800-981-4429 to check out any person or financial professional offering an investment opportunity or investment advice for a fee and the products they offer for proper registration. Contact the ASD to report suspected fraud, inappropriate securities business practices, or to obtain consumer information. The ASD provides free investor education and fraud prevention materials in print and through educational presentations upon request.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"166AR24320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arkansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Securities Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.securities.arkansas.gov/press-release/1116/arkansas-securities-departmentand#39s-back-to-school-cyber-rules\",\n            \"created_at\": \"2021-08-24T07:30:11.374954-04:00\"\n        },\n        {\n            \"id\": 55560,\n            \"title\": \"Governor Newsom Requests Presidential Major Disaster Declaration to Aid Wildfire Response and Recovery Efforts\",\n            \"summary\": \"Working to bolster California’s emergency response to multiple wildfires and support impacted communities, Governor Gavin Newsom today requested a Presidential Major Disaster Declaration to assist state and local wildfire response and recovery efforts in Lassen, Nevada, Placer, Plumas, Shasta, Siskiyou, Tehama and Trinity counties. This federal request is specific to the Dixie, Antelope, McFarland, Monument and River fires. If approved, a Presidential Major Disaster Declaration will help people in the impacted counties through eligibility for programs and support that can include housing assistance, food aid, counseling, medical services and legal services. The request includes public assistance to help state, tribal and local governments with ongoing emergency response and recovery costs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6129620210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/23/governor-newsom-requests-presidential-major-disaster-declaration-to-aid-wildfire-response-and-recovery-efforts/\",\n            \"created_at\": \"2021-08-24T07:30:11.509138-04:00\"\n        },\n        {\n            \"id\": 55563,\n            \"title\": \"Federal Court Orders Alabama Man to Pay More Than $16 Million in Precious Metals Fraud\",\n            \"summary\": \"The Commodity Futures Trading Commission announced today that the U.S. District Court for the Southern District of Texas entered a consent order against Charles McAllister of Alabama. The order requires McAllister to pay $16,186,212.56 in restitution and permanently enjoins McAllister from engaging in conduct that violates the Commodity Exchange Act (CEA), from registering with the CFTC, and from trading in any CFTC-regulated markets. According to the order, BDI customers sent money to McAllister and BDI for the purported purchase of gold, silver, palladium, and platinum that was to either be immediately delivered or stored on the customers’ behalf. Contrary to their promises, McAllister and BDI did not purchase or store metal for customers, but instead misappropriated the customer funds to pay back other customers, cover BDI business expenses, and invest in other businesses. The order also finds that McAllister and BDI issued false account statements to these customers, showing balances of precious metals and cash that were not in McAllister’s or BDI’s possession. In a separate, parallel criminal action, on October 4, 2019, after a trial, a jury found McAllister guilty of two counts of wire fraud and one count of engaging in monetary transactions in criminally-derived property. The court ordered McAllister to pay $16,186,212.56 in restitution to his victims (consistent with its order in the CFTC action) and to serve 10 years in federal prison.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84162120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8416-21\",\n            \"created_at\": \"2021-08-24T07:30:11.706342-04:00\"\n        },\n        {\n            \"id\": 55564,\n            \"title\": \"Order of Summary Suspension, Intent to Revoke Mortgage Loan Originator License and Notice of Right to Hearing: Cristobal Lara Garcia\",\n            \"summary\": \"Cristobal Lara Garcia (“Respondent”) is an individual whose unique identifier on the Nationwide Multistate Licensing System and Registry (“NMLS”) is 1049418. The Commissioner finds that the public safety and welfare imperatively require emergency action to summarily suspend Respondent’s mortgage loan originator license in Connecticut pursuant to Sections 36a-51(a) and 4-182(c) of the Connecticut General Statutes to prevent potential harm to Connecticut consumers as a result of Respondent’s failure to demonstrate the requisite character and general fitness by falsifying account documents while in the securities industry and failing to disclose the resultant FINRA Decision on his Application. In addition, the revocation of his license by several states statutorily prevents Respondent from maintaining a mortgage loan originator license in Connecticut. The Commissioner has reason to believe that Respondent has engaged in acts or conduct which constitutes sufficient grounds for the Commissioner to revoke Respondent’s mortgage loan originator. The Commissioner has made the findings required under Sections 36a-51(a) and 4-182(c) of the Connecticut General Statutes. Now therefore, the Commissioner orders that the license of Cristobal Lara Garcia (NMLS # 1049418) to engage in the business of a mortgage loan originator in Connecticut be and is hereby summarily suspended pending proceedings to revoke his license. Further, notice is hereby given to Respondent that the Commissioner intends to issue an order to revoke Respondent’s mortgage loan originator license subject to Respondent’s right to a hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19299CT2212420210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Banking, Securities and Business Investments Division\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Consumer-Credit/2021-CC-Orders/Cristobal-Lara-Garcia-Summ-Susp-NOI-Revoke.pdf#\",\n            \"created_at\": \"2021-08-24T07:30:11.773147-04:00\"\n        },\n        {\n            \"id\": 55565,\n            \"title\": \"Notice - New Fax Line\",\n            \"summary\": \"Please note we have a new, centralized fax number, (850) 410-9663. Effective immediately, all other Office of Financial Regulation fax numbers are no longer in service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1229FL216120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://flofr.gov/sitePages/OFRNews.htm?p=notice-new-fax-line\",\n            \"created_at\": \"2021-08-24T07:30:11.838752-04:00\"\n        },\n        {\n            \"id\": 55567,\n            \"title\": \"Pritzker Administration Breaks Ground on $216.8 Million Rebuild Illinois Funded I-57/74\",\n            \"summary\": \"Governor JB Pritzker and the Illinois Department of Transportation were joined today by local officials and community leaders to announce the start of construction on a new Interstate 57/74 interchange, one of the cornerstone projects of the governor's historic, bipartisan Rebuild Illinois capital program. The $216.8 million project will rebuild the original interchange built more than 50 years ago, improve safety and mobility, and create thousands of constructions and permanent jobs while positioning the region for long-term economic opportunity. Passed in 2019, Rebuild Illinois is investing $33.2 billion into the state's aging transportation system, creating jobs, and promoting economic growth\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2378620210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23786.html\",\n            \"created_at\": \"2021-08-24T07:30:11.980532-04:00\"\n        },\n        {\n            \"id\": 55568,\n            \"title\": \"Consent to Cease and Desist Order: Grove Exteriors, LLC dba 123 Exteriors\",\n            \"summary\": \"Grove Exteriors does not hold a business entity producer license as public adjuster for Grove Exteriors or 123 Exteriors. It Is ordered Respondent shall immediatelt cease and desist engaging in any unfair trade practice by using contracts that are inconsistent with Iowa Code; Respondent shall pay a civil penalty in the amount of $1,000; and that the Summary Cease and Desist Order issued on May 24, 2021 is vacated.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO3810964620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-grove-exteriors-llc-dba-123-exteriors\",\n            \"created_at\": \"2021-08-24T07:30:12.047821-04:00\"\n        },\n        {\n            \"id\": 55569,\n            \"title\": \"Join DFI for Investing - a Beginner's Guide\",\n            \"summary\": \"The Kentucky Department of Financial Institutions (DFI) is partnering with the Investor Protection Trust, Detroit Public Television and PBS Books to produce “Investing: A Beginner’s Guide for Getting Started” on Friday, Aug. 27, 2021, at 1 p.m. ET. Panelists will break down the basics of investing, dissect different investment strategies to help you gain a competitive advantage, and explore the most common investing mistakes novice investors make when they first start out.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1164KY629920210827\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-27\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kentucky\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://kfi.ky.gov/Documents/2021.08.23 Join DFI for Investing - A Beginners Guide Aug. 27.docx.pdf\",\n            \"created_at\": \"2021-08-24T07:30:12.113287-04:00\"\n        },\n        {\n            \"id\": 55574,\n            \"title\": \"PSA Regarding Flooding After Wildfire\",\n            \"summary\": \"Rain across the State gives us a glimmer of hope that fire season is coming to an end and fall is quickly approaching. Wildfires may be dying down, but there is still risk of property damage due to severe flooding after wildfires. Wildfires can dramatically decrease the soil’s ability to absorb rainfall. As a result, even small amounts of precipitation can cause flash flooding and mudflows leading to significant loss or damage to property. Property owners, particularly those in areas affected by wildfire, should consider purchasing flood insurance to protect themselves against flood. Now is the time to review your situation and determine your level of risk — most flood insurance policies take thirty days to become effective. Whether you are considering private or federal flood insurance, our team can help you understand your risks and walk you through options to protect your home in case of flood damage.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1290720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/psa-flooding-after-wildfire/\",\n            \"created_at\": \"2021-08-24T07:30:12.439410-04:00\"\n        },\n        {\n            \"id\": 55575,\n            \"title\": \"Montana’s Labor Force Continues Growth, Unemployment Rate at 3.6% in July\",\n            \"summary\": \"Governor Greg Gianforte today announced Montana’s unemployment rate decreased by 0.1% in July to 3.6%, while the unemployment rate for the U.S. was 5.4% for the month. The labor force also had strong growth over the month. Montana’s total employment, which includes payroll, agricultural, and self-employed workers, grew by 2,162 in July, with strong growth in the labor force of 1,999 workers. Payroll jobs increased by 3,300 jobs in July. Accommodation and food services had strong growth with 2,900 jobs added.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1616MT7312830020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://news.mt.gov/Governors-Office/Montanas-Labor-Force-Continues-Growth,-Unemployment-Rate-at-3.6-in-July\",\n            \"created_at\": \"2021-08-24T07:30:12.503903-04:00\"\n        },\n        {\n            \"id\": 55577,\n            \"title\": \"Governor Chris Sununu Signs 5 Bills Into Law\",\n            \"summary\": \"Today, Governor Chris Sununu signed 5 bills into law including, amongst others, Senate Bill 100, establishing legislative committees to study charitable gaming and to study building a pier over the jetty at Hampton Beach state park for disability access.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8463NH11120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.nh.gov/news-and-media?category=Press%20Release\",\n            \"created_at\": \"2021-08-24T07:30:12.635464-04:00\"\n        },\n        {\n            \"id\": 55578,\n            \"title\": \"Governor Cuomo Deploys Emergency Response Assets to Hard-Hit Areas as Remnants of Henri Continue to Impact Downstate Areas with Heavy Rain and Flooding\",\n            \"summary\": \"Governor Andrew M. Cuomo today directed the State's deployed emergency response assets to areas hard-hit by Tropical Depression Henri, which brought heavy rain and flooding to parts of Long Island, New York City, and the Hudson Valley. As of early this morning, rainfall totals from Henri exceeded 7 inches in Brooklyn and Central Park, more than 6 inches in Queens, and 3 to 4 inches in Westchester, Suffolk and Nassau counties. There were several reports of roads closed and cars stranded due to flooding, as well as downed trees and wires in multiple locations. Power outages remained low, with roughly 2,000 remaining. Heavy rain and flooding conditions are expected to continue in affected areas through this evening as the storm slowly spins northeast out of the region.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8458NY16717420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.ny.gov/news/governor-cuomo-deploys-emergency-response-assets-hard-hit-areas-remnants-henri-continue-impact\",\n            \"created_at\": \"2021-08-24T07:30:12.699375-04:00\"\n        },\n        {\n            \"id\": 55581,\n            \"title\": \"Governor Cooper Signs Seven Bills into Law, Vetoes One Bill\",\n            \"summary\": \"Governor Roy Cooper signed the following bills into law today including, amongst others, House Bill 273: Modify Builders Inventory Tax Exclusion. Governor Cooper also vetoed the House Bill 729: Charter School Omnibus.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC395520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nc.gov/news/press-releases/2021/08/23/governor-cooper-signs-seven-bills-law-vetoes-one-bill\",\n            \"created_at\": \"2021-08-24T07:30:12.892648-04:00\"\n        },\n        {\n            \"id\": 55583,\n            \"title\": \"8/25 Special Board Meeting Link\",\n            \"summary\": \"PSERS is holding a Special Board Meeting on August 25 at 5:30PM EST.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA317040020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania School Employees' Retirement System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/Public-School-Employees-Retirement-System_details.aspx?newsid=170\",\n            \"created_at\": \"2021-08-24T07:30:13.023138-04:00\"\n        },\n        {\n            \"id\": 55584,\n            \"title\": \"Freedom of Information Act Regulations\",\n            \"summary\": \"The Securities and Exchange Commission is making an amendment to the Commission’s Freedom of Information Act regulations to remove a provision stating that records that the FOIA requires to be made available for public inspection in an electronic format will be available to persons who do not have access to the internet in the Commission’s Public Reference Room. The Commission’s FOIA regulations will continue to provide that persons who do not have access to the internet can obtain the documents required to be made available for public inspection by telephone or email request to the Office of FOIA Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1085SEC349272720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Final Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/final/2021/34-92727.pdf\",\n            \"created_at\": \"2021-08-24T07:30:13.087631-04:00\"\n        },\n        {\n            \"id\": 55585,\n            \"title\": \"Order Making Fiscal Year 2022 Annual Adjustments to Registration Fee Rates\",\n            \"summary\": \"The Securities Act requires the Commission to make an annual adjustment to the fee rate. The annual adjustment to the fee rate also sets the annual adjustment to the fee rates of the Exchange Act. The statutory target fee collection amount for fiscal year 2021 and each fiscal year thereafter is an amount that is equal to the target fee collection amount for the prior fiscal year, adjusted by the rate of inflation. The target fee collection amount for fiscal year 2021 was $709,554,300. To adjust the fiscal year 2021 target fee collection amount by the rate of inflation to determine the fiscal year 2022 target fee collection amount, the Commission has determined that it will use an approach similar to one that it uses to annually adjust civil monetary penalties by the rate of inflation. The fiscal year 2022 annual adjustments to the fee rates will be effective on October 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC331096520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/33-10965.pdf\",\n            \"created_at\": \"2021-08-24T07:30:13.151622-04:00\"\n        },\n        {\n            \"id\": 55586,\n            \"title\": \"SEC Enforcement Chief Counsel Joe Brenner Retires\",\n            \"summary\": \"The Securities and Exchange Commission announced that Joseph K. Brenner has retired as the Chief Counsel of the Division of Enforcement. As Chief Counsel, Mr. Brenner served as the head of the Division of Enforcement's Office of Chief Counsel, where he oversaw the process of providing legal and policy advice on potential enforcement actions and other critical issues to the Division’s leadership and 1400-person staff.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC9E3843F020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-161\",\n            \"created_at\": \"2021-08-24T07:30:13.215740-04:00\"\n        },\n        {\n            \"id\": 55587,\n            \"title\": \"Fee Rate Advisory #1 for Fiscal Year 2022\",\n            \"summary\": \"The Securities and Exchange Commission today announced that in fiscal year 2022 the fees that public companies and other issuers pay to register their securities with the Commission will be set at $92.70 per million dollars. The Commission's projections are calculated using a methodology developed in consultation with the Congressional Budget Office and the Office of Management and Budget. As directed by the statute, the Commission determined the statutory target amount for fiscal year 2022 to be $747,806,372 by adjusting the fiscal year 2021 target collection amount of $709,554,300 million for the rate of inflation. Effective Oct. 1, 2021, fee rate applicable to the registration of securities, repurchase of securities, proxy solicitations and statements in corporate control transactions will decrease to $92.70 per million dollars from $109.10 per million dollars.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECF9026EF420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-160\",\n            \"created_at\": \"2021-08-24T07:30:13.280333-04:00\"\n        },\n        {\n            \"id\": 55588,\n            \"title\": \"Order to Cease-and-Desist: Ronald Larson, jfaadvisorsllc.com, Julieta Palacios and longterminvestorsllc.com\",\n            \"summary\": \"The Securities Commissioner of South Carolina (the “Securities Commissioner”) under the South Carolina Uniform Securities Act of 2005, S.C. Code Ann. §35-1-101, et seq. (the “Act”), and delegated to the Securities Division of the Office of the Attorney General (the “Division”) by the Securities Commissioner, the Division conducted an investigation into the securities-related activities of Ronald Larson (“Larson”), jfaadvisorsllc.com, Julieta Palacios (“Palacios”), and longterminvestorsllc.com (individually, a “Respondent,” and collectively, the “Respondents”), and in connection with its investigation, the Division has determined that the Respondents violated the Act. Now therefore, it is hereby ordered that: each Respondent and every successor, affiliate, control person, agent, servant, and employee of each of the Respondents, and every entity owned, operated, or indirectly or directly controlled by or on behalf of each of the Respondents shall cease and desist from transacting business in this State in violation of the Act; and The Respondents shall jointly and severally pay a civil penalty in the amount of thirty thousand dollars ($30,000) if this order becomes effective by operation of law, or, if a Respondent seeks a hearing and any legal authority resolves this matter, pay a civil penalty in an amount not to exceed ten thousand dollars ($10,000) for each violation of the Act by the Respondent(s) and the actual cost of the investigation or proceeding. It is further ordered that, any exemption from registration with the Division that the Respondents may claim to rely upon under the Act, has been and is permanently revoked.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19275SC18811420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina Office of the Attorney General, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.scag.gov/media/ccdb5zx1/ronald-larson-et-al-order-to-cease-and-desist-matter-no-20213125-02687311xd2c78-02687389xd2c78.pdf\",\n            \"created_at\": \"2021-08-24T07:30:13.344689-04:00\"\n        },\n        {\n            \"id\": 55589,\n            \"title\": \"South Dakota Weekly Register\",\n            \"summary\": \"This release contains the South Dakota Register Published weekly by the Legislative Research Council. Updated Monday, 8:00 a.m., August 23, 2021. The Bureau of Administration intends to amend rules to increase the rate for legal publications; 48 SDR 10, August 2, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15621SD22109020450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Legislative Research Council\"\n                }\n            ],\n            \"pdf_url\": \"https://mylrc.sdlegislature.gov/api/Documents/221090.pdf\",\n            \"created_at\": \"2021-08-24T07:30:13.407230-04:00\"\n        },\n        {\n            \"id\": 55590,\n            \"title\": \"TDCI Shares Tips on Filing Insurance Claims, Home Safety, Hiring Contractors and Avoiding Scammers After August Flooding\",\n            \"summary\": \"As recovery from the tragic and unprecedented flooding in Middle Tennessee continues, the Tennessee Department of Commerce and Insurance (TDCI) is sharing important consumer information about filing insurance claims, hiring contractors for home repairs, home safety and avoiding scams for Tennesseans who may have sustained home or auto damage. On Saturday, Aug. 21, 2021, heavy rainfall created record-breaking flooding that claimed lives and caused damage to hundreds of homes and vehicles across Dickson, Hickman, Humphreys and Houston counties. To assist consumers’ recovery efforts, TDCI is providing tips to aid Tennesseans when filing their insurance claims, restoring power, selecting contractors and avoiding scammers who might prey on storm victims.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA28920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/8/23/tdci-shares-tips-on-filing-insurance-claims--home-safety--hiring-contractors--and-avoiding-scammers-after-august-flooding.html\",\n            \"created_at\": \"2021-08-24T07:30:13.471998-04:00\"\n        },\n        {\n            \"id\": 55591,\n            \"title\": \"Texas Man Pleads Guilty to Wire Fraud for Foreign Exchange Investment Fraud Scheme\",\n            \"summary\": \"A Texas man pleaded guilty today in the Southern District of Texas to defrauding investors that he solicited via social media by falsely promising high rates of return and low or no-risk returns on foreign exchange investments. According to court documents, Kelvin Ramirez, 25, of Houston, used social media platforms to falsely promote himself as a successful trader of foreign exchange investments or “forex” and attract investors. Through his Instagram accounts, Ramirez marketed “investment groups” and “private accounts” that purportedly traded in forex and were managed by Ramirez. For both types of investments, Ramirez solicited individuals by falsely promising high returns on investments, making false representations about the risk associated with the investments and falsely guaranteeing returns on investment. Through his scheme, Ramirez fraudulently obtained more than $650,000 from over 100 individuals, and then used investors’ funds for personal expenses. Ramirez pleaded guilty to wire fraud. He is scheduled to be sentenced on Nov. 9 and faces a maximum penalty of 20 years in prison. In addition, he has agreed to pay full restitution to victims, including a monetary loss of at least $687,792.93.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ188E420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/texas-man-pleads-guilty-wire-fraud-foreign-exchange-investment-fraud-scheme\",\n            \"created_at\": \"2021-08-24T07:30:13.535650-04:00\"\n        },\n        {\n            \"id\": 55592,\n            \"title\": \"IRS Accepting Applicants for the Compliance Assurance Process for 2022\",\n            \"summary\": \"The Internal Revenue Service announced today the opening of the application period for the 2022 Compliance Assurance Process (CAP) program. The application period runs September 1 to November 1, 2021. The IRS will inform applicants if they're accepted into the program in February 2022. Launched in 2005, CAP employs real-time issue resolution, through transparent and cooperative interaction between taxpayers and the IRS, to improve federal tax compliance by resolving issues prior to the filing of a tax return.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS709920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-accepting-applicants-for-the-compliance-assurance-process-for-2022\",\n            \"created_at\": \"2021-08-24T07:30:13.604541-04:00\"\n        },\n        {\n            \"id\": 55593,\n            \"title\": \"As Cryptocurrency Transactions Spike in Vermont, DFR Warns Vermonters of Risks\",\n            \"summary\": \"With the popular cryptocurrency Bitcoin again surging above $50,000 for a single coin, Department of Financial Regulation (DFR) Commissioner Michael Pieciak urges Vermont investors to fully understand the risks when using and investing in cryptocurrencies. Throughout the pandemic, the number of cryptocurrency transactions initiated in Vermont skyrocketed over 400% percent (224,283 transactions in 2020, compared to 44,290 in 2019). The total value of those Vermont-based transactions topped out at $83.7 million in 2020, compared to $15.1 million in 2019. With interest in cryptocurrency on the rise in Vermont, unfortunately, so are scams. Over the past month, DFR has received consumer complaints relating to cryptocurrency scams that total over $1 million in losses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3733VT217620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Vermont\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Vermont Department of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://dfr.vermont.gov/press-release/dfr-warns-vermonters-about-risks-cryptocurrencies-and-scams\",\n            \"created_at\": \"2021-08-24T07:30:13.668344-04:00\"\n        },\n        {\n            \"id\": 55594,\n            \"title\": \"House Bill 1428: Public Employee Benefits-Tech\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Pension Code. Makes a technical change in a Section concerning definitions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1142828P1520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1428&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:13.756345-04:00\"\n        },\n        {\n            \"id\": 55595,\n            \"title\": \"House Bill 1855: Innovation Voucher Program\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Department of Commerce and Economic Opportunity Law of the Civil Administrative Code of Illinois. Provides that the Department of Commerce and Economic Opportunity is authorized to establish the Illinois Innovation Voucher Program for the purpose of fostering research and development in key industry clusters leading to the creation of new products and services that can be marketed by Illinois businesses. Provides that the Department may award innovation vouchers to eligible businesses to offset a portion of expenses incurred through a collaborative research engagement with an Illinois institution of higher education. Provides for the award of matching funds in the form of innovation vouchers. Provides eligibility requirements for receiving innovation vouchers. Provides requirements for administering the Program. Provides for the adoption of rules. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1185528P2120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1855&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:13.822048-04:00\"\n        },\n        {\n            \"id\": 55596,\n            \"title\": \"House Bill 2365: Tax Increment Allocation for Mount Pulaski\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Tax Increment Allocation Redevelopment Act of the Illinois Municipal Code. Extends the estimated dates of completion of a redevelopment project and the retirement of obligations issued to finance redevelopment project costs for an ordinance adopted on February 22, 2000 by the City of Mount Pulaski. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1236528P2520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2365&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:13.886591-04:00\"\n        },\n        {\n            \"id\": 55597,\n            \"title\": \"House Bill 2411: Data Center Investment\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Department of Commerce and Economic Opportunity Law of the Civil Administrative Code of Illinois. Provides that a qualifying Illinois data center is a place, among other criteria, that within 2 years (rather than 90 days) after being placed in service, certifies that it is carbon neutral or has attained other specified certification. Amends the Brownfields Redevelopment and Intermodal Promotion Act. Extends the use of the South Suburban Brownfields Redevelopment Fund. Amends the New Markets Development Program Act. Modifies provisions concerning certification of qualified equity investments and allocation thereof. Provides further rulemaking requirements. Provides that for fiscal years following fiscal year 2026 (rather than 2021), qualified equity investments under the Act shall not be made unless reauthorization is made. Makes other changes. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1241128P2720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2411&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:13.952605-04:00\"\n        },\n        {\n            \"id\": 55598,\n            \"title\": \"House Bill 2454: County/Muni-Permit Fee Relief\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Counties Code and Illinois Municipal Code. Provides that a county board, board of county commissioners, or corporate authorities of a municipality may, by resolution, waive or provide credit for any application or permit costs, fees or other licensing or registration costs for businesses, including, but not limited to, professional or business licensing, liquor licenses, construction, insurance, sales, builders, contractors, food service, delivery, repair, consultation, legal services, accounting, transportation, manufacturing, technology, assembly, tourism, entertainment, or any business, industry, or service the county or municipality is permitted by law to regulate or license. Provides that a waiver of business fees or costs shall be subject to an application or review process and a demonstration of need based upon any financial or logistical hardship as a result of the COVID-19 pandemic. Provides that any such waiver or credit shall not be construed to apply to any of the business and licensing costs of the State or any of its agencies or departments and is not an exemption from safety, health, or regulatory requirements or inspections of a county, municipality, or the State. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1245428P3520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2454&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.020142-04:00\"\n        },\n        {\n            \"id\": 55599,\n            \"title\": \"House Bill 2569: Downstate Teacher Article of the Illinois Penison Code - Return to Teaching\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Downstate Teacher Article of the Illinois Pension Code. In the provision defining \\\"eligible employment\\\" for the purpose of allowing a teacher to return to teaching in subject shortage areas without impairing his or her retirement status or retirement annuity, changes the ending date of the employment from no later than June 30, 2021 to no later than June 30, 2026. Removes language requiring a school to advertise its vacancies in the subject shortage area in a newspaper of general circulation in the area in which the school is located. Provides that certain requirements related to advertising the vacancy in the subject shortage area and searching for teachers legally qualified to fill those vacancies through the Illinois Education Job Bank shall not apply to a school district replacing a teacher who is unable to continue employment with the school district because of illness, injury, or disability after being hired by a school district. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1256928P4020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2569&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.089168-04:00\"\n        },\n        {\n            \"id\": 55600,\n            \"title\": \"House Bill 2653: Colonoscopy Coverage\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Insurance Code to require a group policy of accident and health insurance that is amended, delivered, issued, or renewed on or after January 1, 2022 to provide coverage for a colonoscopy that is a follow-up exam based on an initial screen where the colonoscopy was determined to be medically necessary by a physician licensed to practice medicine in all its branches, an advanced practice registered nurse, or a physician assistant. Provides that a group insurance policy shall not impose a deductible, coinsurance, copayment, or any other cost-sharing requirement on colonoscopy coverage, except to the extent such coverage would disqualify a high-deductible health plan from eligibility for a health savings account under the Internal Revenue Code. Makes conforming changes in the Counties Code, the Illinois Municipal Code, and the Health Maintenance Organization Act. Effective January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1265328P4320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2653&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.153442-04:00\"\n        },\n        {\n            \"id\": 55601,\n            \"title\": \"House Bill 2826: Tax Increment Allocation for City of Washington\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Tax Increment Allocation Redevelopment Act of the Illinois Municipal Code. Creates a tax increment allocation financing extension to the 47th year (currently, the 35th year) after the adoption of the ordinance of December 22, 1986 by the City of Washington creating the Washington Square TIF #2. Requires adoption of an ordinance by the City of Washington extending the completion date of the redevelopment project area to 47 years and providing notice to the taxing bodies that would otherwise constitute the joint review board. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1282628P4620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2826&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.221156-04:00\"\n        },\n        {\n            \"id\": 55602,\n            \"title\": \"House Bill 3116: Utilities - Alternative Supplier\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Public Utilities Act. Provides that an alternative retail electric supplier by May 31, 2020 and every June 30 (rather than May 31) thereafter, shall submit to the Illinois Commerce Commission and the Office of the Attorney General the rates the retail electric supplier charged to residential customers in the prior year. Provides that alternative gas suppliers serving or seeking to serve residential or small commercial customers shall, by January 1, 2020 and every September 30 (rather than January 1) thereafter, submit to the Commission and the Office of the Attorney General the rates the alternative gas supplier charged to residential customers in the prior year. Provides that on or before October 31 (rather than October 1), the Director of the Commission's Office of Retail Market Development shall submit an annual report regarding the development of competitive retail natural gas markets in Illinois to the Commission, the General Assembly, and the Governor. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1311628P5920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3116&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.285945-04:00\"\n        },\n        {\n            \"id\": 55603,\n            \"title\": \"House Bill 3223: School Student-Parent/Victim\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the School Code and the Illinois School Student Records Act. In provisions concerning the suspension or expulsion of a pupil, adds references to guardians (rather than just parents). Provides that a student may disclose mitigating factors, such as the student's status as a parent, expectant parent, or victim of domestic or sexual violence, in suspension or expulsion hearings. Provides that home instruction or correspondence courses must be made available to students who are unable to attend school because of pregnancy-related conditions, parenting obligations related to the health of a child, or health and safety concerns arising from domestic or sexual violence. Includes attendance at a medical or therapeutic appointment and appointments with a victim services provider as a valid cause for absence from school. Adds provisions to the Code concerning children and students who are parents, expectant parents, or victims of domestic or sexual violence, the purpose of which is to ensure that Illinois schools have policies, procedures, and protocols in place that ensure children and students who are parents, expectant parents, or victims of domestic or sexual violence are identified by schools in a manner respectful of their privacy and safety, treated with dignity and regard, and provided the protection, instruction, and related accommodations and services necessary to enable them to meet State educational standards and successfully attain a school diploma. Makes changes to the Chicago School District Article of the School Code concerning the transfer of students. Amends the State Mandates Act to require implementation without reimbursement. Makes other changes. Effective July 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1322328P6620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3223&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.350509-04:00\"\n        },\n        {\n            \"id\": 55604,\n            \"title\": \"House Bill 3267: Foster Care Commission\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Creates the Advisory Commission on Reducing the Disproportionate Representation of African-American Children in Foster Care Act. Creates the Advisory Commission on Reducing the Disproportionate Representation of African-American Children in Foster Care. Provides that the Commission shall be a coordinating and advocating body that acts on behalf of the interests of African-American children who are at risk of placement within the State's child welfare system. Requires the Commission to advise the Governor and the General Assembly, as well as work directly with State agencies, to identify factors contributing to the overrepresentation of African-American children in foster care, to collaborate with State agencies and other social services organizations to develop effective strategies, policies, services, and programs that are aimed at providing African-American children and their families with the resources and preventive services they need to stay out of foster care and the child welfare system; and to assist in the development of child welfare policies and practices that advance more equitable outcomes for African-American children and their families who have contact with the Department of Children and Family Services. Sets forth specific duties including: examining and developing strategies and policies to address reported racial disproportionality during key stages of the child welfare decision-making process; assisting in the development of cultural competency training programs for child welfare workers; and identifying best practices to safely increase the number of family or relative placements for African-American children. Contains provisions on Commission membership; meetings; and reporting requirements. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1326728P7020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3267&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.415144-04:00\"\n        },\n        {\n            \"id\": 55605,\n            \"title\": \"House Bill 3313: Tax Increment Allocation for City of Morris-TIF Dist 1\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Tax Increment Allocation Redevelopment Act of the Illinois Municipal Code. Creates a tax increment allocation financing extension to the 47th year (currently, the 35th year) after the adoption of the ordinance of December 29, 1986 by the City of Morris and that is known as the Morris TIF District 1. Requires adoption of an ordinance by the City of Morris extending the completion date of the redevelopment project area to 47 years and providing notice to the taxing bodies that would otherwise constitute the joint review board. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1331328P7320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3313&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.479936-04:00\"\n        },\n        {\n            \"id\": 55606,\n            \"title\": \"House Bill 3474: Municipal Retirement Fund Board Trustees\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Municipal Retirement Fund (IMRF) Article of the Illinois Pension Code. Provides that a person who meets the criteria to be an executive trustee may not serve as an employee trustee. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1347428P7920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3474&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.543818-04:00\"\n        },\n        {\n            \"id\": 55607,\n            \"title\": \"House Bill 3523: Cyber Attack\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Emergency Management Agency Act. Expands the definition of \\\"disaster\\\" to include a cyber attack.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1352328P8520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3523&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.636096-04:00\"\n        },\n        {\n            \"id\": 55608,\n            \"title\": \"House Bill 3698: Finance-Credit Unions/Various\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Credit Union Act. In provisions concerning service to the economically disadvantaged, provides that members of a targeted population may be admitted to membership in a credit union. Provides that notice of a meeting of credit union members may be posted on the credit union's website. Provides that unless expressly prohibited by the articles of incorporation or bylaws, the board of directors may provide by resolution that members may attend, participate in, act in, and vote at any annual meeting or special meeting through the use of a conference telephone or interactive technology, subject to specified conditions. Sets forth provisions concerning appointment of associate directors. In provisions concerning compensation of officials, provides that if the Department of Financial and Professional Regulation determines the payment of director or committee member compensation creates a safety and soundness issue for a credit union, the Department may take an enforcement action to reduce or suspend the compensation. Provides that the board of directors shall hold regular meetings at least once each month; however, upon approval of an amendment to the bylaws of the credit union, the board of directors may hold meetings less frequently than once each month but at least once each quarter. Provides that a credit union shall select an annual reporting period, complete an external audit report, agreed-upon procedures report, and internal audit report, and deliver copies to the Secretary of Financial and Professional Regulation no later than 120 days after the end of the annual reporting period. In provisions concerning loan programs and provisions concerning investment of funds, allows a credit union to make loans to or invest in credit union service organizations in a total amount not exceeding the greater of 6% (rather than 3%) of specified amounts. Provides that a surviving credit union may identify the merging credit union as a division, branch, unit, or other descriptive reference. Provides that the network credit union board of directors shall require each advisory board member to sign a confidentiality or non-disclosure agreement. Defines \\\"target market\\\". Makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1369828P9620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3698&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.716353-04:00\"\n        },\n        {\n            \"id\": 55609,\n            \"title\": \"House Bill 3712: Car-Sharing Program Act\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Creates the Car-Sharing Program Act. Adds provisions governing: insurance coverage requirements during car-sharing periods, notification of implications of lien, exclusions in motor vehicle liability insurance policies, recordkeeping requirements, vicarious liability, contribution against indemnification, insurable interests, consumer protection disclosures, driver's license verification, data retention, responsibility for equipment, and automobile safety recalls. Effective January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1371228P9720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3712&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.782286-04:00\"\n        },\n        {\n            \"id\": 55610,\n            \"title\": \"House Bill 3864: Blighted Areas Act Repeal\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Repeals the Blighted Areas Redevelopment Act of 1947. Makes conforming changes to the Illinois Municipal Code, the Housing Authorities Act, the Housing Development and Construction Act, the Urban Community Conservation Act, the Redevelopment Project Rehousing and Capital Improvements Act, the Neighborhood Redevelopment Corporation Law, the Urban Community Conservation Act, the Urban Renewal Consolidation Act of 1961, and the Eminent Domain Act. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1386428P1020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3864&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.847509-04:00\"\n        },\n        {\n            \"id\": 55611,\n            \"title\": \"House Bill 3955: Automatic Renewal Cancellation Online\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Automatic Contract Renewal Act. Provides that a consumer who accepts an automatic renewal or continuous service offer online shall be allowed to terminate the automatic renewal or continuous service exclusively online. Requires a business that makes an automatic renewal offer or continuous service offer online to provide a toll-free telephone number, electronic mail address, a postal address if the seller directly bills the consumer, or another cost-effective, timely, and easy-to-use mechanism for cancellation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1395528P1720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3955&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.912311-04:00\"\n        },\n        {\n            \"id\": 55612,\n            \"title\": \"House Bill 4132: Parking Tax - State Fair Exemption\",\n            \"summary\": \"Introduced on 08/23/2021. Amends the Parking Excise Tax Act. Creates an exemption for parking areas and garages that are operated for the use of attendees, vendors, or employees of the Illinois State Fair or the DuQuoin State Fair and are not otherwise subject to taxation under the Act in the ordinary course of business.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1413240FAN20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4132&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.981656-04:00\"\n        },\n        {\n            \"id\": 55613,\n            \"title\": \"Senate Bill 2459: Electronic Signature Waiver\",\n            \"summary\": \"Approved by the Governor on 8/23/2021. Amends the Electronic Commerce Security Act. Provides that the Department of Transportation, the Illinois State Toll Highway Authority, and the Capital Development Board shall each accept the use of electronic signatures in transactions between those State agencies and other persons or entities, unless all parties to the transaction waive the right to use electronic signatures.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1245928P7220210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-23\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2459&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.061961-04:00\"\n        },\n        {\n            \"id\": 55614,\n            \"title\": \"Senate Bill 0508: Property Tax\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Property Tax Extension Limitation Law in the Property Tax Code. Provides that a taxing district's aggregate extension base shall be adjusted whenever an assessment increase or decrease due to the issuance of a certificate of error, a decision of the board of review, or a decision of the Property Tax Appeal Board results in the overextension or underextension of taxes for the last preceding levy year. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1050828P1920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=508&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.130222-04:00\"\n        },\n        {\n            \"id\": 55615,\n            \"title\": \"Senate Bill 1533: Trapping License Exemption\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Wildlife Code. Provides that a veteran who is certified by the Department of Veterans' Affairs to be at least 10% disabled with service related disabilities or who is in receipt of total disability pension may trap, as permitted by the Code, without procuring a trapping license. Provides further that a military member returning from mobilization and service outside the United States who is an Illinois resident may trap, as permitted by the Code, without paying any fees required to obtain a trapping license, if he or she applies for the license within 2 years after returning from service abroad or after mobilization. Adds trapping licenses to the terminally ill hunter licensing program. Provides that persons on active duty in the Armed Forces or Illinois residents with a Type 1 or Type 4, Class 2 disability as defined in the Illinois Identification Card Act may trap, as permitted by the Code, without procuring a trapping license. Adds definitions. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1153328P2420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1533&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.194468-04:00\"\n        },\n        {\n            \"id\": 55616,\n            \"title\": \"Senate Bill 1646: Private School\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Downstate Teacher Article of the Illinois Pension Code. Allows a member to establish optional credit for up to 2 years of service as a teacher or administrator employed by a private school recognized by the Illinois State Board of Education, provided that the teacher (i) was certified under the law governing the certification of teachers at the time the service was rendered, (ii) applies in writing on or before June 30, 2023, (iii) supplies satisfactory evidence of the employment, (iv) completes at least 10 years of contributing service as a teacher, and (v) pays the required contribution. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1164628P2520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1646&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.258740-04:00\"\n        },\n        {\n            \"id\": 55617,\n            \"title\": \"Senate Bill 1845: Property Tax Notice\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Property Tax Code. Provides that the owner of a certificate of purchase must file with the county clerk the names and addresses of the owners of the property and those persons entitled to service of notice at their last known addresses. Provides that the clerk shall mail notice within 30 days from the date of the filing of addresses with the clerk.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1184528P2820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1845&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.323400-04:00\"\n        },\n        {\n            \"id\": 55618,\n            \"title\": \"Senate Bill 1854: Blood Testing\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Insurance Code. Provides that a group or individual policy of accident and health insurance or managed care plan shall provide coverage for A1C testing recommended by a health care provider for prediabetes, type 1 diabetes, and type 2 diabetes in accordance with prediabetes and diabetes risk factors identified by the United States Centers for Disease Control and Prevention. Provides that a group or individual policy of accident and health insurance or managed care plan shall provide coverage for vitamin D testing recommended by a health care provider in accordance with vitamin D deficiency risk factors identified by the United States Centers for Disease Control and Prevention. Defines \\\"A1C testing\\\" and \\\"vitamin D testing\\\". Makes conforming changes in the Medical Assistance Article of the Illinois Public Aid Code.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1185428P3020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1854&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.387724-04:00\"\n        },\n        {\n            \"id\": 55619,\n            \"title\": \"Senate Bill 1989: Return to Service\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Senate Bill 1989: Amends the Downstate Teacher Article of the Illinois Pension Code. Provides that through June 30, 2023 (instead of June 30, 2021), an annuitant may accept employment as a teacher without impairing his or her retirement status if that employment is not within the school year during which service was terminated and does not exceed 120 paid days or 600 paid hours in each school year. Makes a conforming change. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1198928P3720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1989&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.454158-04:00\"\n        },\n        {\n            \"id\": 55620,\n            \"title\": \"Senate Bill 2043: Sick Leave Bank Act\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Sick Leave Bank Act. Provides that the term \\\"Agency\\\" does not include the State Board of Education. Amends the School Code to make changes in provisions concerning the State Board's strategic plan, a State mandate report, the School Technology Program, a reading advisory group, school district and school report cards, the suspension or expulsion of pupils, licensure requirements for educators trained in other states or countries, chronic absenteeism in preschool children, physical fitness assessments, State reimbursement for transportation, and the Chicago Educational Facilities Task Force. Repeals a provision concerning the State Board's annual report to the Governor and General Assembly on the condition of the schools. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1204328P3920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2043&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.519456-04:00\"\n        },\n        {\n            \"id\": 55621,\n            \"title\": \"Senate Bill 2103: Amends the Illinois Pension Code\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Pension Code. In the State Universities Article, provides that the optional defined contribution plan shall provide for one or more automatic contribution arrangements, at least one of which shall be an eligible automatic contribution arrangement that permits a withdrawal of default elective contributions in accordance with a specified provision of the Internal Revenue Code of 1986. In the Illinois Municipal Retirement Fund (IMRF) Article, provides that the amount of the separation benefit shall include interest credited to the end of the preceding calendar year for contributions made under provisions authorizing employees to make additional contributions for retirement annuity purposes. Provides that employees who first participate in the Fund on or after 6 months after the effective date of the amendatory Act shall automatically contribute 3% of each payment of earnings as additional contributions for retirement annuity purposes. Provides that employees may change such contributions to an amount not to exceed 10% of each payment of earnings at any time. Provides that the Board may limit the number of withdrawals of those additional contributions to an amount not less than once per calendar year and may charge an administrative fee. In the Deferred Compensation Article, provides for automatic enrollment of any employee who is a member under the State Employee, Downstate Teacher, or Chicago Teacher Article, regardless of when the employee first became a member under that Article. Amends the State Mandates Act to require implementation without reimbursement. Effective immediately, except that the changes to the IMRF and Deferred Compensation Articles of the Illinois Pension Code and to the State Mandates Act take effect January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1210328P4020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2103&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.584118-04:00\"\n        },\n        {\n            \"id\": 55622,\n            \"title\": \"Senate Bill 2112: Life Insurance\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Insurance Code. Provides that a contract for life insurance covering a natural person 64 years of age or older that has been in force for at least one year may not be lapsed for nonpayment of premium unless the insurer has mailed a notification of the impending lapse in coverage to the policyowner and to a specified secondary addressee if such addressee has been designated in writing by name and address by the policyowner. Provides that an insurer issuing a life insurance contract on or after January 1, 2022 shall notify the applicant of the right to designate a secondary addressee at the time of application for the policy, on a form provided by the insurer and at any time the policy is in force, by submitting a written notice to the insurer containing the name and address of the secondary addressee. Provides that the notice of impending lapse in coverage must be mailed to the policyowner and the secondary addressee at least 21 days before the expiration of the grace period provided in the policy in specified circumstances. Provides that the secondary notice requirement does not apply to any life insurance contract under which premiums are payable monthly or more frequently and are regularly collected by a licensed agent or are paid by credit card or any preauthorized check processing or automatic debit service of a financial institution. Provides that if the policyowner has a life agent of record or any agent of record, the insurer must also notify the agent of the impending lapse in coverage at least 21 days before the effective date of the lapse. Provides that an insurer is not required to notify the agent in specified circumstances. Effective January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1211228P4220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2112&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.649487-04:00\"\n        },\n        {\n            \"id\": 55623,\n            \"title\": \"Senate Bill 2133: Demographic Data - COVID-19\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. If and only if House Bill 2170 of the 101st General Assembly becomes law, amends the Data Governance and Organization to Support Equity and Racial Justice Act to include, in addition to race and ethnicity, the demographic categories of age, sex, disability status, sexual orientation, and gender identity to the categories of data that must be reported. Amends the University of Illinois Hospital Act and the Hospital Licensing Act to require a hospital to report to the Department of Public Health certain demographic data for individuals who have the symptoms of or a potential exposure to COVID-19 and are released from and not admitted to the hospital and individuals who were tested for COVID-19, who were admitted into the hospital for COVID-19, or who have received a vaccination for COVID-19. Varied effective date.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1213328P4320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2133&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.713642-04:00\"\n        },\n        {\n            \"id\": 55624,\n            \"title\": \"Senate Bill 2312: Consumer Fraud - Kickbacks\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Senate Bill 2312: Amends the Consumer Fraud and Deceptive Business Practices Act. Provides that a violation of the federal Eliminating Kickbacks in Recovery Act of 2018 constitutes a violation of the Consumer Fraud and Deceptive Business Practices Act. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1231228P5020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2312&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.781502-04:00\"\n        },\n        {\n            \"id\": 55625,\n            \"title\": \"Senate Bill 2357: Chicago Teachers Article of the Illinois Pension Code\",\n            \"summary\": \"Approved by the Governor on 008/20/2021. Amends the Chicago Teachers Article of the Illinois Pension Code to make changes concerning the criminal conviction of a teacher. Amends the School Code. Provides that the notification regarding the dismissal or resignation of an individual holding a Professional Educator License as a result of abuse or neglect of a child must include the Illinois Educator Identification Number of the license holder and a brief description of the misconduct alleged. Amends the Educator Licensure Article to provide for the suspension or revocation of an endorsement or approval. Provides that a homicide conviction is grounds for disqualification for educator licensure or suspension or revocation of a license. Makes changes in provisions concerning a license holder's criminal conviction. Amends the Employment of Teachers Article. Changes certain references concerning teacher certification to teacher licensure. Makes changes concerning the termination of contractual continued service by a teacher. Amends the State Mandates Act to require implementation without reimbursement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1235728P5220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2357&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.846049-04:00\"\n        },\n        {\n            \"id\": 55626,\n            \"title\": \"Senate Bill 2360: Banking Emergency Act - Holidays\",\n            \"summary\": \"Approved by the Governor on 008/20/2021. Amends the Banking Emergencies Act. Provides that any day on which a bank, or any one or more of its offices, is closed during all or any part of its normal banking hours due to an emergency or impending emergency affecting the bank or any one or more of its offices (rather than pursuant to authorization granted by the Secretary) shall be a legal holiday for all purposes with respect to any banking business of any character. Provides that the Department of Financial and Professional Regulation may adopt rules to address the closing or alteration of hours by banks at one or more of their offices when affected by an emergency or impending emergency. Repeals provisions concerning powers of the Secretary of Financial and Professional Regulation and provisions concerning notice to the Secretary and the public.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1236028P5320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2360&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.911660-04:00\"\n        },\n        {\n            \"id\": 55627,\n            \"title\": \"Senate Bill 2395: Aquaculture Development Act\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Repeals the Aquaculture Development Act. Amends the Civil Administrative Code of Illinois, the Illinois Municipal Code, the Illinois Pesticide Act, the Agricultural Areas Conservation and Protection Act, the County Cooperative Extension Law, the Fish and Aquatic Life Code, and the Unemployment Insurance Act making conforming changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1239528P5520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2395&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.976449-04:00\"\n        },\n        {\n            \"id\": 55628,\n            \"title\": \"Senate Bill 2460: Municipal Identification Cards\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Secretary of State Act. Provides that in addition to any form of identification which may be issued by the Secretary of State, a municipal identification card shall be considered an acceptable secondary form of identification. Amends the Departments of State Government Law of the Civil Administrative Code of Illinois. Provides that for applications for services as may be provided by any department created under the Code, a municipal identification card shall be considered an acceptable secondary form of identification if such identification is required by an applicable department. Amends the Department of Central Management Services Law of the Civil Administrative Code of Illinois. Provides that any State-owned building that requires the display of a State-issued identification card for the purpose of gaining access to the premises shall accept the use of any municipal identification card as an acceptable form of identification for the purpose of entering the premises. Defines \\\"municipal identification card\\\".\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1246028P6120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2460&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:16.042282-04:00\"\n        },\n        {\n            \"id\": 55629,\n            \"title\": \"Senate Bill 2522: Amends the Eminent Domain Act: Moultrie County\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Eminent Domain Act. Provides that quick-take proceedings may be used for a period of no more than 2 years after the effective date by Moultrie County for the acquisition of certain described property for the purpose of replacing a structure and constructing an associated roadway on Township Road 185A. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1252228P6420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2522&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:16.109973-04:00\"\n        },\n        {\n            \"id\": 55630,\n            \"title\": \"House Bill 164: Acquisition, Sale, or Demolition of Municipal Land or Buildings\",\n            \"summary\": \"Approved by the Governor on 08/10/2021. An Act relative to the acquisition, sale, or demolition of municipal land or buildings.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB1648720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-09\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB164/\",\n            \"created_at\": \"2021-08-24T07:30:16.173258-04:00\"\n        },\n        {\n            \"id\": 55635,\n            \"title\": \"Governor Dunleavy Announces Boards and Commissions Appointments\",\n            \"summary\": \"Alaska Governor Mike Dunleavy today announced the appointment of 28 Alaskans to various State of Alaska and federal boards and commissions, including amongst others: Jess Hall to the Alaska Housing Finance Corporation Board of Directors; Ken Kelsch to the Alaska Municipal Bond Bank Authority; and Kurt Olson to the State Officers Compensation Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1651AK17120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.alaska.gov/newsroom/2021/08/20/governor-dunleavy-announces-boards-and-commissions-appointments-7\",\n            \"created_at\": \"2021-08-24T07:30:17.065475-04:00\"\n        },\n        {\n            \"id\": 55636,\n            \"title\": \"Governor Newsom Signs Executive Order to Bolster Wildfire Response and Recovery Efforts, Support Impacted Communities\",\n            \"summary\": \"Governor Gavin Newsom today signed an executive order to support communities impacted by recent wildfires and bolster response and recovery efforts. The order expedites debris removal and cleanup of hazardous waste resulting from the fires; extends the state’s prohibition on price gouging in impacted counties through October 20, 2021; and helps ensure adequate staffing for fire response by waiving work hour limitations for retired annuitants, among other provisions. California recently secured Fire Management Assistance Grants\\u202f(FMAGs) from the Federal Emergency Management Agency to support the state’s response to the Dixie Fire in Lassen, Butte and Plumas counties and the response to the Caldor Fire, Monument Fire, River Fire and Lava Fire.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6126620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Executive Order\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/20/governor-newsom-signs-executive-order-to-bolster-wildfire-response-and-recovery-efforts-support-impacted-communities/\",\n            \"created_at\": \"2021-08-24T07:30:17.129945-04:00\"\n        },\n        {\n            \"id\": 55637,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Business Before the Claims Committee\",\n            \"summary\": \"Date and time: Thursday, September 9, 2021, 1:00 p.m. ET. Place: Join via Zoom. General subject matter to be considered: Business before the Claims Committee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2484908920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Citizen's Property Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24849089\",\n            \"created_at\": \"2021-08-24T07:30:17.195405-04:00\"\n        },\n        {\n            \"id\": 55638,\n            \"title\": \"Appropriations Report Fiscal Year 2021-22\",\n            \"summary\": \"The Joint Budget Committee (JBC) staff prepare this report annually to assist members of the General Assembly, state personnel, and other interested parties in understanding state funding decisions made during the 2021 Regular Legislative Session. This report provides an overview of state revenue and expenditures, comparative and historical information regarding appropriations, and a detailed explanation of major funding changes for each state department. While this report does not detail all historical appropriations included within line items through the budget, also known as the \\\"base\\\" budget, this report provides information on all change decisions made in the just completed legislative session that make adjustments to the base budget. The FY 2021-22 Appropriations Report is comprised of four sections: overview, department summaries, department details, and appendices.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO120120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Joint Budget Committee\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/appropriations-report-fiscal-year-2021-22\",\n            \"created_at\": \"2021-08-24T07:30:17.261427-04:00\"\n        },\n        {\n            \"id\": 55639,\n            \"title\": \"Information Collection Approvals: Pending Legal Proceedings\",\n            \"summary\": \"The Commodity Futures Trading Commission (“CFTC” or “Commission”) is announcing an opportunity for public comments on the proposed extension of a collection of certain information by the agency. This notice solicits comments on the information collection requirements concerning notification of pending legal proceedings. The rule is designed to assist the Commission in monitoring legal proceedings involving the responsibilities imposed on designated contract markets (DCMs) and their officials and futures commission merchants (FCMs) and their principals by the Commodity Exchange Act, and is applicable to swap execution facilities (SEFs). This renewal updates the total requested burden based on available reported data.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18079\",\n            \"regalytics_alert_id\": \"1891FR20211807920210823\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18079/agency-information-collection-activities-notice-of-intent-to-renew-collection-3038-0033-notification\",\n            \"created_at\": \"2021-08-24T07:30:17.330135-04:00\"\n        },\n        {\n            \"id\": 55640,\n            \"title\": \"Governor Lamont: Summary of Emergency Orders in Effect Due to Tropical Storm Henri as of Sunday Morning\",\n            \"summary\": \"The following list is a summary of all the emergency orders that Governor Ned Lamont and his administration have implemented in response to the impact of Tropical Storm Henri as of 10:30 a.m. on Sunday, August 22, 2021: declaration of a civil preparedness emergency for the State of Connecticut in advance of the impacts of Tropical Storm Henri; order calling 200 members of the Connecticut National Guard to state active duty beginning Saturday, August 21, to prepare teams and specialized equipment in support of the state’s response from the storm; order implementing a travel ban on all empty tractor trailers, tandem trailers, and motorcycles on Interstate 95. This order is effective at 11:00 a.m. on Sunday, August 22, and will remain in effect until further notice; order authorizing utility company restoration vehicles to travel on the Merritt Parkway and Wilbur Cross Parkway to help expedite potential power restoration from the storm. This order is effective 8:00 a.m. on Sunday, August 22 until 8:00 p.m. on Thursday, August 26; order increasing the weight limits for trucks carrying brush and storm debris to help expedite the access to and removal of trees for power line repairs. This order is in effect through Saturday, September 4; and an order granting a limited exemption providing motor carriers with relief from limits on drivers’ hours of service while they are providing direct assistance through the delivery of gasoline, diesel fuel, fuel oil, biodiesel, and propane to homes and businesses during the emergency in connection with the storm.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT10314820210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Summary-of-Henri-Orders-in-Effect-As-of-Sunday-Morning\",\n            \"created_at\": \"2021-08-24T07:30:17.395418-04:00\"\n        },\n        {\n            \"id\": 55641,\n            \"title\": \"Governor Lamont Announces Connecticut Approved for Presidential Pre-Landfall Emergency Declaration in Advance of Tropical Storm Henri\",\n            \"summary\": \"Governor Ned Lamont today, August 22, 2021, announced that President Joe Biden has approved his request for Connecticut to receive a presidential pre-landfall emergency declaration in advance of Tropical Storm Henri impacting the state. The declaration means that the federal government will provide the state with assistance in anticipation of the storm’s impact. Officials from the Federal Emergency Management Agency (FEMA) are already embedded at the Connecticut State Emergency Operations Center, and they will stay there throughout the duration of the storm. Located inside of the William A. O’Neill State Armory in Hartford, the State Emergency Operations Center became fully activated as of Sunday morning and is being staffed by officials from the relevant state agencies, as well as representatives of the major utility companies. It is also where Governor Lamont will be monitoring the storm’s progress and managing any issues that may arise.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT13316420210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Announces-Connecticut-Approved-for-Presidential-Pre-Landfall-Emergency\",\n            \"created_at\": \"2021-08-24T07:30:17.460409-04:00\"\n        },\n        {\n            \"id\": 55642,\n            \"title\": \"Governor Lamont Provides Update on Connecticut’s Preparation in Advance of Hurricane Henri\",\n            \"summary\": \"Governor Ned Lamont today, August 21, 2021, announced that the Connecticut State Emergency Operations Center is activated in advance of Hurricane Henri, which is anticipated to make landfall on Connecticut tomorrow, and state emergency management officials have been working throughout the day to prepare for the storm. The governor is urging everyone in Connecticut to be prepared for its impact. In addition, Governor Lamont has issued a declaration of civil preparedness emergency – commonly known as a state of emergency – that will enable the state to take any actions necessary to protect the health and wellbeing of the people of Connecticut. At Governor Lamont’s direction, more than 200 members of the Connecticut National Guard have been placed on state active duty and spent today preparing for storm response. Expected missions include high-wheeled vehicle search and rescue, route clearance, power generation, and commodities distribution, but may shift depending on the actual impact of the storm. Everyone in Connecticut is urged to check for announcements from their local town and city officials pertaining to potential evacuation orders for their area. They should take these orders seriously and follow that guidance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT9016620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Provides-Update-on-Connecticut-Preparation-in-Advance-of-Hurricane-Henri\",\n            \"created_at\": \"2021-08-24T07:30:17.524791-04:00\"\n        },\n        {\n            \"id\": 55643,\n            \"title\": \"Technical Specifications for Credit Card Agreement and Data Submissions Required under the Truth in Lending Act and the Credit Card Accountability Responsibility and Disclosure Act\",\n            \"summary\": \"Certain credit card issuers must submit credit card agreements and data to the Bureau of Consumer Financial Protection (Bureau) under the Truth in Lending Act (TILA) and the Credit Card Accountability Responsibility and Disclosure Act of 2009 (CARD Act). The Bureau is issuing new technical specifications for complying with those submission requirements. Credit card issuers will make the required submissions under TILA and the CARD Act through the Bureau’s “Collect” website. These technical specifications include registration information and the URL for the website at which issuers (or their designees) can submit the required information.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17994\",\n            \"regalytics_alert_id\": \"1891FR20211799420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": \"2021-08-23\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17994/technical-specifications-for-credit-card-agreement-and-data-submissions-required-under-tila-and-the\",\n            \"created_at\": \"2021-08-24T07:30:17.589883-04:00\"\n        },\n        {\n            \"id\": 55644,\n            \"title\": \"Request for Information: National Flood Insurance Program's Community Rating System\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) is issuing this Request for Information (RFI) to receive input from the public on transforming the Community Rating System (CRS) under the National Flood Insurance Program (NFIP) to better align with the current understanding of flood risk and flood risk approaches and to incentivize communities to not only manage but also lower their flood risk through floodplain management initiatives.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18167\",\n            \"regalytics_alert_id\": \"1891FR20211816720210823\",\n            \"proposed_comments_due_date\": \"2021-09-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18167/request-for-information-on-the-national-flood-insurance-programs-community-rating-system\",\n            \"created_at\": \"2021-08-24T07:30:17.655660-04:00\"\n        },\n        {\n            \"id\": 55645,\n            \"title\": \"Minimum Requirements for Appraisal Management Companies\",\n            \"summary\": \"The Federal Housing Finance Agency is announcing the renewal of “Minimum Requirements for Appraisal Management Companies.” The regulation requires that each state electing to register AMCs for purposes of permitting AMCs to provide appraisal management services relating to covered transactions in the state submit to the ASC the information regarding such AMCs required to be submitted by ASC regulations or guidance concerning AMCs that operate in the state.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17971\",\n            \"regalytics_alert_id\": \"1891FR20211797120210823\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Housing Finance Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17971/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-24T07:30:17.721390-04:00\"\n        },\n        {\n            \"id\": 55646,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Minneapolis: 1. Peter J. Nelson Trust (in formation), Kari A.M. Nelson, as trustee, both of Glenwood, Minnesota; to join the Nelson-Martinson Family Shareholder Group, a group acting in concert, to acquire voting shares of Financial Services of Lowry, Inc., Lowry, Minnesota, and thereby indirectly retain voting shares of Lowry State Bank, Lowry, Minnesota and First National Bank of Osakis, Osakis, Minnesota.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18002\",\n            \"regalytics_alert_id\": \"1891FR20211800220210823\",\n            \"proposed_comments_due_date\": \"2021-09-07\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18002/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-24T07:30:17.786486-04:00\"\n        },\n        {\n            \"id\": 55647,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Chicago: 1. Robert F. Hingst, Kokomo, Indiana; and Ann Hingst Vyas and Amit Vyas, both of Chicago, Illinois; to become members of the Hingst Family Control Group, a group acting in concert, to acquire voting shares of Community First Financial Corporation and thereby indirectly acquire voting shares of Community First Bank of Indiana, both of Kokomo, Indiana.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18087\",\n            \"regalytics_alert_id\": \"1891FR20211808720210823\",\n            \"proposed_comments_due_date\": \"2021-09-07\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18087/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-24T07:30:17.851184-04:00\"\n        },\n        {\n            \"id\": 55648,\n            \"title\": \"Notice of a Meeting Under Expedited Procedures: Rates to Be Charged by the Federal Reserve Banks\",\n            \"summary\": \"A closed meeting of the Board of Governors of the Federal Reserve System was held at 11:00 a.m. on August 23, 2021. Matter(s) considered: Review and determination by the Board of Governors of the advance and discount rates to be charged by the Federal Reserve Banks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED121esED20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/aboutthefed/boardmeetings/20210823closed.htm\",\n            \"created_at\": \"2021-08-24T07:30:17.916019-04:00\"\n        },\n        {\n            \"id\": 55649,\n            \"title\": \"Notice of Meeting/Workshop Hearing: the Florida Department of Economic Opportunity\",\n            \"summary\": \"The Florida Department of Economic Opportunity announces a public meeting to which all persons are invited to be held on August 25, 2021, 3:00 p.m. – 5:00 p.m. at the Florida Department of Education, Turlington Building, 325 W. Gaines Street, Tallahassee, Florida 32399, Room: 1703/07 (17th Floor). Subject: The Florida Talent Development Council.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491485520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24914855\",\n            \"created_at\": \"2021-08-24T07:30:17.980506-04:00\"\n        },\n        {\n            \"id\": 55650,\n            \"title\": \"Notice of Variances and Waivers: Kelsey Cove, Ltd\",\n            \"summary\": \"On August 20, 2021, the Florida Housing Finance Corporation, received a petition for waiver of paragraph 67-48.0075(3)(a), F.A.C. (06-23-2020) Florida Administrative Code from Kelsey Cove, Ltd, for a waiver of the Corporation's prohibition against including within the Total Development Cost (\\\"TDC\\\") total costs of acquiring real property which exceed the appraised value of that real property as determined in the credit underwriting process.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491146020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24911460\",\n            \"created_at\": \"2021-08-24T07:30:18.046081-04:00\"\n        },\n        {\n            \"id\": 55651,\n            \"title\": \"Governor Kemp Announces Record-Breaking Jobs and Investment in Georgia\",\n            \"summary\": \"Today, August 11, 2021, Governor Brian P. Kemp joined the Georgia Department of Economic Development (GDEcD) to announce record-setting jobs and investments from economic development projects across the state during fiscal year 2021. Investments increased by 46%, while job creation increased 5% above prior state economic development records. New investments totaled $10.97 billion, and 33,439 jobs were created in the state through 379 projects supported by GDEcD’s Global Commerce division between July 1, 2020, and June 30, 2021. Georgia’s international partnerships accounted for the creation of nearly $2 billion in foreign direct investment in the state. Twenty percent more jobs were created by foreign direct investments than during the previous fiscal year. Nineteen projects from Korea represent the highest job creation from a single country, and Swiss-based projects led in total investment. Businesses from Germany created the second-highest number of jobs during FY21.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7957GA66112A20210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Georgia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.georgia.gov/press-releases/2021-08-11/gov-kemp-announces-record-breaking-jobs-and-investment-georgia\",\n            \"created_at\": \"2021-08-24T07:30:18.111200-04:00\"\n        },\n        {\n            \"id\": 55652,\n            \"title\": \"Georgia Unemployment Rate Drops for 15th Straight Month to 3.7% as Jobs Increase\",\n            \"summary\": \"Today, August 20, 2021, Governor Brian P. Kemp applauded Georgia's unemployment rate dropping for the fifteenth straight month to 3.7 percent for July 2021, down from 4.0 percent in June. The national unemployment rate average is 5.4 percent. In Georgia, the labor force increased 6,000 over the month to over 5.71 million, up 204,000 since July 2020. Georgia’s employed residents in July saw a monthly increase of 21,000, up 389,170 since July of last year to 4,977,053. The number of unemployed dropped almost 15,000 from June to July to 193,486, down 428,000 since the beginning of the pandemic. The number of jobs was up 43,600 in July and was up 83,900 over the past two months. The jobs number has increased by 515,000 since April of 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7957GA80118E20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Georgia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.georgia.gov/press-releases/2021-08-20/georgia-unemployment-rate-drops-15th-straight-month-37-jobs-increase\",\n            \"created_at\": \"2021-08-24T07:30:18.175088-04:00\"\n        },\n        {\n            \"id\": 55653,\n            \"title\": \"IDNR to Accept Bids for Agriculture Leases for 2022-2025\",\n            \"summary\": \"The Illinois Department of Natural Resources (IDNR) will be accepting sealed bids this fall for approximately 12 agricultural lease contracts for crop years 2022 - 2025. The IDNR utilizes agricultural leases as a tool to support wildlife populations and recreational opportunities at sites owned or managed by the IDNR. The leases developed under this program will promote ecologically-sound agricultural practices to improve soil health, minimize soil erosion, improve water quality, and reduce chemical impacts to benefit wildlife populations and their habitats. The IDNR sites with leases open for bid will be publicly announced on the State of Illinois' eProcurement system BidBuy. A non-mandatory vendor conference will be conducted for each open lease with details included in the public notice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2378320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23783.html\",\n            \"created_at\": \"2021-08-24T07:30:18.239474-04:00\"\n        },\n        {\n            \"id\": 55654,\n            \"title\": \"Governor Pritzker Welcomes University of Illinois Urbana-Champaign Students Back to School with $140 Million Campus Investment\",\n            \"summary\": \"Governor JB Pritzker today joined University of Illinois System President Tim Killeen, University of Illinois Urbana-Champaign Chancellor Robert Jones, and other stakeholders for a back-to-school event where he announced plans for the construction of a new, world-class facility as well as large-scale renovations and updates to two centrally located buildings. The University of Illinois Urbana-Champaign will receive $140 million in state funds, matched by $52 million in non-state funding for a total investment of $192 million. The historic Rebuild Illinois capital plan passed with bipartisan super-majorities and will invest $45 billion in roads, bridges, railways, universities, early childhood centers, and state facilities like the new crime lab and veterans' homes, creating and supporting an estimated 540,000 jobs over the life of the six-year plan and revitalizing local economies across the state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2378420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23784.html\",\n            \"created_at\": \"2021-08-24T07:30:18.302517-04:00\"\n        },\n        {\n            \"id\": 55655,\n            \"title\": \"Governor Holcomb Announces Gonso Tait Will Step Down as the Executive Director of the Indiana Gaming Commission\",\n            \"summary\": \"Governor Eric J. Holcomb today announced Sara Gonso Tait is stepping away from her role as executive director of the Indiana Gaming Commission to explore opportunities in the private sector. To ensure a smooth transition, Governor Holcomb named Greg Small as new executive director effective September 11. Greg Small will replace Gonso Tait as executive director. He has served as the general counsel for the Indiana Gaming Commission since August, 2015. Prior to that, he was the assistant city attorney for the city of Bloomington and worked in private practice as a litigator for Kreig DeVault LLP. Sara Gonso Tait is stepping down on September 10. Small begins his tenure as executive director on September 11.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN307ANA20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Indiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_announces_gonso_tait_will_step_down_as_the_executive_director_of_the_indiana_gaming_commission?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-08-24T07:30:18.365723-04:00\"\n        },\n        {\n            \"id\": 55656,\n            \"title\": \"Governor Parson Announces $400 Million Plan to Improve Broadband Infrastructure in Missouri\",\n            \"summary\": \"Today, August 19, 2021, during a press conference at the Missouri State Fair hosted by the Missouri Farm Bureau, Governor Mike Parson announced plans to deploy more than $400 million in American Rescue Plan Act (ARPA) funds to increase broadband internet access, adoption, and assistance statewide. In addition to the $400 million plan, the Department of Economic Development also submitted an application to the U.S. Department of Commerce’s National Telecommunications and Information Administration (NTIA) Broadband Infrastructure Program requesting an additional $56 million for broadband deployment. If approved by NTIA, this funding could support up to 19 projects, connecting more than 17,000 households, businesses, and other institutions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7971MO21320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.mo.gov/press-releases/archive/governor-parson-announces-400-million-plan-improve-broadband-infrastructure\",\n            \"created_at\": \"2021-08-24T07:30:18.428520-04:00\"\n        },\n        {\n            \"id\": 55660,\n            \"title\": \"U.S. Federal Government Resources to Gear Up for Cybersecurity Career Awareness Week\",\n            \"summary\": \"Here are just a few of the United States federal government resources and activities that will help you advocate to others the pursuit of a career in cybersecurity: learn about careers, find career information, and locate career resources and advice with CareerOneStop; Explore industries included in Industries at a Glance arranged in North American Industry Classification System (NAICS) Code; O*NET OnLine is another tool for career exploration and job analysis! The O*NET OnLine tool has detailed descriptions of the world of work for use by job seekers, workforce development and Human Resource professionals, students, researchers, and more!; Visit Apprenticeship.gov, the one-stop source for all-things apprenticeship; and, Match your interests and skills to a career with a CareerScope assessment. Use this online tool to get recommendations for careers you may enjoy and succeed in, and training programs to help you get started.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"254NIST1678546\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Institute of Standards and Technology\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nist.gov/news-events/news/2021/08/us-federal-government-resources-gear-cybersecurity-career-awareness-week\",\n            \"created_at\": \"2021-08-24T07:30:18.696281-04:00\"\n        },\n        {\n            \"id\": 55661,\n            \"title\": \"Governor Ricketts Highlights Nebraska’s Historically Low Unemployment Rate\",\n            \"summary\": \"Today, August 23, 2021, Governor Pete Ricketts issued a statement following news that Nebraska’s unemployment rate had dropped to 2.3%. “Our unemployment rate has matched our historical low and we continue to have the lowest unemployment rate in the nation,” said Governor Ricketts. “Nebraskans are tough, hardworking people, and they are powering Nebraska’s current economic boom. With tens of thousands of open jobs, there are great opportunities for people of all backgrounds here in the Good Life.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8468NE70113r20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Nebraska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Nebraska Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nebraska.gov/press/gov-ricketts-highlights-nebraska%E2%80%99s-historically-low-unemployment-rate\",\n            \"created_at\": \"2021-08-24T07:30:18.763098-04:00\"\n        },\n        {\n            \"id\": 55662,\n            \"title\": \"Governor Cuomo Declares State of Emergency in Advance of Hurricane Henri as Storm Shifts Toward a Direct Hit on Central Long Island\",\n            \"summary\": \"Governor Cuomo today declared a State of Emergency for Bronx, Kings, Nassau, New York, Queens, Richmond, Suffolk, Westchester, Putnam, Rockland, Orange, Dutchess, Sullivan, Columbia, Delaware, Greene, Broome, Chenango, Otsego, Rensselaer, Schoharie, Albany, Montgomery, Schenectady, Saratoga, and contiguous counties as Hurricane Henri threatens to make landfall in Long Island on Sunday. The storm, which is expected to be near hurricane strength when it makes landfall, is forecast to affect coastal areas with dangerous storm surge, as well as heavy rainfall, dangerous surf conditions and widespread power outages. Inland locations, including Westchester County and Upstate areas, could also be affected with heavy rainfall and strong winds. Governor Cuomo is also requesting President Biden declare a pre-landfall emergency declaration. This federal declaration authorizes the Federal Emergency Management Agency to provide emergency protective measures, including direct federal assistance to New Yorkers, in the aftermath of Henri and its impacts. The declaration provides assistance for measures taken to save lives, protect property, and address public health and safety issues.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8458NY17938120210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.ny.gov/news/governor-cuomo-declares-state-emergency-advance-hurricane-henri-storm-shifts-toward-direct-hit\",\n            \"created_at\": \"2021-08-24T07:30:18.827515-04:00\"\n        },\n        {\n            \"id\": 55663,\n            \"title\": \"Governor Cuomo Deploys Emergency Response Assets to Hard-Hit Areas as Remnants of Henri Continue to Impact Downstate Areas with Heavy Rain and Flooding\",\n            \"summary\": \"Governor Andrew M. Cuomo today directed the State's deployed emergency response assets to areas hard-hit by Tropical Depression Henri, which brought heavy rain and flooding to parts of Long Island, New York City, and the Hudson Valley. As of early this morning, rainfall totals from Henri exceeded 7 inches in Brooklyn and Central Park, more than 6 inches in Queens, and 3 to 4 inches in Westchester, Suffolk and Nassau counties. There were several reports of roads closed and cars stranded due to flooding, as well as downed trees and wires in multiple locations. Power outages remained low, with roughly 2,000 remaining. Heavy rain and flooding conditions are expected to continue in affected areas through this evening as the storm slowly spins northeast out of the region. Henri is expected to produce an additional one to three inches of rainfall today over portions of Long Island, New York City, and the Hudson Valley, with rainfall rates of up to one to two inches per hour. Heavy rainfall from Henri will continue to result in urban and small stream flooding impacts, along with potential river flooding. Some storms will produce thunderstorms and torrential downpours.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8458NY18721920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.ny.gov/news/governor-cuomo-deploys-emergency-response-assets-hard-hit-areas-remnants-henri-continue-impact\",\n            \"created_at\": \"2021-08-24T07:30:18.893624-04:00\"\n        },\n        {\n            \"id\": 55664,\n            \"title\": \"Consumer Alert: Attorney General James Warns About Price Gouging in Aftermath of Hurricane Henri\",\n            \"summary\": \"New York Attorney General Letitia James today issued a consumer alert, warning both consumers and businesses to be on alert for potential price gouging of essential items and services both during and in the aftermath of Hurricane Henri. New York state’s price gouging law (General Business Law §396-r) prohibits merchants from taking unfair advantage of consumers by selling goods or services for an “unconscionably excessive” price during an “abnormal disruption of the market” or a declared state of emergency. An excessive price would be represented by a gross disparity between the price of the product immediately prior to and after such an occurrence. The price gouging law covers New York state vendors, retailers, and suppliers, and includes essential goods and services that are vital and necessary for the health, safety, and welfare of consumers or the general public, such as food, water, gasoline, generators, batteries, flashlights, hotel lodging, and transportation services. Contract services for storm-related damage, both during and after a natural disaster, are covered by the state’s price gouging law as well.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5378720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/consumer-alert-attorney-general-james-warns-about-price-gouging-aftermath\",\n            \"created_at\": \"2021-08-24T07:30:18.958591-04:00\"\n        },\n        {\n            \"id\": 55665,\n            \"title\": \"Burgum Statement on Biden Administration Delaying US-Canada Border Reopening by Another Month\",\n            \"summary\": \"Governor Doug Burgum released the following statement today after the U.S. Department of Homeland Security (DHS) announced it is extending restrictions on nonessential travel at the U.S.-Canada border for another month, until September 21. Canada reopened its border to vaccinated U.S. citizens for nonessential travel on August 9. “The percentage of Canada’s population that is fully vaccinated is now more than 12 percentage points higher than in the United States, yet the Biden administration refuses to reopen the border to Canadians for nonessential travel even though Canada has been allowing vaccinated Americans into their country for over 10 days,” Burgum said. “This continues to cause real pain for North Dakota’s retail and tourism industries that depend on Canadian travelers, and for the friends and family members who are separated by these border restrictions and have repeatedly had their hopes dashed by unnecessary delays. It’s long past time for the administration to secure the southern border and safely reopen the northern border.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8422ND9512020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Dakota Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.nd.gov/news/burgum-statement-biden-administration-delaying-us-canada-border-reopening-another-month\",\n            \"created_at\": \"2021-08-24T07:30:19.022713-04:00\"\n        },\n        {\n            \"id\": 55666,\n            \"title\": \"Get Ready for Back-to-School Season\",\n            \"summary\": \"Here are some insurance coverage tips that parents and their students should look at before heading off to college: Home: suppose your student is moving into a dorm room. In that case, your homeowners policy will likely cover their belongings in case of a loss. Just ask your child to let you know if they buy a new computer or other pricey items. You’ll need to check with your insurance company to insure your coverage will take care of these things; Auto: Oklahoma requires every car to have auto liability coverage or otherwise meets the financial responsibility requirements of Oklahoma law. Auto liability insurance pays for property damage and bodily injury to someone else if you are found responsible for an accident, up to the policy’s limits. If the title to the car is in your student’s name, they will have to have their own policy. If your college student is driving a car you own, your child can likely stay on your policy; and, Health: students have several options for health insurance coverage while away at college. If your children are covered under your insurance now, chances are they will still be covered while away at school. Any insurance plan that offers dependent coverage must make that available until the dependent is 26 years old. Before they head off to school, make sure your student has a copy of your insurance cards and knows what doctors, hospitals and pharmacies are covered within your network.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9173OK73NGE20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oklahoma\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oklahoma Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"https://www.oid.ok.gov/getready8_2021/\",\n            \"created_at\": \"2021-08-24T07:30:19.091378-04:00\"\n        },\n        {\n            \"id\": 55667,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, Cancellation of August 19, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is announcing that the closed meeting scheduled for Thursday, August 19, 2021 at 2:00 p.m., has been cancelled.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18173\",\n            \"regalytics_alert_id\": \"1891FR20211817320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18173/sunshine-act-meeting-cancellation\",\n            \"created_at\": \"2021-08-24T07:30:19.156806-04:00\"\n        },\n        {\n            \"id\": 55668,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, August 26, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is announcing that a meeting will be held via remote means and/or at the Commission’s headquarters, 100 F Street, NE, Washington, DC 20549. This meeting will be closed to the public. The meeting is scheduled to be held at 2:00 p.m. on Thursday, August 26, 2021. The subject matter of the closed meeting will consist of the following topics: Institution and settlement of injunctive actions; Institution and settlement of administrative proceedings; Resolution of litigation claims; and Other matters relating to examinations and enforcement proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18218\",\n            \"regalytics_alert_id\": \"1891FR20211821820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18218/sunshine-act-meetings\",\n            \"created_at\": \"2021-08-24T07:30:19.222911-04:00\"\n        },\n        {\n            \"id\": 55669,\n            \"title\": \"Dear Colleague on Advancing the Build Back Better Plan for the Children\",\n            \"summary\": \"As you know, our Build Back Better Plan will deliver transformative, life-changing benefits for working families across the nation: creating jobs, cutting taxes for families and small businesses, and lowering health care costs. This package includes child care, home health care, paid family and medical leave, free universal pre-K, the Biden Child Tax Credit, workforce development, expanding Medicare benefits, addressing the climate crisis and more. All of these initiatives enjoy a broad and bipartisan level of public support throughout the country. With regard to the $3.5 trillion topline number for this package, the President has been clear: this is the number that will honor his vision to Build Back Better. To that end: first, this is the number that has been agreed to in the Senate and is now before us in the House. Accordingly, we will write a reconciliation bill with the Senate that is consistent with that topline; second, we will craft a bill that is paid for, including by increasing taxes on the wealthiest Americans and largest corporations, some of whom currently pay little to no federal income taxes. The House is exploring ways to advance tax fairness and enforcement in this bill that are widely popular, including 72 percent support for crackdowns on tax evasion by corporations and the wealthy; third, as we proceed with this legislation, we will work closely with the Senate to assemble a bill that will pass both chambers, consistent with the 51-vote privilege of reconciliation and respectful of the Byrd Rule. To do so, we must first pass the budget resolution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8212120210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/82121\",\n            \"created_at\": \"2021-08-24T07:30:19.287630-04:00\"\n        },\n        {\n            \"id\": 55670,\n            \"title\": \"Minnesota State Register, Volume 46, Issue 8\",\n            \"summary\": \"The Minnesota State Register, Volume 46, Issue 8, updated on August 23, 2021, contains exempt rules from the Minnesota Department of Revenue; adopted rules from the Minnesota Department of Health; revenue notices of the Minnesota Department of Revenue; oficial notices from the Emergency Medical Services Regulatory Board, and the Department of Human Services; state Grants and Loans from the Department of Employment and Economic Development, and the Minnesota Housing Finance Agency; and, state contracts from the Minnesota State Colleges and Universities, among other information.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15280MN10720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"State of Minnesota’s Executive Branch\"\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/admin/assets/SR46_8 - Accessible_tcm36-494856.pdf\",\n            \"created_at\": \"2021-08-24T07:30:19.349712-04:00\"\n        },\n        {\n            \"id\": 55671,\n            \"title\": \"Amendment to 1700-04-01, Regarding Bank Collateral Pool\",\n            \"summary\": \"Rulemaking Hearing Rule on 1700-04-01 (Bank Collateral Pool) and the rules 1700-04-01-.02 (Board Membership and Operations); 1700-04-01-.03 (Admission to Collateral Pool); 1700-04-01-.04 (Determination of Collateral PledQe Level); 1700-04-01-.07 (ReportinQ by Qualified Public Depository); 1700-04-01-. 08 (Reports and Procedures for Trustee Custodians); 1700-04-01-.10 (Withdrawal from Collateral Pool Participation); and 1700-04-01-.11 (Reports by Public Depositors).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN959220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Rulemaking Hearing Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Treasury, Collateral Pool Board\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/08-21-21.pdf\",\n            \"created_at\": \"2021-08-24T07:30:19.413678-04:00\"\n        },\n        {\n            \"id\": 55672,\n            \"title\": \"Notice of Rulemaking Hearing: Amendment to 0800-02-06 Regarding General Rules of the Workers' Compensation Program - Utilization Review\",\n            \"summary\": \"Hearing to be held at 220 French Landing Drive, 1-A, Tennessee Room; Nashville, 37243 on October 21, 2021 at 10AM CST. Purpose of the hearing is for the amendments of 0800-02-06 regarding General Rules of the Workers’ Compensation Program - Utilization Review, and the rules 0800-02-06-.01 (Definitions); 0800-02-06-.04 (Contents of Utilization Review Report); 0800-02-06-.06 (Time Requirements); 0800-02-06-.07 (Appeals of Utilization Review Decisions); 0800-02-06-.10 (Sanctions and Civil Penalties); 0800-02-06-.14 (Peer-to-Peer Communications); and, 0800-02-06-.15 (Annual Reports from Utilization Review Vendors).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN3353320211021\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Labor and Workforce Development\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/08-17-21.pdf\",\n            \"created_at\": \"2021-08-24T07:30:19.477923-04:00\"\n        },\n        {\n            \"id\": 55673,\n            \"title\": \"Governor Abbott Announces Additional Federal COVID-19 Relief Assistance Payments for Local Communities\",\n            \"summary\": \"Governor Greg Abbott today, August 18, 2021, announced additional federal coronavirus relief assistance payments from the American Rescue Plan Act (ARPA) will begin this week for populations under 50,000. Under ARPA, the Coronavirus Local Fiscal Recovery Fund (CLFRF) provides emergency funding for eligible localities classified as non-entitlement units of local government (NEUs) to support their response efforts, including medical supplies and hospital staffing. NEUs are cities, villages, towns, and townships serving populations of less than 50,000 and will receive funding distributed by the Texas Division of Emergency Management (TDEM). Last month, the State of Texas began the process of contacting and collecting the required information from the nearly 1,200 local governments before certifying and applying to receive the federal funds into the state treasury. Per federal law, states are required to distribute funding to all eligible NEUs (non-entitlement units of government) within 30 days of receiving the funds into the state treasury. Local governments can contact TDEM to begin this application process.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES6102134020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-announces-additional-federal-covid-19-relief-assistance-payments-for-local-communities\",\n            \"created_at\": \"2021-08-24T07:30:19.542839-04:00\"\n        },\n        {\n            \"id\": 55674,\n            \"title\": \"Global Magnitsky Designation\",\n            \"summary\": \"The following individual has been added to the Office of Foreign Assets Control (OFAC) Specially Designated Nationals (SDN) List on August 23, 2021: Woldeyohannes, Filipos (a.k.a. Weldeyohanes, Philipos; a.k.a. Weldeyohannes, Filipos; a.k.a. WeldeyohanneS, Fillipos; a.k.a. Weldeyohannes, Philipos; a.k.a. Woldeyohanes, Filipos; a.k.a. Woldeyohanes, Phillipos; a.k.a. Woldeyohannes, Philipos), Shire, Tigray, Ethiopia; Eritrea; DOB 1955; POB Ts'elot, Asmara, Eritrea; nationality Eritrea; Gender Male (individual) [GLOMAG].\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT11120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210823\",\n            \"created_at\": \"2021-08-24T07:30:19.620035-04:00\"\n        },\n        {\n            \"id\": 55675,\n            \"title\": \"The United States Department of the Treasury and the Monetary Authority of Singapore Finalize a Memorandum of Understanding on Cybersecurity Cooperation\",\n            \"summary\": \"On August 23,2021, the U.S. Department of the Treasury (Treasury) and the Monetary Authority of Singapore (MAS) announced the finalization of a bilateral Memorandum of Understanding (MoU) on Cybersecurity Cooperation. The MoU formalizes and strengthens what has already been a strong cybersecurity partnership between both agencies. The MoU enhances cooperation between Treasury and MAS in these areas: information sharing relating to the financial sector including cybersecurity regulations and guidance, cybersecurity incidents and cybersecurity threat intelligence; staff training and study visits to promote cooperation in the area of cybersecurity; and competency-building activities such as the conduct of cross-border cybersecurity exercises.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT152033120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0331\",\n            \"created_at\": \"2021-08-24T07:30:19.693612-04:00\"\n        },\n        {\n            \"id\": 55676,\n            \"title\": \"Treasury Sanctions Eritrean Military Leader in Connection with Serious Human Rights Abuse in Tigray\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control sanctioned General Filipos Woldeyohannes, the Chief of Staff of the Eritrean Defense Forces for being a leader or official of an entity that is engaged in serious human rights abuse committed during the ongoing conflict in Tigray. As a result of the sanction, all property and interests in property of the person above that are in the United States or in the possession or control of U.S. Persons are blocked and must be reported to OFAC. In addition, any entities that are owned, directly or indirectly, 50% or more by one or more blocked persons are also blocked.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT99032920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0329\",\n            \"created_at\": \"2021-08-24T07:30:19.763774-04:00\"\n        },\n        {\n            \"id\": 55677,\n            \"title\": \"Paperwork Reduction Act Approvals: Burden Related to the Application for Exemption from Social Security and Medicare Taxes and Waiver of Benefits\",\n            \"summary\": \"Currently, the IRS is soliciting comments concerning the burden related to the application for exemption from social security and Medicare taxes and waiver of benefits. Form 4029 is used by members of recognized religious groups to apply for exemption from social security and Medicare taxes under Internal Revenue Code sections 1402(g) and 3127. The information is used to approve or deny exemption from social security and Medicare taxes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18097\",\n            \"regalytics_alert_id\": \"1891FR20211809720210823\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18097/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"created_at\": \"2021-08-24T07:30:19.829914-04:00\"\n        },\n        {\n            \"id\": 55678,\n            \"title\": \"Treasury Department Releases Letter to Nonfinancial Corporate Stakeholders on LIBOR Transition\",\n            \"summary\": \"Today, August 23, 2021, U.S. Secretary of the Treasury Janet L. Yellen, Chair of the Board of Governors of the Federal Reserve System Jerome H. Powell, Chair of the Securities and Exchange Commission Gary Gensler, President and Chief Executive Officer of the Federal Reserve Bank of New York John C. Williams, and Acting Chairman of the Commodity Futures Trading Commission Rostin Behnam released a letter to nonfinancial corporate stakeholders following a discussion of the experiences and concerns of nonfinancial corporations as they prepare to transition from U.S. dollar (USD) LIBOR.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT94033020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                },\n                {\n                    \"name\": \"Federal Reserve Board of Governors\"\n                },\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                },\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0330\",\n            \"created_at\": \"2021-08-24T07:30:19.902229-04:00\"\n        },\n        {\n            \"id\": 55679,\n            \"title\": \"Paperwork Reduction Act Approvals: Veterans Mortgage Life Insurance Change of Address Statement\",\n            \"summary\": \"The Veterans Mortgage Life Insurance Change of Address Statement solicits information needed to inquire about a veteran’s continued ownership of the property issued under Veterans Mortgage Life Insurance when an address change for the veteran is received. The information obtained is used in determining whether continued Veterans Mortgage Life Insurance coverage is applicable since the law granting this insurance provides that coverage terminates if the veteran no longer owns the property. The information requested is required by law. This form expired due to high volume of work and staffing changes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17933\",\n            \"regalytics_alert_id\": \"1891FR20211793320210823\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17933/agency-information-collection-activity-veterans-mortgage-life-insurance-change-of-address-statement\",\n            \"created_at\": \"2021-08-24T07:30:19.988010-04:00\"\n        },\n        {\n            \"id\": 55680,\n            \"title\": \"Loan Guaranty: COVID-19 Veterans Assistance Partial Claim Payment Program\",\n            \"summary\": \"The Department of Veterans Affairs (VA) is making technical amendments to the final rule published on Friday, May 28, 2021. The final rule establishes the COVID-19 Veterans Assistance Partial Claim Payment program (COVID-VAPCP), a temporary program to help Veterans return to making normal loan payments on a VA guaranteed loan after exiting a forbearance for financial hardship due, directly or indirectly, to the COVID-19 national emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18001\",\n            \"regalytics_alert_id\": \"1891FR20211800120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": \"2021-08-23\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18001/loan-guaranty-covid-19-veterans-assistance-partial-claim-payment-program\",\n            \"created_at\": \"2021-08-24T07:30:20.094441-04:00\"\n        },\n        {\n            \"id\": 55681,\n            \"title\": \"Extension of Veterans’ Group Life Insurance Application Periods in Response to the COVID-19 Public Health Emergency\",\n            \"summary\": \"This document adopts as a final rule, without change, an interim final rule amending the Department of Veterans Affairs (VA) regulation regarding Veterans’ Group Life Insurance (VGLI). The amendment was necessary in order to extend the deadline for former members to apply for VGLI coverage following separation from service to address the inability of former members directly or indirectly affected by the 2019 Novel Coronavirus (COVID-19) public health emergency to purchase VGLI.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18089\",\n            \"regalytics_alert_id\": \"1891FR20211808920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": \"2021-09-22\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18089/extension-of-veterans-group-life-insurance-vgli-application-periods-in-response-to-the-covid-19\",\n            \"created_at\": \"2021-08-24T07:30:20.167518-04:00\"\n        },\n        {\n            \"id\": 55682,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Vermont Emergency Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that an emergency exists in the State of Vermont and ordered Federal assistance to supplement State and local response efforts due to the emergency conditions resulting from Tropical Storm Henri beginning on August 22, 2021. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population. FEMA is authorized to identify, mobilize, and provide at its discretion, equipment and resources necessary to alleviate the impacts of the emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH208ON20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/23/president-joseph-r-biden-jr-approves-vermont-emergency-declaration/\",\n            \"created_at\": \"2021-08-24T07:30:20.234159-04:00\"\n        },\n        {\n            \"id\": 55683,\n            \"title\": \"President Joseph R. Biden, Jr. Approves New York Emergency Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that an emergency exists in the State of New York and ordered Federal assistance to supplement State, tribal, and local response efforts due to the emergency conditions resulting from Tropical Storm Henri beginning on August 21, 2021. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency (FEMA), to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population, and to provide appropriate assistance for required emergency measures. FEMA is authorized to identify, mobilize, and provide at its discretion, equipment and resources necessary to alleviate the impacts of the emergency. Emergency protective measures, limited to direct federal assistance and reimbursement for mass care including evacuation and shelter support will be provided at 75 percent Federal funding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH210ON20210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/22/president-joseph-r-biden-jr-approves-new-york-emergency-declaration/\",\n            \"created_at\": \"2021-08-24T07:30:20.299259-04:00\"\n        },\n        {\n            \"id\": 55684,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Connecticut Emergency Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that an emergency exists in the State of Connecticut and ordered Federal assistance to supplement State, tribal, and local response efforts due to the emergency conditions resulting from Tropical Storm Henri beginning on August 21, 2021. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency (FEMA), to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population, and to provide appropriate assistance for required emergency measures. FEMA is authorized to identify, mobilize, and provide at its discretion, equipment and resources necessary to alleviate the impacts of the emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH216ON20210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/22/president-joseph-r-biden-jr-approves-connecticut-emergency-declaration/\",\n            \"created_at\": \"2021-08-24T07:30:20.364304-04:00\"\n        },\n        {\n            \"id\": 55685,\n            \"title\": \"President Joseph R. Biden, Jr. Approves the Mashpee Wampanoag Tribe Emergency Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that an emergency exists for the Mashpee Wampanoag Tribe and ordered Federal assistance to supplement the Tribe’s response efforts due to the emergency conditions resulting from Tropical Storm Henri beginning on August 20, 2021. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population, and to provide appropriate assistance for required emergency measures. FEMA is authorized to identify, mobilize, and provide at its discretion, equipment and resources necessary to alleviate the impacts of the emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH248ON20210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/22/president-joseph-r-biden-jr-approves-the-mashpee-wampanoag-tribe-emergency-declaration/\",\n            \"created_at\": \"2021-08-24T07:30:20.428272-04:00\"\n        },\n        {\n            \"id\": 55686,\n            \"title\": \"President Biden’s Call with Speaker Pelosi on Afghanistan Evacuations and the Build Back Better Agenda\",\n            \"summary\": \"The President and Speaker Pelosi spoke by phone about the ongoing evacuation operations in Afghanistan as well as the President’s Build Back Better agenda and the upcoming House action this week on key domestic issues. The President updated Speaker Pelosi about increasing progress made evacuating American citizens, our allies, Afghans who aided American military and other efforts, and additional vulnerable Afghans as rapidly as possible. The President also reiterated his support for Speaker Pelosi’s work to advance the rule that would provide for the House’s consideration of the Bipartisan Infrastructure Bill and the Build Back Better Agenda\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH298DA20210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/21/readout-of-president-bidens-call-with-speaker-pelosi-on-afghanistan-evacuations-and-the-build-back-better-agenda/\",\n            \"created_at\": \"2021-08-24T07:30:20.493396-04:00\"\n        },\n        {\n            \"id\": 55687,\n            \"title\": \"Memorial to House Veterans' Affairs Committee\",\n            \"summary\": \"The Speaker presented a memorial of the General Assembly of the State of New Jersey, relative to Assembly Resolution No. 262, urging the passage of federal \\\"Disabled Veterans Tax Termination Act\\\", to the Committee on Veterans' Affairs. It was referred to Committee on August 20, 2021 to the House Veterans' Affairs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR33ML9620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Memorial\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/memorial/96?s=7&r=9\",\n            \"created_at\": \"2021-08-24T07:30:20.557531-04:00\"\n        },\n        {\n            \"id\": 55688,\n            \"title\": \"Vermont Prepares for Hurricane Henri\",\n            \"summary\": \"Before the storm: listen to state and local officials on storm activity; sign-up for VT-Alerts to hear emergency alerts; prepare for the flood by reviewing your property and flood insurance policies; gather supplies in case a flood leaves you without power, water, fuel, or food; snap some pictures of your property and do an inventory; locate and safely store your health, financial, and insurance documents. After the storm and if your property sustained damage: be safe when moving in and around damaged property; notify your insurance agent and company as soon as possible to begin filing a claim; take photos of the damaged property; save samples of damaged material, such as carpeting, curtains, and upholstery; secure your property from further by covering broken windows, damaged walls, or leaking roofs, but do not make permanent repairs; make a list of the damage and keep receipts of repairs or replacement; contact your insurance company again if an adjuster is not assigned within two weeks.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3733VT217720210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Vermont\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Vermont Department of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://dfr.vermont.gov/press-release/vermont-prepares-hurricane-henri\",\n            \"created_at\": \"2021-08-24T07:30:20.620280-04:00\"\n        },\n        {\n            \"id\": 55689,\n            \"title\": \"Loan Determination and Administration Transmission Infrastructure Program\",\n            \"summary\": \"The Western Area Power Administration (WAPA), a Federal power marketing administration of the United States Department of Energy (DOE), will be responsible for the loan determination and administration of loan applications submitted to its Transmission Infrastructure Program (TIP or Program) for use of WAPA’s borrowing authority.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17997\",\n            \"regalytics_alert_id\": \"1891FR20211799720210823\",\n            \"proposed_comments_due_date\": \"2021-08-23\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Western Area Power Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17997/notice-of-wapa-loan-determination-and-administration-transmission-infrastructure-program\",\n            \"created_at\": \"2021-08-24T07:30:20.687399-04:00\"\n        },\n        {\n            \"id\": 55690,\n            \"title\": \"Proposed Rule in Final Draft Form Regarding Credit for Reinsurance Accreditation Amendments\",\n            \"summary\": \"On August 16, 2021, the Office of the Commissioner of Insurance submitted a proposed rule to the Wisconsin Legislative Council Clearinghouse. The proposed rule affects ch. Ins 52, relating to credit for reinsurance accreditation amendments. The scope statement for this rule, SS 125-20, was approved by the Governor on September 2, 2020, published in Register No. 777A1, on September 2, 2020, and approved by the Commissioner on September 29, 2020. A public hearing is required and will be held on September 21, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15855WI2106620210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Commissioner of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/code/register/2021/788A4/register/submit_proposed/cr_21_066/cr_21_066\",\n            \"created_at\": \"2021-08-24T07:30:20.752610-04:00\"\n        },\n        {\n            \"id\": 55691,\n            \"title\": \"Hearing Notice Regarding Credit for Reinsurance Accreditation Amendments\",\n            \"summary\": \"The Office of the Commissioner of Insurance (OCI) announces that it will hold a public hearing on a permanent rule revising Chapter Ins 52, of the Wisconsin Administrative Code, relating to credit for reinsurance accreditation amendments, on September 21, 2021 at 1PM via conference call. The Commissioner of Insurance is seeking public input through the hearing and comment period regarding the content of the proposed rule.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15857WI210661420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Hearing Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Commissioner of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/code/register/2021/788A4/register/rule_notices/cr_21_066_hearing_information\",\n            \"created_at\": \"2021-08-24T07:30:20.817499-04:00\"\n        },\n        {\n            \"id\": 55693,\n            \"title\": \"Interview with Isabel Schnabel, Member of the Executive Board of the ECB, Conducted by Carla Neuhaus\",\n            \"summary\": \"\\\"Climate change has far-reaching effects on economic developments and therefore also on price stability – which is our main task. For example, it exposes the economy to more frequent macroeconomic shocks, which has an impact on growth and inflation. Of course governments are primarily responsible for taking action. But we as the central bank cannot just stand on the sidelines and do nothing. Our primary objective is to keep prices stable in the euro area. And climate change has large implications for price stability. That is why we are obliged to act in order to fulfil our mandate.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17589ECB378620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Interview\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/inter/date/2021/html/ecb.in210821%7E186713780d.en.html\",\n            \"created_at\": \"2021-08-24T07:30:20.946926-04:00\"\n        },\n        {\n            \"id\": 55694,\n            \"title\": \"Trading Platform Tradergy.io: BaFin Prohibits Unauthorised Proprietary Trading\",\n            \"summary\": \"In a notice dated 21 July 2021, BaFin ordered Interactive Solutions Limited, Dominica, which operates the trading platform tradergy.io, to immediately cease its unauthorised proprietary trading activities. German customers can open trading accounts on the tradergy.io platform and use them to trade in forex products, shares and contracts for difference (CFDs). Interactive Solutions Limited determines the prices for the trades offered on the platform itself and acts as the counterparty in the trades placed by its customers. The company is thus conducting proprietary trading within the meaning of section 1 (1a) sentence 2 no. 4 (c) of the German Banking Act (Kreditwesengesetz – KWG) on a commercial basis. The company does not hold authorisation from BaFin as required under section 32 (1) of the KWG and is thus conducting unauthorised business. According to information available to BaFin, customers of the trading platform tradingon.io were transferred to the trading platform tradergy.io operated by Interactive Solutions Limited without having requested this. In a notice dated 14 May 2020, BaFin had already ordered the operators of the trading platform tradingon.io, Netbit services and solutions limited, Tallin, Estonia, to cease their unauthorised proprietary trading activities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17826BAF8712420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Supervisory Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bafin.de/SharedDocs/Veroeffentlichungen/EN/Verbrauchermitteilung/unerlaubte/2021/meldung_210816_tradergy_en.html\",\n            \"created_at\": \"2021-08-24T07:30:21.009440-04:00\"\n        },\n        {\n            \"id\": 55695,\n            \"title\": \"Consumer Warning on Northern Provident Investments\",\n            \"summary\": \"We are notifying consumers of NPI’s liquidation and warning them of the danger of scammers contacting them. As part of this we are setting out the steps customers should take if contacted by people claiming to be from NPI or FRP. NPI operated a platform where retail customers could buy debentures and shares, which may be held in an Innovative Finance Individual Savings Account (IFISA) or Stocks and Shares Individual Savings Account (SSISA). Some of these investments were mini-bonds. NPI previously approved financial promotions for issuers of mini-bonds. In February 2020, following the firm’s application to the FCA, we imposed requirements on NPI for it to cease approving any further financial promotions. As part of these requirements NPI placed a statement on its website that it would no longer be offering this service. These requirements were previously confidential between us and NPI.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17753FCA638820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/news-stories/consumer-warning-northern-provident-investments\",\n            \"created_at\": \"2021-08-24T07:30:21.072350-04:00\"\n        },\n        {\n            \"id\": 55697,\n            \"title\": \"The United States Department of the Treasury and the Monetary Authority of Singapore Finalise a Memorandum of Understanding on Cybersecurity Cooperation\",\n            \"summary\": \"The United States Department of the Treasury (“Treasury”) and the Monetary Authority of Singapore (“MAS”) announced the finalisation of a bilateral Memorandum of Understanding (“MoU”) on Cybersecurity Cooperation. This announcement was made during Vice President Kamala Harris’ visit to Singapore, where both the US and Singapore recognised the importance of deepening cooperation in new domains to deal with the challenges of the 21st century. The Treasury and MAS have had ongoing exchange of cyber threat information since 2018. The MoU formalises and strengthens what has already been a strong cybersecurity partnership between both agencies. Specifically, the MoU enhances cooperation between Treasury and MAS in the following areas: Information sharing relating to the financial sector including cybersecurity regulations and guidance, cybersecurity incidents, and cybersecurity threat intelligence. Staff training and study visits to promote cooperation in the area of cybersecurity; and Competency-building activities such as the conduct of cross-border cybersecurity exercises.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18504MAS15213520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/news/media-releases/2021/us-treasury-and-mas-finalise-a-memorandum-of-understanding-on-cybersecurity-cooperation\",\n            \"created_at\": \"2021-08-24T07:30:21.203757-04:00\"\n        },\n        {\n            \"id\": 55698,\n            \"title\": \"Economic Data, August 2021\",\n            \"summary\": \"The Swiss National Bank released a publication set containing tables and charts including: balance sheets; credit, domestic loans by maturity, and domestic loans by company size; fiduciary transactions by currency; securities holdings in bank custody accounts; and regulatory data on minimum reserves.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB599FD6420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://data.snb.ch/en/publishingSet/BSTA\",\n            \"created_at\": \"2021-08-24T07:30:21.266644-04:00\"\n        },\n        {\n            \"id\": 55699,\n            \"title\": \"Important Monetary Policy Data for the Week Ending 20 August 2021\",\n            \"summary\": \"The Swiss National Bank published important monetary policy data for the week ending 20 August, 2021 including: interest rates and threshold factor; average of sight deposits in Swiss francs at the SNB; minimum reserves: sight deposits of domestic banks averaged over the reporting period; and minimum reserves: compliance during the last 12 reporting periods.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB80EBD14020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/gwd_20210823/source/gwd_20210823.en.pdf\",\n            \"created_at\": \"2021-08-24T07:30:21.328261-04:00\"\n        },\n        {\n            \"id\": 55700,\n            \"title\": \"SNB Chairman Thomas Jordan in Good Condition Following Preventive Medical Procedure\",\n            \"summary\": \"The Chairman of the Governing Board of the Swiss National Bank, Thomas Jordan, had to undergo a medical procedure at the weekend, which proved necessary following a preventive check-up. The operation was successful and Thomas Jordan is in a good condition. He will be able to devote himself fully to SNB official business again after the medically recommended period of convalescence. Until then, Vice Chairman Fritz Zurbrügg, Governing Board member Andréa Maechler and the deputy members of the Governing Board will attend to the upcoming business appointments in Thomas Jordan’s place.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNBC338415820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/pre_20210823/source/pre_20210823.en.pdf\",\n            \"created_at\": \"2021-08-24T07:30:21.390462-04:00\"\n        },\n        {\n            \"id\": 55701,\n            \"title\": \"Warmer, Greener and Cheaper Homes as Government Opens a Triple Win Upgrade for Social Housing\",\n            \"summary\": \"Tens of thousands of people across England are set to benefit from warmer, greener social homes, with social housing providers given the chance to bid for government funding to make major improvements to their stock. Local authorities and housing associations across England will have the chance to secure a share in a significant £160 million cash injection through the government’s Social Housing Decarbonisation Fund, set to enhance the country’s energy efficiency of socially rented homes. In total, through this first wave of funding, up to 38,000 of the UK’s worst energy-performing social housing properties – with energy performance certificate (EPC) ratings of D or below – will have the chance to receive vital energy efficiency upgrades, including installation of insulation and more energy efficient doors, windows and heating systems. This investment will help tenants save around £170 per year on energy bills, while making their homes warmer and reducing carbon emissions. Today’s is the first wave of funding out of a total £3.8 billion to be spent over a 10-year period – with the aim of improving homes across the country to be cheaper to run, more energy efficient and fit for the future.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKWW1249312720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Business, Energy and Industrial Strategy\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/warmer-greener-and-cheaper-homes-as-government-opens-a-triple-win-upgrade-for-social-housing\",\n            \"created_at\": \"2021-08-24T07:30:21.453945-04:00\"\n        },\n        {\n            \"id\": 55702,\n            \"title\": \"Boost for British Shoppers and Exporters from UK-New Zealand Trade Deal\",\n            \"summary\": \"A trade deal with New Zealand could give British shoppers and exporters reason to cheer as both countries ditch tariffs as high as 10% on a range of high-quality products. The latest round of trade talks between both sides ended last month with good progress made towards a final deal. Under a new deal, a multitude of UK goods would no longer be subject to import tariffs when entering the New Zealand market, and exporters would gain an advantage over international rivals in the New Zealand import market, which is expected to grow by 30% by 2030. Iconic British exports such as Beefeater gin and Belvoir soft drinks currently face a tariff of 5% when entering New Zealand, as do products from chocolate to cheese and crisps. The UK’s world-famous fashion industry sold £30m-worth of clothes to New Zealand last year, and businesses like Tee-Time Clothing could now benefit when tariffs of 10% on clothing are lifted. Cars are the UK’s biggest export to New Zealand, with £133 million-worth sold last year. Buses, motorhomes and caravans are in line to also see tariffs up to 10% removed entirely.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKBA1717110620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/boost-for-british-shoppers-and-exporters-from-uk-new-zealand-trade-deal\",\n            \"created_at\": \"2021-08-24T07:30:21.519276-04:00\"\n        },\n        {\n            \"id\": 55703,\n            \"title\": \"PM Announces New Trade Envoys to Boost British Business Around the World\",\n            \"summary\": \"Prime Minister Boris Johnson has today [Monday 23rd August 2021] appointed ten Trade Envoys who will boost British business in dynamic markets such as Australia, Brazil and Canada. These Trade Envoys - including Lord Botham, David Mundell MP and Conor Burns MP - will use their skills, experience, and market knowledge to help UK businesses find new export and investment opportunities and promote UK trade in their allocated market. The Government already has Trade Envoys in more than 60 countries, drawn from a cross-section of parties, with Baroness Hoey, Stephen Timms MP, Lord Walney and Sir Jeffrey Donaldson MP being appointed in this round. Trade Envoys will build on the UK’s strong relations with key trading countries and work with the Department for International Trade’s global network to break down barriers to trade.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKPT1297210720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/pm-announces-new-trade-envoys-to-boost-british-business-around-the-world\",\n            \"created_at\": \"2021-08-24T07:30:21.584627-04:00\"\n        },\n        {\n            \"id\": 55061,\n            \"title\": \"Senate Bill 267: Property Taxation: Active Solar Energy Systems: Partnership Flip Transactions\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill would provide that for a legal entity that owns an active solar energy system pursuant to a partnership flip transaction, as defined, neither an initial transfer of a capital and profits interest in the legal entity, nor any subsequent change in the allocation of the capital and profits of the legal entity among the members, shall be deemed to constitute a transfer of control of, or of a majority interest in, the legal entity. The bill would make related findings and declarations. By adding to the duties of county assessors in applying this exclusion, the bill would impose a state-mandated local program. The California Constitution requires the state to reimburse local agencies and school districts for certain costs mandated by the state. Statutory provisions establish procedures for making that reimbursement. This bill would provide that, if the Commission on State Mandates determines that the bill contains costs mandated by the state, reimbursement for those costs shall be made pursuant to the statutory provisions noted above. Existing law requires the state to reimburse local agencies annually for certain property tax revenues lost as a result of any exemption or classification of property for purposes of ad valorem property taxation. This bill would provide that, notwithstanding those provisions, no appropriation is made and the state shall not reimburse local agencies for property tax revenues lost by them pursuant to the bill. This bill would take effect immediately as a tax levy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB2675720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB267\",\n            \"created_at\": \"2021-08-23T07:30:06.442620-04:00\"\n        },\n        {\n            \"id\": 55062,\n            \"title\": \"Senate Bill 825: Tax and Fee Administration: Local Government Finance\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. An act to Sections 15670, 15676.2, 15679, and 27061 of, and to repeal Sections 15676.5, 27062, and 27064 of, the Government Code, and to amend Sections 214.02, 401.10, 1752.2, and 2910.1 of the Revenue and Taxation Code, relating to taxation. Existing law requires the county treasurer to make a specified statement under oath for purposes of making the settlement. Existing law imposes a $500 penalty on the treasurer for neglecting or refusing to settle or report as described above, and requires the board of supervisors to institute suits for the recovery of that penalty. This bill, instead, would require the county treasurer to settle those accounts no less frequently than monthly. The bill, additionally, would require the county treasurer, upon the request of the auditor, to provide a settlement of cash receipts and disbursements of the prior calendar month to the auditor on or before 10 business days after the treasurer receives the auditor’s request. The bill would remove the requirement that the treasurer make a specified statement under oath to make the settlement. The bill would also remove the above-described penalty provisions. This bill would extend the application of this rebuttable presumption to the 2025–26 fiscal year. This bill would authorize the participating counties to adopt a set of rules of notice and procedures for the multijurisdictional assessment appeals board as may be required to facilitate their work and to ensure uniformity in the processing and decision of equalization petitions. The bill, additionally, would remove the specified application of the above-mentioned State Board of Equalization regulations. This bill would additionally require the cancellation of those penalties if the assessee demonstrates to the tax collector that delinquency is due to the tax collector’s failure to mail or electronically transmit the tax bill to the address provided on the unsecured roll or electronic address provided and authorized by the taxpayer to the tax collector. This bill would provide that, if the Commission on State Mandates determines that the bill contains costs mandated by the state, reimbursement for those costs shall be made pursuant to the statutory provisions noted above.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB8255720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB825\",\n            \"created_at\": \"2021-08-23T07:30:06.511447-04:00\"\n        },\n        {\n            \"id\": 55063,\n            \"title\": \"Senate Bill 109: Office of Emergency Services: Office of Wildfire Technology Research and Development\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill would establish the Office of Wildfire Technology Research and Development (Office), within the California Office of Emergency Services (OES), to study, test, and advise state and local agencies regarding the procurement of emerging technologies and tools in order to more effectively prevent and suppress wildfires, as specified.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB1095720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB109\",\n            \"created_at\": \"2021-08-23T07:30:06.575578-04:00\"\n        },\n        {\n            \"id\": 55064,\n            \"title\": \"Senate Bill 18: Green Electrolytic Hydrogen\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill establishes a new definition for green hydrogen, requires the California Air Resources Board (CARB) to include a strategic plan for green hydrogen in the Climate Change Scoping Plan, requires the California Public Utilities Commission (CPUC) to consider green hydrogen in resource adequacy requirements, and it classifies green hydrogen as a zero-carbon resource for electric utility procurement plans. This bill also requires the California Energy Commission (CEC) to submit a report to the Legislature on the uses of green hydrogen for transportation and energy decarbonization.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB185720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB18\",\n            \"created_at\": \"2021-08-23T07:30:06.640421-04:00\"\n        },\n        {\n            \"id\": 55065,\n            \"title\": \"Senate Bill 270: Public Employment: Labor Relations: Employee Information\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Should the Legislature require the Public Employment Relations Board (PERB) to levy a civil penalty not to exceed $10,000, plus attorneys’ fees and enforcement costs, as specified, if the employer fails to comply with existing law requiring disclosure of employee information to public employee unions?\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB2705720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB270\",\n            \"created_at\": \"2021-08-23T07:30:06.704202-04:00\"\n        },\n        {\n            \"id\": 55066,\n            \"title\": \"Senate Bill 28: Rural Broadband and Digital Infrastructure Video Competition Reform Act of 2021\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill expands the authority of the California Public Utilities Commission (CPUC) to regulate cable video franchises, modifies annual data reporting requirements for video service provider holding a state video franchise, requires the CPUC to consult with local governments regarding franchise violations, and requires the CPUC to evaluate a franchisee’s service obligations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB285720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB28\",\n            \"created_at\": \"2021-08-23T07:30:06.767419-04:00\"\n        },\n        {\n            \"id\": 55067,\n            \"title\": \"Senate Bill 381: Surplus Residential Property: City of South Pasadena\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill makes changes to the Roberti Act to encourage the sale of homes owned by Caltrans for low- and moderate-income rental housing in the State Route 710 corridor in South Pasadena.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB3815720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB381\",\n            \"created_at\": \"2021-08-23T07:30:06.836484-04:00\"\n        },\n        {\n            \"id\": 55068,\n            \"title\": \"Senate Bill 41: Privacy: Genetic Testing Companies\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill establishes the Genetic Information Privacy Act, providing additional protections for genetic data by regulating the collection, use, maintenance, and disclosure of such data.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB415720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB41\",\n            \"created_at\": \"2021-08-23T07:30:06.899515-04:00\"\n        },\n        {\n            \"id\": 55069,\n            \"title\": \"Senate Bill 420: Unemployment Insurance: Unemployment Insurance Integrity Enforcement Act\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Should the Legislature require the Attorney General (AG) to establish a program within the DOJ and a task force consisting of the AG, the State Auditor, and five members appointed by the AG to pursue available methods, including civil and criminal actions, to recover funds misappropriated from the Employment Development Department?\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB4205720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB420\",\n            \"created_at\": \"2021-08-23T07:30:06.966416-04:00\"\n        },\n        {\n            \"id\": 55070,\n            \"title\": \"Senate Bill 423: Energy: Firm Zero-Carbon Resources\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill proposes to explicitly accelerate procurement and planning of specified emerging renewable energy and zero-carbon resources into existing energy procurement and planning processes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB4235720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB423\",\n            \"created_at\": \"2021-08-23T07:30:07.031591-04:00\"\n        },\n        {\n            \"id\": 55071,\n            \"title\": \"Senate Bill 472: Social Innovation Financing Program\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. The purpose of this bill is to expand the existing Social Innovation Financing Program to five counties, extend the program’s sunset to 2031, and make other changes to the program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB4725720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB472\",\n            \"created_at\": \"2021-08-23T07:30:07.095349-04:00\"\n        },\n        {\n            \"id\": 55072,\n            \"title\": \"Senate Bill 611: Income Taxes: Credits: Motion Pictures\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Would allow an additional credit to the California Film and TV 3.0 tax credit program for those \\\\ taxpayers that hire certain individuals.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB6115720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB611\",\n            \"created_at\": \"2021-08-23T07:30:07.159614-04:00\"\n        },\n        {\n            \"id\": 55073,\n            \"title\": \"Senate Bill 692: Local Control and Accountability Plans: State Priorities: Least Restrictive Environment\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill adds least restrictive environment to the state priorities for purposes of a school district’s Local Control and Accountability Plan (LCAP), requires the evaluation rubric to include least restrictive environment as an indicator, requires special education local plan areas to be invited to all differentiated assistance meetings related to least restrictive environment, and requires the Superintendent of Public Instruction (SPI) to conduct a survey on the minimum amount of professional development needed for teachers to be prepared to teach pupils with learning disabilities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB6925720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB692\",\n            \"created_at\": \"2021-08-23T07:30:07.223671-04:00\"\n        },\n        {\n            \"id\": 55074,\n            \"title\": \"Senate Bill 718: Health Care Coverage: Small Employer Groups\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Permits an association of employers to offer a large group health care service plan contract to small group employer members in the biomedical industry if the contract has been in continuous existence since January 1, 2012, and meets other requirements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB7185720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB718\",\n            \"created_at\": \"2021-08-23T07:30:07.288533-04:00\"\n        },\n        {\n            \"id\": 55075,\n            \"title\": \"Senate Bill 791: California Surplus Land Unit\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill creates the Surplus Land Unit within the state Department of Housing and Community Development (HCD), to facilitate the development and construction of housing on local surplus property.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB7915720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB791\",\n            \"created_at\": \"2021-08-23T07:30:07.361682-04:00\"\n        },\n        {\n            \"id\": 55076,\n            \"title\": \"Senate Bill 800: Real Estate: Licenses\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Makes various changes to the Real Estate Law intended to improve oversight of real estate and real estate appraiser professionals stemming from the joint sunset review oversight of the Department of Real Estate (DRE) and Bureau of Real Estate Appraisers (BREA).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB8005720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB800\",\n            \"created_at\": \"2021-08-23T07:30:07.425266-04:00\"\n        },\n        {\n            \"id\": 55077,\n            \"title\": \"House Bill 4127: Unemployment Benefits-Recovery\",\n            \"summary\": \"Introduced on 08/17/2021. Amends the Unemployment Insurance Act. In a provision concerning the recoupment of any overpayment made to an individual who is found to have been ineligible for benefits, provides that the individual must be provided written notice of his or her appeal rights including the ability to request waiver of any recovery. Provides that if the Department of Employment Security has previously recouped or recovered overpayment funds from an individual and that individual is granted waiver with respect to those funds, then the individual shall be refunded those funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1412738ADY20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4127&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-23T07:30:07.488019-04:00\"\n        },\n        {\n            \"id\": 55080,\n            \"title\": \"Governor Ivey Announces Alabama’s July Unemployment Rate is 3.2%\",\n            \"summary\": \"Governor Kay Ivey and Alabama Department of Labor Secretary Fitzgerald Washington announced today that Alabama’s preliminary, seasonally adjusted July 2021 unemployment rate is 3.2%, down from June’s rate of 3.3%, and well below July 2020’s rate of 7.4%. July’s rate represents 71,627 unemployed persons, compared to 73,769 in June and 165,510 in July 2020. Alabama remains below the July national rate of 5.4%. Over the year, wage and salary employment increased 73,100 with the biggest gains seen in leisure and hospitality (+25,400), manufacturing (+11,900), and education and health services (+10,700), among others. Annual losses were seen in construction and mining and logging. Total private average weekly earnings measured $986.29 in July, a new record high. This represents a yearly increase of $64.16 and a monthly increase of $20.46. Additionally, the leisure and hospitality sector hit a new record high, with weekly wages rising to $402.98, up $51.56 over the year, and $13.37 over the month.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7867ALG6410920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.alabama.gov/newsroom/2021/08/governor-ivey-announces-alabamas-july-unemployment-rate-is-3-2/\",\n            \"created_at\": \"2021-08-23T07:30:08.004944-04:00\"\n        },\n        {\n            \"id\": 55081,\n            \"title\": \"Governor Ducey Launches Program to Help Small Businesses Recover from Pandemic, Extreme Weather\",\n            \"summary\": \"Governor Doug Ducey today announced $5 million to launch the Back to Work Small Business Rehiring and Retention Program, with a special focus on helping Arizona businesses affected by wildfires and flooding. The Small Business Rehiring and Retention Program is designed to assist small, locally owned or operated businesses hire and retain employees. The program will fund up to $10,000 in expenditures for employee hiring/signing bonuses, relocation bonuses for employees that are moving to take an open position, and employee retention bonuses. An Arizona small business has to meet eligibility requirements to receive funding, including it must be: owned and operated in the state of Arizona; incorporated before January 1, 2020; rent or lease a physical location in Arizona; have between five and 25 total employees that work at the physical location. Eligible businesses in areas impacted by wildfires or floods may have up to 50 employees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ21820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/08/governor-ducey-launches-program-help-small-businesses-recover-pandemic-extreme\",\n            \"created_at\": \"2021-08-23T07:30:08.070952-04:00\"\n        },\n        {\n            \"id\": 55082,\n            \"title\": \"State of Emergency in El Dorado County\",\n            \"summary\": \"On August 17, 2021, Governor Gavin Newsom proclaimed a state of emergency for El Dorado County due to the Caldor Fire, which has burned 6,500 acres, threatening homes and power lines and causing the evacuation of thousands of residents.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"252CA385634St20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Education\"\n                }\n            ],\n            \"pdf_url\": \"http://www.cde.ca.gov/ls/nu/stemrgeldorcntcaldorfire.asp\",\n            \"created_at\": \"2021-08-23T07:30:08.136372-04:00\"\n        },\n        {\n            \"id\": 55083,\n            \"title\": \"Commissioner Lara Protects More Than 25,000 Policyholders Affected by Beckwourth Complex Fire and Lava Fire from Policy Non-Renewal for One Year\",\n            \"summary\": \"Insurance Commissioner Ricardo Lara today issued a mandatory one-year moratorium on insurance companies from non-renewing or cancelling residential property insurance policies – the first moratorium called by Commissioner Lara thus far this year. This action helps more than 25,000 policyholders who have been affected by the devastating Lava Fire and the Beckwourth Complex Fire in the counties of Siskiyou, Plumas, and Lassen. That includes more than 20,000 consumers who were already covered under last year’s moratorium, effectively extending their protection for several more months. Today’s moratorium order follows Governor Gavin Newsom's emergency declaration this year on July 16 for the Lava Fire and the Beckwourth Complex Fire, and gives insurer-initiated non-renewal protections for one year for residential property insurance policies in ZIP codes within or adjacent to the fire perimeter. Consumers can go to the California Department of Insurance website to see if their ZIP Code is included in the moratorium. This is the third consecutive year that Commissioner Lara has implemented the moratorium law. After the record setting wildfires of 2020, his order protected more than 2.4 million policyholders from non-renewal or cancellation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA22620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release086-2021.cfm\",\n            \"created_at\": \"2021-08-23T07:30:08.201156-04:00\"\n        },\n        {\n            \"id\": 55084,\n            \"title\": \"Enterprise Zone Rules - Adopted\",\n            \"summary\": \"On August 18, 2021, the Colorado Department of Revenue, Division of Taxation, adopted five enterprise zone rules. The adoption was based on the public rulemaking hearing held on April 22, 2021. Prior to the public rulemaking hearing, the Department solicited public comment on the rules from December 7, 2020 through January 15, 2021. These are the adopted rules: rule 39-30-103.5. Credit for Enterprise Zone Contributions; rule 39-30-104. Enterprise Zone Investment Tax Credit; rule 39-30-105. Enterprise Zone New Business Facility Employee Credits; rule 39-30-105.6. Credit for Rehabilitation of Vacant Buildings; and rule 39-35-104. Aircraft Manufacturer New Employee Income Tax Credit.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18850CO31EN6720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Revenue, Taxation Division\"\n                }\n            ],\n            \"pdf_url\": \"https://tax.colorado.gov/news-article/enterprise-zone-rules-adopted\",\n            \"created_at\": \"2021-08-23T07:30:08.265512-04:00\"\n        },\n        {\n            \"id\": 55085,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (12 U.S.C. 1841 et seq.) (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Atlanta (Erien O. Terry, Assistant Vice President) 1000 Peachtree Street NE, Atlanta, Georgia 30309. Comments can also be sent electronically to Applications.Comments@atl.frb.org: 1. South State Corporation, Winter Haven, Florida; to merge with Atlantic Capital Bancshares, Inc., and thereby indirectly acquire Atlantic Capital Bank, National Association, both of Atlanta, Georgia.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17914\",\n            \"regalytics_alert_id\": \"1891FR20211791420210820\",\n            \"proposed_comments_due_date\": \"2021-09-20\",\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": \"2021-08-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/20/2021-17914/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-23T07:30:08.331795-04:00\"\n        },\n        {\n            \"id\": 55086,\n            \"title\": \"Federal Reserve Board Announces Approval of Application by Smartfinancial, Inc\",\n            \"summary\": \"The Federal Reserve Board on Tuesday announced its approval of the application by SmartFinancial, Inc., Knoxville, Tennessee, to merge with Sevier County Bancshares, Inc., and thereby indirectly acquire its subsidiary state nonmember bank, Sevier County Bank, both of Sevierville, Tennessee. The Board also approved the proposals by SmartBank, Pigeon Forge, Tennessee, to merge with Sevier County Bank and to establish and operate branches at the locations of the main office and branches of Sevier County Bank.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED154c.7A20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Banking Application Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/orders20210817a.htm\",\n            \"created_at\": \"2021-08-23T07:30:08.395224-04:00\"\n        },\n        {\n            \"id\": 55087,\n            \"title\": \"Notice of Meeting/Workshop Hearing: the Florida Building Commission, Hurricane Research Advisory Committee\",\n            \"summary\": \"Date and time: August 27, 2021, 9:00 a.m. Place: Meetings to be conducted using communications media technology. General subject matter to be considered: To consider and recommend potential research projects for consideration by the Commission. Other Committee Business on the agenda.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490835620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24908356\",\n            \"created_at\": \"2021-08-23T07:30:08.463449-04:00\"\n        },\n        {\n            \"id\": 55088,\n            \"title\": \"Notice of Declaratory Statement: Standard Custody & Trust Company, LLC\",\n            \"summary\": \"The Florida Office of Financial Regulation has received the petition for declaratory statement from Standard Custody & Trust Company, LLC. The petition seeks the agency's opinion as to the applicability of Chapter 560, Florida Statutes, as it applies to the petitioner. On 8/17/2021, the Florida Office of Financial Regulation (Consumer Finance) received a Petition for Declaratory Statement from Standard Custody & Trust Company, LLC. The petition seeks a declaratory statement from the Office on whether Petitioner as a New York state chartered trust would be exempt from licensure under the Florida Money Transmitter Statute, Chapter 560, Florida Statutes. The Petitioner intends to act as a custodian of digital assets including but not limited to traditional virtual currencies, stable coins, tokenized commodities, and tokenized securities. The company offers client fiduciary services related to those assets.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490952020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Declaratory Statement\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24909520\",\n            \"created_at\": \"2021-08-23T07:30:08.526936-04:00\"\n        },\n        {\n            \"id\": 55089,\n            \"title\": \"Notice of Variances and Waivers: Wells Landing Apartments, LLC\",\n            \"summary\": \"On August 19, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002 Florida Administrative Code and the 2019 Qualified Allocation Plan from Wells Landing Apartments, LLC waiving the timing found in the 2019 QAP to allow the requested credit exchange to be approved before the fourth calendar quarter of 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490874420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24908744\",\n            \"created_at\": \"2021-08-23T07:30:08.589720-04:00\"\n        },\n        {\n            \"id\": 55091,\n            \"title\": \"Documents Filed but Not Published\",\n            \"summary\": \"The Legislative Reference Bureau (Bureau) accepted the following documents during the preceding calendar month for filing without publication. The Bureau will continue to publish on a monthly basis either a summary table identifying the documents accepted during the preceding calendar month under this subsection or a statement that no documents have been received. Executive Board: Resolution No. CB-21-001, dated July 6, 2021, authorizes the side agreement with AFSCME that provides for a pilot incentive program with the Department of Banking and Securities (DoBS) designed to encourage and promote employee professional development through the attainment and maintenance of professional education certifications to enhance the retention and recruitment of DoBS staff; and Resolution No. CB-21-002, dated July 28, 2021, authorizes the labor agreement entered between the Commonwealth and the Pennsylvania State Troopers Association (PSTA). Governor's Office: Manual No. 210.09—The Commonwealth of Pennsylvania General Records Retention and Disposition Schedule, Amended July 28, 2021;  Management Directive No. 310.40—Automated Clearing House (ACH) Payments, Dated July 16, 2021; Management Directive No. 325.07—Implementation of the Commonwealth's State-Level Single Audit, Amended July 16, 2021; and Administrative Circular No. 21-11—Revenue Estimates, 2021-22 & 2022-23 Fiscal Years, Dated July 8, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34420210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Legislative Reference Bureau of Pennsylvania\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1344.html\",\n            \"created_at\": \"2021-08-23T07:30:08.716280-04:00\"\n        },\n        {\n            \"id\": 55092,\n            \"title\": \"Maryland Department of Labor Releases June Jobs Report\",\n            \"summary\": \"The U.S. Department of Labor’s Bureau of Labor Statistics (BLS) released state jobs and unemployment data today. According to the preliminary survey data, Maryland’s total jobs decreased by 6,400 and the unemployment rate increased to 6.2%. The Education and Health Services sector experienced the most growth with an increase of 3,500 jobs from the Educational Services (2,800) and Health Care and Social Assistance (700) subsectors. The Leisure and Hospitality sector increased by 1,400 jobs from the Accommodation and Food Services (1,300) and Arts, Entertainment, and Recreation (100) subsectors. The Education and Health Services sector experienced the most growth with an increase of 3,500 jobs from the Educational Services (2,800) and Health Care and Social Assistance (700) subsectors. The Leisure and Hospitality sector increased by 1,400 jobs from the Accommodation and Food Services (1,300) and Arts, Entertainment, and Recreation (100) subsectors.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1236MD544620210716\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maryland\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Department of Labor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dllr.state.md.us/whatsnews/mlrjune2021.shtml\",\n            \"created_at\": \"2021-08-23T07:30:08.779856-04:00\"\n        },\n        {\n            \"id\": 55093,\n            \"title\": \"Attorney General James Announces Indictment of Bronx Clinic Owner for Stealing More Than $4 Million from New York Taxpayers\",\n            \"summary\": \"New York Attorney General Letitia James announced the indictment of Leslie Montgomery for defrauding New York state out of millions of dollars in false Medicaid claims. Montgomery allegedly scammed individuals and taxpayers through an elaborate scheme, whereby Montgomery advertised a fake housing assistance program to lure low-income New Yorkers into providing their personal information, including their Medicaid numbers. Montgomery is accused of stealing more than $4 million from the illegal scheme. The indictment charges Montgomery with one count of Grand Larceny in the First Degree, a class B felony; one count of Health Care Fraud in the First Degree, a class B felony; one count of Money Laundering in the First Degree, a class B felony; and five counts of Identity Theft in the First Degree, a class D felony. In addition, LCM Livery is also charged with one count of Money Laundering in the First Degree. If convicted on the top charge, Montgomery could face up to 25 years in state prison.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5376520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-announces-indictment-bronx-clinic-owner-stealing-more-4\",\n            \"created_at\": \"2021-08-23T07:30:08.845780-04:00\"\n        },\n        {\n            \"id\": 55094,\n            \"title\": \"Order and Decision: Kerri Leigh Hamilton\",\n            \"summary\": \"On or about July 8, 2021, Kerri Leigh Hamilton submitted an application for a mortgage loan originator license. Upon review of the applicant’s credit report, it was initially determined that the applicant did not meet the financial responsibility requirements. Therefore, the applicant provided additional information and was offered and accepted a conditional license and waived the right to a contested hearing before the North Carolina Commissioner of Banks. Based on the information provided, it is hereby ordered that: the applicant shall have no meritorious complaints filed with the OCOB for the duration of this order; Applicant shall take appropriate steps to resolve her credit-related issues; and meet Statutory requirements before being appointed as a branch manager or control person and cooperate fully with any investigation and examinations. The terms and conditions of this order shall be in effect for 5 years or until satisfied.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1156NC21065351820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of Commissioner of Banks\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nccob.gov/Online/Shared/DocumentsDisplay.aspx?FileNameAndPath=u:\\\\Enforcements\\\\21_065.pdf\",\n            \"created_at\": \"2021-08-23T07:30:08.910402-04:00\"\n        },\n        {\n            \"id\": 55095,\n            \"title\": \"Illinois Register Volume 45, Issue 34\",\n            \"summary\": \"The Illinois Register Volume 45, Issue 34, updated on August 20, 2021, includes proposed rules from the Chief Procurement Officer for General Services, the Illinois Emergency Management Agency, the Illinois Environmental Protection Agency, the Office of the State Treasurer; adopted rules from the Illinois Racing Board; second notices received from the Joint Committee on Administrative Rules; and executive orders, among other information.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1079IL453420210804\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Illinois Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cyberdriveillinois.com/departments/index/register/volume45/register_volume45_issue_34.pdf\",\n            \"created_at\": \"2021-08-23T07:30:08.975145-04:00\"\n        },\n        {\n            \"id\": 55096,\n            \"title\": \"Notice of Proposed Agency Action and Opportunity for Hearing: Continental Life Insurance Company\",\n            \"summary\": \"The Commissioner of Securities and Insurance, office of the Montana State Auditor, has cause to believe that the Continental Life Insurance Company has violated the Montana Insurance Code. Aetna developed a dental, vision and hearing plan in Montana that was written by Continental Life Insurance. The Commissioner proposes to levy a $50,000 fine. Acceptance of the penalty and compliance with other proposed actions will resolve this matter and will be deemed a final agency action. It is hereby ordered that the respondent pays a fine to the state of Montana. The respondent shall discontinue marketing and selling PPO products until it has an been approved provider network. The respondent shall notify CSI when the last plan with the disapproved PPO Network expires.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19288MT90Nng20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/wp-content/uploads/2021-08-16-NOPPA-Aetna-Health.pdf\",\n            \"created_at\": \"2021-08-23T07:30:09.039103-04:00\"\n        },\n        {\n            \"id\": 55097,\n            \"title\": \"Pennsylvania’s Unemployment Rate Drops for Fifth Consecutive Month\",\n            \"summary\": \"The Pennsylvania Department of Labor & Industry Pennsylvania's unemployment rate was down three-tenths of a percentage point over the month to 6.6 percent in July. The U.S. rate fell one-half of a percentage point to 5.4 percent. The commonwealth's unemployment rate was 6.4 percentage points below its July 2020 level and the national rate was down 4.8 points over the year. The estimated number of residents working or looking for work decreased 16,000 over the month due to a drop in unemployment which fell for the fifth consecutive month. Employment rose for the fifth time in the past six months.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA891438420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Labor and Industry\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=614\",\n            \"created_at\": \"2021-08-23T07:30:09.102475-04:00\"\n        },\n        {\n            \"id\": 55098,\n            \"title\": \"Filing of Final Rulemaking: CO2 Budget Trading Program\",\n            \"summary\": \"The Independent Regulatory Review Commission (Commission) received the following regulation. It is scheduled to be considered on the dates noted. The Commission's public meetings are held at 333 Market Street, 14th Floor, Harrisburg, PA at 10 a.m. Agency and Title: Environmental Quality Board on CO2 Budget Trading Program; received on July 28, 2021; Public meeting on September 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33220210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Independent Regulatory Review Commission\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1332.html\",\n            \"created_at\": \"2021-08-23T07:30:09.165600-04:00\"\n        },\n        {\n            \"id\": 55099,\n            \"title\": \"Agency Contract Termination: Turley Insurance Agency, Inc and the Harford Mutual Insurance Company\",\n            \"summary\": \"Turley Insurance Agency, Inc. has requested review of an agency contract termination by The Harford Mutual Insurance Company. A pre-review videoconference initiated by this office is scheduled for September 23, 2021. A date for a review shall be determined, if necessary, at the pre-review videoconference. Protests, petitions to intervene or notices of intervention, if any, must be electronically filed on or before September 9, 2021. The e-mail address to be used for the Administrative Hearings Office is ra-hearings@pa.gov. Answer to protests, petitions to intervene or notices of intervention, if any, shall be electronically filed on or before September 21, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33320210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1333.html\",\n            \"created_at\": \"2021-08-23T07:30:09.229796-04:00\"\n        },\n        {\n            \"id\": 55100,\n            \"title\": \"Application for Approval to Redomesticate from the Commonwealth of Pennsylvania: Lackawanna American Insurance Company\",\n            \"summary\": \"Lackawanna American Insurance Company, a domestic stock casualty insurance company, has filed for approval of a plan of redomestication whereby the state of domicile would change from the Commonwealth of Pennsylvania to Texas. The filing was made under section 357 of The Insurance Company Law of 1921.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33420210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1334.html\",\n            \"created_at\": \"2021-08-23T07:30:09.292687-04:00\"\n        },\n        {\n            \"id\": 55101,\n            \"title\": \"Application for Approval to Redomesticate from the Commonwealth of Pennsylvania: Lackawanna Casualty Company\",\n            \"summary\": \"Lackawanna Casualty Company, a domestic stock casualty insurance company, has filed for approval of a plan of redomestication whereby the state of domicile would change from the Commonwealth of Pennsylvania to Texas. The filing was made under section 357 of The Insurance Company Law of 1921.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33520210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1335.html\",\n            \"created_at\": \"2021-08-23T07:30:09.356184-04:00\"\n        },\n        {\n            \"id\": 55102,\n            \"title\": \"Application for Approval to Redomesticate from the Commonwealth of Pennsylvania: Lackawanna National Insurance Company\",\n            \"summary\": \"Lackawanna National Insurance Company, a domestic stock casualty insurance company, has filed for approval of a plan of redomestication whereby the state of domicile would change from the Commonwealth of Pennsylvania to Texas. The filing was made under section 357 of The Insurance Company Law of 1921.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1336.html\",\n            \"created_at\": \"2021-08-23T07:30:09.421868-04:00\"\n        },\n        {\n            \"id\": 55103,\n            \"title\": \"Application for Renewal of Designation as a Certified Reinsurer: ACE INA Overseas Reinsurance Company Ltd.\",\n            \"summary\": \"ACE INA Overseas Reinsurance Company Ltd. has applied for renewal of its designation as a certified reinsurer in this Commonwealth. The application was received on June 28, 2021, and was made under section 319.1 of The Insurance Company Law of 1921 and 31 Pa. Code section 161.3a (relating to requirements for certified reinsurers).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33720210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1337.html\",\n            \"created_at\": \"2021-08-23T07:30:09.486197-04:00\"\n        },\n        {\n            \"id\": 55104,\n            \"title\": \"Application for Designation as a Certified Reinsurer: Chubb European Group SE\",\n            \"summary\": \"Chubb European Group SE has applied for designation as a certified reinsurer in this Commonwealth. The application was received on June 28, 2021, and was made under section 319.1 of The Insurance Company Law of 1921 and 31 Pa. Code section 161.3a (relating to requirements for certified reinsurers).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33820210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1338.html\",\n            \"created_at\": \"2021-08-23T07:30:09.549309-04:00\"\n        },\n        {\n            \"id\": 55105,\n            \"title\": \"Application for Renewal of Designation as a Certified Reinsurer: Chubb Reinsurance (Switzerland) Ltd.\",\n            \"summary\": \"Chubb Reinsurance (Switzerland) Ltd. has applied for renewal of its designation as a certified reinsurer in this Commonwealth. The application was received on June 30, 2021, and was made under section relating to requirements for certified reinsurers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33920210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1339.html\",\n            \"created_at\": \"2021-08-23T07:30:09.613538-04:00\"\n        },\n        {\n            \"id\": 55106,\n            \"title\": \"Application for Renewal of Designation as a Certified Reinsurer: Chubb Tempest Reinsurance Ltd.\",\n            \"summary\": \"Chubb Tempest Reinsurance Ltd. has applied for renewal of its designation as a certified reinsurer in this Commonwealth. The application was received on June 28, 2021, and was made under section 319.1 of The Insurance Company Law of 1921 and 31 Pa. Code section161.3a (relating to requirements for certified reinsurers).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34020210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1340.html\",\n            \"created_at\": \"2021-08-23T07:30:09.676675-04:00\"\n        },\n        {\n            \"id\": 55107,\n            \"title\": \"Public Adjuster License Denial Appeal: Charles Alan Molter; Doc. No. AG21-08-001\",\n            \"summary\": \"Under the act of December 20, 1983, referred to as the Public Adjuster's Act, Charles Alan Molter has appealed the denial of an application for an insurance public adjuster license. A prehearing videoconference initiated by this office is scheduled for September 14, 2021, at 1:30 p.m. A date for a hearing shall be determined, if necessary, at the prehearing videoconference. Protests, petitions to intervene or notices of intervention, if any, must be electronically filed on or before August 31, 2021. Answer to protests, petitions to intervene or notices of intervention, if any shall be electronically filed on or before September 13, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34120210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1341.html\",\n            \"created_at\": \"2021-08-23T07:30:09.739446-04:00\"\n        },\n        {\n            \"id\": 55108,\n            \"title\": \"Review Procedure Hearings under the Unfair Insurance Practices Act: Nazareth Mutual Insurance Company\",\n            \"summary\": \"Nazareth Mutual Insurance Company has requested a hearing as authorized by section 8 of the Unfair Insurance Practices Act in connection with the company's termination of the insured's homeowners policy. The hearing will be held in accordance with the requirements of the act. This administrative hearing will be held as follows. Failure by the appellant to appear at the scheduled hearing may result in dismissal with prejudice. The hearing will be held in the Administrative Hearings Office, Capitol Associates Building, Room 200, 901 North Seventh Street, Harrisburg, PA 17102. Appeal of Nazareth Mutual Insurance Company; Earl J. Muth; File No. 20-116-247743; Doc. No. P20-06-012; September 8, 2021, 9 a.m. Following the hearing and receipt of the stenographic transcript, the Insurance Commissioner (Commissioner) will issue a written order resolving the factual issues presented at the hearing and stating what remedial action, if any, is required. The Commissioner's Order will be sent to those persons participating in the hearing or their designated representatives. The Order of the Commissioner may be subject to judicial review by the Commonwealth Court.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34220210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1342.html\",\n            \"created_at\": \"2021-08-23T07:30:09.803470-04:00\"\n        },\n        {\n            \"id\": 55109,\n            \"title\": \"License Denial Appeal: Robert F. Walters, Jr.\",\n            \"summary\": \"Robert F. Walters, Jr. has appealed the denial of the application for a 1033 written waiver to engage in the business of insurance. A prehearing videoconference initiated by this office is scheduled for August 25, 2021. A date for a hearing shall be determined, if necessary, at the prehearing videoconference. Protests, petitions to intervene or notices of intervention, if any, must be electronically filed on or before September 8, 2021. Answer to protests, petitions to intervene or notices of intervention, if any shall be electronically filed on or before September 20, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34320210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1343.html\",\n            \"created_at\": \"2021-08-23T07:30:09.866813-04:00\"\n        },\n        {\n            \"id\": 55110,\n            \"title\": \"Amendment of Rules 208, 218 and 532 of the Pennsylvania Rules of Disciplinary Enforcement: No. 215 Disciplinary Rules Doc.\",\n            \"summary\": \"This 10th day of August, 2021, upon the recommendation of the Disciplinary Board of the Supreme Court of Pennsylvania; which followed the proposal to amend Pa.R.D.E. 208, 218, and 532 having been published for comment in the Pennsylvania Bulletin, 50 Pa.B. 5975 (October 31, 2020): It Is Ordered pursuant to Article V, Section 10 of the Constitution of Pennsylvania that Rules 208 (Procedure), 218 (Reinstatement), and 532 (Duty to Report Bankruptcy Filing) of the Rules of Disciplinary Enforcement are amended. This Order shall be processed in accordance with Pa.R.J.A. No. 103(b), and shall be effective in 30 days.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL30720210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-30\",\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Supreme Court\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1307.html\",\n            \"created_at\": \"2021-08-23T07:30:09.929894-04:00\"\n        },\n        {\n            \"id\": 55111,\n            \"title\": \"Financial Institutions Approved as Depositories for Fiduciary Accounts; No. 214 Disciplinary Rules Doc.\",\n            \"summary\": \"This 9th day of August, 2021, it is hereby Ordered that the financial institutions named on the list are approved as depositories for fiduciary accounts in accordance with Pa.R.D.E. 221. List of Approved Financial Institutions as Depositories of Trust Accounts of Attorneys are now available. Included in the list are American Bank (PA), Ameriserv Financial, CFS Bank, and First United National Bank.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL31120210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Supreme Court\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1311.html\",\n            \"created_at\": \"2021-08-23T07:30:09.992640-04:00\"\n        },\n        {\n            \"id\": 55112,\n            \"title\": \"Confirmation Order: PG&E Fire Victim Trust\",\n            \"summary\": \"The PG&E Fire Victim Trust beneficially owns more than ten percent of PG&E Corporation common stock. The Trust was created to provide funds for certain tort claimants of PG&E. On January 29, 2019, PG&E Corporation and its principal operating subsidiary Pacific Gas and Electric Company, filed in the U.S. Bankruptcy Court for the Northern District of California a joint request for relief. At the time of the filing, tens of thousands of tort and other claims were pending against Utility for its alleged responsibility in connection with fires that occurred between 2015 and 2018. On July 8, 2021, the Trust and Debtors entered into an agreement pursuant to which they agreed to terms and procedures making it possible for the Trust to consummate a share exchange prior to each sale of new shares. Therefore, It is hereby ordered, that PG&E Fire Trust shall be exempted with respect to the Share Exchange\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349271120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-92711.pdf\",\n            \"created_at\": \"2021-08-23T07:30:10.069354-04:00\"\n        },\n        {\n            \"id\": 55113,\n            \"title\": \"Virtual Event: a Beginner’s Guide for Getting Started to Build Your Financial Foundation\",\n            \"summary\": \"The Department of Commerce and Insurance is committed to providing Tennesseans with the best business experience. Our goal is to serve consumers by providing fair and efficient oversight of regulated industries, as well as to promote the success of individuals and small businesses through fair market places, public safety and consumer responsibility. The Department of Commerce and Insurance is responsible for licensing and regulating several hundred thousand Tennesseans in their professions and businesses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA27620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/8/20/join-tdci-for-investing-beginners-guide-for-getting-started-virtual-event-and-build-your-financial-foundation.html\",\n            \"created_at\": \"2021-08-23T07:30:10.133713-04:00\"\n        },\n        {\n            \"id\": 55114,\n            \"title\": \"Notice of Rulemaking Hearing: General Rules of the Workers' Compensation Program - Utilization Review\",\n            \"summary\": \"Hearing to be held at the Tennessee Room, 220 French Landing Drive, 1-A, on October 21, 2021 at 10 AM. Amended Rules: Chapter 0800-02-06, General Rules of the Workers’ Compensation Program, Utilization Review. Rules: 0800-02-06-.01, Definitions; 0800-02-06-.04, Contents of Utilization Review Report; 0800-02-06-.06, Time Requirements; 0800-02-06-.07, Appeals of Utilization Review Decisions; 0800-02-06-.10, Sanctions and Civil Penalties; 0800-02-06-.14, Peer-to-Peer Communications; and 0800-02-06-.15, Annual Reports from Utilization Review Vendors.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN3353120211021\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Labor and Workforce Development\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/08-17-21.pdf\",\n            \"created_at\": \"2021-08-23T07:30:10.198221-04:00\"\n        },\n        {\n            \"id\": 55115,\n            \"title\": \"Amendments to Chapter 155: Rules of Procedure\",\n            \"summary\": \"The adopted amendments to §155.255 of State Office of Administrative Hearings (SOAH)'s Rules of Procedure will clarify SOAH's written discovery rules in light of the January 1, 2021, amendments to Rules 194 and 195 of the Texas Rules of Civil Procedure (TRCP). The amendments are necessary to avoid confusion among the parties during the discovery phase of a contested case at SOAH, as some parties might otherwise remain uncertain as to whether the disclosures required by the TRCP apply to a general administrative hearing at SOAH. TRCP Rules 194 and 195 now require litigants to make certain initial disclosures without awaiting a discovery request for the information. The amendments to SOAH's written discovery rule specify that the \\\"automatic\\\" disclosures required by TRCP Rules do not apply to a contested administrative case proceeding at SOAH, except as may otherwise be ordered by the presiding administrative law judge. Instead, the adopted amendments provide a non-exclusive listing of categories of information that may be subject to a request for disclosure, thereby incorporating categories of information similar to those included in the TRCP Rules. The adopted rule amendment implements Texas Government Code §2003.050, which provides that the Chief Administrative Law Judge shall adopt rules that govern procedures that relate to hearings conducted by SOAH.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX188020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-24\",\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas State Office of Administrative Hearings\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August202021/Adopted Rules/1.ADMINISTRATION.html#80\",\n            \"created_at\": \"2021-08-23T07:30:10.262335-04:00\"\n        },\n        {\n            \"id\": 55116,\n            \"title\": \"Major Disaster Declaration: Montana\",\n            \"summary\": \"This is a Notice of the Presidential declaration of a major disaster for Public Assistance Only for the State of Montana (FEMA - 4608 - DR ), dated 08/13/2021. Incident: Straight-line Winds. Incident Period: 06/10/2021. Physical Loan Application Deadline Date: 10/12/2021. Economic Injury (EIDL) Loan Application Deadline Date: 05/13/2022\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17871\",\n            \"regalytics_alert_id\": \"1891FR20211787120210820\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": \"2021-08-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/20/2021-17871/presidential-declaration-of-a-major-disaster-for-public-assistance-only-for-the-state-of-montana\",\n            \"created_at\": \"2021-08-23T07:30:10.331571-04:00\"\n        },\n        {\n            \"id\": 55117,\n            \"title\": \"Tax Guidance for Alcoholic Beverage Delivery, Wine Festivals, Direct Wine Shippers, Direct Wine Sales\",\n            \"summary\": \"Act 2021-188 amends provisions for the issuance of alcoholic beverage delivery licenses by the Alabama Alcoholic Beverage Control Board. A delivery service license issued by the Alabama Alcoholic Beverage Control Board authorizes the licensee, the licensee’s employees, or independent contractors under a contractual or business arrangement with the licensee to transport and deliver alcoholic beverages to an individual in the state who is at least 21 years of age. Act 2021-287 adds provision for the licensure for wine festivals and wine festival participants by the Alcoholic Beverage Control Board beginning July 1, 2021. Act 2021-419 provides that the Alabama Alcoholic Beverage Control Board shall allow certain wine manufacturers to obtain a direct wine shipper’s license to allow the licensee to ship limited quantities of wine to Alabama residents for personal use in limited circumstances. Act 2021-440 provides that certain small farm wineries are allowed to sell and transport their table wines directly to licensed retailers and to sell directly to consumers under certain conditions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR10814220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/08/notice-tax-guidance-for-alcoholic-beverage-delivery-wine-festivals-direct-wine-shippers-direct-wine-sales/\",\n            \"created_at\": \"2021-08-23T07:30:10.525994-04:00\"\n        },\n        {\n            \"id\": 55118,\n            \"title\": \"Tax Guidance for United Way Member Agencies\",\n            \"summary\": \"Act 2021-299 removes the requirement for United Way member agencies to receive more than a de minimis amount of funding through the approval of the board of a United Way organization.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR508720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/08/notice-tax-guidance-for-united-way-member-agencies/\",\n            \"created_at\": \"2021-08-23T07:30:10.589458-04:00\"\n        },\n        {\n            \"id\": 55119,\n            \"title\": \"Governor Provides Funding Vehicle for $2,350 PFD and Student Scholarships\",\n            \"summary\": \"Alaska Governor Mike Dunleavy today introduced a budget bill to provide for a $2,350 Permanent Fund Dividend (PFD) and fully fund Alaska’s student scholarship programs. The budget bill includes critical appropriations to help the legislature finalize a structured fiscal solution for Alaska, provide Alaskans with an equitable distribution of the state’s resource wealth, and fully fund student scholarship programs: $1.53 billion for the payment of the 2021 PFD, providing an estimated $2,350 per eligible Alaskan; $11.7 million to Alaska Performance Scholarship Awards; $6.4 million to Alaska Education Grants; $3.3 million to WWAMI Medical Education; and a $1.47 billion one-time transfer from the earnings reserve account to the constitutional budget reserve.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1651AK18720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.alaska.gov/newsroom/2021/08/19/governor-provides-funding-vehicle-for-2350-pfd-and-student-scholarships\",\n            \"created_at\": \"2021-08-23T07:30:10.652586-04:00\"\n        },\n        {\n            \"id\": 55120,\n            \"title\": \"Governor Hutchinson Issues Statement on July Unemployment Rate\",\n            \"summary\": \"Governor Asa Hutchinson released the following statement on the decline in the unemployment rate for July: “Our unemployment rate continues to be significantly below the national rate, and the fact that unemployment is now down to 4.3% reflects a growing economy in the state. The job opportunities are abundant with virtually every employer in Arkansas needing more workers. The challenge is the number of Arkansans who have not returned to the labor force after they lost a job early in the pandemic.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7913AR6211820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arkansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.arkansas.gov/news-media/press-releases/governor-hutchinson-issues-statement-on-july-unemployment-rate\",\n            \"created_at\": \"2021-08-23T07:30:10.715638-04:00\"\n        },\n        {\n            \"id\": 55121,\n            \"title\": \"Former San Clemente Insurance Agent Arrested for Allegedly Stealing $1.2 Million from Elderly Consumers\",\n            \"summary\": \"Formerly licensed insurance agent Robert Stoddard, 66, of San Clemente, was arrested after a Department of Insurance investigation found he allegedly stole over $1.2 million from more than 20 victims, including 14 seniors. He is being charged with 51 felony counts of grand theft, elder abuse, money laundering, securities violations and aggravated white-collar crime enhancements. Stoddard owned and operated an insurance agency, The Stoddard Group, Inc., that also offered living trusts and investment advice. The Department’s investigation revealed that between August 2012 and June 2018, Stoddard conducted investment and retirement related seminars that targeted senior citizens and used various schemes to fraudulently gain victims’ trust and cultivate friendships in order to steal money from them. Stoddard was arrested on August 18, 2021, and his bail was originally set at $1 million. However, after being taking into custody, his bail was increased to a “no bail” hold due to a previous unrelated financial elder abuse case. Stoddard is scheduled to be arraigned on September 15, 2021, in Orange Superior Court.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA18520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release088-2021.cfm\",\n            \"created_at\": \"2021-08-23T07:30:10.778607-04:00\"\n        },\n        {\n            \"id\": 55122,\n            \"title\": \"Attorney General Bonta Announces Guilty Pleas in Multimillion Dollar Tax Evasion Scheme in Los Angeles\",\n            \"summary\": \"California Attorney General Rob Bonta today announced that Yan Lu, the former owner of multiple Los Angeles-based restaurants, and her brother William Lu, pleaded guilty in Los Angeles Superior Court to conspiracy to file a false sales tax return and filing a false sales tax return. Yan Lu also pleaded guilty to an additional charge of filing a false income tax return. Sentencing will occur at a later date. Yan Lu will receive a three-year split sentence, serving one year in county jail and two years on mandatory supervision. William Lu will be placed on two years felony probation, and serve four months in county jail. Together, the duo has paid the full $2,184,696 owed in restitution, of which $1,649,499 was paid to the California Department of Tax and Fee Administration (CDTFA) and $535,197 was paid to the California Franchise Tax Board (FTB). The amounts represent the tax owed, the interest on the outstanding tax, and the cost of the investigations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54410220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-guilty-pleas-multimillion-dollar-tax-evasion\",\n            \"created_at\": \"2021-08-23T07:30:10.843060-04:00\"\n        },\n        {\n            \"id\": 55123,\n            \"title\": \"Attorney General Bonta Announces Sentencing of Orange County Pharmacy Owner for $1.8 Million Insurance Fraud Scheme\",\n            \"summary\": \"California Attorney General Rob Bonta today announced the sentencing of Quality Care Pharmacy owner Divina Catalasan for defrauding the Medi-Cal and Medicare programs. An audit by the California Department of Justice (DOJ) found that the amount of drugs the owner of the Santa Ana-based pharmacy claimed to have purchased and billed the programs for was not supported by her actual inventory, and that her fraudulent over-billing totaled more than $1.8 million. Catalasan pleaded guilty on May 14, 2021, to three felony counts of fraudulent healthcare claims and grand theft, with a sentencing enhancement for aggravated white-collar crime. She was sentenced today in Orange County Superior Court to three years in state prison.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54410520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-sentencing-orange-county-pharmacy-owner-18\",\n            \"created_at\": \"2021-08-23T07:30:10.908451-04:00\"\n        },\n        {\n            \"id\": 55124,\n            \"title\": \"Governor Newsom Statement on July Jobs Report\",\n            \"summary\": \"Governor Gavin Newsom released a statement regarding today’s July jobs report, which showed that California added 114,400 new jobs last month, more new jobs than any other state. This follows 71,500 jobs created in June, 94,700 jobs created in May, 102,000 jobs created in April, 132,400 jobs created in March and 156,100 jobs created in February – totaling 671,100 new jobs created this year. The unemployment rate of 7.6 percent in July 2021 is 5.6 percentage points better than that of July 2020 and is California’s lowest unemployment rate since March 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6073620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/20/governor-newsom-statement-on-july-jobs-report/\",\n            \"created_at\": \"2021-08-23T07:30:10.973452-04:00\"\n        },\n        {\n            \"id\": 55127,\n            \"title\": \"Governor Lamont Declaring State of Emergency in Advance of Tropical Storm Henri\",\n            \"summary\": \"Governor Ned Lamont today announced that as Tropical Storm Henri is projected to move toward Connecticut in the coming days and strengthen to a hurricane before making landfall, he will be requesting a presidential pre-landfall emergency declaration to provide the state with federal assistance in anticipation of the impacts of the storm. The governor will be issuing a declaration of civil preparedness emergency to enable the state to take any actions necessary to protect the health and wellbeing of the people of Connecticut. The governor has directed the Connecticut State Emergency Operations Center to become partially activated on Saturday, August 21, and fully activated by the morning of Sunday, August 22.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT7915720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Declaring-State-of-Emergency-in-Advance-of-Tropical-Storm-Henri\",\n            \"created_at\": \"2021-08-23T07:30:11.166051-04:00\"\n        },\n        {\n            \"id\": 55128,\n            \"title\": \"Closed Board Meeting on August 23, 2021\",\n            \"summary\": \"It is anticipated that the closed meeting of the Board of Governors of the Federal Reserve System at 11:30 a.m. on Monday, August 23, 2021, will be held under expedited procedures, as set forth in section 261b.7 of the Board's Rules Regarding Public Observation of Meetings, via conference call. Items of official Board business are tentatively scheduled to be considered at that meeting, including the review and determination by the Board of Governors of the advance and discount rates to be charged by the Federal Reserve Banks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED130esED20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/aboutthefed/boardmeetings/20210823closed.htm\",\n            \"created_at\": \"2021-08-23T07:30:11.229578-04:00\"\n        },\n        {\n            \"id\": 55129,\n            \"title\": \"Minutes of the Federal Open Market Committee, July 27-28, 2021\",\n            \"summary\": \"The Federal Reserve Board and the Federal Open Market Committee released the minutes of the Committee meeting held on July 27–28, 2021. The minutes for each regularly scheduled meeting of the Committee ordinarily are made available three weeks after the day of the policy decision and subsequently are published in the Board's Annual Report.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED139218A20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Monetary Policy Update\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/monetary20210818a.htm\",\n            \"created_at\": \"2021-08-23T07:30:11.291954-04:00\"\n        },\n        {\n            \"id\": 55132,\n            \"title\": \"Governor Little Appoints Jared Zwygart to Tax Commission\",\n            \"summary\": \"Governor Brad Little announced today his appointment of Nampa CPA Jared Zwygart to the Idaho State Tax Commission. Zwygart is partner at Zwygart John & Associates, CPAs, in Nampa and a former partner at Bailey & Co., CPAs, in Nampa.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3651ID01343\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Idaho\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Idaho Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.idaho.gov/pressrelease/gov-little-appoints-jared-zwygart-to-tax-commission/\",\n            \"created_at\": \"2021-08-23T07:30:11.482117-04:00\"\n        },\n        {\n            \"id\": 55133,\n            \"title\": \"IDES Reminding Claimants Federal Unemployment Benefit Programs Ending September 4, 2021\",\n            \"summary\": \"The Illinois Department of Employment Security (IDES) is reminding claimants that federal unemployment programs are coming to an end on September 4, 2021. These programs include the following: Pandemic Unemployment Assistance (PUA); Federal Pandemic Unemployment Compensation (FPUC); Pandemic Emergency Unemployment Compensation (PEUC); and Mixed Earners Unemployment Compensation (MEUC). The expiration of these programs has no impact on the state's regular unemployment system or the claimants receiving regular unemployment benefits.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2377320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23773.html\",\n            \"created_at\": \"2021-08-23T07:30:11.545357-04:00\"\n        },\n        {\n            \"id\": 55134,\n            \"title\": \"Governor Pritzker Signs Legislation Lowering Employee's Contribution to the CTA Retiree Health Plan\",\n            \"summary\": \"Building on efforts to fully support workers and their families, Governor JB Pritzker signed legislation that lowers employee contributions to the CTA's Retiree Health Care Trust while maintaining 100% funding. The law allows workers to take home every hard-earned dollar possible, while protecting their full benefits and healthcare they earned upon retirement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2377620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23776.html\",\n            \"created_at\": \"2021-08-23T07:30:11.613289-04:00\"\n        },\n        {\n            \"id\": 55135,\n            \"title\": \"Governor Pritzker Takes Bill Action\",\n            \"summary\": \"Today, Governor JB Pritzker took bill actions including signing SB 508, which makes changes to the property tax code regarding scavenger sales in Cook County and allows taxing districts to receive refunds when the previous tax year amount was an error. This bill is effective immediately. The governor also signed SB 2112, which Requires a life insurance provider to notify an applicant of their right to designate a secondary addressee to receive notice of cancellation of the policy based on nonpayment of premium. This bill will take effect on January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2378220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23782.html\",\n            \"created_at\": \"2021-08-23T07:30:11.680587-04:00\"\n        },\n        {\n            \"id\": 55136,\n            \"title\": \"Governor Holcomb Announces Gonso Tait will Step Down as the Executive Director of the Indiana Gaming Commission\",\n            \"summary\": \"Governor Eric J. Holcomb today announced Sara Gonso Tait is stepping away from her role as executive director of the Indiana Gaming Commission to explore opportunities in the private sector. To ensure a smooth transition, Governor Holcomb named Greg Small as new executive director effective September 11. Gonso Tait has been the executive director of the Indiana Gaming Commission since 2015.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN319ANA20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Indiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_announces_gonso_tait_will_step_down_as_the_executive_director_of_the_indiana_gaming_commission?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-08-23T07:30:11.747199-04:00\"\n        },\n        {\n            \"id\": 55137,\n            \"title\": \"Governor Beshear Makes Appointments to Kentucky Boards and Commissions\",\n            \"summary\": \"Governor Andy Beshear has made the following appointments to Kentucky boards and commissions, including the following: Honorable Josephine Buckner to the vacancy in the office of District Judge, Division 12, for the 30th Judicial Circuit of Kentucky; and Pat Abell as a member of the Capital Planning Advisory Board. Governor Beshear has also reappointed Lieutenant Governor Jacqueline Coleman.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY6692720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kentucky\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=927\",\n            \"created_at\": \"2021-08-23T07:30:11.817825-04:00\"\n        },\n        {\n            \"id\": 55138,\n            \"title\": \"Governor Hogan Announces $400 Million Initiative to Ensure Universal Broadband for Maryland\",\n            \"summary\": \"Governor Larry Hogan today announced the launch of Connect Maryland, a transformative new initiative to supercharge the State of Maryland’s broadband investment with a total new investment of $400 million to fully address the digital divide. The governor made the announcement in Snow Hill, where he was joined by Senate President Bill Ferguson, House Speaker Adrienne A. Jones, and other local elected officials. Connect Maryland includes the investment of an additional $100 million to expand broadband access across the state. This is in addition to the $300 million investment that was announced in March as part of a bipartisan budget agreement to allocate federal funding from the American Rescue Plan Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD29759620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maryland\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.maryland.gov/2021/08/20/governor-hogan-announces-400-million-initiative-to-ensure-universal-broadband-for-maryland/\",\n            \"created_at\": \"2021-08-23T07:30:11.881405-04:00\"\n        },\n        {\n            \"id\": 55139,\n            \"title\": \"Division of Insurance Reminds Massachusetts Residents that Preparedness is Key when it Comes to Severe Storms\",\n            \"summary\": \"According to a recent survey by the National Association of Insurance Commissioners (NAIC), 73% of homeowners said the most significant threats facing their homes are weather-related, with water damage and wind damage topping the list of their concerns. While no one can fully prevent weather-related damages from occurring, there are many steps a homeowner can take in advance of severe storms to help mitigate potential losses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9163MA24920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Division of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/news/division-of-insurance-reminds-massachusetts-residents-that-preparedness-is-key-when-it-comes-to-severe-storms\",\n            \"created_at\": \"2021-08-23T07:30:11.948966-04:00\"\n        },\n        {\n            \"id\": 55140,\n            \"title\": \"Bid/Request for Proposal: Develop, Operate and Maintain Rickenbacker and Venetian Causeways\",\n            \"summary\": \"Miami-Dade County has received an unsolicited proposal and is soliciting proposals for the same project purpose to enter into an Interim Agreement and one or more subsequent Project/Concession Agreements to design, permit, construct/build, finance, manage, operate, repair and maintain the Rickenbacker and Venetian Causeways of Miami, Florida together with associated recreational elements along the Rickenbacker Causeway including greenways and beaches. The Project construction completion timeline for the Rickenbacker Causeway, including associated recreational elements, greenways and beaches, is estimated at four years and for the Venetian Causeway is estimated at seven years, from the execution of the Project/Concession Agreement. The solicitation, which is available starting August 15, 2021, can be obtained at no cost on-line.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491029620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice of Bid/Request for Proposal\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Miami-Dade County Internal Services Department\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24910296\",\n            \"created_at\": \"2021-08-23T07:30:12.017999-04:00\"\n        },\n        {\n            \"id\": 55141,\n            \"title\": \"Governor Whitmer on Michigan's Job Growth and Decreasing Unemployment\",\n            \"summary\": \"Governor Gretchen Whitmer issued a statement after the release of Michigan's latest jobs and unemployment numbers. The state's unemployment rate in July was down to 4.8%, well below the national average of 5.4%. Michigan added 31,000 non-farm jobs in July, with the largest increase coming from the leisure and hospitality sector. Throughout the pandemic, the state of Michigan unveiled dozens of economic relief programs for businesses that supported more than 25,000 companies and retained more than 200,000 jobs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56632120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-566321--,00.html\",\n            \"created_at\": \"2021-08-23T07:30:12.087489-04:00\"\n        },\n        {\n            \"id\": 55142,\n            \"title\": \"Governor Whitmer on Historic Increase of SNAP Dollars to Feed more Families, Kids\",\n            \"summary\": \"Governor Gretchen Whitmer released the following statement applauding the U.S. Department of Agriculture's decision to modernize the Thrifty Food Plan: \\\"Today, the Biden Administration is taking a significant step towards ending hunger across the United States. Increasing food assistance will help cash and time-strapped families stay healthy and feed their kids. The additional $539 million in yearly SNAP benefits coming to Michigan will uplift hundreds of thousands of families, communities, and small businesses as we continue our economic jumpstart.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56632420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-566324--,00.html\",\n            \"created_at\": \"2021-08-23T07:30:12.150659-04:00\"\n        },\n        {\n            \"id\": 55143,\n            \"title\": \"Final Order to Cease-and-Desist and Order Awarding Restitution, Civil Penalties, and Costs: Cutting Edge Supplements, LLC and Desmond Richard Bloss\",\n            \"summary\": \"On July 1, 2021, the Commissioner issued an Order to Cease and Desist and Order to Show Cause Why Restitution, Civil Penalties, Costs, and Other Administrative Relief Should Not Be Imposed (“the Order”) against Cutting Edge Supplements, LLC and Desmond Richard Bloss (“Respondents”). It is hereby ordered that Respondents, their agents, employees and servants, and all other persons participating in or about to participate in the described violations with knowledge of this order be prohibited from violating or materially aiding in any violation in connection with the offer or sale of securities, engaging in an act, practice, or course of business that operates or would operate as a fraud or deceit upon another person. It is further ordered that Respondents shall pay a civil penalty of $25,000, jointly and severally, for one violation of Section 409.5-501. It is further ordered that Respondents shall pay restitution and annual statutory interest in the amount of $82,853.28, jointly and severally, from the date of the violation of Section 409.5-501. It is further ordered that Respondents shall pay $5,489.12, jointly and severally, in actual costs for investigation into, and the proceedings associated with this matter.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8187MOAP210720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Office of the Secretary of State, Investor Protection and Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/CMSImages/Securities/AP-21-07F.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.214138-04:00\"\n        },\n        {\n            \"id\": 55144,\n            \"title\": \"Governor Cooper Announces State Boards and Commissions Appointments\",\n            \"summary\": \"Governor Roy Cooper announced new appointments and nominations to North Carolina boards and commissions today. Governor Cooper has nominated the following individuals to serve on the North Carolina Employment Security Board of Review: Albert D. Kirby, Jr. of Clinton as a representative of employees; Melinda Quick Porter of Plymouth as a public member; Mark E. Reed of Charlotte as a practical banker; Yashira Simon Cangas of Whispering Pines as a public member; and Audrey Mae Shen of Carrboro as a certified behavior analyst.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC395420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nc.gov/news/press-releases/2021/08/20/governor-cooper-announces-state-boards-and-commissions-appointments\",\n            \"created_at\": \"2021-08-23T07:30:12.279230-04:00\"\n        },\n        {\n            \"id\": 55146,\n            \"title\": \"Issuance of Summons: State of Montana v. John Leesburg\",\n            \"summary\": \"The State of Montana has issued and order granting leave to file information direct and supporting affidavit, and finding probable cause to believe that John Leesburg has committed the following offenses: Criminal Insurance Fraud and Exploitation of older persons, incapacitated person, or person with developmental disability. It is hereby ordered that W. Adam Duerk, Special Deputy Custer County Attorney is granted leave to file information charging the defendant, John Leesburg with the described offenses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19288MT33Ons20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/wp-content/uploads/2021.08.12-FILED-Order-Granting-Leave-to-File-Information-Direct-Leesburg.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.408812-04:00\"\n        },\n        {\n            \"id\": 55147,\n            \"title\": \"Information: Kjersti Wallace\",\n            \"summary\": \"W. Adam Duerk, Special Deputy Flathead County Attorney, alleges that the Defendant, Kjersti Wallace, has committed the following offense in Flathead County: Criminal Insurance Fraud. On or about or between June 29, 2020, and July 28, 2020, Defendant knowingly and for the purpose of obtaining any money or benefit presented to Progressive Casualty Insurance Company false written and oral statements, including computer-generated documents containing false, incomplete, or misleading information material to a claim for payment or benefit from Progressive. Because this offense involved a benefit of over $1,500, this offense is punishable by imprisonment in the state prison for a term of not more than 10 years, or by a fine of not more than $50,000, or both.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19288MT35Ion20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/wp-content/uploads/2021.08.12-Filed-Information-Wallace-1-1.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.471680-04:00\"\n        },\n        {\n            \"id\": 55148,\n            \"title\": \"Issuance of Summons: Kjersti Wallace\",\n            \"summary\": \"The State of Montana has issued an order granting leave to file information direct and for issuance of summons to Kjersti Wallace (Defendant). Having considered the State’s Motion for Leave to File Information Direct and supporting affidavit, and finding probable cause to believe that the Defendant has committed the offense of Criminal Insurance Fraud. It Is Hereby Ordered that W. Adam Duerk, Special Deputy Flathead County Attorney is granted leave to file an Information charging the defendant, Kjersti Wallace with the described offense. It Is Further Ordered that a Summons shall be issued commanding the defendant’s appearance before this court for further proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19288MT35Mct20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/wp-content/uploads/2021.08.12-Order-Granting-Leave-to-File-Information-Direct-Wallace-1.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.534047-04:00\"\n        },\n        {\n            \"id\": 55149,\n            \"title\": \"Secretary Gorbea Launches RI Census Data Explorer\",\n            \"summary\": \"Secretary of State Nellie M. Gorbea has launched the Rhode Island Census Data Explorer. This interactive online resource allows users to explore more than two centuries of Rhode Island census data down to the community level. The Census Data Explorer illustrates how Rhode Island's population and demographics have evolved from 1708 to today. Users can view state-wide data or drill down to specific communities for details on changes in each city and town. Until 1965, Rhode Island conducted its own state census five years after each decennial national census. The Count Me In! story map, developed ahead of the 2020 U.S. Census, outlines the genesis and importance of the decennial count.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4191320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Rhode Island\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Office of the Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ri.gov/press/view/41913\",\n            \"created_at\": \"2021-08-23T07:30:12.595527-04:00\"\n        },\n        {\n            \"id\": 55150,\n            \"title\": \"Investment Professional Charged by SEC Sentenced to Three and a Half Years in Prison in Parallel Criminal Case\",\n            \"summary\": \"Marcus Boggs, whom the SEC charged in August 2019 with stealing more than $1.7 million from at least three of his investment advisory clients, was sentenced in a parallel criminal case to 42 months in prison. The SEC's complaint alleges that Boggs, without his clients' knowledge or authorization, misappropriated his clients' money by selling securities in their advisory accounts and then transferring the proceeds to his personal credit card account. The complaint further alleges that from 2016 to 2018, Boggs made more than 200 illegal transfers from three advisory clients' accounts to his personal credit card account. On December 18, 2019, the district court entered a partial judgment against Boggs enjoining him from violating the antifraud provisions of the Securities Act of 1933, the Securities Exchange Act of 1934 and the Investment Advisers Act of 1940 and ordering him to pay disgorgement, prejudgment interest, and penalties in amounts to be determined by the court at a later date.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25178.htm\",\n            \"created_at\": \"2021-08-23T07:30:12.661365-04:00\"\n        },\n        {\n            \"id\": 55151,\n            \"title\": \"SEC Charges San Antonio Investment Adviser with Operating a Fraudulent Scheme and Misappropriating Investor Assets\",\n            \"summary\": \"The Securities and Exchange Commission charged a San Antonio, Texas-based investment adviser with operating a years-long fraudulent scheme that raised approximately $58 million from nearly 300 investors in two investment funds. The SEC's complaint alleges that Robert J. Mueller and his company Deeproot Funds, LLC were investment advisers to two pooled investment funds that Mueller created. According to the complaint, Mueller and Deeproot persuaded investors to cash out annuities they held with other investment companies and invest in the funds. The complaint alleges that the funds ultimately received more than $58 million from investors. As alleged, Mueller funnelled more than $30 million of the funds' assets to other businesses he controlled, and used at least $820,000 of new investor money to pay earlier investors. The SEC's complaint, filed in federal district court in San Antonio, charges Mueller and Deeproot Funds, LLC with violating the antifraud provisions of the Investment Advisers Act of 1940. The complaint also charges Policy Services, Inc. with violating the antifraud provisions of the Securities Act, and the Exchange Act.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25179.htm\",\n            \"created_at\": \"2021-08-23T07:30:12.725068-04:00\"\n        },\n        {\n            \"id\": 55152,\n            \"title\": \"Notice of Substituted Compliance Application Submitted by the Spanish Financial Conduct Authority in Connection with Certain Requirements Applicable to Security-Based Swap Dealers and Major Security-Based Swap Participants Subject to Regulation in the Kin\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission” or “SEC”) is soliciting public comment on an application by the Spanish Comisión Nacional del Mercado de Valores (“CNMV”) requesting that, the Commission determine that registered security-based swap dealers and registered major security-based swap participants (together, “SBS Entities”) that are not U.S. persons and that are subject to certain regulation in the Kingdom of Spain (“Spain”) may comply with certain requirements under the Exchange Act via compliance with corresponding requirements of Spain and the European Union (“EU”). The Commission also is soliciting comment on a proposed Order providing for conditional substituted compliance in connection with the application. Comments should be received on or before September 15, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349271620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-92716.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.787643-04:00\"\n        },\n        {\n            \"id\": 55153,\n            \"title\": \"South Dakota Requests ARPA Funding\",\n            \"summary\": \"Governor Kristi Noem announced that South Dakota has requested the state’s allocation from the State and Local Fiscal Recovery Fund. As part of the American Recovery Plan Act, the SLFRF provides an allocation of $974.5 million to the state. An additional $65.2 million dollars will flow through state government to non-metropolitan cities within South Dakota. Under the law, Treasury has the authority to split the funding into two equal payments for state governments except where the unemployment rate is 2.0 or more percentage points above the pre-pandemic level. This means South Dakota will get half the funding in 2021 and the other half in 2022. The non-metropolitan city funding will also be provided in two tranches.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11741SD2843720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Department Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28437\",\n            \"created_at\": \"2021-08-23T07:30:12.857226-04:00\"\n        },\n        {\n            \"id\": 55154,\n            \"title\": \"Amendment of Rule 0600-04: Assessment Certification and Education Program\",\n            \"summary\": \"This rule amendment primarily serves to clarify the existing rule requirements for candidates and applicants for candidacy in the Assessment Certification program, as well as the implementation and administration requirements for the State Board of Equalization and the Division of Property Assessments. This rule does not eliminate or amend any existing rights or privileges afforded to individuals enrolled in the Program, nor does it create any new burden for such individuals. The Tennessee Association of Assessing Officers is most directly affected by this rule. No comments were received from the Tennessee Association of Assessing Officers or from any individual.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN959020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Rulemaking Hearing Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Comptroller of the Treasury, State Board of Equalization\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/08-18-21.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.921089-04:00\"\n        },\n        {\n            \"id\": 55155,\n            \"title\": \"Governor Abbott Announces Additional Federal COVID-19 Relief Assistance Payments for Local Communities\",\n            \"summary\": \"Governor Greg Abbott today announced additional federal coronavirus relief assistance payments from the American Rescue Plan Act (ARPA) will begin this week for populations under 50,000. Last month, the State of Texas began the process of contacting and collecting the required information from the nearly 1,200 local governments before certifying and applying to receive the federal funds into the state treasury. Per federal law, states are required to distribute funding to all eligible NEUs (non-entitlement units of government) within 30 days of receiving the funds into the state treasury. Local governments can contact TDEM to begin this application process.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES5102134020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-announces-additional-federal-covid-19-relief-assistance-payments-for-local-communities\",\n            \"created_at\": \"2021-08-23T07:30:12.986469-04:00\"\n        },\n        {\n            \"id\": 55156,\n            \"title\": \"Federal Court Permanently Shuts Down Chicago Tax Preparer\",\n            \"summary\": \"A federal court in the Northern District of Illinois has permanently enjoined a Chicago, Illinois, tax return preparer from preparing returns for others and from owning or operating any tax return preparation business in the future. The civil complaint filed in the case alleged that Lennette Roberts and her company, Real Counseling Solution Inc., which did business under the assumed name RR Tax and Accounting, prepared fraudulent federal income tax returns. According to the court’s order, Lennette Roberts and her company consented to entry of the injunction, which permits the United States to conduct full post-judgment discovery to monitor compliance. The order requires that Roberts (1) send notice of the injunction to each person for whom she and her company prepared federal tax returns, other tax forms, or claims for refund after Jan. 1, 2018, and (2) post an electronic copy of the injunction on any business social media profile currently maintained or created over the next five years.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1451520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/federal-court-permanently-shuts-down-chicago-tax-preparer\",\n            \"created_at\": \"2021-08-23T07:30:13.051356-04:00\"\n        },\n        {\n            \"id\": 55157,\n            \"title\": \"Mexican Laborers’ Vote on Future of Collective Bargaining Agreement at Silao General Motors’ Plant is a Win for Labor Protections\",\n            \"summary\": \"On August 18, workers at the General Motors’ Silao plant in Mexico voted to reject a proposed collective bargaining agreement, an action heralded as a win for the labor protections built into the United States-Mexico-Canada Agreement. The vote comes as a result of a first-of-its-kind comprehensive plan to remediate a past denial of freedom of association and collective bargaining rights for the workers at the plant, when irregularities were identified in an April 2021 collective bargaining legitimization vote. Nearly 6,000 workers voted during a period of 34 hours, and 2,623 voted yes for the collective bargaining agreement while 3,214 voted no.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1291549NA501210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Bureau of International Labor Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/ilab/ilab20210820\",\n            \"created_at\": \"2021-08-23T07:30:13.115559-04:00\"\n        },\n        {\n            \"id\": 55158,\n            \"title\": \"US Department of Labor Obtains Consent Order Restraining Danbury Bakery, Owner from Retaliating Against Employees who Cooperate with Wage Investigation\",\n            \"summary\": \"A Danbury bakery and its owner may not threaten, terminate or cause harm to current or former workers who cooperate with a U.S. Department of Labor investigation of the bakery’s employment practices, a federal court in Hartford has ordered in a consent preliminary injunction obtained by the department. The department’s complaint states that during those meetings, Coelho told his employees he would fire them and report them to immigration authorities if they cooperated with the investigation. The complaint also alleges that defendants blacklisted a former employee they believed filed a complaint with the division. Due to the potential for ongoing retaliation by the defendants, the department sought and obtained the consent preliminary injunction. The consent injunction also requires the defendants to permit a division representative to notify all the defendants’ employees on paid working time of their FLSA rights, which includes their right to speak freely and honestly with the Wage and Hour Division without fear of retaliation, and provide a written notice of FLSA rights to all employees in a language they understand.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1511447BO525210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Wage and Hour Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/whd/whd20210820\",\n            \"created_at\": \"2021-08-23T07:30:13.180511-04:00\"\n        },\n        {\n            \"id\": 55159,\n            \"title\": \"Issuance of Executive Order Blocking Property with Respect to Certain Russian Energy Export Pipelines, Issuance of Russia-related General License and related Frequently Asked Questions, PEESA Designations, Non-Proliferation Designations Updates\",\n            \"summary\": \"The President has signed a new Executive Order Blocking Property with Respect to Certain Russian Energy Export Pipelines. OFAC has issued Russia-related General License 1A and related FAQ 921. It has also updated FAQ 894. OFAC has also published FAQ 919 and FAQ 920 that are related to today's Non-Proliferation Designations Updates.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT32420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210820\",\n            \"created_at\": \"2021-08-23T07:30:13.245276-04:00\"\n        },\n        {\n            \"id\": 55160,\n            \"title\": \"Treasury Sanctions Russian Operatives and Entities Linked to the Poisoning of Aleksey Navalny, Chemical Weapons Program\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) and the U.S. Department of State joined the United Kingdom in imposing additional sanctions on Russia in response to the state-sponsored poisoning of Russian opposition leader Aleksey Navalny that took place one year ago today. Specifically, OFAC is designating nine Russian individuals and two Russian entities involved in Navalny’s poisoning or Russia’s chemical weapons program. This is the third use of Treasury’s discretionary authorities to respond to Russia’s use of Novichok against its own citizens. Additionally, the U.S. Department of State is designating two Russian Ministry of Defense scientific laboratories that have engaged in activities to develop Russia’s chemical weapons capabilities. These actions build upon those announced by the United States in March and are consistent with the spirit of the U.S. Chemical and Biological Control and Warfare Elimination Act of 1991 (CBW Act).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT119032820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0328\",\n            \"created_at\": \"2021-08-23T07:30:13.310851-04:00\"\n        },\n        {\n            \"id\": 55161,\n            \"title\": \"Child Tax Credit: New Update Address Feature Available with IRS Online Portal, Make Other Changes by August 30 for September Payment\",\n            \"summary\": \"The Internal Revenue Service has launched a new feature allowing any family receiving monthly Child Tax Credit payments to quickly and easily update their mailing address using the Child Tax Credit Update Portal, found exclusively on IRS.gov. This feature will help any family that chooses to receive their payment by paper check avoid mailing delays or even having a check returned as undeliverable. Any family can easily have their September check and all future checks sent to their new address by using the portal to make an address change request. To have the change take effect in September, people need to complete the request before midnight Eastern Time on Monday, August 30.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS13115920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/child-tax-credit-new-update-address-feature-available-with-irs-online-portal-make-other-changes-by-august-30-for-september-payment\",\n            \"created_at\": \"2021-08-23T07:30:13.374800-04:00\"\n        },\n        {\n            \"id\": 55162,\n            \"title\": \"Executive Order on Blocking Property with Respect to Certain Russian Energy Export Pipelines\",\n            \"summary\": \"With respect to any foreign person identified by the Secretary of State, in consultation with the Secretary of the Treasury, in a report to the Congress pursuant to section 7503(a)(1)(B) of PEESA, all property and interests in property of such person that are in the United States, that hereafter come within the United States, or that are or hereafter come within the possession or control of any United States person are blocked and may not be transferred, paid, exported, withdrawn, or otherwise dealt in. The Secretary of State shall implement section 7503(b) of PEESA as it applies to visas, and the Secretary of Homeland Security shall implement section 7503(b) of PEESA as it applies to admission and parole. Such implementation shall be consistent with any exceptions or waivers provided by statute, or in regulations, orders, or directives that may be issued pursuant to this order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH258ES20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Presidential Actions\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/presidential-actions/2021/08/20/executive-order-on-blocking-property-with-respect-to-certain-russian-energy-export-pipelines/\",\n            \"created_at\": \"2021-08-23T07:30:13.442382-04:00\"\n        },\n        {\n            \"id\": 55163,\n            \"title\": \"Letter to the Speaker of the House of Representatives and the President of the Senate on Blocking Property with Respect to Certain Russian Energy Export Pipelines\",\n            \"summary\": \"The order pertains to certain Russian energy pipeline projects intended to expand Russia’s influence over Europe’s energy resources that would weaken European energy security — including that of Ukraine and Eastern flank NATO and EU countries — and thereby threatens the national security, foreign policy, and economy of the United States. The order blocks the property and interests in property of foreign persons identified by the Secretary of State, in consultation with the Secretary of the Treasury, in a report to the Congress pursuant to the Protecting Europe’s Energy Security Act of 2019 (Title LXXV, National Defense Authorization Act for Fiscal Year 2020, Public Law 116-92), as amended by section 1242 of the National Defense Authorization Act for Fiscal Year 2021 (Public Law 116-283) (PEESA), for engaging in certain activities or providing certain services to facilitate construction of the Nord Stream 2 pipeline project, among others. I have determined that it is necessary to block the property and interests in property of such persons unless a national interest waiver under section 7503(f) of PEESA has been issued for such persons.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH398ES20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Presidential Actions\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/presidential-actions/2021/08/20/letter-to-the-speaker-of-the-house-of-representatives-and-the-president-of-the-senate-on-blocking-property-with-respect-to-certain-russian-energy-export-pipelines/\",\n            \"created_at\": \"2021-08-23T07:30:13.507162-04:00\"\n        },\n        {\n            \"id\": 55164,\n            \"title\": \"Governor Northam Announces Virginia’s Unemployment Rate Dropped to 4.2 Percent in July\",\n            \"summary\": \"Governor Ralph Northam today announced that Virginia’s seasonally adjusted unemployment rate fell to 4.2 percent in July, which is 3.7 percentage points below the rate from one year ago. The labor force expanded by 7,818 to 4,241,686, as the number of unemployed residents decreased by 7,595. The number of employed residents rose to 4,065,473, an increase of 15,413. In July 2021, Virginia saw over-the-year job gains of 3.8 percent. Virginia’s seasonally adjusted unemployment rate continues to be below the national rate of 5.4 percent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA90665720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/august/headline-906657-en.html\",\n            \"created_at\": \"2021-08-23T07:30:13.572216-04:00\"\n        },\n        {\n            \"id\": 55165,\n            \"title\": \"Governor Justice Announces Over $400,000 in Grants for West Virginia Airports\",\n            \"summary\": \"Governor Jim Justice and leaders with the West Virginia Aeronautics Commission announced today that a combined total of $444,063 in grant funding has been secured for airports across the state. The grants were approved during the WVAC’s latest meeting on Thursday. Twenty-four airports will receive General Revenue grants of $12,500 each that combine for a total of $300,000. These grants go towards safety and infrastructure upgrades.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8246WV73133S20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"West Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.wv.gov/News/press-releases/2021/Pages/Gov.-Justice-announces-over-$400,000-in-grants-for-West-Virginia-airports.aspx\",\n            \"created_at\": \"2021-08-23T07:30:13.636962-04:00\"\n        },\n        {\n            \"id\": 55166,\n            \"title\": \"Comparing Minds and Machines: Implications for Financial Stability\",\n            \"summary\": \"Is human or artificial intelligence more conducive to a stable financial system? To answer this question, we compare human and artificial intelligence with respect to several facets of their decision-making behaviour. On that basis, we characterise possibilities and challenges in designing partnerships that combine the strengths of both minds and machines. Leveraging on those insights, we explain how the differences in human and artificial intelligence have driven the usage of new techniques in financial markets, regulation, supervision, and policy making and discuss their potential impact on financial stability. Finally, we describe how effective mind-machine partnerships might be able to reduce systemic risks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UKDD2A820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/working-paper/2021/comparing-minds-and-machines-implications-for-financial-stability\",\n            \"created_at\": \"2021-08-23T07:30:13.703874-04:00\"\n        },\n        {\n            \"id\": 55167,\n            \"title\": \"Minutes of the Productive Finance Working Group - 28 July 2021\",\n            \"summary\": \"The third meeting of the Steering Committee. This meeting took place virtually on July 28, 2021 and it covered the following agenda items: competition law reminder by Simmons & Simmons LLP, discussion of the recommendations in the draft Productive Finance Working Group report; and next steps.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK0CB8920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/july/working-group-to-facilitate-investment-in-productive-finance-28-july-2021\",\n            \"created_at\": \"2021-08-23T07:30:13.768850-04:00\"\n        },\n        {\n            \"id\": 55168,\n            \"title\": \"Minutes of the Productive Finance Working Group - 22 June 2021\",\n            \"summary\": \"Minutes of the fifth Technical Expert Group (TEG) meeting of the Working Group on Productive Finance. This meeting took place virtually on June 22, 2021 and it covered the following agenda items: competition law reminder by Simmons & Simmons LLP, Chairs’ opening remarks, stress testing exercise, sey questions for discussion, and next steps and closing remarks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK277BE20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/june/working-group-to-facilitate-investment-in-productive-finance-22-june-2021\",\n            \"created_at\": \"2021-08-23T07:30:13.834654-04:00\"\n        },\n        {\n            \"id\": 55169,\n            \"title\": \"Minutes of the Productive Finance Working Group - 16 July 2021\",\n            \"summary\": \"Minutes of the sixth Technical Expert Group (TEG) meeting of the Working Group on Productive Finance. This meeting took place virtually on June 16, 2021 and it covered the following agenda items: competition law reminder, Chairs’ opening remarks, discussion of the draft executive summary of the report, discussion of the draft recommendations of the report, next steps, and closing remarks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK38D9420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/july/working-group-to-facilitate-investment-in-productive-finance-16-july-2021\",\n            \"created_at\": \"2021-08-23T07:30:13.897378-04:00\"\n        },\n        {\n            \"id\": 55170,\n            \"title\": \"Did Movements in Exchange-Traded Funds Act as a Price Signal for Open-Ended Fund Investors During the ‘Dash for Cash’ Stress Period?\",\n            \"summary\": \"At the start of the Covid pandemic, a ‘dash for cash’ saw even the safest and most highly liquid assets experience large price declines as liquidity deteriorated in financial markets, and the cost of trading increased. Our recent analysis showed that price data from ETFs, such as NAV discounts and bid-ask spreads, could help OEFs to more accurately identify the cost of trading underlying assets. OEFs base their NAVs on the prices of the underlying assets they hold, and this can become harder to do accurately in stressed market conditions. So information provided by ETF price data could help OEF fund managers to calculate price adjustments more accurately, especially during a shock. During the ‘dash for cash’, market intelligence suggests that ETF NAV discounts also signalled the future direction of NAV movements in OEFs, suggesting that OEF NAVs were slower to incorporate price information. The market intelligence indicates that ETF prices more closely reflected ‘real’ trading costs than reported spreads on underlying assets, which OEF NAVs were based on. We used a regression model to test this hypothesis. We found that in normal market conditions, and consistent with efficient market pricing, ETF NAV discounts provide no information about future changes in OEF NAVs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17725UK7210520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/bank-overground/2021/did-movements-exchange-traded-funds-act-as-price-signal-open-ended-fund-investors\",\n            \"created_at\": \"2021-08-23T07:30:13.960665-04:00\"\n        },\n        {\n            \"id\": 55171,\n            \"title\": \"Address by Christopher Kent, Assistant Governor (Financial Markets) of the Reserve Bank of Australia, to FX Markets Australia: Updates to the FX Global Code\",\n            \"summary\": \"\\\"The FX Global Code was launched in 2017. Globally, almost 1,100 entities have signalled their adherence to the Code's principles by posting a signed Statement of Commitment on a public register.1 This includes a wide range of participants in the Australian market. Take-up of the Code by sell-side market participants was fairly rapid, as was expected. But it has been pleasing to see that over time more and more entities on the buy-side have been confirming their adoption of the Code's principles. In setting out standards for good practice, the Code is relevant to all participants in the wholesale market, not just liquidity providers. To ensure that the Code remains relevant and keeps pace with the evolution of the market, the GFXC committed itself to carefully reviewing the Code's principles periodically. The first of these reviews has just been completed. The priorities for the review were established after surveying market participants in 2019 and following consultation with the GFXC's member committees, including the Australian Foreign Exchange Committee (AFXC), which I chair. A consistent theme of the feedback was that the Code remained fit for purpose and changes should only be made as necessary. To this end, the GFXC identified some key areas requiring attention to ensure that the Code continues to provide appropriate guidance.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17613BISR210820A20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/review/r210820a.htm\",\n            \"created_at\": \"2021-08-23T07:30:14.025305-04:00\"\n        },\n        {\n            \"id\": 55172,\n            \"title\": \"Publication of the Account of the Monetary Policy Meeting of the Governing Council Held on 21-22 July 2021\",\n            \"summary\": \"Event: Publication of the account of the monetary policy meeting of the Governing Council held on 21-22 July 2021. Date: Thursday, 26 August 2021. Time: 13:30 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB106Pu20210826\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.087885-04:00\"\n        },\n        {\n            \"id\": 55173,\n            \"title\": \"National Balance Sheet of Euro Area Monetary Financial Institutions, Excluding the Eurosystem (Dataset: BSI)\",\n            \"summary\": \"The National balance sheet of euro area monetary financial institutions, excluding the Eurosystem (Dataset: BSI) Event will be held on Thursday August 26, 2021 at 10 AM CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB108Na20210826\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.150160-04:00\"\n        },\n        {\n            \"id\": 55174,\n            \"title\": \"Participation by Isabel Schnabel in Economist Roundtable on ECB’s Strategy Review Organised by the German Federal Ministry of Finance\",\n            \"summary\": \"The Participation by Isabel Schnabel in Economist Roundtable on ECB's strategy review organised by the German Federal Ministry of Finance will be held on August 26, 2021, via online at 5PM, CET. Contact number: Media Services - ECB Global Media Relations - Tel: +49 69 1344 7455; e-mail address: media@ecb.europa.eu; slides will be made available on the ECB's website; notes: Upon invitation only!\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB130Pa20210826\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.210321-04:00\"\n        },\n        {\n            \"id\": 55175,\n            \"title\": \"Participation by Isabel Schnabel in the Panel “The Implications of the Rise in Non-Bank Financial Intermediation” at the Virtual EEA-ESEM Conference\",\n            \"summary\": \"A Participation by Isabel Schnabel in the panel \\\"The implications of the rise in non-bank financial intermediation\\\" at the virtual EEA-ESEM conference will be held on Thursday, August 26, 2021 at 14:30 CET. Contact number: Media Services - ECB Global Media Relations - Tel: +49 69 1344 7455. E-mail address: media@ecb.europa.eu. Text: The text will be made available on the ECB's website.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB145Pa20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.270982-04:00\"\n        },\n        {\n            \"id\": 55176,\n            \"title\": \"Monetary Developments in the Euro Area (Dataset: BSI)\",\n            \"summary\": \"Event: Monetary developments in the euro area (Dataset: BSI). Date: Thursday, 26 August 2021. Time: 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB53Mo20210826\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.334617-04:00\"\n        },\n        {\n            \"id\": 55177,\n            \"title\": \"Publication of the Consolidated Financial Statement of the Eurosystem\",\n            \"summary\": \"Event: Publication of the Consolidated Financial Statement of the Eurosystem. Date: Tuesday, 24 August 2021. Time: 15:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB69Pu20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.395312-04:00\"\n        },\n        {\n            \"id\": 55178,\n            \"title\": \"Participation by Luis de Guindos in Europe’s Summer Course III organised by Diario de Navarra, Spain\",\n            \"summary\": \"A Participation by Luis de Guindos in Europe’s Summer Course III organised by Diario de Navarra, Spain, will be held on Wednesday, August 25, 2021, at 10:30 CET in Pamplona. Contact number: Esther Tejedor - ECB Global Media Relations - Tel: +49 69 1344 95596 - Mob: +49 172 5171280. E-mail address: esther.tejedor@ecb.europa.eu. Text: No text will be made available.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB99Pa20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.455964-04:00\"\n        },\n        {\n            \"id\": 55179,\n            \"title\": \"Consolidated List of Directions Waiving or Modifying FCA Handbook Rules\",\n            \"summary\": \"Consolidated list of waivers, modifications and CRR Permissions. This list should be read in conjunction with the Financial Services Register where details of live Directions & Notice of Permissions can be found.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA788520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/waivers-permissions/consolidated-list-waivers.xlsx\",\n            \"created_at\": \"2021-08-23T07:30:14.516628-04:00\"\n        },\n        {\n            \"id\": 55180,\n            \"title\": \"Mobile Application (App) Alert – Fraudulent Mobile Application (App) Related to Bank of Singapore Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Bank of Singapore Limited relating to a fraudulent App, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA10510820620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210820-6/\",\n            \"created_at\": \"2021-08-23T07:30:14.618789-04:00\"\n        },\n        {\n            \"id\": 55181,\n            \"title\": \"Website and Email Alert – Fraudulent Websites and Phishing Emails Related to the Hongkong and Shanghai Banking Corporation Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to fraudulent websites and phishing emails, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA13010820520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210820-5/\",\n            \"created_at\": \"2021-08-23T07:30:14.691319-04:00\"\n        },\n        {\n            \"id\": 55182,\n            \"title\": \"Exchange Fund Notes Tender Results\",\n            \"summary\": \"Exchange Fund Bills Tender Results for 20 August 2021. Issue number: 02Y2308. Issue date: 23 August 2021. Maturity Date: 23 August 2023. Coupon: 0.15% p.a. Amount applied: HK$14,750 MN. Amount alloted: HK$1,200 MN. Average price accepted (yield): 100.04 (0.13 PCT). Lowest price accepted (yield): 100.00 (0.15 PCT). Pro rata ratio: about 21 PCT. Average tender price (yield): 99.96 (0.17 PCT).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA3410820420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210820-4/\",\n            \"created_at\": \"2021-08-23T07:30:14.752007-04:00\"\n        },\n        {\n            \"id\": 55183,\n            \"title\": \"Result of the Tenders of the People’s Bank of China Rmb Bills\",\n            \"summary\": \"Result of the tenders of the People's Bank of China, Issue Date 24 August 2021, Issue Numbers BCHKFP21012, BCHKFP21013.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA8410820320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210820-3/\",\n            \"created_at\": \"2021-08-23T07:30:14.814705-04:00\"\n        },\n        {\n            \"id\": 55184,\n            \"title\": \"Supervisory Policy Manual: Climate Risk Management\",\n            \"summary\": \"To provide guidance to Authorized Institutions (AIs) on the key elements of climate-related risk management; and to set out the HKMA’s approach to, and expectations in, reviewing AIs’ climate-related risk management. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18247HKMA12913120210720\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Closed Consultation\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-functions/banking-stability/supervisory-policy-manual/GS-1_for_consultation_20Jul2021.pdf\",\n            \"created_at\": \"2021-08-23T07:30:14.878457-04:00\"\n        },\n        {\n            \"id\": 55185,\n            \"title\": \"CMA Finds Competition Concerns With Nvidia’s Purchase of Arm\",\n            \"summary\": \"A summary of the CMA’s report, which was sent to the Secretary of State (SoS) for the Department for Digital, Culture, Media and Sport (DCMS) on 20 July ahead of the set deadline, has now been published. The CMA has determined that an in-depth investigation into the deal between NVIDIA and Arm is warranted on competition grounds. Ultimately, the CMA is concerned this loss of competition could stifle innovation across a number of markets, including data centres, gaming, the ‘internet of things’, and self-driving cars. This could result in more expensive or lower quality products for businesses and consumers. On 19 April 2021, the SoS issued a public interest intervention notice in relation to the merger, on the ground of national security. In line with its legal duties, the CMA has provided the DCMS SoS with a report on its competition findings, along with a summary of representations received from third parties which relate to the national security public interest consideration. The SoS will decide whether the merger should be referred for an in-depth Phase 2 investigation on both competition and national security grounds, or if it should be passed back to the CMA to investigate on competition grounds only. The timing of this decision will be decided by the SoS. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCT120609520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-finds-competition-concerns-with-nvidia-s-purchase-of-arm\",\n            \"created_at\": \"2021-08-23T07:30:14.939996-04:00\"\n        },\n        {\n            \"id\": 54981,\n            \"title\": \"Notice of Proposed Amendments: Amendments to the Alaska Deferred Compensation Plan\",\n            \"summary\": \"The Division of Retirement and Benefits proposes to adopt amendments in the Alaska Deferred Compensation Program (DCP) Plan Document, dealing with new in-service distributions for participants of the DCP. Under legislation that includes the SECURE Act, governmental 457(b) plan sponsors can now offer in-service distributions to participants starting at age 59-1/2 (rather than the previous threshold of age 70-1/2) for plan years beginning after December 31, 2019. This allows participants who remain employed after age 59-1/2 the option of taking a distribution at any time. The SECURE Act also allows 457 plans to permit qualified birth or adoption distributions up to $5,000. These amendments will update the 457(b) Alaska Deferred Compensation Program, implementing three new IRS-approved distribution/withdrawal options: age 59-1/2; a one-time-only Small Account; and birth or adoption. These options will make funds available to the qualified participant shortly before age 60, in preparation for retirement, administratively reduce the workload managing small, inactive accounts, and make funds available to parents of a new baby or a new adopted child.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20346820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129309\",\n            \"created_at\": \"2021-08-20T07:30:07.190226-04:00\"\n        },\n        {\n            \"id\": 54982,\n            \"title\": \"Governor Ducey Statement on Proposition 208 Ruling\",\n            \"summary\": \"Governor Doug Ducey today, August 19, 2021, released the following statement regarding the Supreme Court ruling on Proposition 208: \\\"The Supreme Court has said it plainly and clearly: Prop 208 is, in their words, 'unconstitutional'. As one Justice put it: The framework 'almost certainly dooms the measure'. There is a clear legal path to Prop 208 being knocked down entirely, it's only a matter of time. Today's ruling is a very positive one for the state and for taxpayers. The out-of-state proponents of this measure drafted bad language, and now they are paying the price.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ14220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/08/governor-ducey-statement-proposition-208-ruling\",\n            \"created_at\": \"2021-08-20T07:30:07.257749-04:00\"\n        },\n        {\n            \"id\": 54983,\n            \"title\": \"Arizona Register 2021 - Volume 27, Issue 34\",\n            \"summary\": \"The Arizona Register 2021, Volume 27, Issue 34, updated August 20, 2021, includes a notice of final rulemaking from the Commission for the Deaf and the Hard of Hearing; notices of Final Exempt Rulemaking from the Department of Agriculture - Animal Services Division, the Department of Agriculture - Plant Services Division, the Department of Agriculture - Office of Commodity Development and Promotion, the Department of Agriculture - Citrus Fruit and Vegetable Division and the Board of Psychologist Examiners; and notices of Proposed Delegation Agreement from the Department of Environmental Quality, among other information.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8462AZ273420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Register Index\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://apps.azsos.gov/public_services/register/2021/34/contents.pdf\",\n            \"created_at\": \"2021-08-20T07:30:07.325484-04:00\"\n        },\n        {\n            \"id\": 54984,\n            \"title\": \"Notice to Insurers of a Forthcoming Bulletin Requiring a Moratorium Against Non-Renewal or Cancellation of Residential Property Insurance Policies for Properties within or Adjacent to a Fire Perimeter\",\n            \"summary\": \"As wildfires continue to rage across California this summer, I am reminding residential property insurers that Insurance Code Section 675.1(b)(1), as enacted by Senate Bill 824 (Lara, Chapter 616, Statutes of 2018), prohibits insurers from non-renewing or cancelling policies of residential property insurance in ZIP Codes within or adjacent to a fire perimeter for one year following a Governor’s declaration of a state of emergency. On August 17, 2021, Governor Gavin Newsom proclaimed a state of emergency covering the Caldor Fire in El Dorado County. As required by statute, I am coordinating with the California Department of Forestry and Fire Protection (CAL FIRE) and the California Governor’s Office of Emergency Services (CalOES) to identify the fire perimeters that are subject to the one-year moratorium for residential property owners. This prohibition applies to all policies of residential property insurance in effect at the time of each relevant declared emergency. As soon as the fires are sufficiently contained and necessary data is obtained to determine the fire perimeters and which ZIP Codes are within or adjacent to the impacted fire perimeters, I will issue a Bulletin informing insurers of the ZIP Codes that fall within the Section 675.1(b)(1) moratorium relating to these specific declarations. In the meantime, to avoid the need to reverse any adverse policy action after the Section 675.1(b)(2) Bulletin is issued, insurers should refrain from issuing any notice of non-renewal or cancellation, due to wildfire risk, for any policy of residential property insurance in effect on August 17, 2021 that covers property in any known active wildfire areas in the state that may be related to the fire identified in this declaration.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6388CA517212021\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0250-insurers/0300-insurers/0200-bulletins/bulletin-notices-commiss-opinion/upload/notice-to-insurers-of-a-forthcoming-bulletin-requiring-a-moratorium-against-non-renewal-or-cancellation-of-residential-property-insurance.pdf\",\n            \"created_at\": \"2021-08-20T07:30:07.389997-04:00\"\n        },\n        {\n            \"id\": 54986,\n            \"title\": \"The Colorado Division of Securities Alerts Firms of FINRA Imposter Scam\",\n            \"summary\": \"The Colorado Division of Securities (the “Division”) warns FINRA member firms of an ongoing phishing campaign that involves fraudulent emails purporting to be from FINRA and using one of at least three imposter FINRA domain names: @finrar-reporting.org, @Finpro-finrar.org, @gateway2-finra.org. The Division reminds firms to verify the legitimacy of any suspicious email before responding, opening any attachments, or clicking on any embedded links. FINRA has requested that the relevant Internet domain registrars suspend services for all three domain names.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO712DFF20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2ed2dff\",\n            \"created_at\": \"2021-08-20T07:30:07.518833-04:00\"\n        },\n        {\n            \"id\": 54987,\n            \"title\": \"Governor Lamont Signs Student Loan Subsidy Legislation for Educators Who Commit to Serving in Connecticut’s Highest Need School Districts\",\n            \"summary\": \"Governor Ned Lamont today held a bill signing ceremony to commemorate the adoption of legislation establishing the Connecticut Higher Education Supplemental Loan Authority (CHESLA) Alliance District Teacher Loan Subsidy Program, which will provide an interest rate subsidy on CHESLA loans to teachers who commit to teaching in one of Connecticut’s 33 highest need school districts. The legislation is part of a multipronged approach the Lamont administration and Connecticut State Department of Education are taking in alignment with the State Board of Education’s plan to attract, support, and retain great teachers and leaders with an intentional focus on building an educator workforce that reflects the racial, ethnic, and linguistic diversity of its students. There is a wide range of evidence to support the benefits of a diverse teacher workforce for students of all races/ethnicities, including its positive impact on strengthening schools, reduced dropout rates, improved college admissions, and achievement gains. In May, Governor Lamont announced that, over the last five years, school districts in Connecticut have hired more than 1,900 educators of color, exceeding the goal set by the State Board of Education to increase the number of educators of color from 8.3 percent to 10 percent – approximately 1,000 positions – between 2017 and 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT13714620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Signs-Student-Loan-Subsidy-Legislation-for-Educators\",\n            \"created_at\": \"2021-08-20T07:30:07.583921-04:00\"\n        },\n        {\n            \"id\": 54988,\n            \"title\": \"2020 Mortgage Market Activity and Trends\",\n            \"summary\": \"This is the fourth in an annual series of Bureau Data Point articles describing mortgage market activity over time based on data reported under the Home Mortgage Disclosure Act (HMDA). It focuses on mortgage trends from 2018 to 2020, when the new and revised HMDA data became available under the 2015 HMDA Rule.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19074CFPB40DS10520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Research Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/research-reports/\",\n            \"created_at\": \"2021-08-20T07:30:07.648407-04:00\"\n        },\n        {\n            \"id\": 54990,\n            \"title\": \"Issuance, Accounting and Reporting of Government Land\",\n            \"summary\": \"Notice is hereby given that the Federal Accounting Standards Advisory Board (FASAB) has issued Statement of Federal Financial Accounting Standards (SFFAS) 59, Accounting and Reporting of Government Land.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17798\",\n            \"regalytics_alert_id\": \"1891FR20211779820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Accounting Standards Advisory Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17798/notice-of-issuance-of-sffas-59-accounting-and-reporting-of-government-land\",\n            \"created_at\": \"2021-08-20T07:30:07.781991-04:00\"\n        },\n        {\n            \"id\": 54991,\n            \"title\": \"Former Marshall University Student Pleads Guilty to Role in Fraud and Money Laundering Scheme\",\n            \"summary\": \"One of eight individuals indicted in April 2021 in connection with a large fraud and money laundering scheme pleaded guilty to conspiracy to commit money laundering. Romello Thorpe, 25, of Washington, D.C., was involved from at least September 2019 to January 2, 2020, with Kenneth Emeni, John Nassy, Kenneth Ogudu, Oluwagbenga Harrison, Ouluwabamishe Awolesi, and others in a money laundering conspiracy that took place in Huntington, West Virginia and elsewhere. Co-conspirators created online false personas and contacted victims via email, text messaging or online dating and social media websites in order to induce the victims into believing they were in a romantic relationship, friendship or business relationship with various false personas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4911706620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"OIG Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ed7778\",\n            \"created_at\": \"2021-08-20T07:30:07.845358-04:00\"\n        },\n        {\n            \"id\": 54992,\n            \"title\": \"National Rates and Rate Caps - Monthly Update\",\n            \"summary\": \"The FDIC's National Rates and Rate Caps have been updated and are now available. This article presents Monthly Rate Cap information as of August 16, 2021 for savings, interest checking, money market, and CD.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4908094120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Weekly National Rates and Caps\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ecea63\",\n            \"created_at\": \"2021-08-20T07:30:07.908509-04:00\"\n        },\n        {\n            \"id\": 54993,\n            \"title\": \"Office of Inspector General Memorandum Update: Concerns Related to the FDIC’s Pending Authorization to Operate its External Wireless Network Solution Cloud Service _x000D_\",\n            \"summary\": \"While conducting our ongoing audit of Security Controls Over FDIC Wireless Networks, we identified concerns that require your prompt attention. These concerns relate to the FDIC’s pending Authorization to Operate (ATO) its external wireless network solution cloud service (Wireless solution). The Wireless solution allows users to set up, monitor, and configure wireless networks through a cloud-based service. The FDIC’s Division of Resolutions and Receiverships (DRR) has used the Wireless solution to set up secure wireless networks during bank closings. In addition, the FDIC’s Corporate University (CU) has used the Wireless solution for examiner courses with a need for an external internet connection. Also, the FDIC’s Division of Information Technology (DIT) has used the Wireless solution for setting up mobile devices.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4910433620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"OIG Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ed45be\",\n            \"created_at\": \"2021-08-20T07:30:07.971635-04:00\"\n        },\n        {\n            \"id\": 54994,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y to acquire shares of a bank or bank holding company. A. Federal Reserve Bank of Minneapolis: 1. Daniel Otten, Hayward, Minnesota; to retain voting shares of Minnesota Community Bancshares, Inc., Albert Lea, Minnesota, and thereby indirectly retain voting shares of Arcadian Bank, Hartland, Minnesota. B. Federal Reserve Bank of Kansas City: 1. Kathleen Sullivan, Cedar Rapids, Nebraska; to join the Sullivan Family Group, a group acting in concert, to acquire voting shares of Cedar Rapids State Company, and thereby indirectly acquire voting shares of Cedar Rapids State Bank, both of Cedar Rapids, Nebraska.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17817\",\n            \"regalytics_alert_id\": \"1891FR20211781720210819\",\n            \"proposed_comments_due_date\": \"2021-09-03\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17817/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-20T07:30:08.036616-04:00\"\n        },\n        {\n            \"id\": 54995,\n            \"title\": \"FTC Alleges Facebook Resorted to Illegal Buy-Or-Bury Scheme to Crush Competition After String of Failed Attempts to Innovate\",\n            \"summary\": \"Today, August 19, 2021, the Federal Trade Commission filed an amended complaint against Facebook in the agency’s ongoing federal antitrust case. The complaint alleges that after repeated failed attempts to develop innovative mobile features for its network, Facebook instead resorted to an illegal buy-or-bury scheme to maintain its dominance. It unlawfully acquired innovative competitors with popular mobile features that succeeded where Facebook’s own offerings fell flat or fell apart. And to further moat its monopoly, Facebook lured app developers to the platform, surveilled them for signs of success, and then buried them when they became competitive threats. Lacking serious competition, Facebook has been able to hone a surveillance-based advertising model and impose ever-increasing burdens on its users. According to the amended complaint, a critical transition period in the history of the internet, and in Facebook’s history, was the emergence of smartphones and the mobile Internet in the 2010s. Facebook’s CEO, Mark Zuckerberg, recognized at the time that “we’re vulnerable in mobile” and a major shareholder worried that Facebook’s mobile weakness “ran the risk of the unthinkable happening - being eclipsed by another network.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC124159474120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Trade Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/08/ftc-alleges-facebook-resorted-illegal-buy-or-bury-scheme-crush\",\n            \"created_at\": \"2021-08-20T07:30:08.114411-04:00\"\n        },\n        {\n            \"id\": 54997,\n            \"title\": \"Notice of Petitions/Dispositions Regarding Rule Validity: Rule Number 18-21 (Protection)\",\n            \"summary\": \"This is a Notice of Petitions/Dispositions Regarding Rule Validity in the matter of NE 32 Street LLC, Hillsboro Inlet Investments, LLC; Broward ICW Investments, LLC; and South Spanish Trail, LLC vs. The Board of Trustees of the Internal Improvement Trust Fund and the Florida Department of Environmental, on Rule number 18-21 (Protection).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490699820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Petitions/Dispositions Regarding Rule Validity\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Board of Trustees Internal Improvement Trust Fund\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24906998\",\n            \"created_at\": \"2021-08-20T07:30:08.243612-04:00\"\n        },\n        {\n            \"id\": 54998,\n            \"title\": \"Notice of Declaratory Statement: Standard Custody & Trust Company, LLC\",\n            \"summary\": \"The Florida Office of Financial Regulation has received the petition for declaratory statement from Standard Custody & Trust Company, LLC. The petition seeks the agency's opinion as to the applicability of Chapter 560, Florida Statutes, as it applies to the petitioner. On August 17, 2021 the Petition was withdrawn. The petition sought a declaratory statement from the Office on whether Petitioner as a New York state chartered trust would be exempt from licensure under the Florida Money Transmitter Statute, Chapter 560, Florida Statutes. The Petitioner intends to act as a custodian of digital assets including but not limited to traditional virtual currencies, stable coins, tokenized commodities, and tokenized securities. The company offers client fiduciary services related to those assets.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490263320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Declaratory Statement\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24902633\",\n            \"created_at\": \"2021-08-20T07:30:08.312784-04:00\"\n        },\n        {\n            \"id\": 54999,\n            \"title\": \"Notice of Variances and Waivers: Independence Landing, LLC\",\n            \"summary\": \"On August 17, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002(96) Florida Administrative Code (Definitions) and the 2019 Qualified Allocation Plan from Independence Landing, LLC waiving the timing requirements in subsection II.k. of the 2019 QAP to allow Petitioner to exchange its 2020 allocation of housing credits for an allocation of 2021 housing credits and thereby extend the associated deadlines.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490253620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24902536\",\n            \"created_at\": \"2021-08-20T07:30:08.377206-04:00\"\n        },\n        {\n            \"id\": 55001,\n            \"title\": \"Hawai‘i’s Unemployment Rate at 7.3 Percent in July – Jobs Increased by 53,000 Over-The-Year\",\n            \"summary\": \"The Hawai‘i State Department of Business, Economic Development & Tourism (DBEDT) today announced that the seasonally adjusted unemployment rate for July was 7.3 percent compared to 7.7 percent in June. Statewide, 598,850 were employed and 47,200 unemployed in July for a total seasonally adjusted labor force of 646,000. Nationally, the seasonally adjusted unemployment rate was 5.4 percent in July, down from 5.9 percent in June.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI254AIIS37580\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Hawaii\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Hawaii Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.hawaii.gov/newsroom/dbedt-news-release-hawaiis-unemployment-rate-at-7-3-percent-in-july-jobs-increased-by-53000-over-the-year/\",\n            \"created_at\": \"2021-08-20T07:30:08.506296-04:00\"\n        },\n        {\n            \"id\": 55002,\n            \"title\": \"House Bill 0645: Future of Work Task Force\",\n            \"summary\": \"Signed by the Governor on 08/19/2021. Creates the Illinois Future of Work Act. Creates the Illinois Future of Work Task Force. Provides for the duties and responsibilities of the Task Force. Provides for the membership and meetings of the Task Force. Provides that members of the Task Force shall serve without compensation. Provides that the Department of Commerce and Economic Opportunity shall provide administrative support to the Task Force. Requires the Task Force to submit a final report to the Governor and the General Assembly no later than November 1, 2022. Dissolves the Task Force upon the filing of its report. Repeals the Act on January 1, 2024. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1064528P0720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-19\",\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=645&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-20T07:30:08.571263-04:00\"\n        },\n        {\n            \"id\": 55003,\n            \"title\": \"House Bill 4128: Attorney Act - Client Property\",\n            \"summary\": \"Introduced on 08/19/2021. An act to amend the Attorney Act. Provides that if an attorney has received, in the course of collection or settlement of any claim left with him or her for collection or settlement, any money or other property belonging to any client, and, upon demand made, and a tender of his or her reasonable fees and expenses, refuses or neglects to pay over or deliver the same to the client, it shall be lawful for the client to, among other things: (1) request that the attorney provide an accounting of any and all money or other property belonging to the client in the possession of the attorney; and (2) request that the attorney deliver any and all money or other property belonging to the client in the possession of the attorney. Provides that an attorney who receives a request for an accounting shall provide the client with a full and accurate accounting of any and all money or property belonging to the client in the possession of the attorney within 30 days. Provides that an attorney who receives a request for delivery shall delivery any and all money or property belonging to the client in the possession of the attorney within 30 days. Provides that an attorney who knowingly violates a request for accounting or request for delivery for the express purpose of misappropriating money or property belonging to the client shall forfeit any and all rights and claims that the attorney may have otherwise held in such money or property or any portion thereof. Provides that the client may elect to enforce violations in the same court proceeding from which the money or property at issue was derived or through a separate action. Allows the court, upon a showing of cause for the issuance of injunctive relief, to issue such temporary restraining orders, preliminary injunctions, and permanent injunctions as may be appropriate. Allows the court to award reasonable attorney's fees, costs, and expenses to the prevailing party.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1412839FAN20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4128&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-20T07:30:08.636012-04:00\"\n        },\n        {\n            \"id\": 55004,\n            \"title\": \"House Bill 4129: Parking Tax - Purchase Price\",\n            \"summary\": \"Introduced on 08/19/2021. An act to amend the Parking Excise Tax Act. Provides that the term \\\"purchase price\\\" does not include fees or charges paid to or retained by a booking intermediary and not remitted to the operator.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1412948FKI20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4129&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-20T07:30:08.701116-04:00\"\n        },\n        {\n            \"id\": 55005,\n            \"title\": \"House Bill 4130: Property Tax - Recapture\",\n            \"summary\": \"Introduced on 08/19/2021. If and only if Senate Bill 508 of the 102nd General Assembly becomes law, amends the Property Tax Code. Repeals provisions added by Senate Bill 508 of the 102nd General Assembly concerning levy adjustments for certificates of error, court orders, and final administrative decisions of the Property Tax Appeal Board. Provides that a taxing district may adopt a levy to recapture revenue lost due to refunds issued pursuant to a decision of the Property Tax Appeal Board, an assessment or exemption decision of the Department of Revenue, a court order, or an administrative decision of a local assessment official. Provides that those recapture levies are not included in the taxing district's aggregate extension base under the Property Tax Extension Limitation Law. Amends the School Code to make conforming changes. Effective immediately or on the date Senate Bill 508 of the 102nd General Assembly takes effect, whichever is later.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1413048FKI20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4130&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-20T07:30:08.766018-04:00\"\n        },\n        {\n            \"id\": 55006,\n            \"title\": \"Pritzker Administration Announces $10.1 Million Rail Improvement Project in Metro East\",\n            \"summary\": \"The Illinois Department of Transportation announced today a $10.1 million project to modernize rail operations, improve safety and enhance the mobility of goods, people and services throughout Metro East. The project, will reconfigure an outdated network of tracks and signals, while replacing a 97-year-old trackside control tower and transferring its functions to a centralized facility. The project is made possible by a $5.1 million grant from the Consolidated Rail Infrastructure and Safety Improvements Program, administered by the Federal Railroad Administration, with contributions of $1.3 million from IDOT, $2 million from Union Pacific, $1 million from Amtrak, $440,000 from BNSF Railway and $300,000 from Kansas City Southern. The improvements will increase the speed of freight train operations and decrease traffic congestion on local roads, resulting in fewer blocked crossings and reducing passenger service travel times.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2376320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23763.html\",\n            \"created_at\": \"2021-08-20T07:30:08.831648-04:00\"\n        },\n        {\n            \"id\": 55007,\n            \"title\": \"Putnam County Tentative Multiplier Announced\",\n            \"summary\": \"Putnam County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2377120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23771.html\",\n            \"created_at\": \"2021-08-20T07:30:08.899042-04:00\"\n        },\n        {\n            \"id\": 55008,\n            \"title\": \"Governor Pritzker Signs Legislation Expanding Training and Education Opportunities for Working Families\",\n            \"summary\": \"Governor JB Pritzker signed House Bill 645 into law. The legislation creates the Illinois Future of Work Task Force with the goal of producing recommendations to expand workforce development, training, education, and apprenticeship programs. During the height of the COVID-19 pandemic, the Pritzker administration launched multiple grant and funding opportunities to invest in communities across the state and create job opportunities for residents. The grant programs included a $16.6 million investment to expand opportunities for Illinoisans who became unemployed during the pandemic and a Youth Summer Employment Program, on top of existing supports like federally funded workforce training programs offered at Illinois' network of local workforce centers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2377220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23772.html\",\n            \"created_at\": \"2021-08-20T07:30:08.964195-04:00\"\n        },\n        {\n            \"id\": 55009,\n            \"title\": \"Wayne County Final Multiplier Announced\",\n            \"summary\": \"Wayne County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2375920210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23759.html\",\n            \"created_at\": \"2021-08-20T07:30:09.029131-04:00\"\n        },\n        {\n            \"id\": 55010,\n            \"title\": \"Governor Beshear Requests Individual Assistance from Federal Government for Nicholas County Flood Event\",\n            \"summary\": \"Governor Andy Beshear submitted a request to President Joe Biden today to issue a Major Disaster Declaration and fund individual assistance to eligible residents in Nicholas County who were impacted by the once-in-a-thousand-year flood event that occurred July 29-30, 2021. If granted, funding from the Federal Emergency Management Agency (FEMA) Individuals and Households Assistance Program can provide support to impacted citizens in the form of temporary housing, repair of homes, replacement of personal property and vehicles and other eligible needs. The maximum funding for home repair and restoration is $36,000 for each household and an additional $36,000 is available for necessary expenses and serious needs directly caused by the disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY9992620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kentucky\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=926\",\n            \"created_at\": \"2021-08-20T07:30:09.095485-04:00\"\n        },\n        {\n            \"id\": 55011,\n            \"title\": \"Insurance Commissioner Recognizes Those Affected by Hurricane Laura\",\n            \"summary\": \"As the one-year anniversary of Hurricane Laura making landfall in the Lake Charles area approaches, Insurance Commissioner Jim Donelon reminds policyholders affected by the hurricane that their struggle has not been forgotten. Hurricane Laura was responsible for 175,160 total insurance claims, most of which were residential property claims. Total paid losses plus reserves on reported claims for Hurricane Laura as of the end of June were $8.6 billion, accounting for the vast majority of the estimated $10 billion in insured damage from the historic 2020 hurricane season in Louisiana. The Help Southwest Louisiana Now campaign was created and launched as a grassroots effort to advocate for much needed federal supplemental disaster relief funding. \",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9077LA8520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Louisiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ldi.la.gov/news/press-releases/8.19.21-insurance-commissioner-recognizes-those-affected-by-hurricane-laura\",\n            \"created_at\": \"2021-08-20T07:30:09.159136-04:00\"\n        },\n        {\n            \"id\": 55012,\n            \"title\": \"Consent Order: Peter J. Borrello\",\n            \"summary\": \"This is an order of the Securities Administrator issued with the consent of Peter J. Borrello (\\\"Borrello\\\") (CRD #1841005). He was licensed by the Maine Office of Securities as an agent of UBS Financial Services. On or about July 2018, Borrello's client HD died, leaving a Transfer on Death (\\\"TOD\\\") account and an Individual Retirement Account (IRA) to his sister and sole beneficiary, EH. In 2017, HD signed paperwork designating Attorney M as attorney-in-fact on HD's UBS accounts. Attorney M was also responsible for settling HD's estate. After HD's death, Attorney M contacted Borrello to discuss the transfer of HD's accounts to his beneficiary EH. Attorney M told Borrello that EH resided at Pine Point. Attorney M told Borrello that EH had appointed her niece as agent under her Power-of Attorney (POA), and that Niece was also EH's sole beneficiary. This consent of order declares Borrello is censured and shall pay a civil fine of $2,500 per violation for a total of $5,000. This amount is doubled to $10,000 because of the violations involved an investor 65 years of age or older. Borrello shall attend trainings on maintaining the confidentiality of client information and spotting the red flags of elder abuse and the appropriate steps to take in response.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1109ME537261020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Department of Professional and Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/tools/whatsnew/attach.php?id=5372610&an=1\",\n            \"created_at\": \"2021-08-20T07:30:09.223636-04:00\"\n        },\n        {\n            \"id\": 55013,\n            \"title\": \"DIFS Files Cease and Desist Order Against Health Care Sharing Ministry, Connected Businesses Operating in Michigan\",\n            \"summary\": \"The Michigan Department of Insurance and Financial Services (DIFS) has issued a cease-and-desist order against a healthcare sharing ministry and two connected companies for allegedly acting in violation of the Michigan Insurance Code. The DIFS cease-and-desist order alleges that Aliera Companies is in violation of the law by marketing and selling memberships in a for-profit risk-transferring entity. Further, the order states that Aliera maintains direct control of two additional entities, Sharity Ministries and Ensurian Agency, and that all three entities broadly market HCSM plans to individuals and charge monthly premiums, which vary depending on age and health. The Order alleges that the three entities take advantage of the Health Care Sharing Ministries Freedom to Share Act to operate as unlicensed insurers in Michigan and thereby avoid both state and federal insurance regulations. Under the Order, Aliera, Sharity, and Ensurian will have 30 calendar days after the service of the Order to contest it by requesting a hearing on the allegations. The alleged actions may carry civil fines of up to $50,000 and restitution paid to those affected by the purported HCSMs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1146MI18520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Department of Insurance and Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/difs/0,5269,7-303-13222_13250-566288--,00.html\",\n            \"created_at\": \"2021-08-20T07:30:09.288669-04:00\"\n        },\n        {\n            \"id\": 55014,\n            \"title\": \"Minnesotans Gain New Privacy Protections for Insurance Data\",\n            \"summary\": \"Minnesota consumers have new protections to protect the privacy of data they provide to insurance companies, including personal and financial information, through a new law championed by the Minnesota Department of Commerce. The new law applies to insurers, insurance agents, and other insurance-related entities licensed by the Department of Commerce and asks them to do three things: to create a plan on how to deal with cybersecurity events; to work this plan and investigate cybersecurity events if they think one has occurred; and to notify the Department of Commerce and to notify consumers when a cybersecurity event has occurred.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"471MN49451520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/commerce/media/news/index.jsp?id=17-494515\",\n            \"created_at\": \"2021-08-20T07:30:09.352925-04:00\"\n        },\n        {\n            \"id\": 55015,\n            \"title\": \"Register Now for NCUA’s Modernized Examination Tools Webinar on September 8\",\n            \"summary\": \"The National Credit Union Administration will host a webinar on the agency’s modernized examination tools on Wednesday, September 8, beginning at 2 p.m. Eastern. The webinar will focus on the NCUA’s new modern examination platforms and systems, including the agency’s Modern Examination & Risk Identification Tool, or MERIT. The webinar will discuss the benefits of these systems to credit unions and federal and state examiners, and it will also provide information on the Data Exchange Application (DEXA); NCUA Connect; and the Admin Portal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA7111120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Training\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/register-now-ncuas-modernized-examination-tools-webinar-sept-8\",\n            \"created_at\": \"2021-08-20T07:30:09.419415-04:00\"\n        },\n        {\n            \"id\": 55016,\n            \"title\": \"House Bill 605: the Therapeutic Cannabis Program\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An act relative to the therapeutic cannabis program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB6055220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-10\",\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB605/\",\n            \"created_at\": \"2021-08-20T07:30:09.485069-04:00\"\n        },\n        {\n            \"id\": 55019,\n            \"title\": \"OCC Enforcement Actions and Terminations\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC) today released new enforcement actions taken against national banks, federal savings associations, and individuals currently and formerly affiliated with national banks and federal savings associations. A notice was filed in the matter of Jacqueline Brown, GN Bank, Chicago. Existing enforcement actions were terminated in the matters of UBS AG Stamford Br, Stamford; MUFG Bank, Ltd. Primary NY Branch and MUFG Bank, Ltd., Secondary NY Branch, New York; and cfsbank, Charleroi. All Cease and Desist Orders, Civil Money Penalty Orders, and Removal/Prohibition Orders are issued with the consent of the parties, unless otherwise indicated.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC4073NS4220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-82.html\",\n            \"created_at\": \"2021-08-20T07:30:09.687542-04:00\"\n        },\n        {\n            \"id\": 55020,\n            \"title\": \"Governor Kate Brown Extends Residential Mortgage Foreclosure Moratorium Until December 31, 2021\",\n            \"summary\": \"Governor Kate Brown announced today that she has extended Oregon’s residential mortgage foreclosure moratorium until December 31, 2021. This moratorium prevents Oregonians who own their homes from losing their homes to foreclosure if they have lost income and been unable to pay their mortgage during the COVID-19 pandemic. House Bill 2009 authorized the governor to extend the mortgage foreclosure moratorium period for two successive three-month periods beyond June 30. The Governor previously issued Executive Order 21-14, extending the moratorium until September 30, 2021. The extension until December 31 is the last extension allowed under House Bill 2009. Extending House Bill 2009’s foreclosure moratorium will also provide relief to mortgagors that are leasing property to residential tenants, allowing landlords needed flexibility to continue to work with tenants who are struggling to pay rent. These protections are necessary as Oregon continues to deploy federal financial relief both for Oregonians who rent and for Oregonians who own their homes, including the Emergency Rental Assistance program and the Homeownership Assistance Fund, both of which are in the initial stages of deployment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8359OR6426420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.oregon.gov/newsroom/Pages/NewsDetail.aspx?newsid=64264\",\n            \"created_at\": \"2021-08-20T07:30:09.751417-04:00\"\n        },\n        {\n            \"id\": 55021,\n            \"title\": \"Wolf Administration Joins Legislators to Announce $20 Million in Pandemic Relief Available to Salon Industry\",\n            \"summary\": \"Governor Tom Wolf today announced that $20 million is available to help image and hair care professionals recover from the pandemic. The pandemic relief from American Rescue Plan funding was announced during a press conference in Philadelphia, where Department of Community and Economic Development (DCED) Executive Deputy Secretary Neil Weaver joined House Democratic Leader Joanna McClinton and Senate Democratic Appropriations Chairman Vincent Hughes. Last year, Governor Tom Wolf announced $225 million in assistance to Pennsylvania’s small businesses. The grants announced today will be open to businesses that applied to, but did not receive assistance from, that program. Approximately 1,200 community-based small businesses would be eligible. This effort builds on previous efforts by the administration and general assembly to provide emergency relief to small businesses, including $145 million for the hospitality industry and $50 million in hazard pay to front-line, essential workers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8285PA253ry20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.pa.gov/newsroom/wolf-administration-joins-legislators-to-announce-20-million-in-pandemic-relief-available-to-salon-industry/\",\n            \"created_at\": \"2021-08-20T07:30:09.814936-04:00\"\n        },\n        {\n            \"id\": 55022,\n            \"title\": \"Treasurer Magaziner Reports Office Vaccination Requirement is Proving Effective\",\n            \"summary\": \"General Treasurer Seth Magaziner announced today that, in the week since he announced the policy requiring staff in his office to either provide proof of vaccination or submit to regular testing, all of the 82 active staff in his office have demonstrated compliance. The Treasurer further stated this success demonstrates the policy can and should be expanded to all state and school employees. Out of the 82 active staff currently employed in the Office of the General Treasurer, 77, or 94%, have shown proof of vaccination or are planning to become fully vaccinated in the coming month. The remaining 5 staff have indicated that they are willing to submit to regular testing. The updated COVID-19 office protocols issued by Treasurer Magaziner mirror President Biden's plan for federal employees and policies of other states including California, Hawaii, Minnesota, Nevada, New Mexico, New York, North Carolina, Oregon, Virginia, Washington, Puerto Rico, and the District of Columbia.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4190120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Rhode Island\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Office of the General Treasurer\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ri.gov/press/view/41901\",\n            \"created_at\": \"2021-08-20T07:30:09.877708-04:00\"\n        },\n        {\n            \"id\": 55023,\n            \"title\": \"Two Special Elections Scheduled in Central Falls\",\n            \"summary\": \"Secretary of State Nellie M. Gorbea is providing the following schedule for two upcoming special elections in Central Falls. The first is a special election to fill a seat on the City Council in Ward 3. The second is a special bond referendum election that would authorize up to $5,760,000 in borrowing for construction, renovation, and improvement of schools and facilities in the city.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4190320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Rhode Island\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Office of the Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ri.gov/press/view/41903\",\n            \"created_at\": \"2021-08-20T07:30:09.940370-04:00\"\n        },\n        {\n            \"id\": 55024,\n            \"title\": \"SEC Charges Technology Company and Two Individuals with Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today charged Medsis International, Inc., a data software and financial technology company, Joshua Dax Cabrera, Medsis's CEO, and Paul Hess, an individual who raised investor funds for Medsis, with fraud and conducting an unregistered securities offering. Beginning in 2015 and continuing through at least 2020, Hess and Cabrera partnered to fraudulently raise more than $12.9 million from more than 150 U.S. and foreign investors by offering unregistered Medsis securities. The complaint alleges that while offering Medsis securities, Cabrera and Hess made multiple material misrepresentations and misleading statements about Medsis to investors concerning the existence and value of contracts with customers, existing and expected revenue, and business operations. The complaint also alleges that Cabrera and Hess misrepresented to investors their personal use of investor funds. The SEC seeks against all defendants permanent injunctive relief, disgorgement plus prejudgment interest, and civil penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25176.htm\",\n            \"created_at\": \"2021-08-20T07:30:10.007685-04:00\"\n        },\n        {\n            \"id\": 55025,\n            \"title\": \"SEC Obtains Judgments Against Bitconnect Promoters Michael Noble and Joshua Jeppesen and a Relief Defendant\",\n            \"summary\": \"On August 13, 2021, the United States District Court for the Southern District of New York entered a judgment against Michael Noble (a.k.a. Michael Crypto) and a final judgment against Joshua Jeppesen for their involvement with BitConnect and the promotion of its \\\"lending program.\\\" The court also entered a final judgment against Laura Mascola as a relief defendant. The defendants and relief defendant have been ordered to collectively pay more than $3.5 million and 190 Bitcoin in disgorgement and prejudgment interest. From approximately June 2017 to January 2018, Noble promoted BitConnect and marketed and sold securities in its \\\"lending program.\\\"  The SEC's complaint alleges that Noble offered and sold the securities without registering the securities offering with the Commission, and without being registered as a broker-dealer with the Commission, as required by the federal securities laws.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25177.htm\",\n            \"created_at\": \"2021-08-20T07:30:10.077265-04:00\"\n        },\n        {\n            \"id\": 55026,\n            \"title\": \"SEC Enhances Access to Financial Disclosure Data\",\n            \"summary\": \"The Securities and Exchange Commission today announced open data enhancements that provide public access to financial statements and other disclosures made by publicly traded companies on its Electronic Data Gathering, Analysis, and Retrieval system (EDGAR). The SEC is releasing for the first time Application Programming Interfaces (APIs) that aggregate financial statement data, making corporate disclosures quicker and easier for developers and third-party services to use. APIs will allow developers to create web or mobile apps that directly serve retail investors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC252607CA20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-159\",\n            \"created_at\": \"2021-08-20T07:30:10.140956-04:00\"\n        },\n        {\n            \"id\": 55027,\n            \"title\": \"SEC Obtains Final Judgment Against Securities Lawyer and Microcap Agent and Bars Lawyer from Practicing or Appearing Before the SEC\",\n            \"summary\": \"The SEC's complaint, filed on July 12, 2019, charged William Scott Lawler with engaging in schemes to fraudulently transfer control over the shares of two publicly-traded shell companies to a client. The complaint alleged that Lawler represented his client on the purchase of Broke Out Inc. (BRKO) and the predecessor to Immage Biotherapeutics Corp. (IMMG). Microcap agent Natalie Bannister allegedly participated in the BRKO scheme by assisting in the sale of BRKO to the client. The judgments permanently enjoin Lawler and Bannister from violating the antifraud provisions, and the registration provisions, and enjoin Lawler from violating the market manipulation provision. The judgments also bar Lawler and Bannister from participating in an offering of penny stock. Lawler is ordered to pay $386,790, consisting of $186,594 in disgorgement, $13,602 in prejudgment interest and a civil penalty of $186,594. Bannister is ordered to pay $21,781, consisting of $10,000 in disgorgement, $1,781 in prejudgment interest and a civil penalty of $10,000. Separately, the SEC instituted settled administrative proceedings against Lawler in which, without admitting or denying the findings, Lawler consented to an order barring him from appearing or practicing before the SEC.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25175.htm\",\n            \"created_at\": \"2021-08-20T07:30:10.207963-04:00\"\n        },\n        {\n            \"id\": 55028,\n            \"title\": \"SEC Order Determining Whistleblower Award Claim\",\n            \"summary\": \"The Claims Review Staff (“CRS”) issued Preliminary Determinations recommending that REDACTED (“Claimant 1”) receive a whistleblower award equal to REDACTED percent ( REDACTED %) of the monetary sanctions collected or to be collected in the REDACTED Covered Action. The CRS also recommended the denial of the award application from REDACTED (“Claimant 4”). Claimant 1 did not contest the Preliminary Determinations and Claimant 4 filed a timely response contesting the Preliminary Determinations. For the reasons discussed, the CRS’s recommendation is adopted with respect to both Claimant 1 and Claimant 4.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349270820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-92708.pdf\",\n            \"created_at\": \"2021-08-20T07:30:10.272924-04:00\"\n        },\n        {\n            \"id\": 55029,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order: Sofi Wealth, LLC\",\n            \"summary\": \"The Securities and Exchange Commission has issued a cease-and-desist order against SoFi Wealth, LLC which is an internet-based registered investment adviser incorporated in Delaware that utilizes proprietary software to provide investment advice to individuals on asset allocation. It is a wholly-owned subsidiary of Social Finance, Inc. and has been registered with the Commission as an investment adviser since June 14, 2013. In early 2019, SoFi began planning to create its own proprietary ETFs to replace third-party ETFs in the SoFi Invest program. SoFi Wealth intended to use the client’s assets managed in the SoFi Invest program to infuse cash into the newly-created, proprietary ETFs to capitalize the ETFs on the second day of trading. It unlawful for any investment adviser, directly or indirectly, to engage in any transaction, practice or course of business which operates as a fraudor deceit upon any client or prospective client. Therefore, it is hereby ordered that: the Respondent cease and desist from committing or causing any violations and any future violations of the Advisers Act and pay a civil money penalty in the amount of $300,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA582620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5826.pdf\",\n            \"created_at\": \"2021-08-20T07:30:10.339148-04:00\"\n        },\n        {\n            \"id\": 55030,\n            \"title\": \"Pelosi Statement on Meeting with President Biden on Build Back Better Bill\",\n            \"summary\": \"Speaker Nancy Pelosi issued this statement following a virtual meeting with President Biden, House Democratic leaders, and the Chairs of House Committees of jurisdiction on the path forward in crafting and passing the Democrats’ Build Back Better bill through the budget reconciliation process: “Today, President Biden met with the Chairs of the House Committees that will write the reconciliation bill.  In the discussion, all agreed that we have an historic opportunity for transformational change For The People.  The President expressed his appreciation for the Committees’ work to enact his Build Back Better agenda. House Committee Chairs were joined by members of the House Democratic Leadership in commending President Biden for the boldness of his vision and his determination to pass legislation which includes expanding the Biden Child Tax Credit, Child Care, home health care, paid family and medical leave, universal pre-K, workforce development, lower health costs and prescription drug prices, initiatives for veterans, education, climate, housing and more.  The meeting was marked by a determination to produce results – and soon.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH81921020210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81921-0\",\n            \"created_at\": \"2021-08-20T07:30:10.403117-04:00\"\n        },\n        {\n            \"id\": 55031,\n            \"title\": \"The Tennessee Department of Commerce & Insurance Securities Division Shares SEC Investor Alert About Scammers Posing as Brokers or Investment Advisers\",\n            \"summary\": \"The Tennessee Department of Commerce & Insurance’s Securities Division is joining the FBI Criminal Investigative Division and the U.S. Securities and Exchange Commission’s Office of Investor Education and Advocacy to warn investors about the rise of scammers and con artists making false claims about being registered investment brokers. To quickly and easily check if someone offering you an investment is currently licensed or registered, use the search tool on Investor.gov. Contact the seller using contact information you verify independently by using a phone number or website listed in the firm’s Client Relationship Summary rather than relying on contact information the seller provides you. The SEC maintains a list of Impersonators of Genuine Firms. This list is not exhaustive as firms may be impersonated even if they are not on the list.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA26020210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/8/19/tdci-securities-division-shares-sec-investor-alert-about-scammers-posing-as-brokers-or-investment-advisers.html\",\n            \"created_at\": \"2021-08-20T07:30:10.465713-04:00\"\n        },\n        {\n            \"id\": 55032,\n            \"title\": \"Governor Abbott Announces Additional Federal COVID-19 Relief Assistance Payments for Local Communities\",\n            \"summary\": \"Governor Greg Abbott today announced additional federal coronavirus relief assistance payments from the American Rescue Plan Act will begin this week for populations under 50,000. Under ARPA, the Coronavirus Local Fiscal Recovery Fund provides emergency funding for eligible localities classified as non-entitlement units of local government to support their response efforts, including medical supplies and hospital staffing. NEUs are cities, villages, towns, and townships serving populations of less than 50,000 and will receive funding distributed by the Texas Division of Emergency Management.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES2102134020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-announces-additional-federal-covid-19-relief-assistance-payments-for-local-communities\",\n            \"created_at\": \"2021-08-20T07:30:10.529420-04:00\"\n        },\n        {\n            \"id\": 55033,\n            \"title\": \"Civil Monetary Penalty Inflation Adjustment\",\n            \"summary\": \"The Department of Defense is issuing this final rule to adjust each of its statutory civil monetary penalties (CMP) to account for inflation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17675\",\n            \"regalytics_alert_id\": \"1891FR20211767520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": \"2021-08-19\",\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Defense\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17675/civil-monetary-penalty-inflation-adjustment\",\n            \"created_at\": \"2021-08-20T07:30:10.594241-04:00\"\n        },\n        {\n            \"id\": 55034,\n            \"title\": \"Global Magnitsky Designations\",\n            \"summary\": \"The Officer of Foreign Assets Control (OFAC) is providing notice that its Specially Designated Nationals List (SDN List) has been updated. The following individuals have been added to OFAC's SDN List: Gonzalez Brito, Andres Laureano; Jimenez Gonzalez, Abelardo; and Legra Sotolongo, Roberto.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT11220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210819\",\n            \"created_at\": \"2021-08-20T07:30:10.658694-04:00\"\n        },\n        {\n            \"id\": 55035,\n            \"title\": \"Treasury Sanctions Senior Cuban Officials in Response to Violence Against Peaceful Demonstrators\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) sanctioned three Cuban individuals pursuant to Executive Order (E.O.) 13818, which builds upon and implements the Global Magnitsky Human Rights Accountability Act and targets perpetrators of serious human rights abuse and corruption around the world.  This is the fourth round of sanctions since protests started in Cuba on July 11, 2021.  Treasury continues to target persons in connection with actions to suppress peaceful, pro-democratic protests in Cuba.  The targets of today’s designations are Roberto Legra Sotolongo (Legra) and Andres Laureano Gonzalez Brito (Gonzalez) of the Cuban Ministry of Revolutionary Armed Forces (MINFAR), and Abelardo Jimenez Gonzalez (Jimenez) of the Cuban Ministry of Interior (MININT).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT96032720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0327\",\n            \"created_at\": \"2021-08-20T07:30:10.722438-04:00\"\n        },\n        {\n            \"id\": 55036,\n            \"title\": \"Meeting of the Federal Advisory Committee on Insurance, September 9, 2021\",\n            \"summary\": \"This notice provides updated videoconference links for the U.S. Department of the Treasury’s Federal Advisory Committee on Insurance (FACI) meeting on Thursday, September 9, 2021 from 11:00 a.m. – 1:00 p.m. Eastern Time. The meeting is open to the public.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17774\",\n            \"regalytics_alert_id\": \"1891FR20211777420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17774/open-meeting-of-the-federal-advisory-committee-on-insurance\",\n            \"created_at\": \"2021-08-20T07:30:10.787186-04:00\"\n        },\n        {\n            \"id\": 55037,\n            \"title\": \"Secretary of the Treasury Janet L. Yellen and Secretary of the Department of Labor Martin J. Walsh's Letter to Congressional Leaders on Unemployment Insurance\",\n            \"summary\": \"U.S. Secretary of the Treasury Janet L. Yellen and Secretary of the Department of Labor Martin J. Walsh sent a letter to Senate Finance Committee Chairman Wyden and House Ways and Means Committee Chairman Neal on the expiration of emergency unemployment insurance on September 6, 2021. These programs have been a critical lifeline for millions of Americans who were unemployed, through no fault of their own during the COVID pandemic. Since Congress began work on the American Rescue Plan, the labor market has seen tremendous progress. More than 4 million jobs have been created, with an average of 832,000 jobs per month created over the last three months. The unemployment rate has fallen from 6.3%to 5.4 %. The temporary $300 boost in benefits will expire on September 6th.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT163032620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0326\",\n            \"created_at\": \"2021-08-20T07:30:10.853460-04:00\"\n        },\n        {\n            \"id\": 55038,\n            \"title\": \"Federal Government Participation in the Automated Clearing House\",\n            \"summary\": \"The Department of the Treasury, Bureau of the Fiscal Service (Fiscal Service) is proposing to amend its regulation governing the use of the Automated Clearing House (ACH) Network by Federal agencies. Its regulation adopts, with some exceptions, the Operating Rules Operating Guidelines (Operating Rules & Guidelines) developed by Nacha as the rules governing the use of the ACH Network by Federal agencies. The Department is issuing this proposed rule to address changes that Nacha has made since the publication of the 2019 Operating Rules & Guidelines. Acceptance of this rule will enable individuals and entities to make Same-Day ACH payments of up to $1,000,000 to the government and will enable Federal payments in the same amount. Failure to adopt this rule at the same time as other ACH Network participants may prevent clearance and processing of certain high-value transactions. For example, a taxpayer would be unable to make a tax payment exceeding $100,000 to the Federal Government via Same-Day ACH, even though it could initiate a similarly-sized Same-Day ACH payment to a private party. The failed transaction and resulting confusion could negatively impact both the taxpayer and the Federal Government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17268\",\n            \"regalytics_alert_id\": \"1891FR20211726820210819\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Bureau of the Fiscal Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17268/federal-government-participation-in-the-automated-clearing-house\",\n            \"created_at\": \"2021-08-20T07:30:10.918959-04:00\"\n        },\n        {\n            \"id\": 55039,\n            \"title\": \"Readout of President Biden’s Meeting with House Leadership and Committee Chairs on Build Back Better Agenda\",\n            \"summary\": \"This afternoon, the President held a virtual meeting with House Democratic leadership and the chairs of 15 House committees of jurisdiction about moving forward with his Build Back Better agenda, which would cut prescription drug costs, reduce the cost of housing and education, strengthen care for veterans, take on climate change, and help families afford childcare and care for older Americans. The President and House leaders agreed that the American people cannot afford to wait for the generational benefits these initiatives would deliver in terms of creating jobs, growing our economy in a manner that overwhelmingly benefits the middle class, and cutting costs for families.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH286DA20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/19/readout-of-president-bidens-meeting-with-house-leadership-and-committee-chairs-on-build-back-better-agenda/\",\n            \"created_at\": \"2021-08-20T07:30:10.986895-04:00\"\n        },\n        {\n            \"id\": 55040,\n            \"title\": \"President Joe Biden Speaks on Initial Unemployment Insurance Claims\",\n            \"summary\": \"President Biden released a statement today concerning the recent decrease in initial unemployment claims: \\\"The number of Americans filing initial unemployment insurance claims fell to the lowest level since the pandemic began. This reflects the important progress we are making in our economic recovery. An average of more than 830,000 Americans were filing initial unemployment insurance claims. That number has fallen by more than half to below 378,000. Our economy has created more than 4 million jobs and is also growing at the fastest rate in the first half of a year in nearly 40 years.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH219MS20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/19/statement-by-president-joe-biden-on-initial-unemployment-insurance-claims/\",\n            \"created_at\": \"2021-08-20T07:30:11.051666-04:00\"\n        },\n        {\n            \"id\": 55041,\n            \"title\": \"Build Back Better Agenda Will Provide Greater Tax Fairness for Small Businesses\",\n            \"summary\": \"President Biden has focused on providing America’s small businesses with the tools and resources they need to reopen, rehire, and rebuild. The Administration has delivered more than $300 billion in relief to Main Street and is on track to fully forgive more than 6 million small business loans by year-end. The Build Back Better Agenda will crack down on the unfair tax schemes that give big corporations a leg up. It will protect 97% of small business owners from income tax rate increases, while delivering tax cuts to more than 3.9 million entrepreneurs; increase access to contracting opportunities; and provide tens of billions of dollars in financing and technical assistance programs for small businesses, including small manufacturers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH262ES20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/19/fact-sheet-the-build-back-better-agenda-will-provide-greater-tax-fairness-for-small-businesses/\",\n            \"created_at\": \"2021-08-20T07:30:11.116069-04:00\"\n        },\n        {\n            \"id\": 55042,\n            \"title\": \"Governor Bryan Applauds HUD’s Approval of CDBG Mitigation Action Plan for Hurricane Recovery\",\n            \"summary\": \"Governor Albert Bryan Jr. applauded the decision by the U.S. Department of Housing, and Urban Development to approve the Territory’s action plan using the fourth tranche of $774 million of disaster relief funding for the 2017 hurricanes, which is awarded through Community Development Block Grant (CDBG-MIT) funding earmarked for mitigation projects in the U.S. Virgin Islands. Approval of the plan frees up federal funding to spend on housing, infrastructure & public facilities; economic resilience & revitalization; public services, and planning.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI557420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-applauds-huds-approval-of-cdbg-mitigation-action-plan-for-hurricane-recovery/\",\n            \"created_at\": \"2021-08-20T07:30:11.180679-04:00\"\n        },\n        {\n            \"id\": 55043,\n            \"title\": \"Foreclosure Moratorium Ended July 31, Free Counseling Available Statewide for At-Risk Homeowners\",\n            \"summary\": \"After the federal foreclosure moratorium ended on July 31, Attorney General Bob Ferguson is offering guidance and resources to Washington homeowners about the availability of housing counseling services. Ferguson is encouraging homeowners need to act now to learn what post-forbearance options they may have based on the type of loan they have. Housing counselors can assist homeowners to navigate new federal rules and assistance programs that take effect at the end of August to help people keep their homes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"174WA140973520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://www.atg.wa.gov/news/news-releases/ag-ferguson-foreclosure-moratorium-ended-july-31-free-counseling-available\",\n            \"created_at\": \"2021-08-20T07:30:11.244312-04:00\"\n        },\n        {\n            \"id\": 55044,\n            \"title\": \"Senate Bill 518: Natural Resources and Energy\",\n            \"summary\": \"Introduced on 08/19/2021. An act to renumber and amend relating to environmental pollution in an environmental remediation tax incremental district.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI33SB5181520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/sb518\",\n            \"created_at\": \"2021-08-20T07:30:11.308415-04:00\"\n        },\n        {\n            \"id\": 55045,\n            \"title\": \"Bank of England Weekly Report 18 August 2021\",\n            \"summary\": \"Bank of England's Weekly Report containing the latest data on assets and liabilities. The report is published every Thursday.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UKC3C5D20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/weekly-report/2021/18-august-2021\",\n            \"created_at\": \"2021-08-20T07:30:11.375788-04:00\"\n        },\n        {\n            \"id\": 55046,\n            \"title\": \"Interview with Carolyn Rogers, Secretary General of the Basel Committee on Banking Supervision, ECB Supervision Newsletter: I Don’t See Basel III as a Burden – I See a Compelling Case to Get It Done\",\n            \"summary\": \"“The Basel III reforms were the centrepiece of the regulatory response to the great financial crisis and they were more than ten years in the making. When the completion of the reforms was first announced in December 2017, there were still a small number of outstanding details that required finalisation, including some targeted calibrations and revisions to the market risk framework. Those details were completed by early 2020 and shortly after that, the Group of Central Bank Governors and Heads of Supervision (GHOS) announced an end to the policy work on Basel III reforms. The objective of marking this clear end – what is now referred to as the \\\"hard stop\\\" – was to bring stability to the framework so that member jurisdictions and banks could move forward with implementation. It was also an important signal that the Basel Committee was turning its focus to new and emerging risks. There is still work to do to complete Basel III, but that work is focused on implementing the reforms in a full, timely and consistent manner. Global financial stability is a public good: the full benefits of Basel III can only be locked in if all members implement these reforms.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17612BISSP21081820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/speeches/sp210818.htm\",\n            \"created_at\": \"2021-08-20T07:30:11.437332-04:00\"\n        },\n        {\n            \"id\": 55047,\n            \"title\": \"The EBA Updates Data Used for the Identification of Global Systemically Important Institutions (G-SIIs)\",\n            \"summary\": \"The European Banking Authority (EBA) published today, August 19, 2021, 12 indicators and updated the underlying data from the 31 largest institutions in the EU. This end-2020 data serves as input for the internationally agreed standards on which a smaller subset of banks will be identified as global systemically important institutions (G-SIIs), following the final decision from the Basel Committee on Banking Supervision (BCBS) and the Financial Stability Board (FSB). The EBA, acting as a central data hub in the disclosure process, updates this data on a yearly basis and provides a user-friendly platform to aggregate it across the EU. A stable sample of 27 institutions shows that the aggregate amount for total exposures, as measured for the leverage ratio, increased by 6.3%, the fastest pace on record, and stood at EUR 20.3 trillion at the end of 2020. Underwriting and payments activities increased by 31.4% and 5.5%, respectively, while aggregate values for trading and available-for-sale-securities increased by 9.9%. Equally, the value for both cross-jurisdictional claims and liabilities rose to the highest value since 2013 standing at EUR 8.1 trillion (3.7% increase from end-2019) and EUR 6.2 trillion (4.9% increase from end-2019), respectively. Conversely, securities outstanding decreased by 8.1% from end-2019, totally offsetting the 5.8% increase observed last year.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10651320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-updates-data-used-identification-global-systemically-important-institutions-g-siis-0\",\n            \"created_at\": \"2021-08-20T07:30:11.501222-04:00\"\n        },\n        {\n            \"id\": 55048,\n            \"title\": \"Seeking High-Level Consultants for Digital Euro Project\",\n            \"summary\": \"Following the ECB Governing Council’s decision to launch the investigation phase of a digital euro project, which is foreseen to run from October 2021 to October 2023, the Directorate General Market Infrastructure and Payments is seeking offers from senior payments industry experts to provide high-level consultancy services for the digital euro project. Two calls for proposals have been published, requesting offers to provide consultancy services focused on: the business model of a digital euro (part-time working basis – 50%); and the possible design and infrastructure of a digital euro (part-time working basis – 50%).\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17583EU557220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/paym/intro/news/html/ecb.mipnews210819.en.html\",\n            \"created_at\": \"2021-08-20T07:30:11.562858-04:00\"\n        },\n        {\n            \"id\": 55049,\n            \"title\": \"Blog by Philip R. Lane, Member of the Executive Board, European Central Bank: The New Monetary Policy Strategy: Implications for Rate Forward Guidance\",\n            \"summary\": \"\\\"Today, August 19, 2021, I will explain the revision to the Governing Council’s rate forward guidance that we announced in our latest meeting. This should be viewed as a fundamental step in implementing our new monetary policy strategy, since it is essential that our approach to setting our policy rates is fully aligned with delivering our symmetric two per cent inflation target over the medium term. Our monetary policy strategy statement stipulates that “The ECB is committed to setting its monetary policy to ensure that inflation stabilises at its two per cent target in the medium term.” Through the strong set of conditions linking our policy rates to reaching the two per cent target, our new rate forward guidance is an elemental step in fulfilling this commitment. In addition to rate forward guidance, also highlights the potential roles of asset purchases and longer-term refinancing operations, as appropriate, in addressing the effective lower bound constraint on policy rates. We stand ready to adjust all of our instruments, as appropriate, to ensure that inflation stabilises at our two per cent target over the medium term. The revision to rate forward guidance constitutes just the first step in implementing our new strategy. The monetary policy strategy statement lays out the range of factors that will shape our monetary policy decisions in the coming months and years, with further context provided by the accompanying overview document. Accordingly, the new monetary policy strategy should be viewed as laying strong foundations for future decision-making, in the service of delivering our price stability objective.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17586EU21081920210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Blog\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/blog/date/2021/html/ecb.blog210819%7Ec99d1b768d.en.html\",\n            \"created_at\": \"2021-08-20T07:30:11.626020-04:00\"\n        },\n        {\n            \"id\": 55050,\n            \"title\": \"Final Notice 2021: William Bernard Drinkwater\",\n            \"summary\": \"For the reasons listed below, the Authority had decided to take the following action against Mr. Drinkwater: a) to make an order prohibiting Mr. Drinkwater from performing any function in relation to any regulated activity carried on by any authorised person, exempt person or exempt professional firm; and b) to cancel Mr. Drinkwater’s Part 4A permission. Mr. Drinkwater has not referred the matter to the Tribunal within 28 days of the date on which the Decision Notice was issued to him. Accordingly, the Authority has today prohibited Mr. Drinkwater from performing any function in relation to any regulated activity carried on by any authorised person, exempt person or exempt professional firm, and also cancelled Mr. Drinkwater’s Part 4A permission. Between 23 November 2016 and 29 July 2019, Mr. Drinkwater held the CF8 Apportionment and Oversight function and was the sole shareholder at Trade Centre Warrington Ltd. Since 27 April 2016, Mr. Drinkwater was also authorised by the Authority as a sole trader. Whilst Mr. Drinkwater was approved to perform the CF8 function at Trade Centre Warrington Ltd, Mr. Drinkwater committed offences of fraudulent trading and conspiracy to handle and dishonestly receive stolen goods. On 5 June 2019, Mr. Drinkwater was convicted, upon his own confession, of two counts of fraudulent trading and participation in a fraudulent business carried on by a sole trader. On 2 September 2019, Mr. Drinkwater was sentenced to 20 months’ imprisonment suspended for 24 months, 200 hours of unpaid work, and a rehabilitation activity requirement for 20 days, and was required to pay the victim surcharge and compensation orders. In addition, a Directors Disqualification Order was made against Mr. Drinkwater. Accordingly, the Authority concludes that a prohibition order should be made against Mr. Drinkwater, and that Mr. Drinkwater’s Part 4A permission should be cancelled.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA518420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/final-notices/william-bernard-drinkwater-2021.pdf\",\n            \"created_at\": \"2021-08-20T07:30:11.690344-04:00\"\n        },\n        {\n            \"id\": 55051,\n            \"title\": \"Record of Discussion of the Meeting of the Exchange Fund Advisory Committee Currency Board Sub-Committee Held on 9 July 2021\",\n            \"summary\": \"The Sub-Committee noted that the Hong Kong dollar (HKD) traded within a range of 7.7574 and 7.7699 against the US dollar during the review period. Despite some selling pressure from the repatriation of funds raised in initial public offerings and share placements, the HKD remained firm due to corporates’ dividend payment needs and net inflows from the southbound Stock Connects. With the sizeable Aggregate Balance, HKD interbank interest rates (i.e. HIBORs) stayed at low levels during the review period. Overall, the HKD exchange and interbank markets continued to trade in a smooth and orderly manner. The Sub-Committee noted that the Monetary Base edged up to HK$2,112.44 billion at the end of the review period. In accordance with the Currency Board principles, all changes in the Monetary Base had been fully matched by corresponding changes in foreign reserves. The Sub-Committee noted that the global inflationary pressure had been on rise with the US seeing a relatively higher risk of high and persistent inflation, which could challenge the market’s “low for even longer” expectations and lead to a premature tightening of global financial conditions. While some Asian economies registered positive growth in 2021 Q1 on the back of goods exports, economic conditions in the region remained weak especially in those tourism-dependent economies. As such, any financial tightening may further drag economic activity in the region. The Sub-Committee further noted that in Mainland China, efforts continued to be made by policymakers to contain systemic financial risks. Meanwhile, China-US tensions remained a recurring issue.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA12410819520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210819-5/\",\n            \"created_at\": \"2021-08-20T07:30:11.764562-04:00\"\n        },\n        {\n            \"id\": 55052,\n            \"title\": \"Composite Interest Rate: End of July 2021\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) announced today, August 19, 2021, the composite interest rate at the end of July 2021. The composite interest rate, which is a measure of the average cost of funds of banks, increased by 1 basis point to 0.19% at the end of July 2021, from 0.18% at the end of June 2021. The increase in composite interest rate mainly reflected an increase in the weighted funding cost for deposits during the month. The historical data of the composite interest rate from the end of the fourth quarter of 2003 to the end of July 2021 are available in the Monthly Statistical Bulletin on the HKMA website (www.hkma.gov.hk).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA4110819420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210819-4/\",\n            \"created_at\": \"2021-08-20T07:30:11.848115-04:00\"\n        },\n        {\n            \"id\": 55053,\n            \"title\": \"Website Alert – Suspicious Website Related to DBS Bank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by DBS Bank (Hong Kong) Limited relating to a suspicious website, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS (including via embedded hyperlinks). Anyone who has provided his or her personal information, or who has conducted any financial transactions, through or in response to the website concerned, should contact the bank using the contact information provided in the press release, and report the matter to the Police by contacting the Cyber Security and Technology Crime Bureau of the Hong Kong Police Force at 2860 5012.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA7410819320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210819-3/\",\n            \"created_at\": \"2021-08-20T07:30:11.913986-04:00\"\n        },\n        {\n            \"id\": 55054,\n            \"title\": \"Reform of Interest Rate Benchmarks\",\n            \"summary\": \"The US Alternative Reference Rates Committee (ARRC) announced on 29 July that it formally recommended CME Group’s forward-looking SOFR term rates for adoption by market participants. The Hong Kong Monetary Authority (HKMA) understood from its ongoing industry outreach that some corporates were hesitant to migrate from LIBOR to SOFR because of the lack of a commonly accepted term structure. Riding on the ARRC’s latest recommendation, authorized institutions (AIs) are expected to step up their efforts to encourage customers to transition to SOFR. Consistent with the guidance provided by banking regulators around the world, the HKMA has required AIs to cease to enter into new LIBOR-linked contracts after 2021. As certain USD LIBOR settings will continue to be published for an additional 18 months after 2021, it is recognised that there may be a need for AIs to issue new USD LIBORlinked contracts under certain exceptional circumstances until June 2023 in order to manage (or help customers manage) risks associated with pre-existing USD LIBORlinked contracts. The HKMA notes that banking regulators in several jurisdictions have specified the exceptional circumstances under which their banks are permitted to issue new USD LIBOR-linked contracts after 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"18245HKMA5515T10520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Circular\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/guidelines-and-circular/2021/20210819e1.pdf\",\n            \"created_at\": \"2021-08-20T07:30:11.979877-04:00\"\n        },\n        {\n            \"id\": 55055,\n            \"title\": \"An Assessment on the Vulnerabilities of Open-Ended Funds to Leveraged Loans\",\n            \"summary\": \"Leveraged loans (LLs), which are illiquid and carry significant default risk, have grown rapidly alongside their securitised products (i.e. Collateralised Loan Obligations, CLOs). Investment funds are the second largest holder of these assets after banks, causing financial stability concerns about the liquidity risk of open-ended funds and the spillover risk to banks through common holdings of LLs. By examining the portfolios of open-ended funds that invested in LLs or CLOs around the world, this study finds that although the aggregate exposures to these assets remained limited at around 4% of their total assets at end-2019, and only 2% of these open-ended funds invested heavily in LLs (i.e. >50% of the fund’s assets, referred to as ‘LL funds’), fire-sales of LLs by such a small portion of funds could generate a downward spiral in LL prices and sharp fund outflows. In particular, during the March-2020 episode, these LL funds sold US$14 bn of LLs, accounting for 11% of the transactions in the secondary LL market and contributing to the sharp drop of 19% in LL prices during the episode. Our empirical analysis shows further that the fire-sales may mainly stem from the liquidity risk of LL funds, which is estimated to be higher than that of high-yield (HY) bond funds. During times of stress, a one percentage point (ppt) drop in funds’ return would lead to fund outflows by 1.5 ppts for LL funds, much higher than the estimate of 0.7 ppts for HY bond funds. We also identify factors that amplify the liquidity risk of LL funds. Specifically, we find that LL funds’ holding of LLs are highly pro-cyclical, and they hold significant common LLs. These could make LL funds more susceptible to fire-sales when there is a shock to LL prices, putting downward pressure on LL funds returns and amplifying outflows from them. However, most of LL funds employed little leverage, making it unlikely a significant factor in amplifying the risk. Given the rising issuance of LLs and the continued search-for-yield by investors amid the abundant global liquidity conditions, open-ended funds’ exposure to LLs could increase further. This calls for close monitoring and policy to address the risks identified by this study.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18254HKMA7510720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Research Memorandum\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/publication-and-research/research/research-memorandums/2021/RM07-2021.pdf\",\n            \"created_at\": \"2021-08-20T07:30:12.043081-04:00\"\n        },\n        {\n            \"id\": 55056,\n            \"title\": \"Investor Alert Regarding www.exmo.xyz/download.aspx\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. This list is not exhaustive and is based on what was known to MAS at the time of publication. Today August 19, 2021, www.exmo.xyz/download.aspx has been added to the this list.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS2620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Investor Alert\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-08-20T07:30:12.107113-04:00\"\n        },\n        {\n            \"id\": 55057,\n            \"title\": \"Money Market Debt Register Claims of the Swiss Confederation: Results\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for 19' August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB6ECF618620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_new/source/claims_new.en.pdf\",\n            \"created_at\": \"2021-08-20T07:30:12.169253-04:00\"\n        },\n        {\n            \"id\": 55058,\n            \"title\": \"Updated Opening Hours for the DBS Contact Centre\",\n            \"summary\": \"The DBS contact centre will be closed on Saturday 14, and Saturday 21 August.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUT77488320210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Disclosure and Barring Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/updated-opening-hours-for-the-dbs-contact-centre\",\n            \"created_at\": \"2021-08-20T07:30:12.234180-04:00\"\n        },\n        {\n            \"id\": 55059,\n            \"title\": \"UKEF Backs Landmark £430 Million Green Transition Loan for Wood Plc\",\n            \"summary\": \"The first ever government-backed green transition loan has been awarded to engineering and consultancy firm Wood to seize new clean growth export opportunities, International Trade Secretary Liz Truss has announced today. With less than three months before the UN climate change conference, COP26 in Glasgow, the UK continues to align its free trade agenda behind green exports to speed up the country’s transition away from fossil fuels to low-carbon energy sources, which is expected to deliver up to £170 billion of export sales in goods and services for the UK by 2030. Firms operating in the UK’s industrial heartlands, like Aberdeen-headquartered Wood, will be backed by Government to drive forward this transition, whilst supporting thousands of green jobs. This £430 million commercial loan will be supported by an 80% UKEF Transition Export Development Guarantee (Transition EDG) and will give Wood the financial resources to enhance its clean growth plans.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUU1186710120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Export Finance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/ukef-backs-landmark-430-million-green-transition-loan-for-wood-plc\",\n            \"created_at\": \"2021-08-20T07:30:12.297408-04:00\"\n        },\n        {\n            \"id\": 55060,\n            \"title\": \"Performance Update – August 2021\",\n            \"summary\": \"Our performance statistics currently only cover our appeals casework. In summary: we made 18,123 appeal decisions in the last 12 months, an average of over 1500 per month; the mean average time to make an appeal decision across all types of casework in the last 12 months was 27 weeks; at the end of July 2021, we had 11,982 open cases. This is an increase of 173 (1.5%), from the previous month.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKPP87326520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Planning Inspectorate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/performance-update-august-2021\",\n            \"created_at\": \"2021-08-20T07:30:12.361566-04:00\"\n        },\n        {\n            \"id\": 54874,\n            \"title\": \"RCA Public Meeting: the Regulatory Commission of Alaska\",\n            \"summary\": \"This public meeting will be held on August 25 via telephone. The meeting agenda includes the following presentations: Vantage Point; Remote Alaska Fund; and The Best Solution for Alaska (Jeff Smith, Jens Laipenieks, Kelly Williams, Steve Kramer). The Commission will meet daily, as necessary, at 9 a.m., to respond to matters for which time constraints prohibit providing published notice, including such items as proposed legislation for which the legislature requires a 24-hour response by the Commission. The Commission will have Public Meetings telephonically until further notice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20345820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203458\",\n            \"created_at\": \"2021-08-19T07:30:04.387620-04:00\"\n        },\n        {\n            \"id\": 54875,\n            \"title\": \"Meeting Agenda: Alaska Mental Health Trust Authority\",\n            \"summary\": \"Meeting: Board of Trustees; Date: August 25-26, 2021; Time: 9:00 AM; Location: Online via webinar and teleconference. Subjects that will be handled incluide the following: Statutory Advisor Update; Finance Committee Report; Inflation Proofing; Amended Budget; and Resource Management Committee Report/Update.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20345320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129295\",\n            \"created_at\": \"2021-08-19T07:30:04.453850-04:00\"\n        },\n        {\n            \"id\": 54876,\n            \"title\": \"Notice of Public Meeting: Alaska Mental Health Trust Authority\",\n            \"summary\": \"On Thursday, August 26, 2021 from 9:00 am to 10:30 am the Alaska Mental Health Trust Authority Board of Trustees and Trust Staff will be making a beneficiary related program site visit to the RurAL CAP Permanent Supportive Housing at 325 East Third Ave, Anchorage. Any questions can be directed to Stephen Williams, Chief Operating Officer.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20345420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203454\",\n            \"created_at\": \"2021-08-19T07:30:04.522203-04:00\"\n        },\n        {\n            \"id\": 54877,\n            \"title\": \"Meeting Agenda: Alaska Mental Health Trust Authority Program & Planning Committee\",\n            \"summary\": \"Meeting: Program & Planning Committee; Date: August 26, 2021; Time: 10:45 AM; Location: Online via webinar and teleconference. Trustees: Verné Boerner (Chair), Rhonda Boyles, Chris Cooke, Kevin Fimon, Brent Fisher, Anita Halterman, and John Sturgeon. Subjects: Approval(s) Providence Health & Services Washington/Housing and Home & Community Based Services Focus Area Allocation; Alaska Behavioral Health/Fairbanks Adult Mental Health Residential Treatment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20345520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129296\",\n            \"created_at\": \"2021-08-19T07:30:04.592269-04:00\"\n        },\n        {\n            \"id\": 54879,\n            \"title\": \"Wildfire Evacuees Could Be Eligible for Expenses Under Their Current Insurance Policy\",\n            \"summary\": \"Insurance Commissioner Ricardo Lara reminds residents across California who have been ordered to evacuate due to wildfires that they may have homeowner or renter insurance to help with evacuation and relocation costs under Additional Living Expenses coverage, known as ALE. ALE coverage typically includes food and housing costs, furniture rental, relocation and storage, and extra transportation expenses. In 2020 Commissioner Lara’s sponsored bill SB 872, authored by Senator Bill Dodd, was signed by Governor Newsom to remove barriers for disaster survivors to get critical insurance benefits and streamline wildfire recovery processes for homeowners who suffer from a loss. The law allows for an extension of Additional Living Expenses benefits and requires an advance payment for no less than four months of ALE without an itemized inventory form, among other consumer protections.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA18320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release085-2021.cfm\",\n            \"created_at\": \"2021-08-19T07:30:04.729910-04:00\"\n        },\n        {\n            \"id\": 54883,\n            \"title\": \"Financial Audit: Colorado Public Employees’ Retirement Association, Fiscal Year Ended December 31, 2020\",\n            \"summary\": \"The Office of the State Auditor engaged CliftonLarsonAllen LLP (CLA) to conduct a financial and compliance audit of the Colorado Public Employees’ Retirement Association (Colorado PERA) for the year ended December 31, 2020. The audit report expressed an unmodified opinion on Colorado PERA’s basic financial statements as of and for the year ended December 31, 2020. It did not identify any significant deficiencies or material weaknesses in Colorado PERA’s internal controls during our audit of the 2020 financial statements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18234CO2013F20210801\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Financial Audit\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the State Auditor\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/audits/colorado-public-employees%E2%80%99-retirement-association-fiscal-year-ended-december-31-2020\",\n            \"created_at\": \"2021-08-19T07:30:04.987096-04:00\"\n        },\n        {\n            \"id\": 54884,\n            \"title\": \"IES Downstream, LLC Receives $708,627 Penalty for Alleged Improper Disposal of Hazardous Wastes\",\n            \"summary\": \"The Hawai‘i Department of Health (DOH) and IES Downstream, LLC (IES) reached a settlement of alleged violations of the state’s hazardous waste laws involving IES’ management of wastes at its petroleum terminal and tank farm in Kapolei. Pursuant to this settlement, the Department has obtained a Stipulated Judgment and Order in the Environmental Court that, in addition to requiring IES to pay a civil penalty of $708,627, also obligated IES to transport about 289,000 lbs. of hazardous waste to a permitted hazardous waste treatment, storage and disposal facility on the mainland. IES has denied the allegations and does not admit any liability.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI260OWNS37574\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Hawaii\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Hawaii Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.hawaii.gov/newsroom/doh-news-release-ies-downstream-llc-receives-708627-penalty-for-alleged-improper-disposal-of-hazardous-wastes/\",\n            \"created_at\": \"2021-08-19T07:30:05.061904-04:00\"\n        },\n        {\n            \"id\": 54885,\n            \"title\": \"Order and Consent to Order: Katina L. Parrish\",\n            \"summary\": \"On December 11, 2019, the Commissioner entered an order immediately suspending Parrish's insurance producer license, effective immediately. On December 31, 2020, Parrish's producer license expired while she was still suspended. Parrish has not submitted an application for reinstatement or reissuance of her lincense. From on or about December 18, 2019, until February 4, 2020, Parrish was the agent of record and submitted 26 insurance applications to AFLAC while her license was suspended. Parrish received $3,595.30 in commission payments in connection with the 26 applications. On March 15, 2020, Parrish filed an application for Pandemic Unemployment Assistance (\\\"PUA\\\") with Iowa Workforce Development (\\\"IWD\\\"). As a result of her misrepresentations, Parrish received $39,236 in PUA benefits for which she was not entitled. It is ordered: Parrish's Iowa resident insurance producer license is revoked and Parrish is prohibited from engaging in the business of insurance in this state; Parrish shall, contemporaneously with this Order, pay a civil penalty in the amount of $2,600.00; and Parish shall pay the amount of $500.00 for costs of investigation and prosecution.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1711043220210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-katina-l-parrish\",\n            \"created_at\": \"2021-08-19T07:30:05.128650-04:00\"\n        },\n        {\n            \"id\": 54886,\n            \"title\": \"August 2021 Mid-Month Revenue Report\",\n            \"summary\": \"The Department of Revenue (DOR) hereby submits its mid-month tax revenue report for the month of August 2021, the second month of fiscal year 2022. August is one of the smaller months for revenue collections because neither individual nor business taxpayers make significant estimated payments during the month. Historically, roughly 6.7% of annual revenue, on average, has been received during August. Total Tax collections for the month-to-date period were $975 million, up $163 million or 20.1% versus the same period in August 2020. The month-to-date increase is mostly due to an increase in withholding. Income Taxes, which includes withholding, totaled $780 million, up $157 million or 25.1% versus the same period in August 2020. Sales & Use Taxes were $118 million, up $21 million or 22.0% versus the same period in August 2020. Corporate & Business Taxes were a net outflow of $0.4 million, resulting in a $13 million decrease in collections versus the same period in August 2020. Other Taxes totaled $77 million, down $1 million or 1.6% versus the same period in August 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18801MA36AU6120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/doc/august-2021-mid-month-revenue-report/download\",\n            \"created_at\": \"2021-08-19T07:30:05.193541-04:00\"\n        },\n        {\n            \"id\": 54890,\n            \"title\": \"Governor Cooper Issues State of Emergency in Response to Severe Weather\",\n            \"summary\": \"In response to Tropical Storm Fred, Governor Roy Cooper issued a State of Emergency today to activate the state’s emergency operations plan and waive transportation rules to help first responders and the agriculture industry. Executive Order 227 waives the size and weight requirements for vehicles carrying emergency relief supplies or services to assist with the restoration of utility services, debris removal and emergency relief efforts. The Order also helps North Carolinians harvest and transport their crops more quickly, by temporarily suspending weighing of vehicles used to transport livestock, poultry or crops ready to be harvested. The Council of State concurred with the Order today.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC394820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nc.gov/news/press-releases/2021/08/18/governor-cooper-issues-state-emergency-response-severe-weather\",\n            \"created_at\": \"2021-08-19T07:30:05.449228-04:00\"\n        },\n        {\n            \"id\": 54891,\n            \"title\": \"Final Order to Cease-and-Desist, and Order Denying License and Imposing Civil Penalties, Entered by Default: Loretta A. Morris\",\n            \"summary\": \"On April 29, 2021, the Director of the Department of Consumer and Business Services for the State of Oregon (“Director”), served an Order to Cease and Desist, Proposed Order Denying License and Imposing Civil Penalties, and Notice of Right to an Administrative Appeal (“Notice”) on Loretta A. Morris (“Respondent”). The Director did not receive from Respondent a request for a hearing and did not conduct a hearing. The Director finds that the record of this proceeding proves a prima facie case. Now, therefore, after considering the relevant portions of the Division’s file relating to this matter, the Director finds and orders as follows. The Director orders Respondent to cease and desist from violating ORS 744.074(1)(a). The Director denies renewal of Respondent’s Oregon Nonresident Insurance Producer License. The Director orders that Respondent be subject to a civil penalty in the amount of $1,000 for violating ORS 744.074(1).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1123ORINS200091is20210727\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-27\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Division of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://dfr.oregon.gov/AdminOrders/enf-orders-2021/Loretta%20Morris%20Default%20Order%20(for%20posting).pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.514381-04:00\"\n        },\n        {\n            \"id\": 54892,\n            \"title\": \"SEC Charges IIIinois Resident with Insider Trading\",\n            \"summary\": \"The Securities and Exchange Commission announced charges against Denise Grevas for insider trading in the stock of Alder BioPharmaceuticals, Inc. The SEC's complaint alleges that Grevas learned material, non-public information about the planned tender offer during a telephone call with her spouse, who was a member of Lundbeck's due diligence team for the Alder tender offer, in August 2019. Grevas purchased 30,800 shares of Alder stock in five brokerage accounts under her control, trading nearly every trading day until Lundbeck's announcement. Alder's share price increased 84% from its prior day's closing price, and Grevas obtained gains of $286,960. The SEC's complaint charges Grevas with violating the antifraud provisions and the Securities Exchange Act of 1934. Grevas has agreed to be permanently enjoined from violations of these provisions. In a parallel action, the U.S. Attorney's Office for the Northern District of Illinois announced criminal charges against Grevas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25174.htm\",\n            \"created_at\": \"2021-08-19T07:30:05.580751-04:00\"\n        },\n        {\n            \"id\": 54893,\n            \"title\": \"Sanjay Wadhwa Named Deputy Director of Enforcement Division\",\n            \"summary\": \"The Securities and Exchange Commission today announced the appointment of Sanjay Wadhwa as Deputy Director of the Division of Enforcement. Mr. Wadhwa joined the SEC as a staff attorney in 2003. As co-head of Enforcement in the SEC's New York office, he was responsible for the day-to-day functions of that office's enforcement program. He also previously served in additional roles in the Enforcement Division, including Deputy Chief of the Market Abuse Unit and Assistant Director in NYRO. His new role is effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC32B038FB20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-157\",\n            \"created_at\": \"2021-08-19T07:30:05.645021-04:00\"\n        },\n        {\n            \"id\": 54894,\n            \"title\": \"Order Appointing Tax Administrator and Directing Payment of Certain Funds Received by the Commission: Wendan Bao, et al.\",\n            \"summary\": \"On August 4, 2021, the Commission issued an Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order (the “Order”) against Wendan Bao, Shuo Gu, LendingCar Corporation, and H7 Credit LLC (collectively, the “Respondents”). The Commission ordered Respondents to pay $103,000 in disgorgement to the Commission, in nine installments, which is be distributed to harmed investors to the extent feasible (the “Distribution Fund”). The Distribution Fund constitutes a qualified settlement fund (“QSF”). The appointment of a tax administrator to fulfill the tax obligations of the Distribution Fund is necessary. The appointment of Miller Kaplan Arase LLP (“Miller Kaplan”) is in accordance with the Omnibus Order Directing the Appointment of Tax Administrator in Administrative Proceedings that Establish Distribution Funds (the “Omnibus Order”). The Respondents have made the first payment of $15,450.00 as ordered, which currently comprises the Distribution Fund. Accordingly, it is hereby ordered that Miller Kaplan, in accordance with the Omnibus Order, is appointed Tax Administrator for the QSF in the above referenced proceeding and shall work with the Commission staff to establish the Reserve; after withholding the Reserve, the Commission staff shall disburse the remaining funds in the Distribution Fund to the three Harmed Investors, as set forth in Exhibit 1; and any amounts remaining in the Distribution Fund after the final distribution, that are infeasible to return to investors, and any amounts returned to the Distribution Fund in the future that are infeasible to return to investors, shall be transferred to the general fund of the U.S. Treasury.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349270420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92704.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.715199-04:00\"\n        },\n        {\n            \"id\": 54895,\n            \"title\": \"Order Directing Disbursement of Fair Fund: Robinhood Financial, LLC\",\n            \"summary\": \"On June 4, 2021, the Division of Enforcement, pursuant to delegated authority, published a Notice of Proposed Plan of Distribution and Opportunity for Comment (“Notice”), pursuant to Rule 1103 of the Commission’s Rules on Fair Fund and Disgorgement Plans (“Commission’s Rules”), and simultaneously posted the Proposed Plan of Distribution (the “Proposed Plan”). The Plan provides for the distribution of the Fair Fund, plus accrued interest and earnings thereon, less a Reserve, (“Net Available Fair Fund”) to Eligible Investors according to the methodology set forth in the Plan. Pursuant to the Plan, the Fund Administrator has compiled the payee information and prepared a payment file in a Commission-approved format. The Commission staff has reviewed and accepted the payment file and requests. Accordingly, it is hereby ordered, that Commission staff shall transfer $25,673,783.30 from the Fair Fund to the Fair Fund’s escrow account at The Huntington National Bank, and the Fund Administrator shall distribute such monies to the eligible investors in accordance with the Plan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349270520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92705.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.780895-04:00\"\n        },\n        {\n            \"id\": 54896,\n            \"title\": \"SEC Order Against William Scott Lawler, Esq.\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order against William Scott Lawler. The Respondent has submitted an Offer of Settlement which the Commission has determined to accept. Lawler is and has been an attorney licensed to practice in the States of California and Arizona,was also licensed to practice in the State of Utah, but this license has been suspended. The Commission’s complaint alleged that Lawler participated in deceptive schemes from August 2015 through March 2016 for BRKO, and from February 2015 through April 2017 for IMMG, that resulted in the unlawful, unregistered sales of millions of shares of those issuers to the investing public. The complaint alleged that Lawler participated in the deposit of certain of those shares in brokerage accounts so that they could be resold to the public. It is hereby ordered, effective immediately, that Lawler is suspended from appearing or practicing before the Commission as an attorney.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349270720210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92707.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.844985-04:00\"\n        },\n        {\n            \"id\": 54897,\n            \"title\": \"SEC Charges Netflix Insider Trading Ring\",\n            \"summary\": \"The Securities and Exchange Commission today announced insider trading charges against three former Netflix Inc. software engineers and two close associates who generated over $3 million in total profits by trading on confidential information about Netflix's subscriber growth. The complaint alleges that Sung Mo Jun, while employed at Netflix in 2016 and 2017, repeatedly tipped this information to his brother, Joon Mo Jun, and his close friend, Junwoo Chon, who both used it to trade in advance of multiple Netflix earnings announcements. The SEC's complaint, filed in federal court in Seattle, charges Sung Mo Jun, Joon Jun, Chon, Lee, and Bae with violating the antifraud provisions of the Securities Exchange Act of 1934 and Sung Mo Jun, Joon Jun, Chon, and Lee have consented to the entry of judgments which, if approved by the court, would permanently enjoin each from violating the charged provisions; Bae consented to the entry of a final judgment, also subject to court approval, permanently enjoining him from violating the Exchange Act and imposing a civil penalty of $72,875.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC8A7C6F5F20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-158\",\n            \"created_at\": \"2021-08-19T07:30:05.910590-04:00\"\n        },\n        {\n            \"id\": 54898,\n            \"title\": \"Ten South Dakota Businesses Named to Inc. 5000 National List for Growth\",\n            \"summary\": \"Business is booming across South Dakota. This week, the state had 10 businesses named to the annual Inc. 5000 list of fastest-growing private companies in the nation. These companies didn’t just expand, some have grown exponentially. These companies are winning and elevating South Dakota on the national stage as the premier place to start and grow a business. The companies represented on the list had a median growth of 239 percent with industry revenue hitting over $283 million, all while adding 330 jobs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1711SD2842820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Department of Revenue\"\n                },\n                {\n                    \"name\": \"South Dakota Governor's Office of Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28428\",\n            \"created_at\": \"2021-08-19T07:30:05.975546-04:00\"\n        },\n        {\n            \"id\": 54899,\n            \"title\": \"Governor Abbott Announces Additional Federal COVID-19 Relief Assistance Payments for Local Communities\",\n            \"summary\": \"Governor Greg Abbott today announced additional federal coronavirus relief assistance payments from the American Rescue Plan Act will begin this week for populations under 50,000. Under ARPA, the Coronavirus Local Fiscal Recovery Fund provides emergency funding for eligible localities classified as non-entitlement units of local government to support their response efforts, including medical supplies and hospital staffing. NEUs are cities, villages, towns, and townships serving populations of less than 50,000 and will receive funding distributed by the Texas Division of Emergency Management.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES1102134020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-announces-additional-federal-covid-19-relief-assistance-payments-for-local-communities\",\n            \"created_at\": \"2021-08-19T07:30:06.072188-04:00\"\n        },\n        {\n            \"id\": 54901,\n            \"title\": \"HUD Announces $2.7 Billion Funding Opportunity to Help People Experiencing Homelessness\",\n            \"summary\": \"The U.S. Department of Housing and Urban Development (HUD) is making $2.656 billion in FY 2021 Continuum of Care Program (CoC) competitive funding available to homeless services organizations across the country for supportive services and housing programs for people experiencing homelessness. he Continuum of Care Program is the largest source of federal grant funding for homeless services and housing programs serving people experiencing homelessness. By statute, CoC Program grants must be awarded through an annual NOFO to which nearly 400 Continuum of Care communities apply for grants for approximately 7,000 homeless services projects. This includes both renewals of existing grants and grants for new projects.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"774HUD8712420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hud.gov/press/press_releases_media_advisories/HUD_No_21_124\",\n            \"created_at\": \"2021-08-19T07:30:06.203420-04:00\"\n        },\n        {\n            \"id\": 54902,\n            \"title\": \"Georgia Man Convicted of Filing Fraudulent Tax Returns\",\n            \"summary\": \"A federal jury in Athens, Georgia, convicted a Georgia man today of filing fraudulent tax returns in the name of several trusts. According to court documents and evidence presented at trial, between 2016 and 2018, Marquet Mattox, of Lilburn, filed at least 30 fraudulent federal income tax returns in the name of at least 11 different trusts. Those returns falsely represented that the trusts had earned interest income and that federal income taxes had been withheld and paid to the IRS. Mattox then fraudulently requested refunds on behalf of the purported trusts totaling nearly $165 million. The IRS paid approximately $5 million of the requested refunds, which Mattox used to purchase a house, expensive furniture and a luxury automobile. Mattox will be sentenced at a later date. He faces a maximum penalty of 20 years in prison on the wire fraud counts, five years on the false claims counts, and 10 years on the theft of government funds count. He also faces a period of supervised release, restitution, monetary penalties and forfeiture.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1363020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/georgia-man-convicted-filing-fraudulent-tax-returns\",\n            \"created_at\": \"2021-08-19T07:30:06.267964-04:00\"\n        },\n        {\n            \"id\": 54903,\n            \"title\": \"Georgia Woman Pleads Guilty to Bank Fraud for COVID-Relief Fraud Scheme\",\n            \"summary\": \"A Georgia woman pleaded guilty today in the Northern District of Georgia for perpetrating a scheme to fraudulently obtain more than $7.9 million in Paycheck Protection Program (PPP) loans guaranteed by the Small Business Administration (SBA) under the Coronavirus Aid, Relief, and Economic Security (CARES) Act. According to court documents, Hunter VanPelt, aka Ellen Corkrum, 49, of Roswell, submitted six fraudulent PPP loan applications to four different lenders on behalf of entities she owned or controlled, namely: Georgia Nephrology Physician Associated, United Healthcare Group & Co., Nephrology Network Group LLC, First Corporate International, Corkrum Consolidated Inc., and Kiwi International Inc. Through the six PPP loan applications, VanPelt fraudulently sought more than $7.9 million in PPP loan funds, of which more than $6 million was disbursed to accounts controlled by VanPelt. The Department of Justice, working with law enforcement partners, seized and recovered approximately $2.1 million of the disbursed PPP funds in this matter. An additional $1.6 million of the disbursed PPP funds were seized by a bank and returned to the lender. VanPelt pleaded guilty to bank fraud. She is scheduled to be sentenced on Jan. 4, 2022, and faces a maximum penalty of 30 years in prison.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ166BB20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/georgia-woman-pleads-guilty-bank-fraud-covid-relief-fraud-scheme\",\n            \"created_at\": \"2021-08-19T07:30:06.332793-04:00\"\n        },\n        {\n            \"id\": 54904,\n            \"title\": \"Federal Court Finds Miami-Area Tax Preparer in Contempt for Violating Permanent Injunction\",\n            \"summary\": \"A federal court in the Southern District of Florida has held a Miami-area tax preparer in contempt for violating a permanent injunction that barred her from preparing, filing or assisting in the preparation or filing of federal tax returns for others. The United States filed a complaint against Milagros Espinal on February 7, 2011, that alleged that she had prepared returns for customers that claimed deductions for fraudulent medical expenses, charitable contributions and unreimbursed employee business expenses. According to the complaint, an IRS review of returns she prepared uncovered errors in 97% of the returns the agency examined. The parties contemporaneously filed a consent order, in which Espinal agreed to a full bar on return preparation. On February 16, 2011, the court issued a permanent injunction. In holding Espinal in contempt today, the court found that the United States proved by clear and convincing evidence that Espinal continued to prepare returns notwithstanding the injunction.The court also found that the returns Espinal filed in violation of the injunction contained numerous fraudulent claims. In particular, the order concludes that Espinal frequently fabricated fuel tax credits and that she included more than $269,095 in fabricated or overstated deductions on the returns she prepared for the customers who testified at the contempt hearing. According to the order, the court will impose a sanction on Espinal on a later date.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2046620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/federal-court-finds-miami-area-tax-preparer-contempt-violating-permanent-injunction\",\n            \"created_at\": \"2021-08-19T07:30:06.400586-04:00\"\n        },\n        {\n            \"id\": 54905,\n            \"title\": \"Ohio Resident Pleads Guilty to Operating Darknet-Based Bitcoin ‘Mixer’ That Laundered Over $300 Million\",\n            \"summary\": \"An Ohio man pleaded guilty today to a money laundering conspiracy arising from his operation of Helix, a Darknet-based cryptocurrency laundering service. According to court documents, Larry Dean Harmon, 38, of Akron, admitted that he operated Helix from 2014 to 2017. Helix functioned as a bitcoin “mixer” or “tumbler,” allowing customers, for a fee, to send bitcoin to designated recipients in a manner that was designed to conceal the source or owner of the bitcoin. Harmon admitted that Helix partnered with several Darknet markets, including AlphaBay, Evolution, Cloud 9 and others, to provide bitcoin money laundering services for market customers. In total, Helix moved over 350,000 bitcoin – valued at over $300 million at the time of the transactions – on behalf of customers, with the largest volume coming from Darknet markets. As part of his plea, Harmon also agreed to the forfeiture of more than 4,400 bitcoin, valued at more than $200 million at today’s prices, and other seized properties that were involved in the money laundering conspiracy. Harmon will be sentenced at a date to be determined and faces a maximum penalty of 20 years in prison, a fine of $500,000 or twice the value of the property involved in the transaction, a term of supervised release of not more than three years, and mandatory restitution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2266720210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/ohio-resident-pleads-guilty-operating-darknet-based-bitcoin-mixer-laundered-over-300-million\",\n            \"created_at\": \"2021-08-19T07:30:06.467246-04:00\"\n        },\n        {\n            \"id\": 54906,\n            \"title\": \"Readout: Deputy Secretary of the Treasury Wally Adeyemo’s Visit to Maryland Emergency Rental Assistance Grantee\",\n            \"summary\": \"Earlier today, Deputy Secretary of the Treasury Wally Adeyemo participated in a roundtable discussion hosted by Housing Initiative Partnership (HIP) in Hyattsville, Maryland where he heard from tenants, landlords, community leaders and administrators of Prince George’s County’s effective Emergency Rental Assistance (ERA) program. Despite having to build their program largely from scratch, Prince George’s County has already distributed 83% of its first allotment of ERA funds to more than 3,200 Prince George’s County tenants and landlords. Following Treasury’s February guidance encouraging programs to reduce burdensome documentation requirements, the county now relies on self-attestations and income-based proxies based on census tract data to determine eligibility for about half of all applications.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT111032520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0325\",\n            \"created_at\": \"2021-08-19T07:30:06.535670-04:00\"\n        },\n        {\n            \"id\": 54907,\n            \"title\": \"U.S. Small Business Administration Announces Key Staff\",\n            \"summary\": \"Today, the U.S. Small Business Administration announced its senior leadership team and key Biden-Harris Administration appointees. This experienced group of staffers will join thousands of SBA career servants working tirelessly to deliver recovery funding to millions of small businesses and rebuild the engine of our nation's economy. In April, Antwaun Griffin was named Chief of Staff to lead the agency as it provides a historic $1 trillion in economic relief to America's entrepreneurs, small businesses, and nonprofits. Appointees and their roles are listed per office: Daniel Krupnick, Counselor to the Administrator; Arthur Plews, Deputy Chief of Staff for Policy; Kendall Corley, Deputy Chief of Staff for External Affairs; Scott Harriford, White House Liaison; Diedra Henry-Spires, Senior Advisor for COVID Programs; and Bajeyah Eaddy, Special Assistant to the Chief of Staff.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA54AFF921820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/18/us-small-business-administration-announces-key-staff\",\n            \"created_at\": \"2021-08-19T07:30:06.605865-04:00\"\n        },\n        {\n            \"id\": 54908,\n            \"title\": \"In Less Than Two Weeks, Paycheck Protection Program Direct Borrower Forgiveness Portal Surpasses Expectations, Accepts More Than 340K Submissions\",\n            \"summary\": \"Since the opening of the Paycheck Protection Program (PPP) Direct Borrower Forgiveness Portal on August 4, the U.S. Small Business Administration has received more than 340,000 submissions from borrowers with PPP loans of $150,000 or less, highlighting Administrator Isabella Casillas Guzman’s priority of rushing relief to the smallest of small businesses and far exceeding expectations. In providing its new, streamlined portal, the SBA is also executing the Biden-Harris Administration's goal of centering equity in all programs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93ONS1401820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/18/less-two-weeks-paycheck-protection-program-direct-borrower-forgiveness-portal-surpasses-expectations\",\n            \"created_at\": \"2021-08-19T07:30:06.671227-04:00\"\n        },\n        {\n            \"id\": 54909,\n            \"title\": \"President Biden Announces Five Key Nominations\",\n            \"summary\": \"Today, President Joe Biden announced his intent to nominate the following five individuals to serve in key roles, among them: Scott A. Nathan, Nominee for Chief Executive Officer of the United States International Development Finance Corporation; Viquar Ahmad, Nominee for Assistant Secretary for Administration and Chief Financial Officer, Department of Commerce; Matthew Axelrod, Nominee for Assistant Secretary for Export Enforcement, Department of Commerce; Robert Gordon, Nominee for Assistant Secretary for Financial Resources, Department of Health and Human Services; and Charles F. Sams, Nominee for Director of the National Park Service, Department of the Interior.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH167420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/18/president-biden-announces-five-key-nominations-4/\",\n            \"created_at\": \"2021-08-19T07:30:06.740263-04:00\"\n        },\n        {\n            \"id\": 54910,\n            \"title\": \"New Affordable Housing Goals Proposal for Fannie Mae, Freddie Mac\",\n            \"summary\": \"U.S. Senator Sherrod Brown, Chairman of the Senate Committee on Banking, Housing, and Urban Affairs issued a statement on the Federal Housing Finance Agency’s announcement of their proposed rule establishing new affordable housing goals for Fannie Mae and Freddie Mac. The proposed rule includes a new benchmark to assess the GSEs’ activity serving low and moderate-income homeowners in areas with significant populations of minority households.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU208B20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-applauds-new-affordable-housing-goals-proposal-for-fannie-mae-freddie-mac\",\n            \"created_at\": \"2021-08-19T07:30:06.814567-04:00\"\n        },\n        {\n            \"id\": 54911,\n            \"title\": \"SCC Reminds Virginians to Review their Property Insurance Before a Hurricane or Other Disaster Strikes\",\n            \"summary\": \"The 2021 Atlantic hurricane season already has had a busy start with eight named storms and one reaching hurricane strength. The State Corporation Commission’s (SCC) Bureau of Insurance (Bureau) reminds Virginians that late August to early October is often the most dangerous and active time for tropical storm activity – and the potential property damage those storms can cause. If you have not already reviewed your property insurance, the Bureau urges Virginians to do so now as the hurricane season is underway. Whether you’re a homeowner, renter or business, protect yourself financially by making sure you have the coverage you need before disaster strikes. Hurricane season officially runs from June 1 to November 30.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7830VA19820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia State Corporation Commission, Bureau of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://scc.virginia.gov/newsreleases/release/SCC-Encourages-Insurance-Review-Before-Threat-Loom\",\n            \"created_at\": \"2021-08-19T07:30:06.880444-04:00\"\n        },\n        {\n            \"id\": 54912,\n            \"title\": \"Administrative Notice of Extention for Tax Filing\",\n            \"summary\": \"Notice of extension of time for filing and tax returns, and periodic filings. All West Virginia tax returns and other West Virginia State tax filings due on any date from and including August 15, 2021, up to and including August 20, 2021 are extended, and are due on August 24, 2021 because of computer system and technology issues. This extension is retroactive in effect to include any West Virginia tax filing due on or between August 15, 2021 through the issuance date of this Administrative Notice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18941WV2021208820450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"West Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia State Tax Department\"\n                }\n            ],\n            \"pdf_url\": \"https://tax.wv.gov/Documents/AdministrativeNotices/2021/AdministrativeNotice.2021-20.pdf\",\n            \"created_at\": \"2021-08-19T07:30:06.946725-04:00\"\n        },\n        {\n            \"id\": 54913,\n            \"title\": \"Statement by Secretary Barca on Release of 2021 Equalized Values Report\",\n            \"summary\": \"Secretary of the Wisconsin Department of Revenue, Peter Barca, released the following statement regarding the 2021 annual Equalized Values Report: \\\"The 2021 report indicates that the increase was approximately 7%. This represents the largest increase since 2006. Further, the 2021 report highlights that state-wide, our new construction values increased by 4.56%, which is the largest state-wide new construction value on record, at over $10 billion. While the state-wide commercial market value increase of 2% lagged the 2020 market value increase, the residential market value experienced a robust increase of 7%. In total, this represents the largest amount of market value increase on record.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18943WI71ST7120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.wi.gov/Pages/News/2021/2021-EQ-Values-Statement.pdf\",\n            \"created_at\": \"2021-08-19T07:30:07.011808-04:00\"\n        },\n        {\n            \"id\": 54914,\n            \"title\": \"Subject Index of Introduced Bills 2021\",\n            \"summary\": \"73rd General Assembly Introduced Bills. Includes: HB21-1163 Allow Retailers To Absorb Sales Or Use Tax ; HB21-1316 Conform The Term Lease Purchase To Accounting Std; HB21-1157 Accurate References For DOR Tax Administration; HB21-1033 Add HMOs Life & Health Insurance Protection Assn; HB21-1068 Insurance Coverage Mental Health Wellness Exam; HB21-1204 Unemployment Insurance Marijuana-licensed Business; HB21-1312 Insurance Premium Property Sales Severance Tax; SB21-063 Multiple Employer Welfare Arrangements Offer Ins; SB21-085 Actuarial Review Health Ins Mandate Legislation; SB21-090 Small Group Health Insurance Plan Renewal; SB21-233 CDLE Unemployment Insurance Division Enterprise; SB21-285 Coverage Levels For Occupational Accident Ins; HB21-1013 Division Of Domestic Stock Insurer; HB21-1291 Insurer Agent Branded Vehicle Title; HB21-1297 Pharmacy Benefit Manager & Insurer Requirements; HB21-1293 Banks Modify Threshold Credentialed Appraiser; HB21-1282 Add Consumer Protections Regul Mortgage Servicers; SB21-002 Extending Limitations On Debt Collection Actions; SB21-055 Collection Of State Debts; and SB21-284 Evidence-based Evaluations For Budget.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO111120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of Legislative Legal Services\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/subject-index-introduced-bills-2021\",\n            \"created_at\": \"2021-08-19T07:30:07.104292-04:00\"\n        },\n        {\n            \"id\": 54915,\n            \"title\": \"Senate Bill 147: Student Aid, the Central Registry, Transportation of Students, and Special Education Costs\",\n            \"summary\": \"Signed by the Governor on 8/10/2021. This bill adopts legislation relative to: I. Applications for federal student aid. II. The central registry. III. The transportation of pupils. IV. Mitigation of special education costs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB14713920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB147/\",\n            \"created_at\": \"2021-08-19T07:30:07.168694-04:00\"\n        },\n        {\n            \"id\": 54916,\n            \"title\": \"Senate Bill 088: Adopting Omnibus Legislation Relative to Broadband\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An act adopting omnibus legislation relative to broadband.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB885720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-09\",\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB88/\",\n            \"created_at\": \"2021-08-19T07:30:07.232985-04:00\"\n        },\n        {\n            \"id\": 54924,\n            \"title\": \"California Secures Federal Assistance to Support Response to Caldor Fire in El Dorado County\",\n            \"summary\": \"Governor Gavin Newsom today, August 17, 2021, announced that California has secured a Fire Management Assistance Grant\\u202f(FMAG) from the Federal Emergency Management Agency (FEMA) to help ensure the availability of vital resources to suppress\\u202fthe Caldor Fire, hours after the Governor proclaimed a state of emergency for El Dorado County. The Caldor Fire has to date burned more than 22,000 acres of state and private land, threatening approximately 7,500 homes in and around Pollock Pines, Grizzly Flats, Camino and Sly Park. The Governor earlier today also announced that California has secured two Fire Management Assistance Grants\\u202f(FMAGs) from the Federal Emergency Management Agency to support the state’s response to the Monument Fire burning in Trinity County and the Dixie Fire in Lassen County, enabling local, state and tribal agencies involved in the response to apply for 75-percent reimbursement of their eligible fire suppression costs. This follows recent FMAGs for the Dixie Fire response in Butte and Plumas counties and the response to the River Fire and Lava Fire. Governor Newsom has proclaimed a state of emergency in counties impacted by the McFarland and Monument fires, Antelope and River fires, Dixie, Fly and Tamarack fires and the Lava Fire and Beckwourth Complex.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6046120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/17/california-secures-federal-assistance-to-support-response-to-caldor-fire-in-el-dorado-county/\",\n            \"created_at\": \"2021-08-19T07:30:08.043760-04:00\"\n        },\n        {\n            \"id\": 54926,\n            \"title\": \"Financial Audit: Pinnacol Assurance, Fiscal Years Ended December 31, 2020 and 2019\",\n            \"summary\": \"The State Auditor conducted an annual financial audit of Pinnacol Assurance (Pinnacol or the Company) and contract with an auditor or firm of auditors. The primary purpose of this engagement is to audit the statutory-basis financial statements of Pinnacol as of and for the year ended December 31, 2020, in accordance with auditing standards generally accepted in the United States of America and the standards applicable to financial audits contained in Government Auditing Standards issued by the Comptroller General of the United States, and to express an opinion on those statutory-basis financial statements and the supplemental schedules of investment information. The financial statements of Pinnacol are prepared in accordance with statutory accounting principles prescribed or permitted by the Division of Insurance of the Department of Regulatory Agencies of the State of Colorado (hereinafter referred to as statutory-basis financial statements, or financial statements in accordance with statutory accounting principles). Accordingly, they are not designed to present, and do not present, the financial position or results of operations in accordance with U.S. generally accepted accounting principles. In the course of this audit, it was examined, on a test basis, evidence supporting the amounts and disclosures in Pinnacol’s statutory-basis financial statements as of and for the year ended December 31, 2020. There were no reported findings and recommendations resulting from the audit for fiscal year 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18234CO2010F20210801\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Financial Audit\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the State Auditor\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/audits/pinnacol-assurance-fiscal-years-ended-december-31-2020-and-2019\",\n            \"created_at\": \"2021-08-19T07:30:08.179667-04:00\"\n        },\n        {\n            \"id\": 54927,\n            \"title\": \"Paperwork Reduction Act Approvals: Regulation of Domestic Exchange-Traded Options\",\n            \"summary\": \"The Commodity Futures Trading Commission (CFTC) is announcing this notice and soliciting comments on rules related to risk disclosure concerning exchange-traded commodity options. The rules require futures commission merchants (FCMs) and introducing brokers (IBs): (1) To provide their customers with standard risk disclosure statements concerning the risk of trading commodity interests; and (2) to retain all promotional material and the source of authority for information contained therein. The purpose of these rules is to ensure that customers are advised of the risks of trading commodity interests and to avoid fraud and misrepresentation. This information collection contains the recordkeeping and reporting requirements needed to ensure regulatory compliance with Commission rules relating to this issue. The disclosure and recordkeeping requirements are necessary to monitor and to verify compliance by FCMs and IBs with their obligations concerning disclosure and promotional material.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17719\",\n            \"regalytics_alert_id\": \"1891FR20211771920210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17719/agency-information-collection-activities-notice-of-intent-to-renew-collection-number-3038-0007\",\n            \"created_at\": \"2021-08-19T07:30:08.252033-04:00\"\n        },\n        {\n            \"id\": 54928,\n            \"title\": \"The Bureau Continues to Fight to Help Alleviate Housing Insecurity through its Tech Sprint Program\",\n            \"summary\": \"The Consumer Financial Protection Bureau will participate in the Census Bureau’s The Opportunity Project (TOP) “The World Post COVID-19” tech sprint program. The program’s six tech sprints will focus on post-pandemic challenges. The CFPB is partnering with the Department of Housing and Urban Development (HUD) to lead a tech sprint on post-pandemic housing challenges. For the CFPB tech sprint, participants will be asked to develop innovative tools to raise the visibility of housing assistance resources and to connect those experiencing housing insecurity with these resources.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2473CFPB1560320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/blog/the-bureau-continues-fight-to-help-alleviate-housing-insecurity-through-tech-sprint-program/\",\n            \"created_at\": \"2021-08-19T07:30:08.315335-04:00\"\n        },\n        {\n            \"id\": 54929,\n            \"title\": \"DISB Re-Accredited by National Association of Insurance Commissioners\",\n            \"summary\": \"The District of Columbia Department of Insurance, Securities and Banking (DISB) is proud to announce that today, August 18, 2021, the District recently received accreditation renewal for a five-year term from the National Association of Insurance Commissioners (NAIC). The NAIC renewed the accreditation of both the Department’s Insurance and Risk Finance Bureaus. DISB has been accredited since 1995. As part of the NAIC’s Accreditation Program, DISB must undergo a comprehensive, independent review every five years to ensure it meets financial solvency oversight standards. During this review, a team of independent consultants reviews the Department's compliance with the standards and develops a recommendation regarding the District's accreditation status.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1242DC699320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"District of Columbia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"District of Columbia, Department of Insurance, Securities and Banking\"\n                }\n            ],\n            \"pdf_url\": \"https://disb.dc.gov/release/disb-re-accredited-national-association-insurance-commissioners-0\",\n            \"created_at\": \"2021-08-19T07:30:08.382954-04:00\"\n        },\n        {\n            \"id\": 54930,\n            \"title\": \"FDIC Consumer News: Credit Reports and Credit Scores\",\n            \"summary\": \"This article touches on several topics related to credit reports and credit scores, including what is in a credit report, what a credit score is, what factors go into a credit score, and how to get a credit score with no credit history.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4906913520210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Consumer Alert\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ecbc40\",\n            \"created_at\": \"2021-08-19T07:30:08.446614-04:00\"\n        },\n        {\n            \"id\": 54931,\n            \"title\": \"FDIC Money Smart News: August, 2021 Edition\",\n            \"summary\": \"The FDIC Money Smart News, August, 2021 edition is now available. In this edition, you will find the following sections: August Monthly Message from the FDIC; Popular Money Smart for Adults Tools Easier to Use; Money Smart for Small Business Train-the-Trainer; and Success Story: An Engaging Virtual Training Series.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4909474320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Newsletter\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ed2040\",\n            \"created_at\": \"2021-08-19T07:30:08.510050-04:00\"\n        },\n        {\n            \"id\": 54932,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y, and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Atlanta: 1. Lafayette Banking Company, Mayo, Florida; to become a bank holding company by acquiring Lafayette State Bank, Mayo, Florida.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17732\",\n            \"regalytics_alert_id\": \"1891FR20211773220210818\",\n            \"proposed_comments_due_date\": \"2021-09-17\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17732/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-19T07:30:08.574195-04:00\"\n        },\n        {\n            \"id\": 54933,\n            \"title\": \"Paperwork Reduction Act Approvals: Country Exposure Report for U.S. Branches and Agencies of Foreign Banks\",\n            \"summary\": \"The Board, the Federal Deposit Insurance Corporation (FDIC), and the Office of the Comptroller of the Currency (OCC) (collectively, the “agencies”) is announcing that the FFIEC 019 report must be filed by each U.S. branch or agency of a foreign bank that has total direct claims on foreign residents in excess of $30 million. The branch or agency reports its total exposure (1) to residents of its home country, and (2) to the other five foreign nations to which its exposure is largest and is at least $20 million. The home country exposure must be reported regardless of the size of the total claims for that nation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17739\",\n            \"regalytics_alert_id\": \"1891FR20211773920210818\",\n            \"proposed_comments_due_date\": \"2021-09-17\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17739/proposed-agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-19T07:30:08.638282-04:00\"\n        },\n        {\n            \"id\": 54934,\n            \"title\": \"Paperwork Reduction Act Approvals: Trade Regulation Rule Pursuant to the Telephone Disclosure and Dispute Resolution Act of 1992 (“Pay-Per-Call Rule”)\",\n            \"summary\": \"The Federal Trade Commission (FTC or Commission) is extending for an additional three years the rules and regulations under the Pay-Per-Call Rule (Rule). That clearance expires on November 30, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17662\",\n            \"regalytics_alert_id\": \"1891FR20211766220210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Trade Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17662/agency-information-collection-activities-proposed-collection-comment-request-extension\",\n            \"created_at\": \"2021-08-19T07:30:08.703863-04:00\"\n        },\n        {\n            \"id\": 54935,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Appeal of an Agency and its Designated Producer for Revoked Privileges\",\n            \"summary\": \"The FWCJUA Producer Appeals Committee Rescheduled announces a telephone conference call to which all persons are invited. The call will be held on September 2, 2021, 2:00 p.m. ET. Contact Kathy Coyne at (941) 378-7408 to participate. Agenda topics will include the appeals process and the appeal of an Agency and its Designated Producer whose privileges to submit business to the FWCJUA were revoked.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2489865620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Joint Underwriting Association, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24898656\",\n            \"created_at\": \"2021-08-19T07:30:08.767345-04:00\"\n        },\n        {\n            \"id\": 54939,\n            \"title\": \"Back-to-Basics: Financial Fundamentals\",\n            \"summary\": \"In conjunction with the back-to-school season, the Department of Finance wishes to remind consumers of the benefits of a “back-to-basics” approach to their personal finances. Budgeting, saving, building credit, and retirement planning remain key ingredients in achieving and maintaining financial stability. As cost of-living expenses increase and economic conditions fluctuate, consider creating a financial plan that includes the following components: create a budget and schedule time to review it regularly, automate saving, get credit for your credit and save and invest your money for retirement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18868ID37BA11620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Idaho\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Idaho Department of Finance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.finance.idaho.gov/about/press-releases/documents/2021/2021-DOF-PR-Back-Basics-Financial-Fundamentals.pdf\",\n            \"created_at\": \"2021-08-19T07:30:09.027753-04:00\"\n        },\n        {\n            \"id\": 54940,\n            \"title\": \"Baker-Polito Administration Files $1.6 Billion Fiscal Year 2021 Supplemental Budget\",\n            \"summary\": \"The Baker-Polito Administration today filed a final Fiscal Year 2021 (FY21) supplemental budget proposal that aims to improve Massachusetts’ economic competitiveness as the Commonwealth continues to recover from the COVID-19 pandemic. The $1.568 billon supplemental budget would provide $1 billion in unemployment insurance relief for employers, support greater resources for local charities and nonprofits and ensure that small businesses do not bear a tax burden for assistance received through pandemic relief programs. The legislation relies on a FY21 surplus of approximately $5 billion and would also make critical investments in housing, human services, and education. The Administration’s supplemental budget proposes dedicating $1 billion of Massachusetts’ FY21 surplus toward the Unemployment Insurance Trust Fund. This affordable proposal would help stabilize the UI Trust Fund and lessen employers’ future UI obligations. The legislation also includes language to make the federal Paycheck Protection Program (PPP) loans, Economic Injury Disaster Loan (EIDL) advances, Shuttered Venue Operators grants, Restaurant Revitalization Fund grants, and state MGCC grants nontaxable for all Massachusetts recipients, consistent with federal tax treatment. In addition to the $1 billion UI transfer proposal, the legislation also proposes additional investments necessary to continue operating state government and invest in key priorities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778MA19020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/news/baker-polito-administration-files-16-billion-fiscal-year-2021-supplemental-budget\",\n            \"created_at\": \"2021-08-19T07:30:09.091849-04:00\"\n        },\n        {\n            \"id\": 54941,\n            \"title\": \"Tax Delinquency List Updated\",\n            \"summary\": \"The Minnesota Department of Revenue has updated its online posting of Minnesota businesses prohibited from purchasing liquor, beer or wine to resell. The department updates the list each month to reflect companies that have failed to pay taxes to the state. The department posts a list of active liquor establishments that owe delinquent state taxes and therefore are prohibited from purchasing alcoholic beverages to resell. Distributors are prohibited from the sale or delivery to the listed businesses. Once a business pays the taxes owed, we remove it from the list within two business days. Businesses on the list have delinquent taxes in any of the following categories: Sales, withholding, partnership, S corporations and corporate. Minnesota sales and withholding taxes are “trust taxes” in that customers or employees pay these taxes with the expectation that businesses will remit them to the state on their behalf. It cannot be used by a business as additional operating capital or for any other purpose. To view the list: go to www.revenue.state.mn.us/.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18883MN28TA8520210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.state.mn.us/press-release/2021-08-16/tax-delinquency-list-updated\",\n            \"created_at\": \"2021-08-19T07:30:09.155454-04:00\"\n        },\n        {\n            \"id\": 54942,\n            \"title\": \"Apple Valley Woman Charged with Multiple Tax Crimes\",\n            \"summary\": \"The Minnesota Department of Revenue announced that the Dakota County Attorney’s Office recently charged Rong Qiao Zheng, of Apple Valley, with three felony counts of knowingly aiding in the preparation of a fraudulent tax return and three felony counts of willfully underpaying sales tax. According to the complaint, Ms. Zheng is the owner of Super World Buffet, a restaurant located in Apple Valley, Minnesota. The complaint alleges that Ms. Zheng underreported taxable cash transactions made at her restaurant to her accountant who subsequently used that information to file the fraudulent sales tax and use tax returns on the restaurant’s behalf for multiple months from 2017 through 2019. The complaint states that the Ms. Zheng owes more than $138,000 in sales and use tax, penalties, and interest. Each tax-related felony charge carries a maximum penalty of five years in prison, a $10,000 fine, or both. Defendants are presumed innocent unless and until proven guilty.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18883MN51AP10320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.state.mn.us/press-release/2021-08-18/apple-valley-woman-charged-multiple-tax-crimes\",\n            \"created_at\": \"2021-08-19T07:30:09.223055-04:00\"\n        },\n        {\n            \"id\": 54943,\n            \"title\": \"Governor Walz, Lieutenant Governor Flanagan Celebrate Historic Increase of SNAP Benefits\",\n            \"summary\": \"Today, Governor Tim Walz and Lieutenant Governor Peggy Flanagan issued statements on the Biden Administration’s historic increase to the Supplemental Nutrition Assistance Program (SNAP). This week, the Biden Administration announced a significant change to the formula used to calculate monthly SNAP benefits. According to the USDA, almost 90% of current recipients report running out of benefits by the end of the month. Beginning October 1, the average SNAP benefit will increase by $36.24 per person, per month. This move is critical to supporting both food and nutrition security, so that all Minnesotans have consistent and equitable access to affordable foods that promote their well-being.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7969MN49452920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/governor/news/index.jsp?id=1055-494529\",\n            \"created_at\": \"2021-08-19T07:30:09.285721-04:00\"\n        },\n        {\n            \"id\": 54945,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. The list includes 22 individuals and 21 entities, all from Belarus.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17665\",\n            \"regalytics_alert_id\": \"1891FR20211766520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17665/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-08-19T07:30:09.417082-04:00\"\n        },\n        {\n            \"id\": 54946,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. The list includes 2 individuals, 4 entities, and 1 Vessel, all from Oman.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17716\",\n            \"regalytics_alert_id\": \"1891FR20211771620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17716/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-08-19T07:30:09.482811-04:00\"\n        },\n        {\n            \"id\": 54947,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. The list includes 2 individuals and 1 entity, all from Cuba.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17718\",\n            \"regalytics_alert_id\": \"1891FR20211771820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17718/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-08-19T07:30:09.549362-04:00\"\n        },\n        {\n            \"id\": 54948,\n            \"title\": \"Model Risk Management: New Comptroller's Handbook Booklet\",\n            \"summary\": \"The Office of the Comptroller of the Currency issued today the new Model Risk Management booklet of the Comptroller's Handbook, which is prepared for use by OCC examiners in connection with the examination and supervision of national banks, federal savings associations, and federal branches and agencies of foreign banking organizations. This booklet presents the concepts and general principles of model risk management; informs and educates examiners about sound model risk management practices that should be assessed during an examination; and provides information needed to plan and coordinate examinations on model risk management, identify deficient practices, and conduct appropriate follow-up.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC5771ET473920210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-39.html\",\n            \"created_at\": \"2021-08-19T07:30:09.615849-04:00\"\n        },\n        {\n            \"id\": 54949,\n            \"title\": \"Penn State Extension Partner to Provide Retirement Planning Information for Farmers\",\n            \"summary\": \"The Pennsylvania Department of Banking and Securities is partnering with the Penn State Extension to launch a free, online program to help farmers with retirement planning. The program is free and open to the public. Registration is required. Penn State Extension is a modern educational organization dedicated to delivering science-based information to people, businesses, and communities. To further support the business, transition, and succession planning needs of Pennsylvania agriculture, the Department of Agriculture encourages farmers to take advantage of the $1 million Farm Vitality Grant Program through the Pennsylvania Farm Bill. The program funds professional services aimed at enhancing the long-term health and vitality of Pennsylvania’s farms through sound business planning, efficient transitions of farm ownership, strategic farm expansion, diversification, and financial and technical expertise. Grants are available up to $7,500, which can cover up to 75% of a project.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"145PA1046220210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Banking and Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/banking_details.aspx?newsid=342\",\n            \"created_at\": \"2021-08-19T07:30:09.680617-04:00\"\n        },\n        {\n            \"id\": 54950,\n            \"title\": \"Application by Bundesanstalt für Finanzdienstleistungsaufsicht (“BaFin”), Security-Based Swap Entities Subject to Regulation in the Federal Republic of Germany, Amendment of Substituted Compliance Determination, Proposed Amendments to Order\",\n            \"summary\": \"Bundesanstalt für Finanzdienstleistungsaufsicht (“BaFin”) is requesting that the Commission amend an existing substituted compliance Order for Germany to extend the Order to nonbank capital and margin requirements (the “Amended Application”). The Commission also is soliciting comment on proposed amendments to the Order and is proposing to amend and restate the Order (the “proposed Amended Order”). In the Commission’s preliminary view, certain developments warrant modifications to the substituted compliance Order for Germany. First, since finalizing the Order, the Commission has finalized substituted compliance orders for SBS Entities subject to regulation in the French Republic (“France”) and the United Kingdom (“UK”). The Commission is proposing to amend the Order to align with the French and UK orders where appropriate. The Commission has Determined and Ordered, that a Covered Entity (as defined in paragraph (g)(1) of this Order) may satisfy the requirements under the Exchange Act that are addressed in paragraphs (b) through (f) of this Order so long as the Covered Entity is subject to and complies with relevant requirements of the Federal Republic of Germany and the European Union and with the conditions of this Order, as amended or superseded from time to time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17644\",\n            \"regalytics_alert_id\": \"1891FR20211764420210818\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17644/notice-of-application-for-the-amendment-of-substituted-compliance-determination-regarding\",\n            \"created_at\": \"2021-08-19T07:30:09.749445-04:00\"\n        },\n        {\n            \"id\": 54951,\n            \"title\": \"On Passing Budget Resolution to Deliver Once-in-a-Generation Progress for the People\",\n            \"summary\": \"Speaker Nancy Pelosi published the following press release today: \\\"Today, President Biden endorsed the House Rule which will allow us to consider the budget resolution, H.R. 4 and the bipartisan infrastructure bill next week. The budget resolution is the key to unlocking the 51-vote privilege of the reconciliation path for our transformative Build Back Better bill. When the House returns on August 23rd, it is essential that we pass the budget resolution so that we can move forward united and determined to realize President Biden’s transformative vision and deliver historic progress.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH81721020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81721-0\",\n            \"created_at\": \"2021-08-19T07:30:09.818026-04:00\"\n        },\n        {\n            \"id\": 54952,\n            \"title\": \"Paperwork Reduction Act Approvals: Community Development Block Grant Entitlement Program\",\n            \"summary\": \"The Department is soliciting public comments on the subject proposal “Community Development Block Grant Entitlement Program.” The Department is revising the currently approved collection. This request identifies the estimated reporting burden associated with information that CDBG entitlement grantees will report in IDIS for CDBG-assisted activities, recordkeeping requirements, and reporting requirements. Grantees are encouraged to update their accomplishments in IDIS on a quarterly basis. In addition, grantees are required to retain records necessary to document compliance with statutory and regulatory requirements, Executive Orders, 2 CFR part 200 requirements, and determinations required to be made by grantees as a determination of eligibility. Grantees are required to prepare and submit their Consolidated Annual Performance and Evaluation Reports, which demonstrate the progress grantees make in carrying out CDBG-assisted activities listed in their consolidated plans. This report is due to HUD 90 days after the end of the grantee’s program year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17666\",\n            \"regalytics_alert_id\": \"1891FR20211766620210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17666/60-day-notice-of-proposed-information-collection-community-development-block-grant-entitlement\",\n            \"created_at\": \"2021-08-19T07:30:09.881964-04:00\"\n        },\n        {\n            \"id\": 54953,\n            \"title\": \"SBA Administrator Guzman Celebrates Startup Day Across America\",\n            \"summary\": \"Administrator Isabella Casillas Guzman released the following statement on Start-up Day Across America: \\\"On Start-up Day Across America, we celebrate new business ventures who are innovating and creating, solving problems and bringing new products and services to big cities and small towns throughout our nation. The U.S. Small Business Administration makes the American dream of business ownership a reality. As the only go-to resource and voice for small businesses backed by the strength of the federal government, the SBA empowers entrepreneurs and small business owners with the resources and support they need to start, grow or expand their businesses, or recover from a declared disaster.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA62ICA1021820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/18/sba-administrator-guzman-celebrates-startup-day-across-america\",\n            \"created_at\": \"2021-08-19T07:30:09.946967-04:00\"\n        },\n        {\n            \"id\": 54954,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 92-64 Application for Exporter Short Term Single Buyer Insurance\",\n            \"summary\": \"The information requested enables the applicant to provide EXIM with the information necessary to obtain legislatively required assurance of repayment and fulfills other statutory requirements. Comments must be received on or before October 18, 2021 to be assured of consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17652\",\n            \"regalytics_alert_id\": \"1891FR20211765220210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17652/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-19T07:30:10.019562-04:00\"\n        },\n        {\n            \"id\": 54955,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 92-41 Application for Financial Institution Short-Term, Single-Buyer Insurance\",\n            \"summary\": \"The Application for Financial Institution Short-term Single-Buyer Insurance form will be used by financial institution applicants to provide EXIM with the information necessary to determine if the subject transaction is eligible for EXIM insurance coverage. Comments must be received on or before October 18, 2021 to be assured of consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17653\",\n            \"regalytics_alert_id\": \"1891FR20211765320210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17653/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-19T07:30:10.098292-04:00\"\n        },\n        {\n            \"id\": 54956,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 84-01 Application for Export Working Capital Guarantee\",\n            \"summary\": \"This form provides EXIM Bank staff with the information necessary to determine if the application and transaction is eligible for EXIM Bank assistance under their export working capital guarantee program. Comments must be received on or before October 18, 2021 to be assured of consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17655\",\n            \"regalytics_alert_id\": \"1891FR20211765520210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17655/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-19T07:30:10.165203-04:00\"\n        },\n        {\n            \"id\": 54957,\n            \"title\": \"Meeting of the U.S. Federal Retirement Thrift Investment Board, August 24, 2021\",\n            \"summary\": \"The Federal Retirement Thrift Investment Board is providing notice its upcoming meeting on August 24, 2021 at 10:00 a.m. The agenda for the meeting is as follows: I. Open Session: 1. Approval of the July 27, 2021 Board Meeting Minutes 2. Monthly Reports a) Participant Activity Report b) Investment Report c) Legislative Report 3. Quarterly Reports d) Metrics 4. FY22 Budget Review and Approval 5. Participant Survey Report II. Closed Session 6. Information covered under 5 U.S.C. 552b (c)(9)(B) and 552b(c)(10).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17680\",\n            \"regalytics_alert_id\": \"1891FR20211768020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Federal Retirement Thrift Investment Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17680/notice-of-board-meeting\",\n            \"created_at\": \"2021-08-19T07:30:10.232930-04:00\"\n        },\n        {\n            \"id\": 54958,\n            \"title\": \"Executive Communication to House Financial Services Committee\",\n            \"summary\": \"A letter from the Associate General Counsel for Legislation and Regulations, Office of the General Counsel, Department of Housing and Urban Development, transmitting the Department's final rule - Implementing Executive Order 13992, Revocation of Certain Executive Orders Concerning Federal Regulation [Docket No.: FR-6192-F-02] (RIN: 2501-AD93) received July 13, 2021, pursuant to 5 U.S.C. 801(a)(1)(A);Public Law 104–121, section 251;(110 Stat. 868);to the Committee on Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR34EC196120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Executive Communication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/1961?s=6&r=33\",\n            \"created_at\": \"2021-08-19T07:30:10.299683-04:00\"\n        },\n        {\n            \"id\": 54959,\n            \"title\": \"Governor Northam Highlights Historic $2.6 Billion Surplus, Record Reserve Funding\",\n            \"summary\": \"Governor Ralph Northam addressed a Joint Meeting of the Senate Finance and Appropriations, House Appropriations, and House Finance Committees, where he highlighted Virginia’s record budget surplus and roaring economic outlook. Virginia ended fiscal year 2021 with an historic $2.6 billion surplus the largest in the Commonwealth’s history. Virginia’s economic recovery continues to outpace the nation. Virginia was again named America’s top state for business in 2021. Since Governor Northam took office in January 2018, the Commonwealth has created a record-breaking 90,000 new jobs and secured more than $45.4 billion in state-wide capital investment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA90561620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/august/headline-905616-en.html\",\n            \"created_at\": \"2021-08-19T07:30:10.365846-04:00\"\n        },\n        {\n            \"id\": 54960,\n            \"title\": \"Wisconsin’s Credit Unions Post Strong Mid-Year Performance\",\n            \"summary\": \"Wisconsin’s 117 state-chartered credit unions continue to have strong financial performance as of June 30, 2021, according to data released today by the Wisconsin Department of Financial Institutions (DFI). Credit union assets rose to $53.6 billion as of June 30, 2021. This is an increase of over $4 billion since year-end 2020. Over the same period, loans increased $1.4 billion, and shares and deposits rose $3.8 billion. This resulted in the loan-to-share ratio dropping from 83.14% at year-end 2020 to 79.46%. Loan growth improved from the year’s end, but deposit growth continued to be higher due to the COVID-19 pandemic and related effects. In the six months ending on June 30, 2021: net worth to assets were at 10.32%, which is a strong ratio despite a slight decrease due to continued asset growth; loan balances were nearly $36.5 billion with an annualized loan growth rate of 8.27%; delinquent loan to total loan ratio was 0.41%, down from the year-end ratio of 0.56%, and at a historically low level; provision for loan loss expense was a mere $7.0 million compared to $82.6 million in June 2020; and net income was strong at nearly $355 million, 1.38% of average assets. However, there is a growing disparity between the net income of credit unions. The largest peer group of credit unions with assets over $500 million experienced a return on average assets of more than double that of the next peer group of credit unions with assets between $100 - $500 million. Credit unions with assets under $100 million had the lowest return on average assets.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8201WI15420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://www.wdfi.org/newsroom/press/2021/20210818_NewsRelease_Mid-YearCreditUnionData_vFINAL.pdf\",\n            \"created_at\": \"2021-08-19T07:30:10.431440-04:00\"\n        },\n        {\n            \"id\": 54961,\n            \"title\": \"Warnings and Blacklists of Unauthorized Companies and Websites: August 18, 2021 Updates\",\n            \"summary\": \"This is a list of the Autorité des Marchés Financiers (AMF) blacklisted companies or websites, warnings and/or usurpations of regulated companies. The blacklist companies or websites are Binary options, Miscellaneous goods, Forex and Crypto-assets derivatives. Today the following companies were added to the list: gti-capital.com (Other unauthorised entity), astierd1@gmail.com (AMF Usurpation), www.dashboardvs.com (Other unauthorised entity), and verdisparsecuritiesas.com (Other unauthorised entity).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17752AMF15.C2520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Investor Warning\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Autorité des marchés financiers\"\n                }\n            ],\n            \"pdf_url\": \"https://www.amf-france.org/en/warnings/warnings-and-blacklists\",\n            \"created_at\": \"2021-08-19T07:30:10.499891-04:00\"\n        },\n        {\n            \"id\": 54962,\n            \"title\": \"Welcoming Remarks by Jerome H Powell, Chair, Board of Governors of the Federal Reserve System, at a Teacher and Student Town Hall Meeting\",\n            \"summary\": \"\\\"The pandemic has been tough on everyone, but it has asked more of some than others. Teachers have always been tasked with nurturing and overseeing our most valuable national resource. It is the highest call within the higher calling of public service. I want to thank all of the teachers-those here today and the rest across the country-as well as the parents and students who have come together to make it through the past year and a half\\\".\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17613BISR210818A20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/review/r210818a.htm\",\n            \"created_at\": \"2021-08-19T07:30:10.562982-04:00\"\n        },\n        {\n            \"id\": 54963,\n            \"title\": \"Could Corporate Credit Losses Turn Out Higher Than Expected?\",\n            \"summary\": \"Credit risk forecasts should provide information both about losses in a baseline scenario (expected losses) and about the potential for extreme outcomes (unexpected losses). Policy support measures have kept debt service costs low during the pandemic, thus underpinning benign baseline forecasts of corporate credit losses up to 2024. High indebtedness, built up when the pandemic impaired real activity, suggests increased tail risks: plausible deviations from the baseline scenario feature ballooning corporate insolvencies.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17617BISBULL4620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/bisbull46.htm\",\n            \"created_at\": \"2021-08-19T07:30:10.625615-04:00\"\n        },\n        {\n            \"id\": 54964,\n            \"title\": \"The EBA Observes That the Number of High Earners in EU Banks Remained Overall Stable in 2019\",\n            \"summary\": \"The European Banking Authority (EBA) published today its Report on high earners for 2019. The analysis shows that in 2019, 4 963 individuals working for EU banks received a remuneration of more than EUR 1 million, which is mostly the same as in 2018. The average ratio between the variable and fixed remuneration for high earners decreased from 139% in 2018 to 129% in 2019. Institutions’ preparation for the UK withdrawal from the EU has affected the distribution of high earners across the EU with a number of high earners relocating from the UK to the EU.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10650820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-observes-number-high-earners-eu-banks-remained-overall-stable-2019\",\n            \"created_at\": \"2021-08-19T07:30:10.688385-04:00\"\n        },\n        {\n            \"id\": 54965,\n            \"title\": \"Minutes of the Euro Risk-Free Rates WG Meeting 01/07/2021\",\n            \"summary\": \"The Euro Risk-Free Rates Working Group met on Thursday, 01 July 2021, from 10:00-12:00 CET with the following agenda: introductory remarks, approval of agenda, and obligations of the working group members under competition law; presentation of the new Term of Reference; update on the call for interest for new members; presentation by Société Générale on legacy transitions; proposal to consult on ESTR first initiative; Swiss National Bank Cross Currency Swaps Proposal; and AOB.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17898ESMA5711820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Reference\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Securities and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.esma.europa.eu/system/files_force/library/esma81-391-72_minutes_eur_rfr_wg_meeting_01072021.pdf?download=1\",\n            \"created_at\": \"2021-08-19T07:30:10.751127-04:00\"\n        },\n        {\n            \"id\": 54966,\n            \"title\": \"Policy Statement 21/11: General Insurance Pricing Practices – Amendments\",\n            \"summary\": \"In May 2021, we published PS21/5 which set out our final rules to address the harm we had found in our GI Pricing Practices Market Study. On 18 August, we published PS21/11, making minor changes to these rules. The rules aim to improve the way insurance markets function. Our rules ensure that renewing home and motor insurance consumers are quoted prices that are no more than they would be quoted as a new customer through the same channel. We are also making it simpler for customers to stop automatic renewals if they wish to do so.\\u202fWe are also enhancing our product governance rules to ensure that firms deliver fair value on all their insurance products. This policy statement will be of interest mainly to: general insurers and intermediaries; life assurers and intermediaries selling pure protection business; trade bodies representing these firms and consumers; and consumer organizations. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17761FCA183P20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Guidance\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publications/policy-statements/ps21-11-general-insurance-pricing-practices-amendments\",\n            \"created_at\": \"2021-08-19T07:30:10.813900-04:00\"\n        },\n        {\n            \"id\": 54967,\n            \"title\": \"Website and Instant Message Alert – Fraudulent Website and Phishing Instant Message Related to the Hongkong and Shanghai Banking Corporation Limited \",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA14810818320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210818-3/\",\n            \"created_at\": \"2021-08-19T07:30:10.878834-04:00\"\n        },\n        {\n            \"id\": 54968,\n            \"title\": \"Website Alert – Fraudulent Website Related to Public Bank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA7710818420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210818-4/\",\n            \"created_at\": \"2021-08-19T07:30:10.941538-04:00\"\n        },\n        {\n            \"id\": 54970,\n            \"title\": \"FAQs on the Securities and Future Regulations 2013\",\n            \"summary\": \"These FAQs are meant to provide guidance to the industry on MAS’ policy and administration of the Securities and Futures Act and regulations. They do not constitute legal advice. If in doubt, MAS expects industry participants to seek independent legal opinion on how they should comply with the requirements under the SFA. Generally, financial institutions and other persons with significant derivatives activities may be subject to reporting obligations. Specified derivatives contracts which are traded in Singapore and/or booked in Singapore are in scope of the reporting obligations. Under the reporting obligations, the prescribed information must be reported to a licensed trade repository (LTR) or licensed foreign trade repository (LFTR), within two business days of the execution of the specified derivatives contracts. Specified persons should ensure that the accuracy of information reported to the LTR or LFTR is maintained, and make timely amendments to the reported information where necessary. These FAQs are to aid implementation of the reporting obligations and elaborate on MAS’ intent for some of the requirements set out under the SF(RDC)R.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18599MAS8812520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"FAQ\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/regulation/faqs/faqs-on-the-securities-and-futures-reporting-of-derivatives-contracts-regulations-2013\",\n            \"created_at\": \"2021-08-19T07:30:11.068882-04:00\"\n        },\n        {\n            \"id\": 54971,\n            \"title\": \"Deadline Looms for Parents to Update Child Benefit for 16 Year Olds\",\n            \"summary\": \"HM Revenue and Customs (HMRC) is reminding parents and carers they have until 31 August 2021 to confirm whether their teenagers are staying in full-time education or training beyond 16. Last week, teenagers across the UK received their GSCE or Scottish National Certificate results and many are now considering their future. If they decide to continue their full-time education or training, parents or carers will be eligible to continue receiving Child Benefit payments for their child. From 31 August, M&S Bank is closing their current accounts and Tesco is closing their current accounts from 30 November. Similarly, with Post Office card account holders, any Child Benefit and tax credits customers who receive their payments to an M&S or Tesco current account, will need to provide an alternative account, or their payments will be suspended.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKDF1516710220210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Revenue & Customs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/deadline-looms-for-parents-to-update-child-benefit-for-16-year-olds\",\n            \"created_at\": \"2021-08-19T07:30:11.131790-04:00\"\n        },\n        {\n            \"id\": 54972,\n            \"title\": \"Scottish Secretary Comments on August Labour Market Statistics\",\n            \"summary\": \"The UK Government’s furlough and self-employed schemes will run till the end of September 2021. At their peak, these schemes supported more than 900,000 Scottish jobs. More than 100,000 Scottish businesses have benefitted from £4 billion of UK Government loans. The UK Government has provided billions in extra funding for the welfare system for those unable to access other forms of support. This includes the £20 Universal Credit uplift which will run until the end of September 2021. This direct support is on top of the additional £14.5 billion provided to the Scottish Government since the start of the pandemic. The UK Government is investing billions to help people of all ages back into work, including our £2 billion Kickstart scheme for young people, sector-based work programs and recruitment of thousands of additional work coaches. The Office for National Statistics (ONS) showed unemployment in Scotland fell slightly since last quarter (-0.1%). The rate of employment in Scotland increased slightly (+0.04%), which is a stronger position than the UK average.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSA155629720210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Office of the Secretary of State for Scotland\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/scottish-secretary-comments-on-august-labour-market-statistics\",\n            \"created_at\": \"2021-08-19T07:30:11.193084-04:00\"\n        },\n        {\n            \"id\": 54973,\n            \"title\": \"Scottish Secretary Alister Jack Responds to GERS 2020-21 Figures\",\n            \"summary\": \"Stats reveal unprecedented level of support from UK Government as Scotland tackles pandemic. Total public spending for the benefit of Scotland increased from £81.9bn in 2019-20, to £99.1bn in 2020-21. Increased spending on the pandemic amounted to £17.2 billion – equivalent to more than £3,100 per person in Scotland. Scotland’s notional deficit rose from £15.8 billion in 2019-20 to £36.3 billion in 2020-21. This is more than Scotland’s entire health, education, transport, housing and culture budgets for the year, which was cumulative £35.8 billion in 2020-21. As a percentage of Scotland’s GDP the notional deficit increased from -8.8% in 2019-20 to -22.4% in 2020-21. For comparison, the UK’s deficit rose from -2.6% of GDP to -14.2% over the same period. New members of the EU are required to have a deficit less than 3% of GDP. Public spending per person was £1,828 higher in Scotland than the UK average. This was an increase from £1,754 the previous year. Tax revenues in Scotland were £382 per person lower than the UK average, compared with £290 lower the previous year. The ‘Union dividend’ (reflecting Scotland’s lower tax revenues and higher public spending) was £2,210 per person compared with £2,043 the previous year. North Sea revenues fell from £643m in 2019/20 to £414m in the last financial year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSS91649920210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Office of the Secretary of State for Scotland\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/scottish-secretary-alister-jack-responds-to-gers-2020-21-figures\",\n            \"created_at\": \"2021-08-19T07:30:11.253901-04:00\"\n        },\n        {\n            \"id\": 53887,\n            \"title\": \"Labor Day Holiday\",\n            \"summary\": \"State employees excused from work.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18846AR175920210906\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arkansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Department of Finance and Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dfa.arkansas.gov/news/details/labor-day-holiday\",\n            \"created_at\": \"2021-08-16T17:42:56.813635-04:00\"\n        },\n        {\n            \"id\": 54771,\n            \"title\": \"Governor Ducey Announces $163 Million to Increase Per Pupil Funding in Schools\",\n            \"summary\": \"Governor Doug Ducey today announced district and charter schools following all state laws and remaining open for in-person instruction will be eligible for $163 million in grant funding aimed at boosting per pupil spending.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ19020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/08/governor-ducey-announces-163-million-increase-pupil-funding-schools\",\n            \"created_at\": \"2021-08-18T07:30:07.731908-04:00\"\n        },\n        {\n            \"id\": 54772,\n            \"title\": \"Attorney General Bonta Announces $75 Million Nationwide Settlement with Global Pharmaceutical Company Bristol Myers Squibb\",\n            \"summary\": \"California Attorney General Rob Bonta today announced a $75 million nationwide settlement with global pharmaceutical company Bristol Myers Squibb (BMS), resolving allegations that BMS underpaid the drug rebates owed to Medi-Cal and other state Medicaid programs. According to a complaint filed by a whistleblower, BMS overcharged the states for its pharmaceuticals by decreasing the rebate amount the company, like other drug manufacturers, must periodically pay to ensure that states pay competitive prices for pharmaceuticals. Of the $75 million BMS will pay to resolve the allegations against the company, $41,360,522.93 will go to the federal government and $33.639,477.07 to the states involved. California’s share of the settlement is $2,356,842.71.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54396020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-75-million-nationwide-settlement-global\",\n            \"created_at\": \"2021-08-18T07:30:07.796039-04:00\"\n        },\n        {\n            \"id\": 54773,\n            \"title\": \"California Secures Federal Assistance to Support Response to Monument Fire in Trinity County and Dixie Fire in Lassen County\",\n            \"summary\": \"Governor Gavin Newsom today announced that California has secured two Fire Management Assistance Grants\\u202f(FMAGs) from the Federal Emergency Management Agency (FEMA) to help ensure the availability of vital resources to suppress\\u202fthe Monument Fire burning in Trinity County and the Dixie Fire in Lassen County.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6039120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/17/california-secures-federal-assistance-to-support-response-to-monument-fire-in-trinity-county-and-dixie-fire-in-lassen-county/\",\n            \"created_at\": \"2021-08-18T07:30:07.860644-04:00\"\n        },\n        {\n            \"id\": 54774,\n            \"title\": \"Governor Newsom Statement on Extended Federal Support for Local Governments Participating in Project Roomkey\",\n            \"summary\": \"Governor Gavin Newsom today issued a statement commending the Biden Administration’s announcement that the Federal Emergency Management Agency (FEMA) will continue to fully reimburse state and local governments for Project Roomkey costs through December 31, 2021. The nation-leading program has sheltered more than 42,000 people experiencing homelessness since the COVID-19 pandemic began. “Project Roomkey saves lives. California provided safe shelter to more than 42,000 homeless people during the COVID pandemic,” said Governor Newsom.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6040120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/17/governor-newsom-statement-on-extended-federal-support-for-local-governments-participating-in-project-roomkey/\",\n            \"created_at\": \"2021-08-18T07:30:07.923910-04:00\"\n        },\n        {\n            \"id\": 54775,\n            \"title\": \"Governor Newsom Proclaims State of Emergency in El Dorado County Due to Caldor Fire\",\n            \"summary\": \"Governor Gavin Newsom today proclaimed a state of emergency for El Dorado County due to the Caldor Fire, which has burned 6,500 acres, threatening homes and power lines and causing the evacuation of thousands of residents.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6042620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Proclamation\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/17/governor-newsom-proclaims-state-of-emergency-in-el-dorado-county-due-to-caldor-fire/\",\n            \"created_at\": \"2021-08-18T07:30:07.987174-04:00\"\n        },\n        {\n            \"id\": 54776,\n            \"title\": \"Senate Bill 302: California Gambling Control Commission: Voting Records.\",\n            \"summary\": \"August 19 hearing postponed by committee. An act to amend Section 19819 of the Business and Professions Code, relating to gambling.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB3024120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB302\",\n            \"created_at\": \"2021-08-18T07:30:08.052508-04:00\"\n        },\n        {\n            \"id\": 54778,\n            \"title\": \"CFTC Charges Unregistered Michigan Forex Firm and its Owner with Fraud and Misappropriation\",\n            \"summary\": \"The Commodity Futures Trading Commission has filed a civil enforcement action in the Eastern District of Michigan against Ali Bazzi and his company Welther Oaks, LLC, both of Michigan, charging them with fraud and misappropriation in connection with their operation of a foreign currency (forex) commodity pool. starting in at least March 2018, Bazzi, the owner of Welther Oaks, fraudulently solicited at least $470,000 from at least 25 pool participants for a commodity pool that would purportedly trade forex. As alleged, in order to entice pool participants, Bazzi and Welther Oaks falsely represented that they had made large profits trading forex; and that pool participants would realize guaranteed profits as high as 15% per month on their funds without losses, and could withdraw their funds at any time. The complaint further alleges that Bazzi and Welther Oaks used only a small fraction of the funds they collected to trade forex and concealed their fraud by issuing false account statements to the pool participants that purported to show trading profits. In addition, the complaint alleges that defendants misappropriated at least $387,000 of participants’ funds to spend on automobiles, jewelry, retail purchases, meals and entertainment and travel for Bazzi.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84152120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8415-21\",\n            \"created_at\": \"2021-08-18T07:30:08.191455-04:00\"\n        },\n        {\n            \"id\": 54779,\n            \"title\": \"CFTC Charges Nebraska Commodity Pool Operator and its Owner with Fraud and Regulatory Violations\",\n            \"summary\": \"The Commodity Futures Trading Commission today announced that it has filed a civil enforcement action in the U.S. District Court for the District of Nebraska against commodity pool operator (CPO) Centurion Capital Management, Inc. (Centurion), and its owner, Terry M. Svejda (Svejda) of Blair, Nebraska. The complaint alleges that Centurion and Svejda engaged in commodity pool fraud in connection with commodity futures trading, in that he fraudulently misappropriated participant funds and made false or misleading statements about how their funds would be invested in the commodity pool. In litigation, the CFTC seeks restitution, disgorgement, civil monetary penalties, trading and registration bans and injunctions against further violations of the Commodity Exchange Act (CEA) and CFTC regulations, as charged.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84142120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8414-21\",\n            \"created_at\": \"2021-08-18T07:30:08.256866-04:00\"\n        },\n        {\n            \"id\": 54780,\n            \"title\": \"Governor Lamont Announces Connecticut’s Earned Income Tax Credit Increasing to 30.5% Under Newly Enacted State Budget\",\n            \"summary\": \"Governor Ned Lamont today announced that thousands of low-to-moderate income working individuals and families in Connecticut will see a significantly larger state tax refund as the Connecticut Earned Income Tax Credit is scheduled to increase from its most recent rate of 23% of the federal credit to 30.5% this year. The rate increase was included as part of the fiscal year 2022-2023 biennial state budget the governor signed into law earlier this summer. It will result in additional $40 million being delivered to the nearly 195,000 households that are eligible for the tax credit, for a total of $158 million.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT11714020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Announces-Connecticut-Earned-Income-Tax-Credit\",\n            \"created_at\": \"2021-08-18T07:30:08.320962-04:00\"\n        },\n        {\n            \"id\": 54781,\n            \"title\": \"CFPB Takes Action Against Debt Collector for Failing to Investigate Reports of Identity Theft and Misrepresenting Consumers’ Debts\",\n            \"summary\": \"The Consumer Financial Protection Bureau (CFPB) yesterday filed a proposed settlement to resolve a lawsuit against a debt collection enterprise and its owner. The CFPB alleges that Fair Collections & Outsourcing (FCO) violated federal law by failing to establish or implement reasonable written policies and procedures regarding the accuracy and integrity of the information it furnished to credit reporting agencies and failed to conduct reasonable investigations of indirect consumer disputes, resulting in inaccurate information remaining on consumers’ credit reports. If entered by the court, the settlement would require FCO and Sobota to put in place reasonable policies and procedures to prevent future violations and pay a $850,000 civil money penalty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB130182TS57120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/cfpb-takes-actions-against-debt-collector-for-failing-to-investigate-reports-of-identity-theft-and-misrepresenting-consumers-debts/#\",\n            \"created_at\": \"2021-08-18T07:30:08.384217-04:00\"\n        },\n        {\n            \"id\": 54782,\n            \"title\": \"Everyone Deserves a Second Chance: Use our Tools to Financially Empower People in Transition from Incarceration\",\n            \"summary\": \"The CFPB’s Focus on Reentry: Criminal Justice guide provides actionable tools to help people involved in the criminal justice system and their families achieve their financial goals. People living with criminal records have unique, and often significant, financial challenges. This guide will better equip them to understand and take control over their financial lives.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19062CFPB111ON15820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/blog/\",\n            \"created_at\": \"2021-08-18T07:30:08.447395-04:00\"\n        },\n        {\n            \"id\": 54784,\n            \"title\": \"Common Crop Insurance Regulations: Dry Pea Crop Insurance Provisions and Dry Beans Crop Insurance Provisions\",\n            \"summary\": \"On June 24, 2021, the Federal Crop Insurance Corporation revised the Common Crop Insurance Regulations; Dry Pea and Dry Beans Crop Insurance Provisions. That final rule inadvertently omitted the term “you” in the Dry Beans Crop Insurance Provisions and is being added in this correction.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17300\",\n            \"regalytics_alert_id\": \"1891FR20211730020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": \"2021-08-17\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Crop Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17300/common-crop-insurance-regulations-dry-pea-crop-insurance-provisions-and-dry-beans-crop-insurance\",\n            \"created_at\": \"2021-08-18T07:30:08.572998-04:00\"\n        },\n        {\n            \"id\": 54785,\n            \"title\": \"Office of Inspector General Press Release Update: Maryland Man Sentenced to 7 ½-Year Prison Term for Fraud, Money Laundering, and Identity Theft Scheme\",\n            \"summary\": \"Kelvin Otunyo, 37, of Hyattsville, Md., was sentenced today to 90 months in prison on federal charges stemming from his role in at least six schemes to deposit and launder stolen and unauthorized checks valued at more than $350,000. Otunyo, a Nigerian national, pleaded guilty on April 1, 2021, in the U.S. District Court for the District of Columbia, to two counts of bank fraud, one count of aggravated identity theft, and two counts of conspiracy to commit money laundering. He was sentenced by the Honorable Chief Judge Beryl A. Howell. Following his prison term, he will be placed on four years of supervised release. Otunyo also was ordered to pay a restitution judgment in the amount of $124,157, and a forfeiture money judgment in the amount of $303,207. According to court papers, between August 2017 and at least August 2018, Otunyo and co-conspirators engaged in a series of schemes in which they obtained stolen or unauthorized checks from victims, established fraudulent shell corporations and bank accounts, and deposited or attempted to deposit the checks before laundering the resulting proceeds. The frauds were committed using false IDs and fraudulent aliases. Otunyo also procured the real name and Social Security number of an identity theft victim for use in one of the schemes. In total, the six schemes involved nine stolen or unauthorized checks from eight victims totaling $355,745.29. As part of the larger investigation of Otunyo and others involved in laundering the proceeds of various frauds, business email compromises, and bad check schemes, at least three other defendants have been charged. In June 2019, Chief Judge Howell sentenced Michael Orji, 42, formerly of Washington D.C, to 10 years of incarceration, five years of supervised release, and $905,274 in restitution. One of Otunyo’s co-conspirators, Samson Olawale Afolabi, 36, of Hyattsville, Md., has pleaded guilty and is awaiting sentencing on Oct. 1, 2021. Another defendant, Jamar Skeete, 37, of Washington, D.C., has been indicted in connection with similar, related fraud and money laundering; he has pleaded not guilty to charges.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4908566620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"OIG Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ecfcd0\",\n            \"created_at\": \"2021-08-18T07:30:08.637529-04:00\"\n        },\n        {\n            \"id\": 54786,\n            \"title\": \"FDITECH Launches New Sprint to Measure and Test Bank Operational Resiliency\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today, August 16, 2021, announced a new tech sprint designed to determine how well community banks, and the banking sector as a whole, can withstand a major disruption of any type. This tech sprint is intended to be the first of several focused on how to foster stronger resiliency in banking. The FDIC’s tech lab, FDITECH, is challenging tech sprint participants to identify solutions for institutions of all sizes to measure and test their operational resilience to any disruption. The FDIC invites experts in operational resilience, financial institutions, non-profit organizations, consumer advocates, academic institutions, private sector companies, and others to participate.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4908343720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ecf413\",\n            \"created_at\": \"2021-08-18T07:30:08.700651-04:00\"\n        },\n        {\n            \"id\": 54787,\n            \"title\": \"Have Pandemic-Induced Declines in Home Listings Fueled House Price Growth?\",\n            \"summary\": \"New homes listed for sale fell sharply at the beginning of the pandemic. Anecdotal evidence suggests that fear of COVID made homeowners reluctant to list their homes, driving down new listings. From March to April 2020, as COVID lockdowns went into effect, new listings declined by more than one-third relative to previous years and did not return to normal levels until July 2020. Declines in the supply of homes available for sale could spark a rise in home prices if the reduction in listings comes from sellers who are not also simultaneous buyers (Anenberg and Kung (2014)). For example, if many of the non-selling homeowners were elderly and postponing a retirement home transition due to the pandemic, then the supply reduction may not be offset by a decline in demand. Consistent with this possibility, shortly following the early 2020 listings declines, the second half of 2020 saw rapid house price acceleration. In this note, we examine county-level data on new listings, house prices, and pandemic severity and social distancing, and present three main findings. First, the magnitude of decline in new listings during 2020 Q2 varied substantially across counties. Second, counties that experienced higher rates of COVID hospitalizations and deaths, and—independently—higher levels of social distancing, also experienced larger declines in new listings. Third, counties with the largest declines in new listings saw more significant gains in house price growth during the second half of 2020. However, we further find that the relationship between listings declines and house price growth died out by first quarter of 2021, even as house prices continued to accelerate into 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED216h?1620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/notes/feds-notes/have-pandemic-induced-declines-in-home-listings-fueled-house-price-growth-20210816.htm\",\n            \"created_at\": \"2021-08-18T07:30:08.763032-04:00\"\n        },\n        {\n            \"id\": 54788,\n            \"title\": \"Welcoming Remarks by Jerome H. Powell, Chair of the Board of Governors of the Federal Reserve System, at a Virtual Teacher and Student Town Hall Meeting\",\n            \"summary\": \"“I want to say a few words to recognize the incredibly powerful work you all do as teachers. It would be important to mention this in any year, but especially now, in the 17th month of our upended reality. At the Fed, we take the value and responsibility of public service pretty seriously, and there really is no greater contribution to the common good than teaching. The pandemic has been tough on everyone, but it has asked more of some than others. Making it through this time has been no small feat for anyone, but teachers deserve distinct praise and appreciation. Educators have had to restructure their teaching, adapt to new platforms, and help their students make their way through added stresses and pitfalls. That must have been especially tough without the day-to-day interactions that help you connect. It is clear that so many teachers have gone above and beyond the call of duty to remain a consistent, reliable resource for their students. Parents deserve a shout-out as well for their part in helping reconstruct something as enormous and consequential as our entire education system.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED93ks7A20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Speech\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/powell20210817a.htm\",\n            \"created_at\": \"2021-08-18T07:30:08.825586-04:00\"\n        },\n        {\n            \"id\": 54789,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y, and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Chicago: 1. Ottawa Bancorp, Inc., Ottawa, Illinois; to become a bank holding company upon the conversion of its wholly-owned subsidiary, Ottawa Savings Bank, Ottawa, Illinois, from a federally-chartered savings association to a state-chartered bank.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17630\",\n            \"regalytics_alert_id\": \"1891FR20211763020210817\",\n            \"proposed_comments_due_date\": \"2021-09-16\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17630/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-18T07:30:08.889010-04:00\"\n        },\n        {\n            \"id\": 54791,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Board of Directors\",\n            \"summary\": \"The FIGA Board of Director’s announces a public meeting to which all persons are invited. Date and time: August 26, 2021, 10:00 a.m. Place: Conference Call. General subject matter to be considered: The Board will be meeting to discuss general matters of the Association. The agenda will include but not limited to: Minutes, Finance and Audit Committee Report, Receivers, Legal, Claims Reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488885920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Insurance Guaranty Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24888859\",\n            \"created_at\": \"2021-08-18T07:30:09.016726-04:00\"\n        },\n        {\n            \"id\": 54792,\n            \"title\": \"Notice of Meeting/Workshop Hearing: General Matters of the Association\",\n            \"summary\": \"The Florida Life & Health Insurance Guaranty Association announces a workshop to which all persons are invited. Date and time: August 24, 2021, 1:00 p.m. Place: Teleconference. General subject matter to be considered: General matters of the Association.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488934420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Life & Health Insurance Guaranty Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24889344\",\n            \"created_at\": \"2021-08-18T07:30:09.082411-04:00\"\n        },\n        {\n            \"id\": 54793,\n            \"title\": \"Amnesty Period for Virtual Currency Sellers\",\n            \"summary\": \"The Office of Financial Regulation (OFR) recently responded to entities who had filed Petitions for a Declaratory Statement concerning their intended business activity of selling virtual currency in the State of Florida. The agency informed those entities that it had changed its previous legal interpretation due to the recent holding in the Florida Third District Court of Appeal’s decision in State v. Espinoza, 264 So. 3d 1055, 1065 (Fla. 3rd DCA 2019). In Espinoza, the Court held that pursuant to section 560.103(23), Florida Statutes, a transaction involving monetary value does not require a third party to be considered money transmission. Given this development, the OFR is providing notification that a money services business license will be required to engage in the business of selling virtual currency in Florida. The OFR therefore urges such businesses to apply for money services business licenses as soon as possible, but no later than December 31, 2021. As of January 1, 2022, anyone conducting unlicensed money transmitter activity (including selling virtual currency) without having submitted an application to the OFR for a money services business license may be subject to administrative fines or penalties and possible criminal prosecution pursuant to Chapter 560, F.S.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1229FL5910020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://flofr.gov/sitePages/OFRNews.htm?p=industry-alert-amnesty-period-for-virtual-currency-sellers\",\n            \"created_at\": \"2021-08-18T07:30:09.145088-04:00\"\n        },\n        {\n            \"id\": 54794,\n            \"title\": \"Notice of Meeting/Workshop Hearing: the Florida Hurricane Catastrophe Fund Advisory Council\",\n            \"summary\": \"The Florida Hurricane Catastrophe Fund Advisory Council announces a telephone conference call to which all persons are invited. Date and time: August 26, 2021, 1:30 p.m. ET until conclusion of meeting. Place: Conference Call. General subject matter to be considered: To obtain the recommendation of the Advisory Council for the filing of a Notice of Proposed Rule for Rule 19-8.010, F.A.C., Reimbursement Contract and Rule 19-8.013, F.A.C., Revenue Bonds Issued Pursuant to subsection 215.555(6), F.S., and for the filing of these two rules for adoption if no member of the public timely requests a rule hearing or if a rule hearing is requested but no Notice of Change is needed. In addition, other general business of the Council may be addressed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488711320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Board of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24887113\",\n            \"created_at\": \"2021-08-18T07:30:09.213027-04:00\"\n        },\n        {\n            \"id\": 54795,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Investment Committee\",\n            \"summary\": \"The FWCIGA Investment Committee announces a public meeting to which all persons are invited. Date and time: August 26, 2021, 3:00 p.m. place: Conference Call. Subject: The Committee will meet to discuss the general business of the Association. The agenda will include but not limited to: Approval of Minutes and Investment Report.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488895620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Insurance Guaranty Association, Inc\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24888956\",\n            \"created_at\": \"2021-08-18T07:30:09.275669-04:00\"\n        },\n        {\n            \"id\": 54796,\n            \"title\": \"Secretary Raffensperger Announces She Leads Webinar Get Back on Track - Rebuilding Your Personal Finances and Small Business Post-Pandemic\",\n            \"summary\": \"Secretary of State Brad Raffensperger is announcing that She Leads will be hosting its 13th event, “Get Back on Track: Rebuilding Your Personal Finances and Small Business Post Pandemic.” This free webinar will take place on Wednesday, August 25 at 6 pm. Registration is open to all Georgians. The event will be moderated by Award-winning Journalist Donna Lowry. Speakers for this free webinar include Partner, Wealth Advisor Shardea Ages; Implementation Coach and Change Management Practitioner Clinton Ages; and Private Wealth Manager, Creative Planning Kristin Pugh.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"139GA13819220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Georgia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of Secretary of State, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"https://sos.ga.gov/index.php/securities/announcing_she_leads_webinar_hosted_by_secretary_brad_raffensperger_get_back_on_track_rebuilding_your_personal_finances_and_small_business_post_pandemic\",\n            \"created_at\": \"2021-08-18T07:30:09.338754-04:00\"\n        },\n        {\n            \"id\": 54797,\n            \"title\": \"House Bill 0165: Carbon Capture Task Force\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Creates the Carbon Capture, Utilization, and Storage Legislation Task Force Act. Creates the Carbon Capture, Utilization, and Storage Legislation Task Force. Adds provisions governing Task Force membership, duties, powers, and compensation. Provides that the Task Force shall meet no less than once a month beginning in July 2021. Provides that the Task Force shall submit a report to the Governor and the General Assembly on or before December 31, 2021. Dissolves the Task Force upon the filing of the report. Provides that the Act is repealed on January 1, 2023. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1016528P4120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=165&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.401208-04:00\"\n        },\n        {\n            \"id\": 54798,\n            \"title\": \"House Bill 0275: AMends the Chicago Teacher Article of the Illinois Pension Code\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Chicago Teacher Article of the Illinois Pension Code. Provides that in case any officer whose signature appears upon any check or draft, issued pursuant to the Article, ceases to hold office, the signature nevertheless shall be valid and sufficient for all purposes. Removes language concerning checks or drafts signed by an officer who ceases to hold office before the delivery of the check to the payee. Provides that if the Fund mistakenly sets any benefit at an incorrect amount, the Fund shall recalculate the benefit as soon as may be practicable after the mistake is discovered. Provides that if the benefit was mistakenly set too low, the Fund shall make a lump sum payment to the recipient of an amount equal to the difference between the benefits that should have been paid and those actually paid, plus interest at the rate of 3% from the date the unpaid amounts accrued to the date of payment. Provides that if the benefit was mistakenly set too high, the Fund may recover the amount overpaid from the recipient plus interest at 3% from the date of overpayment to the date of recovery. Contains provisions concerning repayment of the overpaid amount. Provides that if (1) the amount of the benefit was mistakenly set too high, (2) the error was undiscovered for 3 years or longer from the date of the first mistaken benefit payment, and (3) the error was not the result of incorrect information supplied by the affected member, then upon discovery of the mistake the benefit shall be adjusted to the correct level, but the recipient of the benefit shall not be required to repay to the Fund the excess amounts received in error. Makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1027528P4220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=275&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.465561-04:00\"\n        },\n        {\n            \"id\": 54799,\n            \"title\": \"House Bill 0848: Lottery-Scratch-Off\",\n            \"summary\": \"Signed by the Governor on 08/16/2021. Amends the Illinois Lottery Law. Removes language that would require that sales of the special instant scratch-off game to benefit Alzheimer's care, support, education, and awareness be discontinued on January 1, 2022. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1084828P9020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=848&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.529164-04:00\"\n        },\n        {\n            \"id\": 54800,\n            \"title\": \"House Bill 1755: Eligibility of Port Districts for State and Federal Programs\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Department of Commerce and Economic Opportunity Law of the Civil Administrative Code of Illinois. Provides that the Department of Commerce and Economic Opportunity shall evaluate eligibility of special districts for State and federal programs, grants, and subsidies based on eligibility requirements set forth in their statutory charters. Amends the Kaskaskia Regional Port District Act. Provides that the Port District has power to apply for and accept grants, loans, or appropriations from the federal and State government (currently, only federal government) or any agency or instrumentality thereof, to be used for any of the purposes of the District and to enter into agreements with the federal and State government (currently, only federal government) in relation to such grants, loans or appropriations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1175528P4720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1755&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.594242-04:00\"\n        },\n        {\n            \"id\": 54801,\n            \"title\": \"House Bill 1955: Holding Company Systems\",\n            \"summary\": \"Signed by the Governor on 08/16/2021. Amends the Illinois Insurance Code. In provisions requiring the Director of Insurance to approve specified acquisitions of control, provides that the Director shall deny the acquisition if the competence, experience, and integrity of those persons who would control the operation are such that it would not (rather than would) be in the best interests of specified individuals. Provides specified procedures by which the Director may designate a group-wide supervisor of an internationally active insurance group and supervise internationally active insurance groups. In provisions concerning confidential treatment of certain information, excludes information submitted pursuant to specified provisions concerning mergers and acquisitions that is not personal financial information. Provides that the Director may share confidential and privileged documents, materials, or other information with third-party consultants to assist in the performance of the Director's duties. Makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1195528P9420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1955&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.657809-04:00\"\n        },\n        {\n            \"id\": 54802,\n            \"title\": \"House Bill 2405: Insurance Guaranty Fund\",\n            \"summary\": \"Signed by the Governor on 8/16/2021. Amends the Illinois Insurance Code. Authorizes the Illinois Insurance Guaranty Fund, at the direction of its board of directors and subject to the approval of the Director of Insurance, to form and own a not-for-profit corporation to which the Fund may delegate certain of its powers and duties provided by the Code. Allows the not-for-profit corporation to contract to provide services to the Office of Special Deputy Receiver or any other person or organization authorized by law to carry out the duties of the Director in the capacity of receiver under specified provisions of the Code, the Illinois Life and Health Insurance Guaranty Association, an organizations in another state similar to the Illinois Insurance Guaranty Fund or the Illinois Life and Health Insurance Guaranty Association. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1240528P9620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2405&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.723176-04:00\"\n        },\n        {\n            \"id\": 54803,\n            \"title\": \"House Bill 2570: Auto Liability Insurance\",\n            \"summary\": \"Signed by the Governor on 8/16/2021. Amends the Illinois Insurance Code. In provisions concerning reductions to rates and premium charges for automobile liability insurance for any insured over age 55 upon successful completion of the National Safety Council's Defensive Driving Course or a motor vehicle accident prevention course, provides that the course may be an eLearning course. Provides that any accident prevention course Signed by the Secretary of State shall consist of at least 8 hours of classroom or eLearning equivalent instruction (rather than only classroom instruction).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1257028P9720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2570&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.786186-04:00\"\n        },\n        {\n            \"id\": 54804,\n            \"title\": \"House Bill 3577: Worker CoOp LLC Conformance\",\n            \"summary\": \"Signed by the Governor on 8/13/2021. Amends the Limited Worker Cooperative Association Act. Incorporates provisions of the Limited Liability Company Act relating to: the powers of the Secretary of State, names of associations, required forms and the filing of those forms, contents of cooperative agreements, fees, termination, procedures of administrative dissolution, annual reports, and reinstatements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1357728P5120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3577&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.850494-04:00\"\n        },\n        {\n            \"id\": 54805,\n            \"title\": \"House Bill 4127: Unemployment Benefits\",\n            \"summary\": \"Introduced on 08/17/2021. Amends the Unemployment Insurance Act. In a provision concerning the recoupment of any overpayment made to an individual who is found to have been ineligible for benefits, provides that the individual must be provided written notice of his or her appeal rights including the ability to request waiver of any recovery. Provides that if the Department of Employment Security has previously recouped or recovered overpayment funds from an individual and that individual is granted waiver with respect to those funds, then the individual shall be refunded those funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17367IL1412745FTE20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4127&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.912569-04:00\"\n        },\n        {\n            \"id\": 54806,\n            \"title\": \"2020 Wabash County Final Multiplier Announced\",\n            \"summary\": \"Wabash County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2375120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23751.html\",\n            \"created_at\": \"2021-08-18T07:30:09.980787-04:00\"\n        },\n        {\n            \"id\": 54807,\n            \"title\": \"Governor Pritzker Takes Bill Action\",\n            \"summary\": \"Today, Governor JB Pritzker signed several bills today, including the following: HB 1836 authorizes the State Treasurer to verify that funeral and burial expenses of the deceased are paid for prior to transferring the proceeds of an ABLE account to the designated beneficiary; HB 1955 requires the Director of Insurance to approve specified acquisitions and allows Illinois to maintain National Association of Insurance Commissioners (NAIC) Accreditation; and HB 2405 creates a mechanism and minimizes resources to assist insolvent insurance companies with paying claims.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2374920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23749.html\",\n            \"created_at\": \"2021-08-18T07:30:10.060715-04:00\"\n        },\n        {\n            \"id\": 54808,\n            \"title\": \"Governor Holcomb Makes Appointments to Various Boards and Commissions\",\n            \"summary\": \"Governor Eric J. Holcomb today announced several appointments to various state boards and commissions. The governor made seven appointments to the new All Payer Claims Database Advisory board, including Cheryl Ackerman (Carmel), CFO of Proteus, LLC, who will serve until June 30, 2023; Mike Hampton (Avon), director of regulatory affairs for UnitedHealthcare, who will serve until June 30, 2023; and Logan Harrison (Indianapolis), senior public affairs director for Anthem, who will serve until June 30, 2023. Two reappointments were made to the Indiana Bond Bank Board of Directors, who will serve until July 31, 2024: David Mann (Indianapolis), managing partner at Spring Mill Venture Partners and co-managing partner at The Firefly Group, and Chuck Williams (Valparaiso), principal of CL Williams & Companies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN228ANA20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Indiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_makes_appointments_to_various_boards_and_commissions_2898?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-08-18T07:30:10.125310-04:00\"\n        },\n        {\n            \"id\": 54809,\n            \"title\": \"Consent to Cease and Desist Order: T.E.A.M. Builders, Ltd. and Austin Maginnis\",\n            \"summary\": \"TEAM Builders is not a licensed public adjuster business entity producer in the state of Iowa. Maginnis is not a licensed public adjuster in the state of Iowa. Wherefore, it is ordered: Respondents, and any unlicensed employees, agents, or contracted parties working on Respondents’ behalf pursuant to Iowa Code §522C.6, shall cease and desist from any and all acts or practices in the state of Iowa that require licensure as a public adjuster; Respondents, are assessed $750 for costs of investigation and prosecution; Respondents are assessed a civil penalty in the amount of $1,000 due contemporaneously upon entry of this order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO4311051720210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-team-builders-ltd-and-austin-maginnis\",\n            \"created_at\": \"2021-08-18T07:30:10.188918-04:00\"\n        },\n        {\n            \"id\": 54810,\n            \"title\": \"Newton Man Charged with Insurance Fraud\",\n            \"summary\": \"Amede Kambulata Masudi, age 34, of Newton, Iowa, has been charged with Insurance Fraud – Application Fraud (Class D Felony). The charges are a result of an investigation which began in May of 2020. In criminal complaints filed by the Iowa Insurance Division’s Fraud Bureau, it is alleged Masudi was involved in a motor vehicle collision which resulted in property damage and bodily injuries on May 9th, 2020. It is alleged Masudi did not have a valid automobile insurance policy at the time the collision occurred. After the collision, Masudi provided false statements to an insurer in order to obtain car insurance and later asserted the collision had occurred after the inception of the automobile insurance policy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID11420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/newton-man-charged-with-insurance-fraud\",\n            \"created_at\": \"2021-08-18T07:30:10.251070-04:00\"\n        },\n        {\n            \"id\": 54811,\n            \"title\": \"Hiawatha Man Charged with Insurance Fraud and Tampering with Records\",\n            \"summary\": \"Demarius Deshawn Mallett, age 34, of Hiawatha, Iowa, has been charged with one count each of Insurance Fraud – Presenting False Information (Class D Felony), Forgery (Aggravated Misdemeanor), Fraudulent Practices – 2nd Degree (Class D Felony), and Tampering with Records (Aggravated Misdemeanor). It is alleged Mallett submitted a forged and falsified hospital billing statement, increasing the dollar figure by $6,000, for various medical procedures in an effort to defraud the insurer of monetary insurance benefits to which he would not have otherwise been entitled.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID17220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/hiawatha-man-charged-with-insurance-fraud-and-tampering-with-records\",\n            \"created_at\": \"2021-08-18T07:30:10.314425-04:00\"\n        },\n        {\n            \"id\": 54812,\n            \"title\": \"Des Moines Man Charged with Insurance Fraud and Filing a False Report\",\n            \"summary\": \"Scott Edwin Thomas Sr., age 45 of Des Moines, Iowa, has been charged with one count each of Insurance Fraud – Presenting False Information (Class D Felony), Insurance Fraud – Application Fraud (Class D Felony), and False Report of an Indictable Offense to a Public Entity (serious misdemeanor). In April of 2021 it is alleged Thomas made false statements to an insurance company in order to obtain insurance coverage on a motorcycle which was no longer in his possession. It is alleged Thomas later filed an incident report with the Des Moines Police Department stating the motorcycle had been stolen from his residence. Thomas then utilized the stolen vehicle report as evidence of the theft in an effort to obtain monetary insurance benefits due to the loss of the motorcycle to which he was not otherwise entitled.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID17420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/des-moines-man-charged-with-insurance-fraud-and-filing-a-false-report\",\n            \"created_at\": \"2021-08-18T07:30:10.377972-04:00\"\n        },\n        {\n            \"id\": 54813,\n            \"title\": \"Order for Waiver: MidAmerican Energy Company\",\n            \"summary\": \"The Iowa Insurance Division (Division) issues the following ruling on MidAmerican Energy Company's (MidAmerican) Petition for Waiver. MidAmerican has filed an application for a certificate of relief of workers' compensation insurance with the Division. MidAmerican is a wholly-owned subsidiary of MHC Inc. (MHC). MHC is a wholly-owned subsidiary of MidAmerican Funding, LLC (MidAmerican Funding), which in turn is wholly-owned by Berkshire Hathaway Energy Company (BHE). For the purpose of obtaining a certificate from worker's compensation insurance requirements, MidAmerican has requested permission to accept a guarenatee from MidAmerican Funding, in lieu of the ultimat corporate parent Berkshire. In the event that the waiver is not granted, an effective historical practice of self insuring for the purposes of workers' compensation would end. MidAmerican further argues that if it does not have the ability to self-insure for workers' compensation claims, it would face higher costs and would lose the ability to directly manage workers' compensation claims. Accordingly, it is hereby ordered that the requirement of 191 IAC 57.5(1)(b) is waved for Petitioner. Dated on August 13, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6342IO322620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/administrative-orders-and-actions/order-on-petition-for-waiver-midamerican\",\n            \"created_at\": \"2021-08-18T07:30:10.441078-04:00\"\n        },\n        {\n            \"id\": 54814,\n            \"title\": \"Order for Waiver: NextEra Energy Duane Arnold, LLC\",\n            \"summary\": \"On May 28, 2021, Duane Arnold filed a Request for Waiver of Rule (\\\"Petition\\\"), renewable on an annual basis, of the following administrative rule: 191 IAC 57.5(1) - an applicat for a certificate of relief from insurance shall submit a completed application to the division together with parental gurantee from the ultimate controlling parent, if applicable. The Division has considered the Petition. Duane Arnold's ultimate controlling parent is NextEra Energy, Inc., a publich utility holding company headquartered in Juno Beach, Florida. It is hereby ordered that the requirement of 191 IAC 57.5(1)(b) is waived for Petitioner.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6342IO323220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/administrative-orders-and-actions/order-on-petition-for-waiver-nextera-energy-duane-arnold\",\n            \"created_at\": \"2021-08-18T07:30:10.503523-04:00\"\n        },\n        {\n            \"id\": 54815,\n            \"title\": \"Findings of Fact, Conclusions of Law, and Order: Centurion Life Insurance Company\",\n            \"summary\": \"Bestow, Inc., et al., seek permission to acquire control of Centurion Life Insurance Company, an Iowa domestic insurer (the “Domestic Insurer”) and direct, wholly-owned subsidiary of Wells Fargo Financial, LLC, an Iowa limited liability company (“Wells Fargo”). Pursuant to the proposed acquisition the Domestic Insurer will become a direct, wholly-owned subsidiary of Bestow. After a careful review of all evidence submitted, the Commissioner concludes, upon substantial evidence, that the Applicants have demonstrated to the Commissioner all six requirements set forth in, and required by, Iowa Code section 521A.3(4)(a). The Applicants’ proposed acquisition of control of the Domestic Insurer should be approved. It is ordered that the application of Bestow Inc., O’Banion Capital LLC, Melbourne O’Banion III, Abelmann Land & Cattle LLC, Tempus Fugit LLC, Tempus Fugit Trust, Jonathan William Abelmann, Valar Global Fund IV LP, Valar Global Principals Fund IV LP, Valar Fund V LP, Valar Principals Fund V LP, Valar Velocity Fund 2 LP, Valar Ventures GP IV LLC, Valar GP V LLC, Valar Velocity GP 2 LLC, James Fitzgerald, and Andrew McCormack for approval of the acquisition of control of Centurion Life Insurance Company, an Iowa domestic insurer, is APPROVED subject to the following condition to closing of the proposed acquisition and commitments to the Division are satisfied by the Applicants; and after the closing of the proposed acquisition, the Domestic Insurer shall notify the Division if it plans to make any significant deviations from the Plan of Operations submitted with the Applicants’ Form A Statement, including, but not limited to, any plans to enter into new lines of business.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6342IO723220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/administrative-orders-and-actions/in-the-matter-of-the-application-for-acquisition-of\",\n            \"created_at\": \"2021-08-18T07:30:10.565103-04:00\"\n        },\n        {\n            \"id\": 54816,\n            \"title\": \"Order Reissuing License After Suspension and Expiration: Legends Agency LLC\",\n            \"summary\": \"Legends Agency LLC \\\"Legends\\\" became licensed in the state of Iowa as a business entity producer on January 31, 2018. Lawrence Roberts (\\\"Roberts\\\") previously filed an application with the Iowa Insurance Division (\\\"Division\\\") of his suspended Iowa insurance producer license. His license was reinstated on July 17, 2020. Roberts, Legends, and the Division entered into a consent order whereby Legend's insurance business entity producer license was suspended on May 6, 2020, for a period of two months. Although Roberts submitted an Iowa insurance producer application for reinstatement dated July 6, 2020, the application was only for his individual producer license and did not include a request for Legend's business entity license to be reinstated. The suspension period has now passed and Roberts, on behalf of Legends, has submitted an Iowa producer application for reinstatement dated August 5, 2021. The applicant has met his burden of establishing that the basis for the suspension no longer exists. It is therefore ordered that the Applicant's Reissuance Application is granted and the administrative suspension block is removed from the licensing record. Ordered on August 13, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1810404020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-legends-agency-llc\",\n            \"created_at\": \"2021-08-18T07:30:10.629398-04:00\"\n        },\n        {\n            \"id\": 54817,\n            \"title\": \"Order Reinstating License After Suspension: Thomas A. Milligan\",\n            \"summary\": \"Iowa Insurance Division has issued an order Reinstating License after Suspension to Thomas A. Milligan. The respondent has filed an application with the Iowa Insurance Division and he is licensed as a non-resident insurance producer in the State of Iowa. It is therefore ordered that the respondent’s non-resident insurance licensee is reinstated; and that the respondent shall immediately be permitted to transact and participate in the business of insurance in Iowa.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1810895720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-thomas-a-mulligan-0\",\n            \"created_at\": \"2021-08-18T07:30:10.693199-04:00\"\n        },\n        {\n            \"id\": 54818,\n            \"title\": \"Consent Order: Michael S. McGuire\",\n            \"summary\": \"Iowa Insurance Division and Michael S. McGuire has entered into a consent Order. The Commissioner of Insurance conducted an investigation into the activities of Mr. McGuire. Based on the findings, McGuire applied for a resident insurance producer license with the Division and the license was issued on June 12th 1982. McGuire renewed his resident insurance producer with the Division on May 29, 2018. On October 5,2018, a complaint was filed against McGuire and he was charged for Stalking - Pattern of Stalking Conduct which is a felony. Therefore, it is hereby ordered that McGuire’s resident insurance producer license is immediately and permanently revoked and he is prohibited from engaging in the business of insurance in the state of Iowa. McGuire shall immediately cease and desist from engaging in the business of insurance in this state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1810982320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-michael-s-mcguire\",\n            \"created_at\": \"2021-08-18T07:30:10.755887-04:00\"\n        },\n        {\n            \"id\": 54819,\n            \"title\": \"Governor Laura Kelly Announces 10 Short Line Rail Improvement Projects\",\n            \"summary\": \"Today, Governor Laura Kelly and Transportation Secretary Julie Lorenz announced 10 projects, totaling more than $5.2 million, were awarded as part of the Kansas Department of Transportation’s Short Line Rail Improvement Fund Program. The announcement took place at the Gavilon grain elevator in southwest Wichita, one of the recipients of program funding. Six projects were awarded to shippers and four projects were awarded to short line railroads in nine counties across Kansas. State funding for the individual projects ranges from $56,000 for the installation of new scales to nearly $2 million for siding expansion to increase railcar capacity and carloading capabilities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7966KS357TS20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kansas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.kansas.gov/governor-laura-kelly-announces-10-short-line-rail-improvement-projects/\",\n            \"created_at\": \"2021-08-18T07:30:10.818174-04:00\"\n        },\n        {\n            \"id\": 54820,\n            \"title\": \"Monthly Publication of the Louisiana Register (2021-08-20)\",\n            \"summary\": \"This notice announces the monthly publication of the Louisiana State Register and includes, amongst other topics, rules on the Angel Investor Tax Credit Program and Uniform Local Sales Tax Board Claims for Refund or Credit; and notices of intent on insurance Regulation 117 - submission of contact information for risk-bearing enttiies, consolidated filer sales tax returns, and mmandatory electronic filing of consumable hemp products.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4077LAk/2120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"Louisiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Division of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.doa.la.gov/media/mdnj2awk/2108.pdf\",\n            \"created_at\": \"2021-08-18T07:30:10.879699-04:00\"\n        },\n        {\n            \"id\": 54821,\n            \"title\": \"Attorney General Frosh Announces Members to the Access to Counsel in Evictions Task Force\",\n            \"summary\": \"Maryland Attorney General Brian E. Frosh today announced the membership of the Access to Counsel in Evictions Task Force. The Task Force was created in the 2021 legislative session, the passage of which made the Maryland General Assembly the second state legislature in the country to provide statewide access to counsel in eviction proceedings for income-eligible tenants. Effective October 1st, the Task Force will be responsible for evaluating the provision of services under HB18; studying potential funding sources; and making recommendations to improve the implementation of the access to counsel program, including necessary policy and statutory changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"195MD896120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maryland\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://www.marylandattorneygeneral.gov/press/2021/081721.pdf\",\n            \"created_at\": \"2021-08-18T07:30:10.943034-04:00\"\n        },\n        {\n            \"id\": 54824,\n            \"title\": \"House Bill 610: Nationwide Multistate Licensing System and Registry\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. Requiring certain licensing and reporting functions be conducted through the Nationwide Multistate Licensing System and Registry, relative to background investigations of trust officers, to certain filing fees, assessments, and interest rates, and to the transmission of consumer complaints by the banking department, requiring employers to provide certain workplace accommodations for employees, establishing the New Hampshire housing and conservation planning program, and relative to the collaborative care model service delivery method.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB61054720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-09\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB610/\",\n            \"created_at\": \"2021-08-18T07:30:11.134711-04:00\"\n        },\n        {\n            \"id\": 54825,\n            \"title\": \"Senate Bill 102: Property Taxation\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An Act adopting omnibus legislation on property taxation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB1025720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-09\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB102/\",\n            \"created_at\": \"2021-08-18T07:30:11.198554-04:00\"\n        },\n        {\n            \"id\": 54826,\n            \"title\": \"Acting Governor Oliver Signs Landmark Urban Enterprise Zone Reform Bill\",\n            \"summary\": \"Acting Governor Sheila Oliver signed into law today the Urban Enterprise Zone (UEZ) Reform Bill (A5580/S3600). The legislation restores and revises the UEZ Program and appropriates $42.5 million in Zone Assistance Funds (ZAF) for FY22, bringing the program back to full operation after having been without a funding source for more than ten years.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ107174A20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Jersey\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210817a.shtml\",\n            \"created_at\": \"2021-08-18T07:30:11.261770-04:00\"\n        },\n        {\n            \"id\": 54827,\n            \"title\": \"Nash County Man Charged with Insurance Fraud, False Pretense in Staged Crashes\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced the arrest of Ceedee Davis Jr., 32, of 95 Moore Farm Road, Whitakers. Davis was charged with four counts of insurance fraud and four counts of obtaining property by false pretense, all felonies. Special agents with the Department of Insurance’s Criminal Investigations Division accuse Davis of pursuing automobile insurance claims with State Farm Mutual Automobile Insurance Co. for a vehicle he did not own that was involved in staged crashes. According to the arrest warrants, Davis obtained payments totaling $13,642.42 as a result of the claims. The offenses occurred between Sept. 4, 2018, and Feb. 24, 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC275120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/08/17/nash-county-man-charged-insurance-fraud-false-pretense-staged-crashes\",\n            \"created_at\": \"2021-08-18T07:30:11.324402-04:00\"\n        },\n        {\n            \"id\": 54828,\n            \"title\": \"Wilmington Man Charged with Insurance Fraud in Disability Claim\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced that Gary Buzzerio, 65, of 601 Capeside Drive, Wilmington, was charged with insurance fraud and obtaining property by false pretense, both felonies. Special agents with the Department of Insurance’s Criminal Investigations Division accuse Buzzerio of obtaining $6,000 from Aflac Insurance in short-term disability insurance funds that he was not entitled to receive. According to the criminal summons, Buzzerio told AFLAC that he could no longer work when he was still employed and working with Gibbs Management Services when he received the claim payment. The offense occurred on March 3.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC275220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/08/17/wilmington-man-charged-insurance-fraud-disability-claim\",\n            \"created_at\": \"2021-08-18T07:30:11.387349-04:00\"\n        },\n        {\n            \"id\": 54829,\n            \"title\": \"Governor Cooper Signs Five Bills into Law\",\n            \"summary\": \"Governor Roy Cooper signed the following bills into law today including House Bill 73: Temporarily Waive ABC Permit Renewal Fees; and House Bill 121: Clarify EQIP Funding/Dredging Cost-Share.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC394420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nc.gov/news/press-releases/2021/08/16/governor-cooper-signs-five-bills-law\",\n            \"created_at\": \"2021-08-18T07:30:11.449667-04:00\"\n        },\n        {\n            \"id\": 54830,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. Individuals: 1. CALLEJAS VALCARCE, Oscar Alejandro, Goycuria #119, 10 Octubre, Havana, Cuba; DOB 19 Sep 1957; 2. SIERRA ARIAS, Eddy Manuel, Calle 206A, No. 2119B, Entre 21 y 23, Atabey, Playa, Havana, Cuba; DOB 03 Sep 1971. Entities: 1. Policia Nacional Revolucionaria. The full list is available within this Article.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17598\",\n            \"regalytics_alert_id\": \"1891FR20211759820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17598/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-08-18T07:30:11.513321-04:00\"\n        },\n        {\n            \"id\": 54831,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. Individuals: 1. Al-Shaban, Hasan (a.k.a. Alshaban, Hasan Suliman), Manbij, Syria; Sahinbey, Gaziantep, Turkey; DOB 07 Jan 1987; nationality Syria; Gender Male; Passport 02812L004397 (Syria); Identification Number 02120304806 (Syria). 2. Fayzimatov, Farrukh Furkatovitch (a.k.a. AL-SHAMI, Faruk; a.k.a. ASH-SHAMI, Faruk; a.k.a. Fayzimatov, Faruk Furkatovich; a.k.a. SHAMI, Faruk; a.k.a. SHAMI, Faruq (Cyrillic: ШАМИ, Фарук)), Idlib, Syria; DOB 02 Mar 1996; citizen Tajikistan; Gender Male.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17599\",\n            \"regalytics_alert_id\": \"1891FR20211759920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17599/notice-of-ofac-sanctions-action\",\n            \"created_at\": \"2021-08-18T07:30:11.576232-04:00\"\n        },\n        {\n            \"id\": 54832,\n            \"title\": \"Federal Pandemic Unemployment Benefit Programs Ending\",\n            \"summary\": \"Labor & Industry Secretary Jennifer Berrier reminded Pennsylvanians who are receiving benefits through federal Pandemic Unemployment Assistance, Pandemic Emergency Unemployment Compensation, or Federal Pandemic Unemployment Compensation that the final week of eligibility for payments under these programs is the week ending September 4th 2021. With the end of the federal pandemic programs rapidly approaching, L&I is reaching out to individuals who are receiving benefits to these programs to ensure they are aware of other forms of support. After the federal programs ends, L&I will continue to process eligible claim weeks that end September 4, 2021, or earlier that have been filed but have not yet been paid. L&I urges individuals currently enrolled in unemployment programs to take advantage of free jobseeker services These services include access to a free job database, resume assistance, information about reskilling opportunities, and more.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA711238420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Labor and Industry\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=612\",\n            \"created_at\": \"2021-08-18T07:30:11.638167-04:00\"\n        },\n        {\n            \"id\": 54833,\n            \"title\": \"8/18 Special Board Meeting Link\",\n            \"summary\": \"PSERS is holding a Special Board Meeting on August 18 at 5:30PM. To view the Live Event for the Special Board Meeting (Audio/Video) please copy & paste the Microsoft Teams Live Event link into your browser.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA316940020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania School Employees' Retirement System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/Public-School-Employees-Retirement-System_details.aspx?newsid=169\",\n            \"created_at\": \"2021-08-18T07:30:11.702474-04:00\"\n        },\n        {\n            \"id\": 54834,\n            \"title\": \"SEC Charges Investment Adviser and His Advisory Business for Misappropriating More Than $1 Million from a Client and Prospective Client and Defrauding Investors\",\n            \"summary\": \"The Securities and Exchange Commission today charged a New York-based company and its founder for misappropriating more than $1 million from a client and prospective client and defrauding investors, as well as for submitting false information on SEC filings. The SEC's complaint alleges that Jeffrey Slothower, through his entity Battery Private, Inc., engaged in two separate fraudulent schemes. In the first alleged scheme, Slothower misappropriated more than $1 million from an advisory client and her spouse, a prospective client. In the second alleged scheme, Slothower made material misrepresentations in connection with private sales of a penny stock owned by Battery Private. The SEC's complaint further alleges that Slothower exaggerated the size of Battery Private's regulatory assets under management in SEC filings. The SEC's complaint charges Battery Private and Slothower with violating the Securities Act of 1933 and the Investment Advisers Act of 1940, and also charges Battery Private with violating, and Slothower with aiding and abetting Battery Private's violations of the Advisers Act. The complaint seeks disgorgement of ill-gotten gains with prejudgment interest, civil penalties, and permanent injunctive relief.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25171.htm\",\n            \"created_at\": \"2021-08-18T07:30:11.785594-04:00\"\n        },\n        {\n            \"id\": 54835,\n            \"title\": \"SEC Charges Company and Its CEO with Fraudulent Statements Concerning COVID-19 Products\",\n            \"summary\": \"The Securities and Exchange Commission today announced charges against Rising Biosciences, Inc. and its Chief Executive Officer, Arthur Hall, for making false and misleading statements regarding disinfectant products Rising Biosciences purportedly launched in response to COVID-19. On August 25, 2020, temporarily suspending trading in the securities of Rising Biosciences. Rising Biosciences and Hall made false and misleading statements in press releases, on websites, and in social media videos that Rising Biosciences' disinfectant products. The SEC's complaint alleges that Rising Biosciences and Hall violated the antifraud provisions of the Securities Exchange Act of 1934 and seeks permanent injunctions, disgorgement, prejudgment interest, and civil penalties against them. The complaint also seeks director and officer and penny stock bars against Hall.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25172.htm\",\n            \"created_at\": \"2021-08-18T07:30:11.851967-04:00\"\n        },\n        {\n            \"id\": 54836,\n            \"title\": \"SEC Charges Investment Adviser and Others with Fraud in Offering of Promissory Notes\",\n            \"summary\": \"The Securities and Exchange Commission today charged registered investment adviser Fusion Analytics Investment Partners, LLC (FAIP) and its CEO Michael J. Conte with breaches of fiduciary duty and, along with Fusion Analytics Holdings, LLC (Fusion Holdings), with fraud in connection with the sale of promissory notes. According to the SEC's complaint, the defendants solicited individual retail investors and advisory clients to purchase promissory notes issued by Fusion Holdings and raised $1.4 million from 10 investors without disclosing material facts regarding FAIP's declining financial condition. The complaint further alleges that Conte made material representations to investors regarding FAIP's profitability and the safety and soundness of the promissory notes. The SEC's complaint charges the defendants with violating the Securities Act of 1933 and the Securities Exchange Act of 1934. Additionally, the complaint charges FAIP and Conte with violations of the Investment Advisers Act of 1940. The SEC seeks permanent injunctions and, on a joint-and-several basis, disgorgement with prejudgment interest and civil penalties against all defendants.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25173.htm\",\n            \"created_at\": \"2021-08-18T07:30:11.917231-04:00\"\n        },\n        {\n            \"id\": 54837,\n            \"title\": \"SEC Order: Murchinson Ltd., Marc Bistricer and Paul Zogala\",\n            \"summary\": \"The Securities and Exchange Commission has issued a cease and desist order against Murchinson LTD., Marc Bistricer and Paul Zogala. Murchinson Ltd. is a corporation organized under the laws of Ontario, Canada. Murchinson has not been and is not registered with the Commission in any capacity. Murchinson acted as sub-adviser to the Hedge Fund, and Bistricer controlled Murchinson. The Commission finds that Respondents caused the Hedge Fund’s executing brokers to violate Rules. It is hereby ordered that the Respondents cease and desist from committing or causing any violations and any future violations of Rules and the Respondents cease and desist from committing or causing any violations or future violations. The Respondents shall pay, jointly and severally, disgorgement of $7,000,000 and prejudgment interest of $1,078,183 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349268420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92684.pdf\",\n            \"created_at\": \"2021-08-18T07:30:11.981184-04:00\"\n        },\n        {\n            \"id\": 54838,\n            \"title\": \"SEC Order: Matthew O. Clason\",\n            \"summary\": \"The Securities and Exchange Commission has entered an order instituting administrative proceedings and making findings, and imposing remedial sanctions against Matthew O. Clason. The Commission alleges that, from at least September 2018 to August 2020, Clason misappropriated hundreds of thousands of dollars from a client of the investment adviser and broker-dealer firms with which he was associated, in breach of his fiduciary duty to his client. On May 12, 2021, Clason pled guilty to criminal conduct relating to certain matters alleged in the Commission’s Complaint before the United States District Court for the District of Connecticut. It is hereby ordered that Clason be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization and is barred from participating in any offering of a penny stock. Any reapplication for association by the Respondent will be subject to the applicable laws and regulations governing the re-entry process\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349268820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92688.pdf\",\n            \"created_at\": \"2021-08-18T07:30:12.046165-04:00\"\n        },\n        {\n            \"id\": 54839,\n            \"title\": \"SEC Charges Investment Adviser and Associated Individuals with Causing Violations of Regulation SHO\",\n            \"summary\": \"The Securities and Exchange Commission today announced settled charges against Murchinson Ltd.; its principal, Marc Bistricer; and its trader, Paul Zogala for providing erroneous order-marking information that caused executing brokers to violate Regulation SHO. Murchinson and Bistricer settled charges for causing a dealer to fail to register with the SEC. Without admitting or denying the findings, the respondents each agreed to cease-and-desist orders. In addition, Murchinson and Bistricer agreed to pay, jointly and severally, disgorgement of $7,000,000, with prejudgment interest of $1,078,183. Murchinson, Bistricer, and Zogala also agreed to pay penalties of $800,000, $75,000, and $25,000, respectively. Finally, Murchinson and Bistricer agreed to certain undertakings to ensure future compliance with Regulation SHO.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECBA38DE0C20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-156\",\n            \"created_at\": \"2021-08-18T07:30:12.113134-04:00\"\n        },\n        {\n            \"id\": 54840,\n            \"title\": \"Extension to Interagency Statement on Sound Practices\",\n            \"summary\": \"The Securities and Exchange Commission is announcing the extension of “Interagency Statement on Sound Practices.” The primary purpose of the Statement is to ensure that these transactions receive enhanced scrutiny by the institution and to ensure that the institution does not participate in illegal or inappropriate transactions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17533\",\n            \"regalytics_alert_id\": \"1891FR20211753320210817\",\n            \"proposed_comments_due_date\": \"2021-10-17\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17533/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:12.179617-04:00\"\n        },\n        {\n            \"id\": 54841,\n            \"title\": \"SEC Charges Biopharmaceutical Company Employee with Insider Trading\",\n            \"summary\": \"The Securities and Exchange Commission today charged a former employee of California-based Medivation Inc. with insider trading in advance of Medivation's announcement that it would be acquired by pharmaceutical giant Pfizer Inc. Medivation Inc is a mid-sized, oncology-focused biopharmaceutical company. Matthew Panuwat, purchased short-term, out-of-the-money stock options in Incyte Corporation, another mid-cap oncology-focused biopharmaceutical company. Panuwat allegedly purchased the options within minutes of learning highly confidential information concerning the merger. Medivation's insider trading policy expressly forbade Panuwat from using confidential information he acquired at Medivation to trade in the securities of any other publicly-traded company. Following the announcement of Medivation's acquisition, Incyte's stock price increased by approximately 8%. The complaint alleges that, by trading ahead of the announcement, Panuwat generated illicit profits of $107,066. The SEC's complaint charges Panuwat with violating the antifraud provisions of the federal securities laws, and seeks a permanent injunction, civil penalty, and an officer and director bar.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC9265B88920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-155\",\n            \"created_at\": \"2021-08-18T07:30:12.244320-04:00\"\n        },\n        {\n            \"id\": 54842,\n            \"title\": \"Commissioner Gonzales Announces Weekly Formula Rate\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today that the maximum effective formula rate of interest in Tennessee is 7.25 percent per annum. The rate is based on a ceiling of 4 percent over the weekly average prime loan rate of 3.25 percent as published by the Federal Reserve on August 16, 2021. Commissioner Gonzales said the rate remains in effect until the average prime loan rate as announced by the Federal Reserve Bank changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI1782120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/8/17/commissioner-gonzales-announces-weekly-formula-rate-august-17--2021.html\",\n            \"created_at\": \"2021-08-18T07:30:12.307770-04:00\"\n        },\n        {\n            \"id\": 54844,\n            \"title\": \"Virginia Man Sentenced for Role in Multimillion-Dollar Investment-Fraud Scheme\",\n            \"summary\": \"A Virginia man was sentenced today in the Eastern District of Virginia to 14 years in prison for his role in an investment fraud scheme in which he and his co-conspirators stole approximately $5.7 million from victim investors. According to court documents, James Leonard Smith, 65, of Midlothian, was convicted by a federal jury of conspiracy to commit wire fraud, wire fraud, and money laundering on October 30, 2020, after a four-day trial. According to the evidence presented at trial, from around 2014 to 2017, Smith participated in a worldwide scheme through Chimera Group Ltd., a purported investment company based out of the United Kingdom. The fraud operated as an advance-fee scheme in which the defendants acted as promoters who promised to pay the victims a sum of money at a later date in exchange for an up-front payment. The evidence also showed that Smith and his co-conspirators used escrow attorneys, who were themselves part of the scheme, in order to give the victims the impression that their money would remain secure until the defendants’ promises had been kept. Smith and his co-conspirators stole at least $5.7 million from their victims. Co-conspirator Stuart Jay Anderson, 54, of Aliso Viejo, California, an escrow attorney involved in the scheme, was sentenced to four years in prison on Dec. 3, 2020. Co-defendant James Michael Johnson, 70, of Richmond, was sentenced to more than eight years in prison on March 5. Co-defendant Brian Michael Bridge, 48, of London, England, a fugitive, was also charged in the superseding indictment, and is presumed innocent until proven guilty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ180A520210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/virginia-man-sentenced-role-multimillion-dollar-investment-fraud-scheme\",\n            \"created_at\": \"2021-08-18T07:30:12.438580-04:00\"\n        },\n        {\n            \"id\": 54845,\n            \"title\": \"Owners/Managers of Florida Labor-Staffing Companies Indicted for Immigration Fraud and Money Laundering\",\n            \"summary\": \"An indictment was unsealed today charging three men who operated labor-staffing companies in Florida with conspiracy to harbor non-resident aliens and induce them to remain in the country and with conspiracy to commit money laundering. According to the indictment, Mykhaylo Chugay, Oleksandr Morgunov, Volodymyr Ogorodnychuk and others owned and operated a series of labor-staffing companies in southern Florida, including Paradise Choice LLC, Paradise Choice Cleaning LLC, Tropical City Services LLC, and Tropical City Group LLC, between August 2007 and July 2021. The indictment charges that the defendants, through these staffing companies, facilitated the employment in the hospitality industry of non-resident aliens who were not authorized to work in the United States. If convicted, the defendants each face a maximum penalty of 10 years in prison on the conspiracy to harbor aliens and induce them to remain in the United States and a maximum penalty of 20 years in prison on the money laundering conspiracy. Each count also carries the possibility of a fine and supervised release upon completion of any sentence of incarceration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2181320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/ownersmanagers-florida-labor-staffing-companies-indicted-immigration-fraud-and-money\",\n            \"created_at\": \"2021-08-18T07:30:12.501435-04:00\"\n        },\n        {\n            \"id\": 54846,\n            \"title\": \"US Department of Labor Receives Top Marks in Small Business Federal Procurement Scorecard for Fourth Consecutive Year\",\n            \"summary\": \"The U.S. Department of Labor received an A+ on the Small Business Administration’s recently announced Fiscal Year 2020 Small Business Federal Procurement Scorecard, marking the fourth straight year the department has received the scorecard’s highest grade. The scorecard measures the contracting opportunities federal agencies make available to small, small disadvantaged, women-owned, service-disabled, veteran-owned and Historically Underutilized Business Zone businesses globally. Over fiscal year 2020, the department awarded $880 million in prime contracts and $166 million in subcontracts to small businesses, a 6.28 percent increase in prime contract dollars from last fiscal year and the highest-ever total awarded to small businesses. The department increased its awards to women-owned small businesses by 8.10 percent to $280 million and 5.83 percent to service-disabled, veteran-owned small businesses to $145 million.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1171526NA4334210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Office of the Assistant Secretary for Administration & Management\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/oasam/oasam20210816\",\n            \"created_at\": \"2021-08-18T07:30:12.564664-04:00\"\n        },\n        {\n            \"id\": 54847,\n            \"title\": \"Paperwork Reduction Act Approvals: Request for Public Inspection or Copy of Exempt or Political Organization IRS Form and Request for a Copy of Exempt Organization IRS Application\",\n            \"summary\": \"Currently, the Internal Revenue Service (IRS) is soliciting comments concerning the burden associated with Form 4506-A, Request for Public Inspection or Copy of Exempt or Political Organization IRS Form and 4506-B, Request for a Copy of Exempt Organization IRS Application or Letter. Currently, the Internal Revenue Service (IRS) is soliciting comments concerning the burden associated with Form 4506-A, Request for Public Inspection or Copy of Exempt or Political Organization IRS Form and 4506-B, Request for a Copy of Exempt Organization IRS Application or Letter. Internal Revenue Code section 6104 states that if an organization described in section 501(c) or (d) is exempt from taxation under section 501(a) for any taxable year, the application for exemption is open for public inspection. This includes all supporting statements, any letter or other documents issued by the IRS concerning the application, and certain annual returns of the organization. Form 4506-A, Request for Public Inspection or Copy of Exempt or Political Organization IRS Form and Form 4506-B, Request for a Copy of Exempt Organization IRS Application or Letter, is used to request public inspection or a copy of these forms.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17568\",\n            \"regalytics_alert_id\": \"1891FR20211756820210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17568/proposed-collection-comment-request-for-form-4506-a-and-form-4506-b\",\n            \"created_at\": \"2021-08-18T07:30:12.630249-04:00\"\n        },\n        {\n            \"id\": 54848,\n            \"title\": \"Security Summit Warns Tax Pros to Watch for Tell-Tale Signs of Identity Theft\",\n            \"summary\": \"With identity thieves continuing to target the tax community, Internal Revenue Service Security Summit partners today urged tax professionals to learn the signs of data theft so they can react quickly to protect clients. The IRS, state tax agencies and the tax industry – working together as the Security Summit – reminded tax professionals that they should contact the IRS immediately when there's an identity theft issue while also contacting insurance or cybersecurity experts to assist them with determining the cause and extent of the loss.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS7710620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/security-summit-warns-tax-pros-to-watch-for-tell-tale-signs-of-identity-theft\",\n            \"created_at\": \"2021-08-18T07:30:12.692532-04:00\"\n        },\n        {\n            \"id\": 54849,\n            \"title\": \"Meeting of the Interagency Task Force on Veterans Small Business Development, September 1, 2021\",\n            \"summary\": \"The SBA is issuing this notice to announce the date, time, and agenda for the next meeting of the Interagency Task Force on Veterans Small Business Development (IATF) on Wednesday, September 1, 2021, from 1:00 p.m. to 3:15 p.m. EDT. The meeting is open to the public; however advance notice of attendance is strongly encouraged.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17588\",\n            \"regalytics_alert_id\": \"1891FR20211758820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17588/meeting-of-the-interagency-task-force-on-veterans-small-business-development\",\n            \"created_at\": \"2021-08-18T07:30:12.757812-04:00\"\n        },\n        {\n            \"id\": 54850,\n            \"title\": \"Meeting of the Advisory Committee on Veterans Business Affairs, September 2, 2021\",\n            \"summary\": \"The U.S. Small Business Administration (SBA) is issuing this notice to announce the date, time, and agenda for a meeting of the Advisory Committee on Veterans Business Affairs (ACVBA). The meeting is on Thursday, September 2, 2021, from 9:00 a.m. to 4:00 p.m. EDT.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17589\",\n            \"regalytics_alert_id\": \"1891FR20211758920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17589/meeting-of-the-advisory-committee-on-veterans-business-affairs\",\n            \"created_at\": \"2021-08-18T07:30:12.820669-04:00\"\n        },\n        {\n            \"id\": 54851,\n            \"title\": \"SBA Awards $2.7M in Grants to 14 Women’s Business Centers\",\n            \"summary\": \"The U.S. Small Business Administration issued 14 grant awards of up to $200,000 each to organizations in 13 states as part of the Women’s Business Centers (WBC) Resiliency and Recovery Demonstration Grant under the SBA’s Office of Women’s Business Ownership (OWBO). The purpose of the grants is to establish or continue innovative projects that aim to improve service delivery, training, and support provided to women-owned businesses impacted by COVID-19.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA57ERS881620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/16/sba-awards-27m-grants-14-womens-business-centers\",\n            \"created_at\": \"2021-08-18T07:30:12.885134-04:00\"\n        },\n        {\n            \"id\": 54852,\n            \"title\": \"Paperwork Reduction Act Comment Request: Interest Rate Reduction Refinancing Loan Worksheet\",\n            \"summary\": \"Veterans Benefits Administration, Department of Veterans Affairs (VA), is announcing a revision of the “Interest Rate Reduction Refinancing Loan Worksheet.” VA is revising this information collection to incorporate regulatory collection requirements previously captured. The purpose is to consolidate information collection requirements applicable only for interest rate reduction refinance loans (IRRRLs) under one information collection package.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17526\",\n            \"regalytics_alert_id\": \"1891FR20211752620210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17526/agency-information-collection-activity-interest-rate-reduction-refinancing-loan-worksheet\",\n            \"created_at\": \"2021-08-18T07:30:12.948163-04:00\"\n        },\n        {\n            \"id\": 54853,\n            \"title\": \"Memorandum on Maximizing Assistance to Respond to COVID- 19\",\n            \"summary\": \"Consistent with the nationwide emergency declaration of March 13, 2020, concerning the coronavirus disease 2019 (COVID-19) pandemic, it is the policy of my Administration to combat and respond to COVID-19 with the full capacity and capability of the Federal Government to protect and support our families, schools, and businesses, and to assist State, local, Tribal, and territorial governments to do the same, including through emergency and disaster assistance available from the Federal Emergency Management Agency (FEMA).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1901920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/17/memorandum-on-maximizing-assistance-to-respond-to-covid-19/\",\n            \"created_at\": \"2021-08-18T07:30:13.011922-04:00\"\n        },\n        {\n            \"id\": 54854,\n            \"title\": \"Statement by Press Secretary Jen Psaki on Eviction Moratorium\",\n            \"summary\": \"Press Secretary Jen Psaki released the following statement today: \\\"Throughout the pandemic, preventing evictions and keeping people in their homes has been a proven way of slowing the spread of COVID-19. The Administration believes that CDC’s new moratorium is a proper use of its lawful authority to protect the public health. We are pleased that the district court left the moratorium in place, though we are aware that further proceedings in this case are likely.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH195UM20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/13/statement-by-press-secretary-jen-psaki-on-eviction-moratorium/\",\n            \"created_at\": \"2021-08-18T07:30:13.078774-04:00\"\n        },\n        {\n            \"id\": 54855,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Montana Disaster Declaration\",\n            \"summary\": \"On August 13, 2021, President Joseph R. Biden, Jr. declared that a major disaster exists in the State of Montana and ordered Federal assistance to supplement state, tribal, and local recovery efforts in the areas affected by straight-line winds on June 10, 2021. Federal funding is available to state, tribal, and eligible local governments and certain private nonprofit organizations on a cost-sharing basis for emergency work and the repair or replacement of facilities damaged by the straight-line winds in the counties of Dawson, Garfield, McCone, Richland, and Roosevelt. Federal funding is also available on a cost-sharing basis for hazard mitigation measures statewide.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH206ON20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/13/president-joseph-r-biden-jr-approves-montana-disaster-declaration/\",\n            \"created_at\": \"2021-08-18T07:30:13.142553-04:00\"\n        },\n        {\n            \"id\": 54856,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Florida Emergency Declaration\",\n            \"summary\": \"Today, August 16, 2021, President Joseph R. Biden, Jr. declared that an emergency exists in the State of Florida and ordered Federal assistance to supplement State, tribal, and local response efforts due to the emergency conditions resulting from Tropical Storm Fred beginning on August 13, 2021, and continuing. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency (FEMA), to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population, and to provide appropriate assistance for required emergency measures, authorized under Title V of the Stafford Act, to save lives and to protect property and public health and safety, and to lessen or avert the threat of a catastrophe in the counties of Bay, Calhoun, Citrus, Dixie, Escambia, Franklin, Gadsden, Gilchrist, Gulf, Holmes, Jackson, Jefferson, Lafayette, Leon, Levy, Liberty, Manatee, Okaloosa, Santa Rosa, Taylor, Wakulla, Walton, and Washington.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH210320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/16/president-joseph-r-biden-jr-approves-florida-emergency-declaration-3/\",\n            \"created_at\": \"2021-08-18T07:30:13.204719-04:00\"\n        },\n        {\n            \"id\": 54857,\n            \"title\": \"Fact Sheet: Bipartisan Infrastructure Deal and Build Back Better Agenda Present Bright Future for Solar Power, Good Jobs, and More Affordable Energy\",\n            \"summary\": \"Today, August 17, 2021, The Department of Energy (DOE) released a new issue brief that details a bright future for solar power, good jobs, and affordable energy in the United States. President Biden’s proposed investments in the Bipartisan Infrastructure Deal and Build Back Better Agenda will invest in the infrastructure, manufacturing, innovation, and incentives for solar energy that we need to grow good-paying, union jobs at home, make solar energy affordable for all American families, and accelerate the deployment of net-zero energy across the country. These critical investments will unlock the full potential of solar and help fight the climate crisis. The DOE issue brief – Investing in the Clean Energy Future: Solar Energy Research, Deployment, and Workforce Priorities – details the immense growth opportunities that exist in the solar energy industry for workers and families, and how investments like those proposed by President Biden can supercharge the benefits of these opportunities. In particular, the issue brief explains: Investment in Solar Deployment Supports the U.S. Clean Energy Revolution; Solar Innovation Can Lower Costs for Consumers and Communities; and Solar Energy is a Job Creator.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH366GY20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/17/fact-sheet-bipartisan-infrastructure-deal-and-build-back-better-agenda-present-bright-future-for-solar-power-good-jobs-and-more-affordable-energy/\",\n            \"created_at\": \"2021-08-18T07:30:13.268243-04:00\"\n        },\n        {\n            \"id\": 54858,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 10-02 Application for Short-Term Express Credit Insurance Policy\",\n            \"summary\": \"This form is used by an exporter (or broker acting on its behalf) in order to obtain approval for coverage of the repayment risk of export sales. The information received allows EXIM staff to make a determination of the eligibility of the applicant and the creditworthiness of one of the applicant's foreign buyers for EXIM assistance under its programs. This is the application form for use by small U.S. businesses with limited export experience. Companies that are eligible to use the Express policy will need to answer approximately 20 questions and sign an acknowledgement Start Printed Page 45984of the certifications that appear on the reverse of the application form. This program does not provide discretionary credit authority to the U.S. exporter, and therefore the financial and credit information needs are minimized.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17643\",\n            \"regalytics_alert_id\": \"1891FR20211764320210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17643/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:13.330818-04:00\"\n        },\n        {\n            \"id\": 54859,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 92-36 Application for Issuing Bank Credit Limit (IBCL) Under Lender or Exporter-Held Policies\",\n            \"summary\": \"This form is used by an insured exporter or lender (or broker acting on its behalf) in order to obtain approval for coverage of the repayment risk of an overseas bank. The information received allows EXIM staff to make a determination of the creditworthiness of the foreign bank and the underlying export sale for EXIM assistance under its programs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17645\",\n            \"regalytics_alert_id\": \"1891FR20211764520210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17645/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:13.394492-04:00\"\n        },\n        {\n            \"id\": 54860,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 92-50 Application for Short-Term Multi-Buyer Export Credit Insurance Policy\",\n            \"summary\": \"The Application for Short-Term Multi-Buyer Export Credit Insurance Policy will be used to determine the eligibility of the applicant and the transaction for Export-Import Bank assistance under its insurance program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17646\",\n            \"regalytics_alert_id\": \"1891FR20211764620210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17646/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:13.457060-04:00\"\n        },\n        {\n            \"id\": 54861,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 03-02 Application for Medium Term Insurance or Guarantee\",\n            \"summary\": \"The purpose of this collection is to gather information necessary to make a determination of eligibility of a transaction for EXIM assistance under its medium-term guarantee and insurance program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17649\",\n            \"regalytics_alert_id\": \"1891FR20211764920210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17649/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:13.520415-04:00\"\n        },\n        {\n            \"id\": 54862,\n            \"title\": \"Speech by Mahesh Kumar Jain, Deputy Governor of the Reserve Bank of India, at the India international Centre: Building a More Resilient Financial System in India through Governance Improvements\",\n            \"summary\": \"\\\"In the context of financial system, a resilient financial system is one which is able to absorb the impact of endogenous shocks it is exposed to, rebound quickly to the original condition or adapt to new environment, and continue to perform its role of providing financial services. This definition of resilient financial system is different from a stable financial system. A stable financial system is one which is able to absorb shocks, whereas a resilient financial system will be able to adapt and reconfigure itself in response to a shock, in addition to absorbing it. To put it simply, \\\"..a robust system will be one designed to withstand a once in 100-year event for example, an approach used in risk management. In contrast resilience makes no assumptions about the magnitude of possible shocks, but rather looks to build systems that can deal with the entire range of shocks-..\\\" As such, our efforts should be focussed on building a financial system which is not just stable, but also resilient, as the type, source, magnitude and frequency of shocks are turning out to be highly unpredictable and non-measurable to a significant degree. Accordingly, focus of regulation and supervision of financial system should be to make sure that financial system as well as individual financial institutions are not just able to absorb the shocks, but are able to adapt to the changed circumstances.\\\"In the context of financial system, a resilient financial system is one which is able to absorb the impact of endogenous shocks it is exposed to, rebound quickly to the original condition or adapt to new environment, and continue to perform its role of providing financial services. This definition of resilient financial system is different from a stable financial system. A stable financial system is one which is able to absorb shocks, whereas a resilient financial system will be able to adapt and reconfigure itself in response to a shock, in addition to absorbing it. To put it simply, \\\"..a robust system will be one designed to withstand a once in 100-year event for example, an approach used in risk management. In contrast resilience makes no assumptions about the magnitude of possible shocks, but rather looks to build systems that can deal with the entire range of shocks-..\\\" As such, our efforts should be focussed on building a financial system which is not just stable, but also resilient, as the type, source, magnitude and frequency of shocks are turning out to be highly unpredictable and non-measurable to a significant degree. Accordingly, focus of regulation and supervision of financial system should be to make sure that financial system as well as individual financial institutions are not just able to absorb the shocks, but are able to adapt to the changed circumstances.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17613BISR210817A20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/review/r210817a.htm\",\n            \"created_at\": \"2021-08-18T07:30:13.584368-04:00\"\n        },\n        {\n            \"id\": 54863,\n            \"title\": \"Private Equity Buyouts and Firm Exports: Evidence from UK Firms\",\n            \"summary\": \"This paper examines the impact of private equity buyouts on the export activity of target firms. We exploit data on UK firms over the 2004-2017 period, and use difference-in-differences estimations on matched target versus non-target firms. Following private equity buyouts, non-exporting firms are more likely to begin exporting, and target firms are likewise more likely to increase their value of exports and their export intensity. Evidence from split-sample analysis further suggests that these patterns are consistent with private equity investors relaxing financial constraints and inducing productivity improvements.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17620BISWORK96120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Working Paper\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/work961.htm\",\n            \"created_at\": \"2021-08-18T07:30:13.644697-04:00\"\n        },\n        {\n            \"id\": 54864,\n            \"title\": \"EBA Notes that Resolution Colleges have Adjusted to a Virtual Set-Up in 2020\",\n            \"summary\": \"The European Banking Authority (EBA) published today its Annual Report on resolution colleges for 2020. The Report sets out the EBA’s observations on the functioning of colleges during the year and the progress achieved in key areas of resolution planning. The Report reflects on the effects of moving to a virtual format of discussion on foot of the pandemic, and notes that the enforced change was broadly successful and reflected well on contingency planning measures. However, it also highlights areas for improvement to ensure that information exchange and coordination between members remains robust.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10650420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-notes-resolution-colleges-have-adjusted-virtual-set-2020\",\n            \"created_at\": \"2021-08-18T07:30:13.704138-04:00\"\n        },\n        {\n            \"id\": 54865,\n            \"title\": \"Website, Instant Message and Email Alert – Fraudulent Websites, Phishing Instant Messages and Phishing Emails Related to The Hongkong and Shanghai Banking Corporation Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to fraudulent websites, phishing instant messages and phishing emails, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA17410817420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210817-4/\",\n            \"created_at\": \"2021-08-18T07:30:13.763056-04:00\"\n        },\n        {\n            \"id\": 54866,\n            \"title\": \"Exchange Fund Bills Tender Results\",\n            \"summary\": \"Exchange Fund Bills Tender Results for 17 August 2021 including issue numbers Q2133, H2162, Y2193, Q2134, and H2163.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA3410817320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210817-3/\",\n            \"created_at\": \"2021-08-18T07:30:13.821488-04:00\"\n        },\n        {\n            \"id\": 54867,\n            \"title\": \"Forthcoming Events for the Next Four Weeks (17 August – 13 September 2021)\",\n            \"summary\": \"The Hong Kong Monetary Authority published 6 events from 17 August – 13 September 2021, all of which will feature a press release to be issued.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18242HKMA748020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/forthcoming-event/febr.pdf\",\n            \"created_at\": \"2021-08-18T07:30:13.879979-04:00\"\n        },\n        {\n            \"id\": 54869,\n            \"title\": \"Risk Based Capital Adequacy Requirements for Banks Incorporated in Singapore\",\n            \"summary\": \"Notice 637: Risk-based capital adequacy requirements for reporting banks incorporated in Singapore. This notice applies to all locally-incorporated banks. It sets out: The capital adequacy ratio and leverage ratio requirements for a locally-incorporated bank and the methodology and process for calculating these ratios. Requirements for the internal capital adequacy assessment process of a locally-incorporated bank. Public disclosure requirements for a locally-incorporated bank in relation to its capital adequacy and risk exposures.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18542MAS87NE63720210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/regulation/notices/notice-637\",\n            \"created_at\": \"2021-08-18T07:30:14.004392-04:00\"\n        },\n        {\n            \"id\": 54870,\n            \"title\": \"Money Market Debt Register Claims of the Swiss Confederation: Results\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for 17 August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB52EF814020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_res/source/claims_res.en.pdf\",\n            \"created_at\": \"2021-08-18T07:30:14.065720-04:00\"\n        },\n        {\n            \"id\": 54871,\n            \"title\": \"HMRC Reveals Absurd Excuses for Not Paying National Minimum Wage\",\n            \"summary\": \"While the vast majority of employers pay their employees at least the National Minimum Wage, HM Revenue and Customs (HMRC) has today released some of the most absurd excuses used for not paying the legal minimum. In the 2020 to 2021 tax year, HMRC helped more than 155,000 workers across the UK recover more than £16 million in pay which was due to them, and also issued more than £14 million in penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKHB149649920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Revenue & Customs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/hmrc-reveals-absurd-excuses-for-not-paying-national-minimum-wage\",\n            \"created_at\": \"2021-08-18T07:30:14.127458-04:00\"\n        },\n        {\n            \"id\": 54872,\n            \"title\": \"Magna Group Mini-Bond Companies Shut Down\",\n            \"summary\": \"The High Court has wound up seven companies run from an office in Mayfair, London, after an Insolvency Service investigation found that their marketing of high-risk mini-bonds, used to fund property development projects, was misleading and the directors continued to take investors’ money even after the companies were insolvent. The principal directors of all the companies were Christopher John Madelin and Oliver James Mason and the companies involved were: 4 unregulated mini-bond investment vehicles (Magna Investments X Ltd, MIX2 Ltd, MIX3 Ltd and MIXG Ltd), raising over £20m from members of the public. An associated group and brand holding company (Magna Asset Management Ltd). An operational company (Magna Project Management Ltd). A consultancy/administration company (MIX Ops Ltd). All were incorporated between December 2014 and March 2019, and were registered at the same address in Berkeley Square in Mayfair, London.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKM7167417620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. The Insolvency Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/magna-group-mini-bond-companies-shut-down\",\n            \"created_at\": \"2021-08-18T07:30:14.187564-04:00\"\n        },\n        {\n            \"id\": 54657,\n            \"title\": \"CSLFRF Applications Administrator\",\n            \"summary\": \"The Alaska Department of Commerce, Community, and Economic Development (DCCED) received $90,000,000 for grant programs funded from the Coronavirus State and Local Fiscal Recovery Fund (CSLFRF). DCCED is seeking proposals from qualified offerors who will be able to process applications and distribute the CSLFRF funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20342320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Procurement\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203423\",\n            \"created_at\": \"2021-08-17T07:30:04.990827-04:00\"\n        },\n        {\n            \"id\": 54658,\n            \"title\": \"Bond Reimbursement and Grant Review Committee Meeting\",\n            \"summary\": \"The Bond Reimbursement and Grant Review Committee will meet via teleconference on Wednesday, September 8, 2021, 1:00 p.m. – 4:00 p.m. The committee's agenda and meeting packet will be available online prior to the meeting. The primary topics of the meeting include draft revisions to the department publications Construction Standards for Alaska Schools, Site Selection Criteria & Evaluation Handbook, and Guidelines for School Equipment Purchases.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20338920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Education and Early Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203389\",\n            \"created_at\": \"2021-08-17T07:30:05.066271-04:00\"\n        },\n        {\n            \"id\": 54659,\n            \"title\": \"State of Arizona and Local Officials Working Together in Response to Flooding in Gila Bend\",\n            \"summary\": \"On Saturday, Governor Doug Ducey directed the department of Emergency and Military Affairs to activate the State Emergency Operations Center in support of field operations. The Governor also announced the state would issue a Declaration of Emergency, making up to $200,000 available for response and recovery efforts. Currently a Flash Flood Warning by the National Weather Service remains in effect until early Tuesday morning. In response, the Town of Gila Bend and Maricopa County have declared a Local Emergency for Maricopa County and activated the Emergency Operations Center in order to assist with the response. They have teams monitoring the rainfall and assisting with additional recovery efforts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ21320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/08/state-arizona-and-local-officials-working-together-response-flooding-gila-bend\",\n            \"created_at\": \"2021-08-17T07:30:05.133241-04:00\"\n        },\n        {\n            \"id\": 54661,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Business before the Exposure Reduction Committee\",\n            \"summary\": \"The Exposure Reduction Committee of Citizens Property Insurance Corporation announces a telephone conference call to which all persons are invited to be held on September 21, 2021, to convene immediately following the first three consecutive committee meetings (Audit, FIC, and A&U), which begin at 1:00 p.m., at the Hyatt Regency Coral Gables, 50 Alhambra Plaza, Coral Gables, FL 33134. Telephone Public Line: (786)653-1003, Participant Code: 898 0124 2389. Zoom Webinar link available at www.citizensfla.com. Subject: Business before the Exposure Reduction Committee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488362120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Citizen's Property Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24883621\",\n            \"created_at\": \"2021-08-17T07:30:05.264792-04:00\"\n        },\n        {\n            \"id\": 54662,\n            \"title\": \"Governor Polis Joins Bipartisan Western Governors in Urging Federal Government to Declare Drought Disaster Declaration\",\n            \"summary\": \"Colorado Governor Jared Polis and Western Governors sent a bipartisan letter to the Biden administration urging the President to declare a FEMA drought disaster in order for western states to receive additional federal resources. Drought conditions across Colorado, Utah, Oregon, and Idaho have reached historic levels, with 99% of the West in a declared drought compared to only 63% last year. These conditions have forced farmers across the west to make difficult decisions, including forcing farmers to sell their livestock or consider selling their land for development. By declaring a FEMA drought disaster, Colorado, Utah, Oregon, and Idaho will be able to access federal resources beyond what is currently available through existing emergency programs. The Western Governors also requested that the Biden-Harris administration collaborate with the Secretaries of Agriculture and Interior for additional livestock feed opportunities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COE12720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6026-governor-polis-joins-bipartisan-western-governors-urging-federal-government-declare\",\n            \"created_at\": \"2021-08-17T07:30:05.329927-04:00\"\n        },\n        {\n            \"id\": 54663,\n            \"title\": \"Statement by Chuck Cross, SVP of Nonbank Supervision, Conference of State Bank Supervisors: CSBS Welcomes Coordination with Ginnie Mae\",\n            \"summary\": \"“We welcome the opportunity to work with Ginnie Mae as it develops financial requirements for nonbanks that service mortgages in Ginnie Mae mortgage-backed securities. Coordination between state and federal requirements in this area can help to ensure market stability and orderly implementation for industry.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"739CSBS1091320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Conference of State Bank Supervisors\"\n                }\n            ],\n            \"pdf_url\": \"https://www.csbs.org/newsroom/csbs-welcomes-coordination-ginnie-mae\",\n            \"created_at\": \"2021-08-17T07:30:05.393875-04:00\"\n        },\n        {\n            \"id\": 54664,\n            \"title\": \"States of the Economy - August 2021\",\n            \"summary\": \"\\\"States of the Economy\\\" is a monthly podcast that looks at the economic picture across the country. In our discussion, CSBS Senior Economist Tom Siems joins Matt Longacre to discuss factors driving the disappointing April jobs report, and what regulators should be looking out for in the months to come.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"739CSBS91820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Podcast\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Conference of State Bank Supervisors\"\n                }\n            ],\n            \"pdf_url\": \"https://www.csbs.org/newsroom/states-economy-august-2021\",\n            \"created_at\": \"2021-08-17T07:30:05.458623-04:00\"\n        },\n        {\n            \"id\": 54665,\n            \"title\": \"Emergency Regulation Agency Finding: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"Specifically, these emergency regulations will create a licensing structure, and provisions for responsible gaming and data privacy protections, to ensure consumer safety and gaming integrity for a new gaming market in our state. I respectfully request that you approve this request in writing to allow the Department to proceed with adoption of these emergency regulations. Once these emergency regulations are implemented, we intend to make these regulations permanent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7B50A9507B-0000-C21A-AAF9-4C7E81735B02%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.523979-04:00\"\n        },\n        {\n            \"id\": 54666,\n            \"title\": \"Agency Head Regulation Certfication: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state. The above-referenced emergency regulation is proposed without prior notice or hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7B50A9507B-0000-C15D-BAD6-7D0069D2120F%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.590577-04:00\"\n        },\n        {\n            \"id\": 54667,\n            \"title\": \"Proposed Emergency Regulations for the “Authorization, Licensing and Regulation of Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets”\",\n            \"summary\": \"I hereby grant approval for submission of your proposed regulation for the “Authorization, Licensing and Regulation of Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets.” Please proceed with the emergency regulation-making process.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-3\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7B50A9507B-0000-C396-8C16-C6644DFB278C%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.659601-04:00\"\n        },\n        {\n            \"id\": 54668,\n            \"title\": \"Proposed Emergency Regulation: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The Department of Consumer protection has added or updated the following sections to the Regulations of Connecticut State Agencies as follows: Definitions, constructions, interpretation; Official Procedures for Lottery Drawings and Keno; Independent Testing Laboratories; Commissioner’s Powers; Master Wagering License Requirements; Online Gaming Operator Requirements; Online Gaming Service Provider Requirements; Sports Wagering Retailer Requirements; Occupational Employee and Key Employee Licensing; Geofencing; Geolocation and Geofencing for Fantasy Contest Providers; Internet Gaming Account Management; Age and Identity Verification; Electronic Wagering Platform Requirements; Electronic Wagering Platform Requirements for Fantasy Contests; Online Casino Game Approval; Sports Wagering; Official Procedures for Lottery Drawings and Keno; Requirements for Live Dealer and Peer-to-Peer Online Casino Gaming; Testing and Certification of Internet Games, Electronic Wagering Platforms and Equipment; Independent Testing Laboratories; Online Lottery and Keno Drawing Operations; Operation of Fantasy Contests; Voluntary Self-Exclusion Procedures; Problem Gambling Requirements; Marketing and Advertising Standards; Complaint Management; Policies and Procedures; Financial Reporting and Auditing; Enforcement and Summary Suspension; Disclosures & Incident Reporting; Data Privacy Provisions; and Cybersecurity.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-4\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7BB0A9507B-0000-CC1A-8482-B21139F839FF%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.728214-04:00\"\n        },\n        {\n            \"id\": 54669,\n            \"title\": \"Cover Letter to LRRC: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state. This proposed emergency regulation and the Department’s finding of necessity to proceed as an emergency regulation, together with the Governor’s authorization for the Department to proceed with this emergency regulation, have been properly posted to the eRegulations system. The Department intends to follow the necessary procedures to render this emergency regulation a permanent regulation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-5\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7BE0DA507B-0000-C31E-A892-1CF7F83DA008%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.794960-04:00\"\n        },\n        {\n            \"id\": 54670,\n            \"title\": \"Submit to LRRC: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-6\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/ER2021-031\",\n            \"created_at\": \"2021-08-17T07:30:05.860850-04:00\"\n        },\n        {\n            \"id\": 54671,\n            \"title\": \"Regulation Making Record: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-7\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/ER2021-031\",\n            \"created_at\": \"2021-08-17T07:30:05.928383-04:00\"\n        },\n        {\n            \"id\": 54672,\n            \"title\": \"LRRC Decision: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-8\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/ER2021-031\",\n            \"created_at\": \"2021-08-17T07:30:05.996612-04:00\"\n        },\n        {\n            \"id\": 54673,\n            \"title\": \"LRRC Docket: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-9\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/ER2021-031\",\n            \"created_at\": \"2021-08-17T07:30:06.077164-04:00\"\n        },\n        {\n            \"id\": 54674,\n            \"title\": \"Connecticut Insurance Department Releases National Survey on Climate Risk in the Insurance Industry\",\n            \"summary\": \"Connecticut is continuing its leadership role in engaging with the insurance industry on climate change and its implications. Previously one of six states nationally conducting the National Association of Insurance Commissioners’ (NAIC) Climate Risk Disclosure Survey of insurers, the Connecticut Insurance Department has worked with their counterparts in other states in the Northeast, leading the way for eight additional states to join this year in requiring insurers to respond to the survey. The survey allows insurers to report on climate-related risks and opportunities that provide the Department with additional information to evaluate insurance company risks and activities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9028CT19220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/CID/News-Releases/Press-Releases/Press-Releases-20210816\",\n            \"created_at\": \"2021-08-17T07:30:06.143627-04:00\"\n        },\n        {\n            \"id\": 54675,\n            \"title\": \"Application Pursuant to Section 19 of the Federal Deposit Insurance Act; Pillar 2 Guidance - Advanced Capital Framework\",\n            \"summary\": \"The FDIC invites the general public and other Federal agencies to take this opportunity to comment on the renewal of the existing information collections described in this Article: 1. Title: Application Pursuant to Section 19 of the Federal Deposit Insurance Act. 2. Title: Pillar 2 Guidance - Advanced Capital Framework. For the application pursuant to Section 19 of the FDIC, Section 19 of the Federal Deposit Insurance Act (FDI), requires the FDIC’s consent prior to any participation in the affairs of an insured depository institution by an individual who has been convicted of crimes involving dishonesty or breach of trust, and included drug-related convictions. For the title related to Pillar 2 Guidance - Advanced Capital Framework, there has been no change in the method or substance of this information collection. The number of institutions subject to the record keeping requirements has decreased from eight (8) to two (2). In 2008 the Office of the Comptroller of the Currency, the Board of Governors of the Federal Reserve System and the FDIC issued a supervisory guidance document related to the supervisory review process of capital adequacy (Pillar 2) in connection with the implementation of the Basel II Advanced Capital Framework. Sections 37, 41, 43 and 46 of the guidance include possible information collections.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17408\",\n            \"regalytics_alert_id\": \"1891FR20211740820210816\",\n            \"proposed_comments_due_date\": \"2021-10-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17408/agency-information-collection-activities-proposed-collection-renewal-comment-request\",\n            \"created_at\": \"2021-08-17T07:30:06.212850-04:00\"\n        },\n        {\n            \"id\": 54676,\n            \"title\": \"FDITECH Launches New Sprint to Measure and Test Bank Operational Resiliency\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today August 16, 2021, announced a new tech sprint designed to determine how well community banks, and the banking sector as a whole, can withstand a major disruption of any type. This tech sprint is intended to be the first of several focused on how to foster stronger resiliency in banking. The FDIC’s tech lab, FDITECH, is challenging tech sprint participants to identify solutions for institutions of all sizes to measure and test their operational resilience to any disruption. The FDIC invites experts in operational resilience, financial institutions, non-profit organizations, consumer advocates, academic institutions, private sector companies, and others to participate. The U.S. financial sector is facing a growing number of threats to its information technology systems, operations, people, and facilities. From natural disasters to malicious actors, the ability of financial institutions to respond to and recover from these disruptions in a timely, consistent, and reliable manner is essential to the FDIC’s mission. In the coming weeks, FDITECH will open registration for this tech sprint. Interested organizations will have two weeks to submit applications requesting participation. After a brief review of submissions, FDITECH will invite a select number of teams to develop proposed solutions to this challenge question. Finally, FDITECH will host a ‘Demo Day,’ inviting teams to make short presentations to a panel of expert judges who will evaluate their solutions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19018FDIC7507320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fdic.gov/news/press-releases/2021/pr21073.html\",\n            \"created_at\": \"2021-08-17T07:30:06.291230-04:00\"\n        },\n        {\n            \"id\": 54677,\n            \"title\": \"Public Assistance Appeals and Arbitrations\",\n            \"summary\": \"This final rule implements the new right of arbitration authorized by the Disaster Recovery Reform Act of 2018 (DRRA) and revises the Federal Emergency Management Agency’s regulations regarding first and second Public Assistance appeals.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17213\",\n            \"regalytics_alert_id\": \"1891FR20211721320210816\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17213/public-assistance-appeals-and-arbitrations\",\n            \"created_at\": \"2021-08-17T07:30:06.361296-04:00\"\n        },\n        {\n            \"id\": 54678,\n            \"title\": \"FFIEC Issues Guidance on Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Federal Financial Institutions Examination Council (FFIEC), on behalf of its members, today August 11, 2021, issued guidance that provides financial institutions with examples of effective authentication and access risk management principles and practices for customers, employees, and third parties accessing digital banking services and information systems. The guidance: highlights the current cybersecurity threat environment including increased remote access by customers and users, and attacks that leverage compromised credentials, and mentions the risks arising from push payment capabilities; recognizes the importance of the financial institution’s risk assessment to determine appropriate access and authentication practices to determine the wide range of users accessing financial institution systems and services; supports a financial institution’s adoption of layered security and underscores weaknesses in single-factor authentication; discusses how multi-factor authentication or controls of equivalent strength can more effectively mitigate risks; includes examples of authentication controls, and a list of government and industry resources and references to assist financial institutions with authentication and access management. The new guidance replaces previous documents issued in 2005 and 2011.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"732FFIEC38620210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Institutions Examination Council\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ffiec.gov/press/pr081121.htm\",\n            \"created_at\": \"2021-08-17T07:30:06.432138-04:00\"\n        },\n        {\n            \"id\": 54679,\n            \"title\": \"Fed Paper: Racial Wealth Gaps Shrink When Defined Benefit Pensions, Social Security Are Considered\",\n            \"summary\": \"A new paper published by the Federal Reserve Bank of Boston finds that when the measure of wealth includes two major retirement resources – defined benefit pension assets and Social Security wealth – the wealth gaps between white families and Black and other minority families narrow substantially. The paper also finds that when the analysis includes these resources, the white-Black racial wealth gap shows little if any growth over the last three decades. However, white families, on average, still have approximately three times as much wealth as Black families. According to the paper, the wealth gap between the average white family and the average Black family becomes about half as large when measured using combined wealth instead of just market wealth. In addition, although the gap between the mean combined wealth of white families and the mean combined wealth of Black families remained wide over the sample period of 1989 through 2019, it grew only slightly, and at the median, the gap decreased slightly. Adding projected defined benefit pensions and Social Security wealth to market wealth substantially raises mean family wealth for all races, but it lifts it by a greater degree for Black families, the paper finds. The mean combined wealth of $1.6 million for white families in 2019 was 60% greater than the mean of $1.02 million represented by only market wealth. For Black families, mean combined wealth was nearly three times as large as mean market wealth, climbing from $186,000 to $524,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB11113320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve Bank of Boston\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bostonfed.org/news-and-events/news/2021/08/racial-wealth-gaps-shrink-using-new-measure-according-to-boston-fed-study.aspx\",\n            \"created_at\": \"2021-08-17T07:30:06.538814-04:00\"\n        },\n        {\n            \"id\": 54680,\n            \"title\": \"A New Look at Racial Disparities Using a More Comprehensive Wealth Measure\",\n            \"summary\": \"Most research measuring disparities in wealth by race relies on data that exclude resources that are disproportionately important to low-wealth and non-white families, namely defined benefit (DB) pensions and Social Security. This is a documente that finds that once these resources are included, disparities in wealth between white families and Black and Hispanic families are substantially smaller and that they are not rising over time. The powerful equalizing roles of DB pensions and Social Security highlighted here are further motivation for maintaining their fiscal health. This document also presents results on the wealth of Asian families—typically excluded from most research due to limited sample sizes. Including Asian families is important, however, because they are a rapidly growing segment of the population and they have become the highest-wealth racial group in the United States.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB7415120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve Bank of Boston\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bostonfed.org/publications/current-policy-perspectives/2021/a-new-look-at-racial-disparities-using-a-more-comprehensive-wealth-measure.aspx\",\n            \"created_at\": \"2021-08-17T07:30:06.623567-04:00\"\n        },\n        {\n            \"id\": 54681,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Chicago: 1. The CAOS Family Irrevocable Trust, Bradley D. Simington, individually and as co trustees with Teresa J. Simington, all of Milford, Iowa; to form the CAOS Family Irrevocable Trust control group, a group acting in concert, to retain voting shares of Fostoria Bankshares, Inc., and thereby indirectly retain voting shares of Farm Savings Bank, both of Fostoria, Iowa. Board of Governors of the Federal Reserve System, August 11, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17501\",\n            \"regalytics_alert_id\": \"1891FR20211750120210816\",\n            \"proposed_comments_due_date\": \"2021-08-31\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17501/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-17T07:30:06.690315-04:00\"\n        },\n        {\n            \"id\": 54682,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y, and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Chicago: 1. Bank Michigan Financial, Brooklyn, Michigan; to become a bank holding company by acquiring Bank Michigan, Brooklyn, Michigan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17502\",\n            \"regalytics_alert_id\": \"1891FR20211750220210816\",\n            \"proposed_comments_due_date\": \"2021-08-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17502/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-17T07:30:06.754278-04:00\"\n        },\n        {\n            \"id\": 54683,\n            \"title\": \"Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Federal Reserve Board, together with the other members of the Federal Financial Institutions Examination Council (FFIEC) (collectively, the agencies) have issued the attached guidance titled “Authentication and Access to Financial Institution Services and Systems” (guidance), which supersedes the titled guidance, “Interagency Guidance on Authentication in an Internet Banking Environment” (SR 05-19); and similarly titled supplemental, “Interagency Supplement to Authentication in an Internet Banking Environment” (SR 11-9) issued by the FFIEC in 2005 and 2011, respectively. This guidance acknowledges significant risks associated with the cybersecurity threat landscape that reinforce the need for financial institutions to effectively authenticate users and customers to protect information systems, accounts, and data. In particular, the guidance highlights risk management practices that can support oversight of user and customer identification, authentication, and access solutions as part of a financial institution’s information security program. Periodic risk assessments inform financial institution management’s decisions about authentication solutions and controls that are deployed to mitigate identified risks. In particular, the guidance sets forth the agencies’ view on the assessment and implementation of multi-factor authentication (MFA) processes, or controls of equivalent strength, for high-risk activities and transactions and as part of broader layered security strategy. Finally, the guidance is not intended to serve as a comprehensive framework for identity and access management programs and does not endorse any specific information security framework or standard.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED74141420210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Supervision and Regulation Letter\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/supervisionreg/srletters/sr2114.htm\",\n            \"created_at\": \"2021-08-17T07:30:06.818372-04:00\"\n        },\n        {\n            \"id\": 54687,\n            \"title\": \"Notice of Funding Availability: State Apartment Incentive Loan (SAIL) Program 2021\",\n            \"summary\": \"The Florida Housing Finance Corporation (Florida Housing) announces the availability of funding for the State Apartment Incentive Loan (SAIL) Program. SAIL Program funds shall be made available under this NOFA at the following percentages per tenant group: 5% for Commercial Fishing Worker/Farmworker; 10% for Homeless; 13% for Special Needs, 24.6% for Elderly [Note: This amount is subject to a 10% reduction of the 24.6% set-aside amount, with the funds being made available to applicants for the Elderly Housing Community Loan Program]; and 47.4% for Families. The funds made available to any demographic category may not be less than 10% of the funds available at that time, except for Commercial Fishing Worker/Farmworker which may not be less than 5% of the funds available. Florida Housing currently anticipates the allocation of $102,500,000 of SAIL funding for all competitive solicitations associated with the above tenant groups.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488565820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Miscellaneous\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24885658\",\n            \"created_at\": \"2021-08-17T07:30:07.079098-04:00\"\n        },\n        {\n            \"id\": 54688,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Request for Applications for Grants for Partnerships in Improving the Safety of Health Care Services\",\n            \"summary\": \"The Florida medical malpractice joint underwriting association announces a public meeting to which all persons are invited. Date and time: Wednesday, August 25, 2021, 10:00 a.m. Place: Conference call. General subject matter to be considered: Representatives of the Florida Medical Malpractice Joint Underwriting Association will receive and consider questions about the Request for Applications for Grants for Partnerships in Improving the Safety of Health Care Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488420320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Medical Malpractice Joint Underwriting Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24884203\",\n            \"created_at\": \"2021-08-17T07:30:07.141948-04:00\"\n        },\n        {\n            \"id\": 54689,\n            \"title\": \"OFR Issues Proclamations Regarding Tropical Storm Fred\",\n            \"summary\": \"The Office of Financial Regulation has issued proclamations to Florida state-chartered financial institutions and securities professionals regarding Tropical Storm Fred. In which hereby acknowledge the emergency conditions in Florida that may be caused by what is known as Tropical Depression Fred, and therefore authorize state, national, and federally chartered financial institutions located in the following counties: Bay, Calhoun, Citrus, Dixie, Escambia, Franklin, Gadsden, Gilchrist, Gulf, Holmes, Jackson, Jefferson, Lafayette, Leon, Levy, Liberty, Manatee, Okaloosa, Santa Rosa, Taylor, Wakulla, Walton, and Washington to close or remain closed until the officers of such institutions advise me that the emergency conditions no longer exist. The notice should include the following information: the office address, the entities involved, the names of registered personnel, and a contact telephone number.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1229FL549620210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://flofr.gov/sitePages/OFRNews.htm?p=ofr-issues-proclamations-regarding-tropical-storm-elsa\",\n            \"created_at\": \"2021-08-17T07:30:07.204760-04:00\"\n        },\n        {\n            \"id\": 54690,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Process and the Appeal of an Agency and its Designated Producer Whose Privileges to Submit Business to the FWCJUA Were Revoked\",\n            \"summary\": \"The FWCJUA Producer Appeals Committee announces a telephone conference call to which all persons are invited. Date and time: September 1, 2021, 2:00 p.m. ET. Place: Contact Kathy Coyne to participate. General subject matter to be considered: Agenda topics will include the appeals process and the appeal of an Agency and its designated producer whose privileges to submit business to the FWCJUA were revoked.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488682220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Joint Underwriting Association, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24886822\",\n            \"created_at\": \"2021-08-17T07:30:07.270327-04:00\"\n        },\n        {\n            \"id\": 54691,\n            \"title\": \"Governor Pritzker Requests Federal Review of Damage Assessments in Ford County\",\n            \"summary\": \"Governor JB Pritzker today formally requested the U.S. Small Business Administration (SBA) to conduct a joint preliminary damage assessment in Ford County, working alongside local and state emergency managers, to review and verify damages associated with the August 12 storm that dumped nearly nine (9) inches of rain in and around Gibson City. The assessments, which is tentatively scheduled to begin on August 18, could provide the documentation necessary to support a request for federal assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2374220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23742.html\",\n            \"created_at\": \"2021-08-17T07:30:07.332987-04:00\"\n        },\n        {\n            \"id\": 54692,\n            \"title\": \"Senate Bill 0817: School Code-Hairstyles\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Right to Privacy in the School Setting Act. Makes a technical change in a Section concerning the short title.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1081728P6020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=817&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.395296-04:00\"\n        },\n        {\n            \"id\": 54693,\n            \"title\": \"Senate Bill 1561: Human Rights Act-Housing\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Illinois Human Rights Act. Provides that it is a civil rights violation for a third-party loan modification service provider, because of unlawful discrimination, familial status, or an arrest record, to (1) refuse to engage in loan modification services or to discriminate in making such services available, or (2) alter the terms, conditions, or privileges of such services. Makes changes concerning what constitutes retaliation under various Articles of the Act. Provides that, in proceedings relating to real estate transactions, the failure of the Department to notify the complainant or respondent in writing of the reasons for not completing an investigation on the allegations set forth in a charge within 100 days shall not deprive the Department of jurisdiction over the charge. Makes corresponding and other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1156128P6220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1561&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.460788-04:00\"\n        },\n        {\n            \"id\": 54694,\n            \"title\": \"Senate Bill 1721: Prop Tax-Delinquent Property\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Property Tax Code. In provisions about delinquent property, provides that a county may take steps necessary (currently, shall take all steps necessary) to acquire title to the property and may manage and operate the property, including, but not limited to, mowing of grass, removal of nuisance greenery, removal of garbage, waste, debris or other materials, or the demolition, repair, or remediation of unsafe structures. Provides costs to be distributed to taxing districts, including operation and maintenance costs and all costs associated with county staff and overhead used to perform the duties of the trustees. Reduces the maximum penalty bids for the annual tax sale from 18% to 12%. In provisions about redemption of property, limits the assessments of penalties from every 6 months to 12 months. Makes conforming changes. Amends the Counties Code and Illinois Municipal Code. Modifies the requirements to have a circuit court declare property abandoned.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1172128P6320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1721&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.523684-04:00\"\n        },\n        {\n            \"id\": 54695,\n            \"title\": \"Senate Bill 1779: Manufactured Homes-Refinancing\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Consumer Fraud and Deceptive Business Practices Act. Provides that a lender, or agent of a lending company, when offering terms for a mortgage note for the purchase of a manufactured home, shall disclose: (1) any affiliation between the landlord and the lending company; (2) that the loan is a chattel loan; (3) that the terms of a chattel loan prohibit refinancing; and (4) any other reason that prohibits refinancing. Provides that a violation constitutes an unlawful practice within the meaning of the Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1177928P6520210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1779&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.587953-04:00\"\n        },\n        {\n            \"id\": 54696,\n            \"title\": \"Senate Bill 1830: SCH CD-Financial Literacy\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Courses of Study Article of the School Code. Provides that a course in financial literacy may be taken towards the fulfillment of the mathematics requirement that each pupil entering the 9th grade must successfully complete to receive a high school diploma.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1183028P6620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1830&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.651445-04:00\"\n        },\n        {\n            \"id\": 54697,\n            \"title\": \"Senate Bill 1876: Illinois Insurance Code - Group Life Insurance\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Illinois Insurance Code. Provides that a policy of group life insurance shall contain, if replacing another policy of group life insurance in force with another insurance carrier immediately prior to the effective date of the new policy, a provision preventing loss of coverage, subject to premium payments, for those active employees who are not actively at work on the effective date of the new policy if specified conditions are met. Makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1187628P6720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1876&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.714073-04:00\"\n        },\n        {\n            \"id\": 54698,\n            \"title\": \"Senate Bill 2175: Department of Innovation and Technology\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Department of Innovation and Technology Act. Modifies provisions concerning the powers and duties of the Department of Innovation and Technology and its Secretary. Provides purpose provisions. Modifies definitions. Makes conforming and other changes in the Department of Innovation and Technology Act and the State Finance Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1217528P7620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2175&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.776065-04:00\"\n        },\n        {\n            \"id\": 54699,\n            \"title\": \"Administrative Rules - Available for Public Comment\",\n            \"summary\": \"The Department has submitted two new proposed rules to the Iowa Legislature available for public comment through August 31, 2021, including: appeals, taxpayer presentation, and other administrative procedures; and tax credit rate and total school tuition organization tax credits. The emergency rule \\\"Income Tax—COVID-19 Grant Exclusion\\\" was adopted and filed, effective July 13. Three previously submitted proposed rules have been adopted and filed, effective September 15, 2021, including: data center businesses and refund requests; motor fuel and undyed special fuel; and voluntary disclosure program - excise taxes and fees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18870IONT516620210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://tax.iowa.gov/administrative-rules-available-public-comment\",\n            \"created_at\": \"2021-08-17T07:30:07.839295-04:00\"\n        },\n        {\n            \"id\": 54700,\n            \"title\": \"Baker-Polito Administration Hits Milestone of Awarding More Than $100 Million in Skills Capital Grants to High Schools, Colleges and Educational Institutions\",\n            \"summary\": \"The Baker-Polito Administration today announced $9.7 million in grants from the Skills Capital Grant Program to 47 educational organizations across the Commonwealth to update equipment and expand student enrollment in programs that provide career education. The awards announced today mark $102 million in total funding provided to high schools, colleges and other educational organizations since the program’s inception in 2015.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778MA33820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/news/baker-polito-administration-hits-milestone-of-awarding-more-than-100-million-in-skills-capital-grants-to-high-schools-colleges-and-educational-institutions\",\n            \"created_at\": \"2021-08-17T07:30:07.903322-04:00\"\n        },\n        {\n            \"id\": 54701,\n            \"title\": \"State Reaches Settlement to Protect Michigan Car Accident Victims\",\n            \"summary\": \"In a major win for Michigan consumers, the Michigan Department of Insurance and Financial Services (DIFS) has reached an agreement that ensures unlimited Personal Injury Protection (PIP) medical coverage for uninsured vehicle occupants and pedestrians who were injured in auto accidents prior to the July 2, 2020 implementation of Michigan's new auto insurance law.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9165MI13620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Department of Insurance and Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/difs/0,5269,7-303-13222_13250-566036--,00.html\",\n            \"created_at\": \"2021-08-17T07:30:07.970415-04:00\"\n        },\n        {\n            \"id\": 54702,\n            \"title\": \"State Reaches Settlement to Protect Michigan Car Accident Victims\",\n            \"summary\": \"In a major win for Michigan consumers, the Michigan Department of Insurance and Financial Services (DIFS) has reached an agreement that ensures unlimited Personal Injury Protection (PIP) medical coverage for uninsured vehicle occupants and pedestrians who were injured in auto accidents prior to the July 2, 2020 implementation of Michigan's new auto insurance law. In Michigan, Personal Injury Protection (PIP) medical coverage pays for medical care, recovery, and rehabilitation when people are injured in auto accidents. Previously, uninsured non-drivers, such as passengers and pedestrians, were entitled to receive unlimited PIP medical coverage through the Michigan Assigned Claims Plan (MACP), which is administered by the Michigan Automobile Insurance Placement Facility (MAIPF). Under Michigan's new auto insurance law, this coverage was capped at $250,000 for claims incurred beginning July 2, 2020. Uninsured non-drivers injured between June 11, 2019, when the new auto insurance law was enacted, and the law's July 2, 2020 effective date faced uncertainty about their coverage limits due to differing interpretations of the new statute.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1146MI13620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Department of Insurance and Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/difs/0,5269,7-303-13222_13250-566036--,00.html\",\n            \"created_at\": \"2021-08-17T07:30:08.036837-04:00\"\n        },\n        {\n            \"id\": 54703,\n            \"title\": \"Missouri Requests Federal Disaster Declaration to Receive Reimbursements for Damage to Public Infrastructure\",\n            \"summary\": \"Today, Governor Mike Parson requested that the Federal Emergency Management Agency (FEMA) approve a major disaster declaration for Missouri to provide federal assistance to a total of 21 counties in response to severe storms and flooding that began on June 19 and continued through July 1. The joint preliminary damage assessments, conducted by the State Emergency Management Agency (SEMA), FEMA, and local officials began on July 8, and estimated a total of $10 million in damage to public infrastructure and emergency response costs eligible for federal assistance. Missouri’s per-capita threshold for public assistance is nearly $9.3 million, which is determined by FEMA and based on 2010 census data. On July 6, Governor Parson announced Missouri’s request for joint Preliminary Damage Assessments in 17 counties. Audrain, Daviess, Grundy, and Ralls counties were later added to the request after more damage was documented locally. Both state and county thresholds must be met in order for a county to be included in the request for Public Assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7971MO23120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.mo.gov/press-releases/archive/missouri-requests-federal-disaster-declaration-receive-reimbursements-damage\",\n            \"created_at\": \"2021-08-17T07:30:08.100184-04:00\"\n        },\n        {\n            \"id\": 54709,\n            \"title\": \"Capital Adequacy: the Complex Credit Union Leverage Ratio, Risk-Based Capital\",\n            \"summary\": \"The NCUA is proposing a rule that would provide a simplified measure of capital adequacy for federally insured, natural-person credit unions (credit unions) classified as complex (those with total assets greater than $500 million). Under the proposed rule, a complex credit union that maintains a minimum net worth ratio, and that meets other qualifying criteria, will be eligible to opt into the complex credit union leverage ratio (CCULR) framework. The minimum net worth ratio would initially be established at 9 percent on January 1, 2022, and be gradually increased to 10 percent by January 1, 2024. A complex credit union that opts into the CCULR framework would not be required to calculate a risk-based capital ratio under the Board’s October 29, 2015, risk-based capital final rule, as amended on October 18, 2018. A qualifying complex credit union that opts into the CCULR framework and that maintains the minimum net worth ratio would be considered well capitalized. The proposed rule would also make several amendments to update the NCUA’s October 29, 2015, risk-based capital final rule, including addressing asset securitizations issued by credit unions, clarifying the treatment of off-balance sheet exposures, deducting certain mortgage servicing assets from a complex credit union’s risk-based capital numerator, updating several derivative-related definitions, and clarifying the definition of a consumer loan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-15965\",\n            \"regalytics_alert_id\": \"1891FR20211596520210816\",\n            \"proposed_comments_due_date\": \"2021-10-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-15965/capital-adequacy-the-complex-credit-union-leverage-ratio-risk-based-capital\",\n            \"created_at\": \"2021-08-17T07:30:08.490294-04:00\"\n        },\n        {\n            \"id\": 54710,\n            \"title\": \"Paperwork Reduction Act Approvals: Consumer Assistance Center\",\n            \"summary\": \"The Dodd-Frank Wall Street Reform and Consumer Protection Act (Dodd-Frank Act) authorizes the National Credit Union Administration (NCUA) to accept and resolve member complaints. NCUA has centralized the intake of consumer inquiries and complaints under the Consumer Assistance Center, via the MyCreditUnion.gov website. The Consumer Assistance Center assists consumers with information about federal financial consumer protection and share insurance matters and assists in resolving disputes with credit unions. Consumers can make inquiries or submit a complaint electronically through the MyCreditUnion.gov website. The on-line portal offers a template for consumers to use to aid in identifying their concerns.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17413\",\n            \"regalytics_alert_id\": \"1891FR20211741320210816\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17413/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-17T07:30:08.556045-04:00\"\n        },\n        {\n            \"id\": 54711,\n            \"title\": \"Paperwork Reduction Act Approvals: Appeals Procedures\",\n            \"summary\": \"The National Credit Union Administration (NCUA) is announcing the extension of Appeals Procedures. Section 741.3(b)(5) of NCUA’s rules and regulations requires federally-insured credit unions with assets of more than $50 million to develop, as a prerequisites for insurability of its member deposits, a written interest rate risk management policy and a program to effectively implement the policy. The need for FICU to have a written policy to establish responsibilities and procedures for identifying, measuring, monitoring, controlling, and reporting, and establishing risk limits are essential components of safe and sound credit union operations and to ensure the security of the National Credit Union Share Insurance Fund (NCUSIF).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17415\",\n            \"regalytics_alert_id\": \"1891FR20211741520210816\",\n            \"proposed_comments_due_date\": \"2021-10-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17415/agency-information-collection-activities-proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-17T07:30:08.620348-04:00\"\n        },\n        {\n            \"id\": 54712,\n            \"title\": \"Charitable Gaming Activity April - June, 2021\",\n            \"summary\": \"The Department of Revenue, Lottery and Charitable Gaming Division reported today that total dollars wagered on charitable gaming activities for April through June, 2021 were $93.8 million, which is 1.3% less than the previous quarter, when $95 million was wagered.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18925NE45CH11620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Nebraska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.nebraska.gov/sites/revenue.nebraska.gov/files/doc/news-release/gaming/Gaming_Activity_08-16-2021.pdf\",\n            \"created_at\": \"2021-08-17T07:30:08.683042-04:00\"\n        },\n        {\n            \"id\": 54713,\n            \"title\": \"Governor Sisolak Launches Infrastructure Week in Nevada\",\n            \"summary\": \"This week, Nevada Governor Steve Sisolak, along with other State officials, will highlight Infrastructure Week in Nevada. At the State Infrastructure Bank meeting on Monday, the Governor will highlight various projects throughout the week in both the Northern and Southern part of the State. Infrastructure projects like transportation, water, and utility projects and also allows for infrastructure projects related to renewable energy, recycling and sustainability, new technologies, affordable housing, health care, food insecurity, and public education will help create thousands of good-paying jobs for Nevadans\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV246ON20210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Nevada\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Nevada Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/THIS_WEEK__Governor_Sisolak_launches_‘Infrastructure_Week’_in_Nevada,_highlights_job-creation_legislation/\",\n            \"created_at\": \"2021-08-17T07:30:08.743465-04:00\"\n        },\n        {\n            \"id\": 54714,\n            \"title\": \"House Bill 533: Amendment to HB 533\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. Establishing a division of investigation and compliance in the lottery commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB5338920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB533/\",\n            \"created_at\": \"2021-08-17T07:30:08.806620-04:00\"\n        },\n        {\n            \"id\": 54715,\n            \"title\": \"Senate Bill 101: Minimum Gross Business Income for Business Profits Tax Return\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An act increasing the minimum gross business income required for filing a business profits tax return.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB10110220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-07-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB101/\",\n            \"created_at\": \"2021-08-17T07:30:08.870450-04:00\"\n        },\n        {\n            \"id\": 54716,\n            \"title\": \"Senate Bill 022: the Sale of Lucky 7 Tickets\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An act relative to the sale of lucky 7 tickets. The price of any lucky 7 ticket pack or ticket card shall not exceed $1, provided that at any location where a charitable organization offers $1 tickets for sale the charitable organization shall also offer $.50 tickets for sale.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB224620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-10\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB22/\",\n            \"created_at\": \"2021-08-17T07:30:08.936659-04:00\"\n        },\n        {\n            \"id\": 54717,\n            \"title\": \"Department of Financial Health Insurance Announces Lower Premium Rates\",\n            \"summary\": \"Superintendent of Financial Services Linda A. Lacewell, announced today that the New York State Department of Financial Services continues to protect consumers by reducing health insurers’ 2022 requested rates, despite health care costs increasing to pre-pandemic levels. Rates in the individual market will increase by only 3.7%, saving consumers over $138 million. Insurers requested premium increases of 14.0% on average, which DFS reduced to 7.6%, saving small businesses over $468 million. Enhanced Federal subsidies under the American Rescue Plan, lowers the cost of coverage available through NY State of Health to the lowest it has been in recent years. The law is designed so that no one will pay more than 8.5% of their income toward the benchmark plan available in their county.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9171NY10828120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dfs.ny.gov/reports_and_publications/press_releases/pr202108131\",\n            \"created_at\": \"2021-08-17T07:30:09.002022-04:00\"\n        },\n        {\n            \"id\": 54718,\n            \"title\": \"North Carolina State Register, Volume 36 Issue 04\",\n            \"summary\": \"The North Carolina State Register, Volume 36, Issue 04, updated on August 16, 2021, includes notices of proposed rules from the Department of Public Safety, the Office of State Treasurer, and the Occupational Licensing Boards and Commissions among other information.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15285NC360420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of Administrative Hearings\"\n                }\n            ],\n            \"pdf_url\": \"https://files.nc.gov/ncoah/documents/files/Volume-36-Issue-04-August-16-2021.pdf\",\n            \"created_at\": \"2021-08-17T07:30:09.065244-04:00\"\n        },\n        {\n            \"id\": 54719,\n            \"title\": \"Bank Accounting Advisory Series Updated\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC) today released an update to the Bank Accounting Advisory Series (BAAS). The BAAS addresses a variety of accounting topics and promotes consistent application of accounting standards and regulatory reporting among OCC-supervised banks. This bulletin rescinds OCC Bulletin 2020-76, “Accounting: Bank Accounting Advisory Series Updated,” which conveyed the 2020 edition of the Bank Accounting Advisory Series.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC5171ED473720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-37.html\",\n            \"created_at\": \"2021-08-17T07:30:09.129286-04:00\"\n        },\n        {\n            \"id\": 54720,\n            \"title\": \"Liquidity: Updated Comptroller's Handbook Booklet and Rescissions\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC) today issued an updated “Liquidity” booklet of the Comptroller’s Handbook, which is prepared for use by OCC examiners in connection with the examination and supervision of national banks, federal savings associations, and federal branches and agencies of foreign banking organizations (collectively, banks). Updates are summarized in the “Table of Updates Since Publication” in the back of the booklet. Refer to the “Foreword” booklet of the Comptroller's Handbook for more information regarding the OCC’s process for revising and updating booklets.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC6571NS473820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-38.html\",\n            \"created_at\": \"2021-08-17T07:30:09.192680-04:00\"\n        },\n        {\n            \"id\": 54721,\n            \"title\": \"Oregon State Lottery Permanent\",\n            \"summary\": \"The Lottery is amending OAR 177-085-0015 about the description of Powerball to add an additional Powerball drawing each week on Monday starting August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR204791920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-23\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Permanent\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon State Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewReceiptPDF.action;JSESSIONID_OARD=g41RWuPL4VmcIojkp17JJbnrRJDPQi4g7hbNYO4DlGqQXkCvdNcM!-1024219277?filingRsn=47919\",\n            \"created_at\": \"2021-08-17T07:30:09.256038-04:00\"\n        },\n        {\n            \"id\": 54722,\n            \"title\": \"Oregon State Lottery Temporary Administrative Order\",\n            \"summary\": \"The Lottery needs to amend OAR 177-045-0030 to correct a typographic error in the dollar amount of the Video Lottery weekly minimum sales requirement. (The correct amount is $2,667 average dollars played per week, but the rule was filed showing the dollar amount as $2,776.) The Lottery regrets the error and is immediately correcting the sales goal to avoid any confusion with retailers about the minimum weekly sales requirement for Video Lottery game terminals. Effective on 08/16/2021 through 02/11/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR204814320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Temporary Administrative Order\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon State Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewReceiptPDF.action;JSESSIONID_OARD=g41RWuPL4VmcIojkp17JJbnrRJDPQi4g7hbNYO4DlGqQXkCvdNcM!-1024219277?filingRsn=48143\",\n            \"created_at\": \"2021-08-17T07:30:09.320237-04:00\"\n        },\n        {\n            \"id\": 54723,\n            \"title\": \"Recordkeeping and Reporting Requirements for Security-Based Swap Dealers, Major Security-Based Swap Participants, and Broker-Dealers: Correction\",\n            \"summary\": \"The Securities and Exchange Commission has announced that on September 19, 2019, the Securities and Exchange Commission (the “Commission”) adopted recordkeeping, reporting, and notification requirements applicable to security-based swap dealers and major security-based swap participants, securities count requirements applicable to certain security-based swap dealers, and additional recordkeeping requirements applicable to broker-dealers to account for their security-based swap and swap activities. Release 34-87005 (Sept. 19, 2019) was published in the Federal Register on Dec. 16, 2019 (84 FR 68550). This document corrects a technical inaccuracy in that release. The Commission is making a technical correction to Part II of Form X-17A-5 (referenced in 17 CFR 249.617). The release resulting in the technical inaccuracy was published in the Federal Register on December 16, 2019 [84 FR 68550], and adopted by the Commission in Exchange Act Release No. 87005 on September 19, 2019.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-16960\",\n            \"regalytics_alert_id\": \"1891FR20211696020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-16960/recordkeeping-and-reporting-requirements-for-security-based-swap-dealers-major-security-based-swap\",\n            \"created_at\": \"2021-08-17T07:30:09.382610-04:00\"\n        },\n        {\n            \"id\": 54724,\n            \"title\": \"Proposed Order: Substituted Compliance Application Submitted by UBS AG and Credit Suisse AG in Connection with Certain Requirements Applicable to Non-U.S. Security-Based Swap Dealers Subject to Regulation in the Swiss Confederation\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting public comment on an application by UBS AG and Credit Suisse AG (the “Swiss Firms”) requesting that the Commission determine that registered security-based swap dealers (“SBSDs”) that are not U.S. persons and that are subject to certain regulation in the Swiss Confederation (“Switzerland”) may comply with certain requirements under the Exchange Act via compliance with corresponding requirements of Switzerland. The Commission also is soliciting comment on a proposed Order providing for conditional substituted compliance in connection with the application. The Commission is soliciting public comment on an application by the Swiss Firms requesting that the Commission determine that SBSDs that are not U.S. persons and that are subject to certain regulation in Switzerland may satisfy certain requirements under the Exchange Act by complying with comparable requirements in Switzerland.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17424\",\n            \"regalytics_alert_id\": \"1891FR20211742420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": \"2021-09-10\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17424/notice-of-substituted-compliance-application-submitted-by-ubs-ag-and-credit-suisse-ag-in-connection\",\n            \"created_at\": \"2021-08-17T07:30:09.449033-04:00\"\n        },\n        {\n            \"id\": 54725,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, August 19, 2021\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is announcing that a meeting is scheduled to be held at 2:00 p.m. on Thursday, August 19, 2021. The meeting will be held via remote means and/or at the Commission’s headquarters, 100 F Street, NE, Washington, DC 20549. This meeting will be closed to the public. The subject matter of the closed meeting will consist of the following topics: Institution and settlement of injunctive actions; Institution and settlement of administrative proceedings; Resolution of litigation claims; and other matters relating to examinations and enforcement proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17624\",\n            \"regalytics_alert_id\": \"1891FR20211762420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17624/sunshine-act-meetings\",\n            \"created_at\": \"2021-08-17T07:30:09.515832-04:00\"\n        },\n        {\n            \"id\": 54726,\n            \"title\": \"Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order: Pearson Plc\",\n            \"summary\": \"Pearson, a multinational educational publishing and services company, made material misstatements and omissions regarding a 2018 cyber intrusion that affected several million rows of student data across 13,000 school, district, and university AIMSweb 1.0 customer accounts in the United States. In its July 26, 2019 report furnished to the Commission, Pearson’s risk factor disclosure implied that Pearson faced the hypothetical risk that a “data privacy incident” “could result in a major data privacy or confidentiality breach” but did not disclose that Pearson had in fact already experienced such a data breach. On July 31, 2019, approximately two weeks after Pearson sent a breach notification to affected customers, in response to an inquiry by a national media outlet, Pearson issued a previously-prepared media statement that also made misstatements about the nature of the breach and the number of rows and type of data involved. it is hereby Ordered that: Respondent cease and desist from committing or causing any violations and any future violations of Sections 17(a)(2) and 17(a)(3) of the Securities Act, Section 13(a) of the Exchange Act, and Rules 12b-20, 13a-15(a), and 13a-16 thereunder. Respondent shall, within 10 days of the entry of this Order, pay a civil money penalty in the amount of $1,000,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331096320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-10963.pdf\",\n            \"created_at\": \"2021-08-17T07:30:09.582512-04:00\"\n        },\n        {\n            \"id\": 54727,\n            \"title\": \"Order Making Findings and Imposing Remedial Sanctions and a Cease-and-Desist Order: Christopher E. Knauth, CPA\",\n            \"summary\": \"This proceeding arises from failures by Christopher E. Knauth in conducting the fiscal year 2018 audit and quarterly reviews for the periods ended June 30, 2018, September 30, 2018, and March 31, 2019, for Issuer A on behalf of Audit Firm A. At the outset, Knauth failed to register Audit Firm A, of which he was a principal, with the Public Company Accounting Oversight Board (“PCAOB”). Further, the work Knauth performed during the audit and quarterly reviews for Issuer A failed to comply with multiple PCAOB auditing standards, in that Knauth (1) failed to properly plan the audit and to identify and assess risks of material misstatement; (2) failed to exercise due professional care and professional skepticism (including through the failure to obtain required engagement quality reviews (“EQRs”)); and (3) failed to obtain sufficient appropriate audit evidence; and (4) failed to prepare adequate audit documentation. It is hereby ordered that: Respondent shall cease and desist from committing or causing any violations and any future violations of Section 102(a) of the Sarbanes-Oxley Act, Rule 2-02(b)(1) of Regulation S- X, and Section 13(a) of the Exchange Act and Rules 13a-1 and 13a-13 thereunder; Respondent is denied the privilege of appearing or practicing before the Commission as an accountant; and Respondent shall pay a civil money penalty in the amount of $20,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349267520210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92675.pdf\",\n            \"created_at\": \"2021-08-17T07:30:09.646592-04:00\"\n        },\n        {\n            \"id\": 54728,\n            \"title\": \"SEC Charges Penny Stock Company, CEO and Others with Multi-Million Dollar Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced it charged an issuer, its CEO, and six other entities and individuals with participating in a penny stock fraud scheme. The SEC also charged certain of the participants with operating as unregistered dealers, and obtained emergency relief to halt their ongoing conduct. According to the SEC's complaint, filed in the United States District Court for the Southern District of New York, GPL Ventures purchased, since at least July 2017, more than 1.5 billion shares of HempAmericana Inc. stock through a Regulation A offering, with the understanding that HempAmericana would use a portion of the offering proceeds to secretly finance stock promotions that would enable GPL Ventures to sell its HempAmericana shares at a profit. The complaint alleges that HempAmericana misled investors regarding its use of the offering proceeds, and that co-defendants Seaside Advisors and Lawrence Adams paid a stock promoter who, in turn, funded promotions of HempAmericana’s stock that failed to disclose HempAmericana's role in financing the promotions and that GPL Ventures intended to unload its shares into the promotion. GPL Ventures and certain of the defendants allegedly reaped about $11 million in illegal profits from this fraudulent scheme.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC51C5F77B20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-153\",\n            \"created_at\": \"2021-08-17T07:30:09.709979-04:00\"\n        },\n        {\n            \"id\": 54729,\n            \"title\": \"SEC Charges Pearson Plc for Misleading Investors About Cyber Breach\",\n            \"summary\": \"The Securities and Exchange Commission today announced that Pearson plc, a London-based public company that provides educational publishing and other services to schools and universities, agreed to pay $1 million to settle charges that it misled investors about a 2018 cyber intrusion involving the theft of millions of student records, including dates of births and email addresses, and had inadequate disclosure controls and procedures. The SEC's order finds that Pearson made misleading statements and omissions about the 2018 data breach involving the theft of student data and administrator log-in credentials of 13,000 school, district and university customer accounts. In its semi-annual report, filed in July 2019, Pearson referred to a data privacy incident as a hypothetical risk, when, in fact, the 2018 cyber intrusion had already occurred. And in a July 2019 media statement, Pearson stated that the breach may include dates of births and email addresses, when, in fact, it knew that such records were stolen, and that Pearson had \\\"strict protections\\\" in place, when, in fact, it failed to patch the critical vulnerability for six months after it was notified. The media statement also omitted that millions of rows of student data and usernames and hashed passwords were stolen. The order also finds that Pearson's disclosure controls and procedures were not designed to ensure that those responsible for making disclosure determinations were informed of certain information about the circumstances surrounding the breach.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECCDE3DB2020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-154\",\n            \"created_at\": \"2021-08-17T07:30:09.772404-04:00\"\n        },\n        {\n            \"id\": 54730,\n            \"title\": \"U.S. Securities and Exchange Commission and the European Central Bank Sign Memorandum of Understanding Regarding Cooperation with Respect to Security-Based Swap Entities\",\n            \"summary\": \"The Securities and Exchange Commission and the European Central Bank (ECB) today announced the signing of a Memorandum of Understanding (MOU) to consult, cooperate, and exchange information in connection with the supervision, enforcement, and oversight of certain security-based swap dealers and major security-based swap participants that are registered with the SEC and supervised by the ECB. This is the first MOU between the SEC and ECB. The MOU was executed on Aug. 16, 2021, and is intended to facilitate the SEC's oversight of all SEC-registered security-based swap entities in EU Member States participating in the Single Supervisory Mechanism (SSM). The SSM refers to the system of banking supervision in the European Union. It is composed of the ECB and the relevant national competent authorities of participating EU Member States.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECE3B868F120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-152\",\n            \"created_at\": \"2021-08-17T07:30:09.838189-04:00\"\n        },\n        {\n            \"id\": 54731,\n            \"title\": \"South Dakota Weekly Register\",\n            \"summary\": \"This release contains the South Dakota Register Published weekly by the Legislative Research Council. Updated Monday, 8:00 a.m., August 16, 2021. The Office of the State Auditor intends to repeal and amend rules to eliminate the registration decal requirement for businesses with amusement devices. The general authority for these rules, as cited by the department, is SDCL 10-58-6 and 10-58-13. A public hearing will be held September 3, 2021, at 1:00 p.m. (CT) in Room 413 of the State Capitol, 500 East Capitol Avenue, Pierre, South Dakota.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15621SD22102420450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Legislative Research Council\"\n                }\n            ],\n            \"pdf_url\": \"https://mylrc.sdlegislature.gov/api/Documents/221024.pdf\",\n            \"created_at\": \"2021-08-17T07:30:09.903448-04:00\"\n        },\n        {\n            \"id\": 54732,\n            \"title\": \"Pelosi Statement on 86th Anniversary of Social Security\",\n            \"summary\": \"Speaker Nancy Pelosi issued the following statement marking the 86th anniversary of Social Security, which was signed into law by President Franklin D. Roosevelt on August 14, 1935: “Eighty-six years ago, both parties came together to make a sacred promise: that after a lifetime of work, every American deserves to retire with dignity and security. Forged in the depths of the Great Depression, this fundamental guarantee has stood as a pillar of economic security, offering peace of mind to millions of hard-working Americans in retirement, with a disability or after losing a loved one. As our nation emerges from the pandemic, Democrats remain as committed as ever to defending the transformational progress of Social Security from callous, reckless partisan attacks – as well as strengthening the economic security of American families. That is why we are fighting to enact our Build Back Better agenda, which will deliver more jobs, greater tax cuts and lower health costs for working families. A top priority is to extend the Biden Child Tax Credit, a life-changing victory for families that Democrats secured in the American Rescue Plan and that I often describe as similar to ‘Social Security for children.’\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8142120210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81421\",\n            \"created_at\": \"2021-08-17T07:30:09.965336-04:00\"\n        },\n        {\n            \"id\": 54733,\n            \"title\": \"Dear Colleague on Path Forward to Build Back Better\",\n            \"summary\": \"\\\"Colleagues, we are forging ahead with a bold and historic agenda, with progress we have not seen in fifty years. This legislation will stand for generations alongside the New Deal and the Great Society as pillars of economic security for working families. Indeed, these bills will be the biggest and most consequential initiatives that any of us have ever undertaken in our official lives. Passing the two bills before us will give us the leverage that we need to expand the Biden Child Tax Credit, Child Care, paid family and medical leave, universal pre-K, workforce development, education, climate, housing and other initiatives that many Members have worked on for years. These bills will advance equity in how we build our physical infrastructure and justice in how we build our human infrastructure. They will be transformative for our economy, our society, our working families and our children.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8152120210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81521\",\n            \"created_at\": \"2021-08-17T07:30:10.046275-04:00\"\n        },\n        {\n            \"id\": 54734,\n            \"title\": \"Pelosi Statement on Biden Administration’s Increase in SNAP Benefits\",\n            \"summary\": \"Speaker Nancy Pelosi issued the following statement commending the Biden-Harris Administration's actions to increase Supplemental Nutrition Assistance Program (SNAP) benefits for 42 million Americans: “Today is a day of great progress for struggling families across the nation, who will soon see a permanent and substantial increase to their monthly SNAP benefits for the first time ever. Thanks to the Biden Administration strengthening this important lifeline, parents will be able to afford healthy food for their families and children will not have to go to bed hungry.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8162120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81621\",\n            \"created_at\": \"2021-08-17T07:30:10.109899-04:00\"\n        },\n        {\n            \"id\": 54735,\n            \"title\": \"Publication of the Minnesota State Register (Volume 46, Issue 7)\",\n            \"summary\": \"The Minnesota State Register is the official publication of the State of Minnesota’s Executive Branch of government, published weekly to fulfill the legislative mandate set forth in Minnesota Statutes, Chapter 14, and Minnesota Rules, Chapter 1400. Monday 16 August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15280MN10720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"State of Minnesota’s Executive Branch\"\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/admin/assets/SR46_7 - Accessible_tcm36-494103.pdf\",\n            \"created_at\": \"2021-08-17T07:30:10.170241-04:00\"\n        },\n        {\n            \"id\": 54736,\n            \"title\": \"Chapter 7. Corporate and Financial Regulation; Subchapter 7. Reinsurance\",\n            \"summary\": \"The Texas Department of Insurance (TDI) proposes to amend 28 TAC §7.614, concerning adoption of forms by reference, and adopt new 28 TAC §7.615 and §7.616, concerning credit for reinsurance related to reciprocal jurisdictions and reserving practices related to credit for reinsurance, respectively. These amendments are proposed to ensure TDI retains its authority to regulate credit for reinsurance matters associated with covered agreements, to align TDI's rules with the current approach to regulate reserve financing arrangements for certain life insurance policies, and to align TDI's rules with updates to the National Association of Insurance Commissioners (NAIC) accreditation requirements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6477TX131820210813\",\n            \"proposed_comments_due_date\": \"2021-09-27\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/rules/2021/documents/76147616.pdf\",\n            \"created_at\": \"2021-08-17T07:30:10.234103-04:00\"\n        },\n        {\n            \"id\": 54737,\n            \"title\": \"Chapter 3. Life, Accident, and Health Insurance and Annuities; Subchapter PP. Annuity Disclosures; Division 2. Annuity Suitability Disclosures\",\n            \"summary\": \"The Texas Department of Insurance (TDI) proposes new Division 2, consisting of new §3.9721 and §3.9722, in Chapter 3, Subchapter PP. These sections concern annuity suitability disclosures. New §3.9721 and §3.9722 implement House Bill 1777, 87th Legislature, 2021. HB 1777 amends Insurance Code Chapter 1115 to incorporate a \\\"best interest\\\" standard of care for annuities that is similar to the Security Exchange Commission's standard, to harmonize the standards of care for annuities across regulatory platforms. HB 1777 applies to all annuity transactions occurring on or after September 1, 2021; agents must use a compliant disclosure form for annuity transactions on and after that date. Insurance Code §1115.0514 and §1115.0516 require the Commissioner to prescribe by rule three new disclosure forms an agent must provide to a consumer, where applicable, either before or at the time of a recommendation or sale of an annuity. The forms must contain statutorily required information, including information incorporating the new best-interest standard and other consumer protection provisions, and they must be substantially similar to forms promulgated by the National Association of Insurance Commissioners (NAIC).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6477TX201820210813\",\n            \"proposed_comments_due_date\": \"2021-09-27\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/rules/2021/documents/3972139722.pdf\",\n            \"created_at\": \"2021-08-17T07:30:10.297466-04:00\"\n        },\n        {\n            \"id\": 54738,\n            \"title\": \"Chapter 3. Life, Accident, and Health Insurance and Annuities; Subchapter FF. Credit Life and Credit Accident and Health Insurance; Division 7. Experience Call\",\n            \"summary\": \"The Texas Department of Insurance (TDI) proposes to amend 28 TAC §3.5701, concerning statistical data and annual experience calls, and to repeal 28 TAC §3.2702, concerning instructions for preparing forms. The current credit call rules found in 28 TAC §3.5701 and §3.5702 require insurers writing credit life insurance and accident and health insurance in Texas to send statistical and experience data to the TDI Life & Health Actuarial Office (LHAO) on an annual basis. The amendments to §3.5701 and the repeal of §3.5702 would change the requirement to provide that credit call data instead be kept by each company and simply be made available upon TDI's request. So rather than imposing an annual data reporting requirement, TDI will only request the data if the Commissioner needs it to determine whether rates are reasonable in relation to benefits afforded by a given policy contract together with appropriate expenses. The amendments and repeal would (1) streamline TDI resources and data management and (2) remove a reporting burden on companies, while still providing a process to preserve relevant data.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6477TX219720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-02\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/rules/2021/documents/3570135702.pdf\",\n            \"created_at\": \"2021-08-17T07:30:10.360547-04:00\"\n        },\n        {\n            \"id\": 54739,\n            \"title\": \"Federal Court Bars Florida Tax Preparation Businesses and Their Tax Return Preparers from Preparing Tax Returns\",\n            \"summary\": \"A federal court in the Southern District of Florida, West Palm Beach Division, has permanently enjoined four Palm Beach-area tax return preparers from preparing federal income tax returns for others and from owning or operating any tax return business in the future. In issuing an injunction against Marcus Alty; Jeanait Mathurin; Prestige Tax Services Inc. (dba Just Tax Services LLC); and Excellent Tax Services “LLC” (dba Excellent Tax Services), the court found that the defendants prepared tax returns making false or fraudulent claims for the American Opportunity Tax Credit and Earned Income Tax Credit, often based on fabricated business income and expenses. The order further holds that the defendants prepared returns that falsely claimed fuel tax credits and that reported false education expenses. The civil complaint filed against the defendants alleged that their fraudulent activities resulted in a loss to the Treasury of over $5 million. The court also ordered a 90-day discovery period to allow the United States to determine the appropriate disgorgement amount for the ill-gotten gains that defendants received for the preparation of tax returns containing falsely reported items.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2280820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/federal-court-bars-florida-tax-preparation-businesses-and-their-tax-return-preparers-0\",\n            \"created_at\": \"2021-08-17T07:30:10.424963-04:00\"\n        },\n        {\n            \"id\": 54740,\n            \"title\": \"Justice Department Settles Lawsuit Alleging Disability-Based Discrimination in Residential Rental Properties in North Dakota\",\n            \"summary\": \"The Department of Justice announced today that Hampton Corporation Inc. and several related individuals and entities have agreed to settle a federal lawsuit alleging that they violated the Fair Housing Act (FHA) and Americans with Disabilities Act (ADA) by failing to design and construct apartment complexes and a rental office in North Dakota so they are accessible to people with disabilities. The Department of Justice previously resolved claims against the architect and engineer involved in the design of one of the four apartment complexes at issue in the lawsuit. Today’s settlement, which must be approved by the U.S. District Court for the District of North Dakota, resolves a lawsuit the department filed in March 2020. Under the terms of the settlement, the defendants must correct inaccessible features in the common areas of the properties and within the individual units, including: removing steps; replacing steeply-sloped walkways; adding accessible routes to mailboxes and site arrival points; ensuring that obstacles do not protrude into the circulation path; installing lever handles on doors; widening doorways; retrofitting bathrooms so they are accessible for wheelchair users; and relocating outlets and controls to within a wheelchair user’s reach range. The defendants must also attend fair housing training, contribute $100,000 to a settlement fund (which, combined with the department’s earlier settlement with the architect and engineer, brings the settlement fund total to $120,000) for people who suffered harm due to the lack of accessible features at the properties, pay a civil penalty of $5,000 to the United States, and ensure that any future housing they design or construct complies with the FHA.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2428E20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/justice-department-settles-lawsuit-alleging-disability-based-discrimination-residential\",\n            \"created_at\": \"2021-08-17T07:30:10.488457-04:00\"\n        },\n        {\n            \"id\": 54741,\n            \"title\": \"Treasury International Capital Data for June\",\n            \"summary\": \"U.S. Department of the Treasury today released Treasury International Capital (TIC) data for June 2021. The next release, which will report on data for July 2021, is scheduled for September 16, 2021. The sum total in June of all net foreign acquisitions of long-term securities, short-term U.S. securities, and banking flows was a net TIC inflow of $31.5 billion. Of this, net foreign private inflows were $69.3 billion, and net foreign official outflows were $37.8 billion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT44032420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0324\",\n            \"created_at\": \"2021-08-17T07:30:10.550874-04:00\"\n        },\n        {\n            \"id\": 54742,\n            \"title\": \"Treasury Announces Fossil Fuel Energy Guidance for Multilateral Development Banks\",\n            \"summary\": \"Department of the Treasury issued Fossil Fuel Energy Guidance for Multilateral Development Banks (MDBs), which is key Guidance in response to President Biden’s Executive Order 14008 on Tackling the Climate Crisis At Home and Abroad announced earlier this year. In its Guidance, Treasury advocates for MDB investments prioritizing clean energy, innovation, and energy efficiency, which will help achieve a clean and sustainable future consistent with the development goals of the Paris Agreement. U.S. Secretary of the Treasury Janet L. Yellen previewed Treasury’s MDB Guidance at the April 2021 G7 Leaders Summit on Climate and more recently discussed this with Heads of the MDBs in July 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT81032320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0323\",\n            \"created_at\": \"2021-08-17T07:30:10.614051-04:00\"\n        },\n        {\n            \"id\": 54743,\n            \"title\": \"Executive Communication to House Ways and Means Committee\",\n            \"summary\": \"A letter from the Director, Legal Processing Division, Internal Revenue Service, transmitting the Service's final regulations - Mandatory 60-Day Postponement of Certain Tax-Related Deadlines by Reason of a Federally Declared Disaster [TD 9950] (RIN: 1545-BP98) received July 6, 2021, pursuant to 5 U.S.C. 801(a)(1)(A);Public Law 104–121, section 251;(110 Stat. 868) to the Committee on Ways and Means.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR30EC195420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Executive Communication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/1954?s=3&r=1\",\n            \"created_at\": \"2021-08-17T07:30:10.677569-04:00\"\n        },\n        {\n            \"id\": 54744,\n            \"title\": \"Executive Communication to House Energy and Commerce Committee\",\n            \"summary\": \"A letter from the Director, Regulatory Management Division, Environmental Protection Agency, transmitting the Agency's final rule - Air Plan Approval;FL;Prevention of Significant Deterioration Infrastructure Elements [EPA-R04-OAR-2020-0459 FRL-10025-49-Region 4] received July 13, 2021, pursuant to 5 U.S.C. 801(a)(1)(A);Public Law 104–121, section 251;(110 Stat. 868);to the Committee on Energy and Commerce.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR35EC191720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Executive Communication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/1917?s=3&r=38\",\n            \"created_at\": \"2021-08-17T07:30:10.737633-04:00\"\n        },\n        {\n            \"id\": 54745,\n            \"title\": \"Governor Bryan Signs into Law Legislation Authorizing Repayment of 8% Pay Cut from 2011\",\n            \"summary\": \"On Monday, August 16, 2021, Governor Albert Bryan Jr. signed into law the measure passed by the 34th Legislature that allows the repayment of the 8 percent wages that were withheld from Government of the Virgin Islands employees in 2011. The Governor said that once the administration closes out Fiscal Year 2021 at the end of September, the government will use about $45 million to $50 million to begin sending checks repaying those employees who are eligible by November.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI556020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-signs-into-law-legislation-authorizing-repayment-of-8-pay-cut-from-2011/\",\n            \"created_at\": \"2021-08-17T07:30:10.798434-04:00\"\n        },\n        {\n            \"id\": 54746,\n            \"title\": \"SIM Swap Scam\",\n            \"summary\": \"The State of Washington Department of Financial Institutions has received complaints from Washington consumers who have reported that they have been victims of SIM swap scams. Consumers reported that they lost control of their cell phone device, and access to bank, email, social media, and other financial services accounts. The consumers claimed that they suffered financial harm during the period they lost control of their cell phone device. SIM swap scams occur when a scammer pretends to be a legitimate customer of the cell phone service carrier in order to obtain a new SIM card. The new SIM card is connected to the real customer’s phone number without the real customer’s knowledge. Once the new SIM card is activated, the scammer uses the new SIM card on a phone under the scammer’s control. As the scammer now has control of the real customer’s phone number, all of the real customer’s phone calls, text messages, and data are directed to the phone under the scammer’s control.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"437WA8020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Consumer Alert\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Department of Financial Institutions, Division of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://dfi.wa.gov/news/consumer/alerts/sim-swap-scam\",\n            \"created_at\": \"2021-08-17T07:30:10.861136-04:00\"\n        },\n        {\n            \"id\": 54747,\n            \"title\": \"Inslee Updates Wildfire state of Emergency Proclamation\",\n            \"summary\": \"Governor Jay Inslee today updated the wildfire state of emergency proclamation. The changes were made to clarify language around the Washington State Department of Corrections (DOC) hosting small wildfires on DOC property for religious purposes (like sweat lodges) and authorizes organic orchardists to perform “flaming” or “flame weeding,” a technique by which farmers use a small torch to kill weeds at the base of fruit trees, rather than inorganic herbicides. The update also extends the waiver of truck driver service hours rules for fuel carriers through mid-September. All other service hour exemptions remain the same, including expiration dates.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8247WA14820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.wa.gov/news-media/inslee-updates-wildfire-state-emergency-proclamation-0\",\n            \"created_at\": \"2021-08-17T07:30:10.923838-04:00\"\n        },\n        {\n            \"id\": 54748,\n            \"title\": \"Op-Ed by JB McCuskey, State Auditor: FERC Delays Create Uncertainty for Local Governments\",\n            \"summary\": \"As Auditor of the State of West Virginia I have a unique perspective of how your tax dollars are spent. Our office is responsible for the review and approval of general operating budgets and providing annual training and technical assistance to local governments across the state. Annually, our inspectors are responsible for conducting and overseeing over 700 financial audits of counties, municipalities, boards of education and other miscellaneous local boards and authorities. Take, for example, the Federal Energy Regulatory Commission (FERC). Unfortunately, delays caused by the FERC decision to undertake a review of its permitting processes for natural gas pipelines have disrupted the oil and gas industry’s operations. While the Commission’s mission is clear, to ensure economically efficient, safe, reliable & secure energy for consumers, it has chosen to venture into analyzing environmental concerns and other matters that are best examined by other agencies. These delays hurt our local governments.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"447WV5220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"West Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia State Auditor's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.wvsao.gov/\",\n            \"created_at\": \"2021-08-17T07:30:10.988029-04:00\"\n        },\n        {\n            \"id\": 54749,\n            \"title\": \"Governor Evers Provides Update on More than $4.5 Billion in Pandemic Relief and Recovery Investments\",\n            \"summary\": \"Governor Tony Evers today shared an update of investments made in response to the COVID-19 pandemic toward ensuring the state's continued economic recovery. To date, the Evers Administration has announced planned allocations of more than $4.5 billion in total from the state’s Coronavirus Relief Fund (CRF) and State and Local Fiscal Recovery Funds (SLFRF) allocations, which were made available to Wisconsin through the federal Coronavirus Aid, Relief, and Economic Security (CARES) Act and American Rescue Plan Act (ARPA), respectively. In addition, Wisconsin counties and municipalities were directly allocated more than $2.3 billion by the U.S. Treasury. ARPA funds must be obligated by Dec. 31, 2024, and expended by Dec. 31, 2026.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8420WI20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/WIGOV/bulletins/2ec9dfe\",\n            \"created_at\": \"2021-08-17T07:30:11.051104-04:00\"\n        },\n        {\n            \"id\": 54750,\n            \"title\": \"Andy Haldane Talks About Social Mobility With Liz Robinson\",\n            \"summary\": \"Liz Robinson is Co-Director of Big Education, which aims to enable children to thrive in education and beyond. This is a podacast where our Chief Economist Andy Haldane talks to Liz about why she went into teaching, and Liz shares her belief that schools are the best lever we've got to make change in our society with parents as partners. We want to develop a diverse workforce and inclusive workplace at the Bank of England. Part of that diversity is social background. This podcast series is part of a five-year social mobility strategy that we launched in February 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17711UK9D2EB20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/events/2021/august/social-mobility-podcast-with-liz-robinson\",\n            \"created_at\": \"2021-08-17T07:30:11.118047-04:00\"\n        },\n        {\n            \"id\": 54751,\n            \"title\": \"A Walk Around the Central Banking Wildlife Park!\",\n            \"summary\": \"Hawks, doves, owls, swans, bulls and bears… even ostriches. What connects these animals to central banking? How can they help us find our way around the world of economics and finance? Our host Katie Ranger talks about these questions with communications advisor Gabriel Glöckler on The ECB Podcast. The views expressed are those of the speakers and not necessarily those of the European Central Bank. Published on 16 August 2021 and recorded on 29 June 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17590ECB488720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Podcast\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/tvservices/podcast/html/ecb.pod210816_episode19.en.html\",\n            \"created_at\": \"2021-08-17T07:30:11.177967-04:00\"\n        },\n        {\n            \"id\": 54752,\n            \"title\": \"A Multi-level Network Approach to Spillovers Analysis: An Application to the Maltese Domestic Investment Funds Sector\",\n            \"summary\": \"In this paper we present a new approach to analyse the interconnectedness between a macro-level network and a local-level network. Our methodology is developed on the Diebold and Yilmaz connectedness measure and it considers the presence of entities within a global network which can influence other entities within their own local network but are not relevant enough to influence the entities which do not belong to the same local network. This methodology is then applied to the Maltese domestic investment funds sector and we find that a high-level correlation between the domestic funds can transmit higher spillovers to the local stock exchange index and to the government bond secondary market prices. Moreover, a high correlation among the Maltese domestic investment funds can increase their vulnerability to shocks stemming from financial indices, and therefore, investment funds may potentially become a shock transmission channel.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"No. 124\",\n            \"regalytics_alert_id\": \"17692ESRB1179920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Working Paper\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Systemic Risk Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.esrb.europa.eu/pub/pdf/wp/esrb.wp124~0d1aaf1a99.en.pdf\",\n            \"created_at\": \"2021-08-17T07:30:11.238240-04:00\"\n        },\n        {\n            \"id\": 54753,\n            \"title\": \"Final Notice 2021: EMGLegal Limited\",\n            \"summary\": \"By its Warning Notice dated 13 April 2021, the Authority gave notice to EMGLegal that it proposed to refuse the Application and that EMGLegal was entitled to make representations to the Authority about that proposed action. As no representations were received by the Authority from EMGLegal within the time allowed by the Warning Notice, the default procedures in paragraph 2.3.2 of the Authority’s Decision Procedure and Penalties Manual applied, permitting the Authority to treat the matters referred to in its Warning Notice as undisputed and, accordingly, to give a Decision Notice. By its Decision Notice dated 19 May 2021, the Authority gave EMGLegal notice that it had decided to take the action described above. EMGLegal had 28 days from the date the Decision Notice was given to refer the matter to the Upper Tribunal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA417420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/final-notices/emglegal-limited-2021.pdf\",\n            \"created_at\": \"2021-08-17T07:30:11.299083-04:00\"\n        },\n        {\n            \"id\": 54754,\n            \"title\": \"Final Notice 2021: Prestige First Ltd\",\n            \"summary\": \"By its Warning Notice dated 15 February 2021, the Authority gave notice to Prestige First that it proposed to refuse the Application and that Prestige First was entitled to make representations to the Authority about that proposed action. As no representations were received by the Authority from Prestige First within the time allowed by the Warning Notice, the default procedures in paragraph 2.3.2 of the Authority’s Decision Procedure and Penalties Manual applied, permitting the Authority to treat the matters referred to in its Warning Notice as undisputed and, accordingly, to give Prestige First a Decision Notice. By its Decision Notice dated 16 March 2021, the Authority gave Prestige First notice that it had decided to take the action. Prestige First had 28 days from the date the Decision Notice was given to refer the matter to the Upper Tribunal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA437620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/final-notices/prestige-first-ltd-2021.pdf\",\n            \"created_at\": \"2021-08-17T07:30:11.358372-04:00\"\n        },\n        {\n            \"id\": 54755,\n            \"title\": \"Business Interruption Insurance Test Case – Insurer Claims Data\",\n            \"summary\": \"The FCA gathers information regularly from all affected insurers on the progress of their non-damage business interruption insurance claims, and publishes this data. The FCA sent a Dear CEO letter to insurers affected by the business interruption insurance Test Case. The letter explained that FCA intended to gather information on all non-damage BI policies that are, in principle, capable of responding to the coronavirus (Covid-19) pandemic. FCA published an updated list of non-damage business interruption policies on 27 May 2021 that are, in principle, capable of responding to the Covid-19 pandemic in at least some circumstances, as submitted by insurers. The letter also set out FCA intention to gather information from all affected insurers regularly on the progress of their non-damage BI claims, and to publish some of this data.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17763FCA16570AI20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Market Data\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/data/bi-insurance-test-case-insurer-claims-data\",\n            \"created_at\": \"2021-08-17T07:30:11.427648-04:00\"\n        },\n        {\n            \"id\": 54756,\n            \"title\": \"Website and Email Alert – Unauthorised Websites and Phishing Emails Related to Citibank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Citibank (Hong Kong) Limited relating to unauthorised websites and phishing emails, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA10710816520210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210816-5/\",\n            \"created_at\": \"2021-08-17T07:30:11.489391-04:00\"\n        },\n        {\n            \"id\": 54757,\n            \"title\": \"Website and Instant Message Alert – Suspicious Website and Phishing Instant Message Related to DBS Bank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by DBS Bank (Hong Kong) Limited relating to a suspicious website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA12310816420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210816-4/\",\n            \"created_at\": \"2021-08-17T07:30:11.554729-04:00\"\n        },\n        {\n            \"id\": 54758,\n            \"title\": \"The People's Bank of China Will Issue Renminbi Bills Through the Central Moneymarkets Unit of the Hong Kong Monetary Authority\",\n            \"summary\": \"The People's Bank of China (the \\\"PBOC\\\") will issue Renminbi Bills through the Central Moneymarkets Unit of the Hong Kong Monetary Authority (the \\\"HKMA\\\"). The tender notice and the tender information memorandum of the Renminbi Bills to be issued by the PBOC is attached on HKMA website. The tender-related information provided by the Issuing and Lodging Agent through the HKMA is available on HKMA website.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA12610816320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210816-3/\",\n            \"created_at\": \"2021-08-17T07:30:11.616288-04:00\"\n        },\n        {\n            \"id\": 54759,\n            \"title\": \"Investor Alert - Access Investment Ltd\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. Listed date: 16 Aug, 2021, Name: Access Investment Ltd.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS2120210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Investor Alert\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-08-17T07:30:11.677427-04:00\"\n        },\n        {\n            \"id\": 54760,\n            \"title\": \"Important Monetary Policy Data for the Week Ending 13 August 2021\",\n            \"summary\": \"The Swiss National Bank published important monetary policy data for the week ending 13 August, 2021 including: interest rates and threshold factor; average of sight deposits in Swiss francs at the SNB; minimum reserves: sight deposits of domestic banks averaged over the reporting period; and minimum reserves: compliance during the last 12 reporting periods.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB1614D14020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/gwd_20210816/source/gwd_20210816.en.pdf\",\n            \"created_at\": \"2021-08-17T07:30:11.743474-04:00\"\n        },\n        {\n            \"id\": 54761,\n            \"title\": \"Banks Ranked in Latest Customer Survey Results\",\n            \"summary\": \"This is the sixth publication which ranks the service quality of personal and business current account providers in Great Britain and Northern Ireland. The survey was set up by the Competition and Markets Authority (CMA), following its market investigation into retail banking in 2016. The latest results include Starling and Virgin Money as new entrants to the survey for Business Current Accounts. This is also the first full year of results to indicate how the pandemic has impacted on customer satisfaction with their banks. In the surveys, personal and small business current account holders were asked how likely they would be to recommend their provider to a friend, relative or other business. Questions also covered the quality of online and mobile provision, branch and overdraft services and, for small businesses, the quality of the relationship management they receive.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKBP134468120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/banks-ranked-in-latest-customer-survey-results\",\n            \"created_at\": \"2021-08-17T07:30:11.816136-04:00\"\n        },\n        {\n            \"id\": 54762,\n            \"title\": \"CMA Calls for Stronger Laws to Tackle Illegal Ticket Resale\",\n            \"summary\": \"As live events such as music festivals and large sporting events resume over the coming months, the Competition and Markets Authority (CMA) has set out several recommended changes to the law and existing system of regulation, which are intended to protect consumers. The recommendations include: a ban on platforms allowing resellers to sell more tickets for an event than they can legally buy from the primary market; ensuring platforms are fully responsible for incorrect information about tickets that are listed for sale on their websites; a new system of licensing for platforms that sell secondary tickets that would enable an authority to act quickly and issue sanctions such as taking down websites, withdrawing a business’s right to operate in the sector, and the imposition of substantial fines. Whilst the bulk-buying of tickets ahead of real fans by professional resellers – who then sell them at inflated prices – may be illegal, swift and effective action by authorities is not possible under the current law. Similar issues arise in relation to laws which prevent resellers advertising tickets using incorrect information, or ‘speculatively selling’ tickets that they don’t own.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCS121599420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-calls-for-stronger-laws-to-tackle-illegal-ticket-resale\",\n            \"created_at\": \"2021-08-17T07:30:11.875746-04:00\"\n        },\n        {\n            \"id\": 54763,\n            \"title\": \"Prime Minister Announced £232 Million Investment to Support GB and Northern Ireland Athletes Path to Paris 2024 Olympic and Paralympic Games\",\n            \"summary\": \"The £232 million will be used to back aspiring Team GB and ParalympicsGB athletes as well as their coaches and support staff, in addition to funding from the National Lottery. This £77.4 million a year to elite sport agency UK Sport is an increase from the £54 million a year baseline government funding UK Sport received for Tokyo 2020 - a rise of 44 per cent. The news will provide a major boost for Team GB’s returning athletes following their stunning performances in Tokyo, and the Paralympic athletes set to grace the world stage in the Paralympic Games that begin later this month. They will be in line to benefit from UK Sport’s World Class Programme and Progression Funding, which will provide vital support towards reaching the pinnacle of their sports as preparations begin for Paris 2024 and beyond. The investment will also support athletes and coaches targeting success at the Winter Olympic and Paralympic Games, and help kick-start the search for the next generation of Olympic and Paralympic champions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKPT20414017420210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Digital, Culture, Media and Sport\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/prime-minister-announced-232-million-investment-to-support-gb-and-northern-ireland-athletes-path-to-paris-2024-olympic-and-paralympic-games\",\n            \"created_at\": \"2021-08-17T07:30:11.936269-04:00\"\n        },\n        {\n            \"id\": 54764,\n            \"title\": \"New Director General Announced for Customer Strategy and Tax Design\",\n            \"summary\": \"HM Revenue and Customs Chief Executive and Permanent Secretary Jim Harra announces today that Jonathan Athow has been appointed as the new Director General for the Customer Strategy and Tax Design Group. This follows the departure of Ruth Stanier from the role as she undertakes a 12-month career break. Jonathan is currently Deputy National Statistician and Director General for Economic Statistics at the Office for National Statistics and will join HMRC from the beginning of October.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKNJ596710220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Revenue & Customs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/new-director-general-announced-for-customer-strategy-and-tax-design\",\n            \"created_at\": \"2021-08-17T07:30:11.998193-04:00\"\n        },\n        {\n            \"id\": 53645,\n            \"title\": \"Illinois Register Volume 45, Issue 33\",\n            \"summary\": \"The Illinois Register Volume 45, Issue 33, updated on August 13, 2021, includes: proposed rules by the Department of Central Management Services (Legal), the Department of Commerce and Economic Opportunity, the Department of Labor, the Illinois Student Assistance Commission; adopted rules by the Office of the Attorney General; notices of codification changes from the department of aging, and the Illinois Emergency Management Agency; second notices received from the Joint Committee on Administrative Rules; and Executive Orders and Proclamations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1079IL453320210803\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-15\",\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Illinois Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cyberdriveillinois.com/departments/index/register/volume45/register_volume45_issue_33.pdf\",\n            \"created_at\": \"2021-08-16T07:30:05.694075-04:00\"\n        },\n        {\n            \"id\": 53646,\n            \"title\": \"Pelosi Remarks at Press Conference on President Biden’s Child Tax Credit\",\n            \"summary\": \"“Maxine here, our Chair, talked about Rosa DeLauro, the Chair of Appropriations, for 20 years she's been fighting for this, but Joe Biden in the White House really made it happen. That's why we call it the Biden Tax Credit, but I call it the Biden Tax Cut because that's really what it amounts to. And it also is called – we call it ‘Social Security for children.’ This is so important for the children. Maxine knows – we go back way back before either of us was in Congress. I had no intention of running for Congress, but my motivation was that one in five children in America lives in poverty. Maxine was in the state legislature, and she did great work there. And she later came to Congress, but I left home for the children. We also want to say that this is part of the Rescue package. And the Rescue package has in it funds to keep people from being evicted and from eviction, and Maxine Waters wrote that language last year in the year-end bill and then the further language in what we call the Rescue package. In the Rescue package was the Child Tax Credit. But as we go forward for the children will have, you all will know, we’ll have universal pre-K. We will have a big, transformative investment in child care. We will have family and medical leave — twelve weeks paid, paid. And we will have a big commitment to home health care for children, for people with disabilities, for elders, so that parents can work. As we said in the other room, children learning, parents earning. That's a good formula for our families.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8132120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81321\",\n            \"created_at\": \"2021-08-16T07:30:05.760149-04:00\"\n        },\n        {\n            \"id\": 53647,\n            \"title\": \"Alleged Violation of Insurance Laws: Kelly Lynn Klink\",\n            \"summary\": \"On July 29, 2021 the Deputy Insurance Commissioner issued order to show cause against Kelly Lynn Klink, (“Respondent”), violating alleged sections 611-A(20) and 678-A(b) of The Insurance Department Act of 1921. The Respondent shall file a written answer to the order to show cause within 30 days of the date of issue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL29620210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1296.html\",\n            \"created_at\": \"2021-08-16T07:30:05.822422-04:00\"\n        },\n        {\n            \"id\": 53648,\n            \"title\": \"Application for Renewal of Designation as a Certified Reinsurer\",\n            \"summary\": \"Equator Reinsurances Limited has applied for renewal of its designation as a certified reinsurer in this Commonwealth. The application was received on June 30, 2021, and was made under section 319.1 of The Insurance Company Law of 1921 (40 P.S. § 442.1) and 31 Pa. Code§ 161.3a (relating to requirements for certified reinsurers).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL29720210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1297.html\",\n            \"created_at\": \"2021-08-16T07:30:05.888918-04:00\"\n        },\n        {\n            \"id\": 53649,\n            \"title\": \"Adoption of Court Action to Reduce Evictions Program\",\n            \"summary\": \"This 2nd day of August, 2021, pursuant to the following August 2, 2021, Order of the Pennsylvania Supreme Court specifically authorizing the undersigned to establish and operate the Court Action to Reduce Evictions program, and upon consideration of: the continuing economic effects of the ongoing COVID-19 pandemic, including with particular relevance to this order, job losses and the attendant income reduction or elimination for those who have lost employment, many of whom rely on residential rental properties to provide shelter for themselves and their families. This order is effective immediately and shall expire on October 31, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL27320210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Supreme Court\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1273.html\",\n            \"created_at\": \"2021-08-16T07:30:05.952533-04:00\"\n        },\n        {\n            \"id\": 53650,\n            \"title\": \"SEC Obtains Court Order to Stop Investment Adviser's Alleged Ongoing Offering Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced the filing of an emergency action against Martin A. Ruiz of New York, New York, and two entities he controls, Carter Bain Wealth Management, LLC (Carter Bain) and RAM Fund, LP (RAM). Shortly after the filing of the complaint, the SEC obtained a temporary restraining order and asset freeze against Ruiz, Carter Bain, and RAM to stop an allegedly ongoing fraudulent securities offering through which Ruiz and his entities allegedly misappropriated millions of dollars from investors. According to the SEC's complaint, filed in the United States District Court for the Southern District of New York on August 6, 2021, and unsealed on August 12, 2021, Ruiz induced at least 56 investors, many of whom are elderly clients of Ruiz's New Mexico-based investment adviser Carter Bain, to invest at least $10.6 million in RAM by falsely claiming that their funds would be used to acquire real estate and to make commercial loans. The complaint charges Ruiz, Carter Bain, and RAM with violating Section 17(a)(1) and (3) of the Securities Act of 1933 and Section 10(b) of the Securities Exchange Act of 1934 and Rule 10b-5 thereunder. The SEC obtained emergency relief, including a temporary restraining order and asset freeze, against Ruiz, Carter Bain, and RAM on August 9, 2021. The SEC seeks additional remedies in the ongoing litigation, including permanent injunctions, disgorgement of ill-gotten gains with prejudgment interest, and civil penalties, against Ruiz, Carter Bain, RAM, and other entities Ruiz owns and controls.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2516520210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25165.htm\",\n            \"created_at\": \"2021-08-16T07:30:06.037506-04:00\"\n        },\n        {\n            \"id\": 53651,\n            \"title\": \"SEC Charges Florida Film Production Company and its CEO with Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced charges against The Movie Studio, Inc., a microcap company based in Fort Lauderdale, Florida that purports to engage in film production, distribution, and content-streaming, and its President and CEO, Gordon Scott Venters, for fraudulently raising at least $1.2 million from retail investors. According to the SEC's complaint, from approximately August 2016 to March 2021, The Movie Studio and Venters issued materially misleading press releases regarding The Movie Studio's ownership, production, distribution, and licensing of films. The Movie Studio also allegedly hired sales agents, trained and supervised by Venters, to solicit investors using scripts provided by Venters. The complaint alleges that The Movie Studio falsely made itself appear more successful than it really was. The SEC’s complaint charges The Movie Studio and Venters with violating the antifraud provisions of Section 17(a) and Section 10(b) and Rule 10b-5 thereunder, and the registration provisions of Sections 5(a) and (c) of the Securities Act. The complaint also charges Venters with violating the broker-dealer registration provisions of Section 15(a)(1) of the Exchange Act, and with acting as a control person of The Movie Studio under Exchange Act Section 20(a). The SEC seeks disgorgement of ill-gotten gains with prejudgment interest, civil penalties, and permanent injunctive relief, as well as penny stock and officer-and-director bars against Venters.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2516620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25166.htm\",\n            \"created_at\": \"2021-08-16T07:30:06.120123-04:00\"\n        },\n        {\n            \"id\": 53652,\n            \"title\": \"SEC Charges Stock Promoter with Market Manipulation\",\n            \"summary\": \"The Securities and Exchange Commission today charged Ahmad Haris (\\\"Harry\\\") Tajyar, a resident of Porter Ranch, California and a securities fraud recidivist, with engaging in manipulative trading and a false promotional scheme. According to the SEC's complaint, filed in the United States District Court for the Central District of California, from February through November 2017, Tajyar engaged in manipulative trading in the stock of Atlas Technology International, Inc. (\\\"Atlas\\\"), including wash sales, matched orders, and marking the close. From September through November 2017, Tajyar allegedly engaged in a fraudulent campaign to promote Atlas stock in order to manipulate the price and trading volume of the stock. During his promotional campaign, Tajyar allegedly made materially false and misleading statements and omissions designed to give the impression that neutral third parties were interested in Atlas and that he was neither buying nor selling Atlas stock. Tajyar's alleged scheme allowed him to profitably sell Atlas shares he controlled in the open market. The SEC's complaint charges Tajyar with violations of Section 17(a), and Sections 9(a)(1), 9(a)(2), and 10(b) and Rule 10b-5 thereunder. Without admitting or denying the allegations, Tajyar consented to the entry of an order, subject to court approval, that imposes against him a penalty of $219,604, a penny stock bar, undertakings, and injunctive relief. The SEC's complaint also names Eric Leo Marsoubian as a relief defendant, and Marsoubian has agreed, subject to court approval, to pay disgorgement of $15,267, plus prejudgment interest thereon of $2,512.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2516720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25167.htm\",\n            \"created_at\": \"2021-08-16T07:30:06.185974-04:00\"\n        },\n        {\n            \"id\": 53653,\n            \"title\": \"SEC Obtains Emergency Relief, Charges Two Florida Companies and their Principal Officer with Operating a Ponzi Scheme\",\n            \"summary\": \"The Securities and Exchange Commission today announced that it filed an emergency action and obtained a temporary restraining order, an asset freeze, and the appointment of a receiver to stop an alleged Ponzi scheme and misappropriation of investor proceeds perpetrated by Coral Springs, Florida resident Johanna M. Garcia and two entities she controls. According to the SEC's complaint, which was filed in federal court in the Southern District of Florida, since about June 2020, Garcia and her companies raised at least $70 million from more than 2,150 investors in a fraudulent securities offering. The complaint alleges that Garcia, and her companies MJ Capital Funding LLC and MJ Taxes and More Inc. told investors that offering proceeds would be used to fund small business loans called \\\"merchant cash advances,\\\" and promised investors annual returns of 120-180%. In addition, the complaint alleges that the defendants misused another $27.4 million of investor money by making payments to various other entities, a substantial portion of which represented payments to sales agents for promoting these investments. The SEC's complaint, filed on Aug. 9, 2021, and unsealed today, charges the defendants with violating the antifraud and registration provisions of the federal securities laws. In addition to the emergency relief granted by the court, the complaint seeks preliminary and permanent injunctions; disgorgement, prejudgment interest, and a civil penalty from each of the defendants; and an officer and director bar against Garcia.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC0C3EFC0D20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-151\",\n            \"created_at\": \"2021-08-16T07:30:06.251440-04:00\"\n        },\n        {\n            \"id\": 53654,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: David P. Ortiz\",\n            \"summary\": \"Ortiz, 59, resides in Whittier, California. Since August 2016, Ortiz has been associated with David Ortiz Advisors, Inc., a California company registered as an investment adviser with the State of California. Ortiz holds a Series 6 securities license and previously held a Series 63 license. From no later than July 2017 through July 2018, Ortiz acted as an unregistered broker or dealer by selling the securities of 1 Global Capital LLC, without being registered as a broker-dealer or associated with a registered broker-dealer. The Commission deems it necessary and appropriate in the public interest that public administrative proceedings be instituted to determine whether the allegations set forth in Section II hereof are true and, in connection therewith, to afford Respondent an opportunity to establish any defenses to such allegations and remedial action. It is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions set forth in Section III hereof shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an answer to the allegations contained in this order within 20 days after service of this Order. If Respondent fails to file the directed answer or fails to appear at a hearing or conference after being duly notified, the Respondent may be deemed in default and the proceedings may be determined against him upon consideration of this order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349267420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92674.pdf\",\n            \"created_at\": \"2021-08-16T07:30:06.316642-04:00\"\n        },\n        {\n            \"id\": 53655,\n            \"title\": \"Statement by Governor Henry McMaster on Dismissal of Lawsuit Challenging Return to Pre-Pandemic Unemployment Programs to Address Labor Shortage\",\n            \"summary\": \"Governor Henry McMaster released the following statement regarding today’s circuit court decision dismissing a lawsuit challenging the Governor’s decision to terminate South Carolina’s participation in optional federal pandemic-related unemployment-benefit programs and rejecting a request to reinstate the extra benefits: “These supplemental payments were intended to provide short-term assistance to individuals who lost their jobs, through no fault of their own, at the start of the pandemic. Continuing these supplemental benefits would have converted that emergency aid into a dangerous federal entitlement, incentivizing workers to stay at home rather than applying for one of the over 86,000 open positions in the State of South Carolina. Businesses large and small are fighting to survive and thrive, and they should not have to compete with federal benefits when looking for employees.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8364SC25620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"South Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.sc.gov/news/2021-08/statement-gov-henry-mcmaster-dismissal-lawsuit-challenging-return-pre-pandemic\",\n            \"created_at\": \"2021-08-16T07:30:06.380543-04:00\"\n        },\n        {\n            \"id\": 53656,\n            \"title\": \"Contested Cases\",\n            \"summary\": \"The Teacher Retirement System of Texas (TRS) proposes amendments relating to administrative review of individual requests and relating to proposals for decision, exceptions, and appeals to the Board of Trustees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX156320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Teacher Retirement System of Texas\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August132021/Proposed Rules/34.PUBLIC FINANCE.html#63\",\n            \"created_at\": \"2021-08-16T07:30:06.444513-04:00\"\n        },\n        {\n            \"id\": 53657,\n            \"title\": \"Employment After Retirement\",\n            \"summary\": \"The Teacher Retirement System of Texas (TRS) proposes to repeal under Subchapter A (relating to General Provisions) of Chapter 31 in Part 3 of Title 34 of the Texas Administrative Code; under Subchapter B (relating to Employment After Service Retirement) of Chapter 31 of Subchapter C (relating to Employment After Disability Retirement) of Chapter 31. These repeals are proposed in conjunction with the proposed new rules under Chapter 31 published elsewhere in this issue of the Texas Register. TRS has proposed that the proposed new Chapter 31 rules, shall become effective on November 1, 2021 or on the earliest first day of a calendar month after twenty days after TRS submits the adopted new rules to the Secretary of State.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX275020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Teacher Retirement System of Texas\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August132021/Proposed Rules/34.PUBLIC FINANCE.html#50\",\n            \"created_at\": \"2021-08-16T07:30:06.517766-04:00\"\n        },\n        {\n            \"id\": 53658,\n            \"title\": \"Employment After Retirement\",\n            \"summary\": \"The Teacher Retirement System of Texas (TRS) proposes new §§31.1 - 31.6 under new Subchapter A (relating to General Provisions and Procedures) of Chapter 31 in Part 3 of Title 34 of the Texas Administrative Code; new §§31.11 - 31.19 under new Subchapter B (relating to Employment After Retirement Exceptions) of Chapter 31 in Part 3 of Title 34 of the Texas Administrative Code; and new §§31.31 - 31.33 of new Subchapter C (relating to Disability Retiree Compensation Limits) of Chapter 31 in Part 3 of Title 34 of the Texas Administrative Code. These new rules are proposed in conjunction with the proposed amendments to §41.4 (relating to Employer Health Benefit Surcharge) and the proposed repeals of all current rules under Chapter 31 (relating to Employment After Retirement) in Part 3 of Title 34 of the Texas Administrative Code as published elsewhere in this issue of the Texas Register. TRS has determined that the proposed new rules, if adopted, shall become effective on November 1, 2021, or on the earliest first day of a calendar month after twenty days after TRS submits the adopted new rules to the Secretary of State.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX275420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Teacher Retirement System of Texas\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August132021/Proposed Rules/34.PUBLIC FINANCE.html#54\",\n            \"created_at\": \"2021-08-16T07:30:06.597785-04:00\"\n        },\n        {\n            \"id\": 53659,\n            \"title\": \"Health Care and Insurance Programs\",\n            \"summary\": \"The Teacher Retirement System of Texas (TRS) proposes to amend relating to Employer Health Benefit Surcharge. These amendments are proposed in conjunction with the proposed new rules and proposed repealed rules under Chapter 31 (relating to Employment After Retirement. These proposed new rules and proposed repeals are published elsewhere in this issue of the Texas Register. TRS has determined that proposed amended §41.4, if adopted, shall become effective November 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX345820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Teacher Retirement System of Texas\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August132021/Proposed Rules/34.PUBLIC FINANCE.html#58\",\n            \"created_at\": \"2021-08-16T07:30:06.660500-04:00\"\n        },\n        {\n            \"id\": 53660,\n            \"title\": \"Notice of Suspension\",\n            \"summary\": \"The Supreme Court of Pennsylvania issued an Order dated July 30, 2021 suspending Susan Ann Lowden from the practice of law in this Commonwealth for a period of two years, effective August 29, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL27420210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-29\",\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The Disciplinary Board of the Supreme Court of Pennsylvania\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1274.html\",\n            \"created_at\": \"2021-08-16T07:30:06.721860-04:00\"\n        },\n        {\n            \"id\": 53663,\n            \"title\": \"Trade at the Local Level: 2020 Metropolitan Export Data Now Available\",\n            \"summary\": \"Most Americans live in metropolitan areas, which consist of densely populated core regions and surrounding areas with ties to those cores. Statisticians define these as Metropolitan Statistical Areas (MSAs), and trade specialists study these localities because they can provide valuable insight into the performance of U.S. exports, industries and our economy. Despite global economic impacts from the COVID-19 pandemic, 2020 was still a big year for the 392 MSAs of the United States, which in total exported $1.3 trillion in goods. While exports declined $194 billion from 2019, a deeper study of the MSA data reveals pockets of resilience. In fact, almost one-quarter of reported MSAs experienced export growth, with Portland (OR) and Stockton (CA) leading the charge (with increases of $4.1 billion and $2.5 billion, respectively).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC17320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/blog/2021/08/trade-local-level-2020-metropolitan-export-data-now-available\",\n            \"created_at\": \"2021-08-16T07:30:06.914566-04:00\"\n        },\n        {\n            \"id\": 53664,\n            \"title\": \"Families Now Receiving August Child Tax Credit Payments, Still Time for Low-Income Families to Sign Up\",\n            \"summary\": \"The Internal Revenue Service and the Treasury Department announced today that millions of American families are now receiving their advance Child Tax Credit (CTC) payment for the month of August as direct deposits begin posting in bank accounts and checks arrive in mailboxes. This second batch of advance monthly payments, worth about $15 billion, are reaching about 36 million families today across the country. The majority will be issued by direct deposit. Under the American Rescue Plan, most eligible families received the first payment on July 15, and payments will continue each month for the rest of 2021. For these families, each payment is up to $300 per month for each child under age 6 and up to $250 per month for each child ages 6 through 17.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS10613420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-families-now-receiving-august-child-tax-credit-payments-still-time-for-low-income-families-to-sign-up\",\n            \"created_at\": \"2021-08-16T07:30:06.979085-04:00\"\n        },\n        {\n            \"id\": 53665,\n            \"title\": \"Executive Communication to House Ways and Means Committee(EC1675)\",\n            \"summary\": \"A letter from the Federal Register Liaison Officer, Alcohol and Tobacco Tax and Trade Bureau, Department of the Treasury, transmitting the Department's final rule - Establishment of The Burn of Columbia Valley Viticultural Area [Docket No.: TTB-2020-0005; T.D. TTB-168; Ref: Notice No.: 190] (RIN: 1513-AC60) received July 16, 2021, pursuant to 5 U.S.C. 801(a)(1)(A); Public Law 104–121, section 251; (110 Stat. 868); to the Committee on Ways and Means.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR30EC167520210722\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Executive Communication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/1675?s=5&r=258\",\n            \"created_at\": \"2021-08-16T07:30:07.043139-04:00\"\n        },\n        {\n            \"id\": 53666,\n            \"title\": \"Inslee names Tara C. Smith Director of the Washington Department of Enterprise Services\",\n            \"summary\": \"Governor Jay Inslee today named Tara C. Smith the director of the Washington Department of Enterprise Services (DES) effective Sept. 7. She replaces Chris Liu who departed the agency earlier this year. As director of the Internal Services Department for Miami-Dade County since 2015, she was responsible for the management of 1,000 employees and an operational budget of $317 million and a capital budget of $500 million. She managed an agency that provides services similar to DES in one of the county’s largest operational agencies, including: facilities, security, centralized procurement, capital program management, real estate, business resources, risk management and fleet management.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8247WA20220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.wa.gov/news-media/inslee-names-tara-c-smith-director-washington-department-enterprise-services\",\n            \"created_at\": \"2021-08-16T07:30:07.104536-04:00\"\n        },\n        {\n            \"id\": 53667,\n            \"title\": \"Equalized Values Report Shows Strong Increase\",\n            \"summary\": \"The Wisconsin Department of Revenue (DOR) released its annual Equalized Values Report. The report shows Wisconsin’s total statewide equalized property value as of January 1, 2021, was $654 billion, a 7% increase over the prior year; growth occurred in all property classifications. Equalized values are based on data from January 1, 2020 to January 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18943WI45EQ6820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.wi.gov/Pages/News/2021/2021-Equalized-Values.pdf\",\n            \"created_at\": \"2021-08-16T07:30:07.167639-04:00\"\n        },\n        {\n            \"id\": 53668,\n            \"title\": \"SEC Obtains Court Order to Stop Investment Adviser's Alleged Ongoing Offering Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced the filing of an emergency action against Martin A. Ruiz of New York, and two entities he controls, Carter Bain Wealth Management, LLC (Carter Bain) and RAM Fund, LP (RAM). Shortly after filing the complaint, the SEC obtained a temporary restraining order and asset freeze against Ruiz, Carter Bain, and RAM to stop an allegedly ongoing fraudulent securities offering through which Ruiz and his entities allegedly misappropriated millions of dollars from investors. The complaint charges Ruiz, Carter Bain, and RAM with violating the antifraud provisions of the federal securities laws. The SEC obtained emergency relief, including a temporary restraining order and asset freeze, against Ruiz, Carter Bain, and RAM on Aug. 9, 2021.The SEC seeks additional remedies in the ongoing litigation, including permanent injunctions, disgorgement of ill-gotten gains with prejudgment interest, and civil penalties, against Ruiz, Carter Bain, RAM, and other entities Ruiz owns and controls.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC01F6DD0D20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-150\",\n            \"created_at\": \"2021-08-16T07:30:07.230456-04:00\"\n        },\n        {\n            \"id\": 53669,\n            \"title\": \"Joint Statement on Joe Brenner Concluding His Tenure at SEC\",\n            \"summary\": \"On his last day with the Commission, we would like to thank Joe Brenner for his decade-long service to this agency as our Division of Enforcement’s Chief Counsel. Joe came to the SEC with many years of experience practicing securities law and wanted to put that expertise to work for the benefit of American investors and markets. Under Joe’s leadership, Enforcement’s Office of Chief Counsel grew in expertise and responsibility and serves a critical role in advising the Director of Enforcement as well as the rest of the Enforcement staff on investigations and recommendations to the Commission. Joe has always been a staunch supporter of his team, the Enforcement staff, and the agency’s enforcement program. We have truly appreciated Joe’s extensive knowledge, his wise counsel, and his strong commitment to protecting investors and our markets.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC714F7B6A20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Statement\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/public-statement/statement-joe-brenner-081321\",\n            \"created_at\": \"2021-08-16T07:30:07.294717-04:00\"\n        },\n        {\n            \"id\": 53670,\n            \"title\": \"Order Instituting Administrative and Cease and desist Proceedings, Pursuant to Sections Making Findings, and Imposing Remedial Sanctions and a Cease-And-Desist Order: ISC Advisors, Inc\",\n            \"summary\": \"These proceedings arise out of ISCA’s breach of fiduciary duty to its advisory clients in connection with ISCA’s mutual fund share class selection practices and the receipt of financial benefits for advising clients to purchase and hold mutual fund share classes that paid fees pursuant and receipt of financial benefits in the form of revenue sharing generated from advisory clients’ assets held in cash or cash sweep programs. In addition, ISCA failed to adopt and implement written compliance policies and procedures reasonably designed to prevent violations of the Advisers Act and the rules thereunder in connection with its mutual fund share class selection practices and revenue sharing from its clearing broker on clients’ assets held in cash or cash sweep programs, and the disclosure of these practices and payments and the resulting conflicts of interest. ISCA has advised the Commission staff that after the commencement of the Commission’s investigation, it reimbursed approximately $331,000 in 12b-1 fees, plus interest, to clients, began rebating fees to client accounts, and converted client investments to the available share class most favorable to ISCA’s clients. It is hereby ordered that ISCA cease and desist from committing or causing any violations and any future of the Advisers Act; ISCA is censured; ISCA shall pay disgorgement and prejudgment interest, and a civil monetary penalty totaling $716,345.29.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA582020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5820.pdf\",\n            \"created_at\": \"2021-08-16T07:30:07.359591-04:00\"\n        },\n        {\n            \"id\": 53671,\n            \"title\": \"ASBD Weather Statement 08/13/2021\",\n            \"summary\": \"Due to the approach of Tropical Depression Fred, the potential for hazardous conditions has been predicted for portions of Alabama next week. Pursuant to Section 5-5A-32 of the Code of Alabama, I hereby notify and authorize all Alabama state-chartered banks within the affected areas to close all day or any part of the day on Monday through Wednesday, August 16 - 18, 2021, as necessary to protect the safety of their employees and customers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9882AL1556215620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama State Banking Department\"\n                }\n            ],\n            \"pdf_url\": \"http://media.alabama.gov/pr/pr.aspx?id=15562&t=1\",\n            \"created_at\": \"2021-08-16T07:30:07.423920-04:00\"\n        },\n        {\n            \"id\": 53672,\n            \"title\": \"FDIC Issues Request for Information on Supervisory Approach to Bank Examinations During the Pandemic\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today issued a Request for Information (RFI) seeking feedback and comments from FDIC-supervised financial institutions regarding the FDIC’s supervisory approach to examinations during the pandemic, including the impact of off-site activities on institution operations, the effectiveness of technology used to carry out off-site activities, and the effectiveness of communication methods used to support off-site activities. For a number of years prior to the Coronavirus Disease 2019 (COVID-19) pandemic, the FDIC had been leveraging advances in technology to allow examiners to conduct certain examination activities off-site that were previously performed on-site. Throughout the COVID-19 pandemic, examiners have continued the FDIC examination program despite pandemic conditions, in part by leveraging prior efforts and existing technology systems. The FDIC requests comment on the processes and technologies leveraged in conducting off-site examinations. Specifically, the FDIC is seeking comment on what worked well in the off-site examination context to inform plans for future examinations, consistent with applicable law and the purpose of examinations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19018FDIC10007220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fdic.gov/news/press-releases/2021/pr21072.html\",\n            \"created_at\": \"2021-08-16T07:30:07.488060-04:00\"\n        },\n        {\n            \"id\": 53673,\n            \"title\": \"Notice of Development of Rulemaking: Examination of Financial Records, Verification of Compliance\",\n            \"summary\": \"The Board proposes an amendment on rule 61G7-10.001 (Examination of Financial Records: Verification of Compliance) that reduces the quarterly report burden on licensees and helps the licensees by clarifying the documents needed and the timing for the reports. The rule amendment addresses required documentation for quarterly reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487692820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Development of Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61G7-10.001&PDate=8/13/2021&Section=1#\",\n            \"created_at\": \"2021-08-16T07:30:07.552507-04:00\"\n        },\n        {\n            \"id\": 53674,\n            \"title\": \"Notice of Development of Rulemaking: License Fees\",\n            \"summary\": \"The purpose of the amendments to the rule 61J2-1.011 (License Fees) is to update and revise the language regarding types of applications and renewals, as well as revise certain fees. Subject area to be addressed: Revise language relating to applications and renewals, as well as required fees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487741320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Development of Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61J2-1.011&PDate=8/13/2021&Section=1#\",\n            \"created_at\": \"2021-08-16T07:30:07.615829-04:00\"\n        },\n        {\n            \"id\": 53675,\n            \"title\": \"Notice of Development of Rulemaking: Notice of Denial\",\n            \"summary\": \"The purpose of the amendments to rule 61J2-2.030 (Notice of Denial), to the update procedures of denial. Subject: Remove old text and update with clarifying language.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487770420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Development of Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61J2-2.030&PDate=8/13/2021&Section=1#\",\n            \"created_at\": \"2021-08-16T07:30:07.680507-04:00\"\n        },\n        {\n            \"id\": 53676,\n            \"title\": \"Notice of Variances and Waivers: Number of Sittings, and Granting of Credit, Release of Grades and Completion of Examination, Transition Rules (Marina Hernandez)\",\n            \"summary\": \"The Board of Accountancy hereby gives notice of the issuance of an Order regarding the Petition for Waiver or Variance, filed on May 25, 2021, by Marina Hernandez. The Notice of Petition for Waiver or Variance was published in Vol. 47, No. 106, of the June 2, 2021, Florida Administrative Register. Petitioner sought a waiver or variance of paragraph 61H1-28.0052(1)(b), F.A.C.( Number of Sittings, and Granting of Credit, Release of Grades and Completion of Examination, Transition Rules), that requires candidates to pass all four test sections of the CPA Examination within a rolling eighteen-month period, which begins on the NASBA grade release date for the first test section(s) passed. The Board considered the instant Petition at a duly-noticed public meeting, held June 18, 2021, via telephone and video conference. The Board’s Order, filed on July 26, 2021, granted the petition finding that Petitioner had established that the purpose of the underlying statute, Section 473.306, Florida Statutes, would be met by granting a variance from paragraph 61H1-28.0052(1)(b), F.A.C. The Board further found that Petitioner had established that applying the requirements of the aforementioned rule to her circumstances would violate principles of fairness and impose substantial hardship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487809220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24878092\",\n            \"created_at\": \"2021-08-16T07:30:07.744369-04:00\"\n        },\n        {\n            \"id\": 53677,\n            \"title\": \"Notice of Variances and Waivers: Ronald D. Rooks on Delinquency and Reactivation Fees\",\n            \"summary\": \"The Board of Accountancy hereby gives notice: of the issuance of a Notice regarding the Petition for Waiver or Variance, filed on May 17, 2021 by Ronald D. Rooks. The Notice of Petition for Waiver or Variance was published in Vol. 47, No. 106, of the June 2, 2021, Florida Administrative Register. Petitioner sought a permanent variance of Rules 61H1-31.004 and 31.006, F.A.C. (Delinquency and Reactivation Fee), to the extend necessary for the Board to find that he has met the requirements for renewal without penalty in this case. The Board considered the instant Petition at a duly-noticed public meeting, held June 18, 2021, via telephone and video conference. The Board’s Order, filed on July 26, 2021, denied the petition finding that Petitioner had not established that the purpose of the underlying statute, Section 473.305, Florida Statutes, would be met by granting a variance from Rules 61H1-31.004 and .006, F.A.C. The Board further found that Petitioner had not established that applying the requirements of the aforementioned rule to his circumstances would violate principles of fairness or impose substantial hardship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488032320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24880323\",\n            \"created_at\": \"2021-08-16T07:30:07.808713-04:00\"\n        },\n        {\n            \"id\": 53678,\n            \"title\": \"Notice of Variances and Waivers: Concentrations in Accounting and Business by Peerbolte\",\n            \"summary\": \"The Board of Accountancy hereby gives notice: Peerbolte. The Notice of Petition for Waiver or Variance was published in Vol. 47, No. 87, of the May 5, 2021, Florida Administrative Register. Petitioner sought a permanent variance from paragraph 61H1-27.002(2)(a), F.A.C. (Concentrations in Accounting and Business), to the extent necessary for the Board to find that he has met the education requirements for licensure as a CPA. The Board considered the instant Petition at a duly-noticed public meeting, held June 18, 2021, via telephone and video conference. The Board’s Order filed on July 26, 2021, denied the petition finding that Petitioner did not establish that the purpose of the underlying statute would be met if he were granted a variance; that he did not establish that the Board’s application of paragraph 61H1-27.002(2)(a), F.A.C., to his circumstances, would violate the principles of fairness and impose a substantial hardship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488051720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24880517\",\n            \"created_at\": \"2021-08-16T07:30:07.871339-04:00\"\n        },\n        {\n            \"id\": 53679,\n            \"title\": \"Notice of Variances and Waivers: Biana Murnane on Inactive or Delinquent Florida Certified Public Accountants Who Desire to Become Active Licensees\",\n            \"summary\": \"The Board of Accountancy hereby gives notice of the issuance of an Order regarding the Petition for Waiver or Variance, filed on May 5, 2021, by Biana Murnane. The Notice of Petition for Waiver or Variance was published in Vol. 74, No. 94 of the May 14, 2021, Florida Administrative Register. Petitioner sought a permanent variance of subsection 61H1-33.006(2), F.A.C. (Inactive or Delinquent Florida Certified Public Accountants Who Desire to Become Active Licensees), to the extent necessary for the Board to find that she has met the requirements for renewal without penalty in this case. The Board considered the instant Petition at a duly-noticed public meeting, via telephone and video conference on June 18, 2021. The Board’s Order, filed on July 26, 2021, denied the petition, finding that Petitioner did not established that the purpose of the underlying statute would be met by granting a variance; that Petitioner did not established that applying the requirements of the aforementioned rule to her circumstances would violate principles of fairness or impose a substantial hardship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488071120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24880711\",\n            \"created_at\": \"2021-08-16T07:30:07.933979-04:00\"\n        },\n        {\n            \"id\": 53680,\n            \"title\": \"Notice of Declaratory Statement: Standard Custody & Trust Company, LLC\",\n            \"summary\": \"Department of Financial Services gives notice that the Florida Office of Financial Regulation has received the petition for declaratory statement from Standard Custody & Trust Company, LLC. The petition seeks the agency's opinion as to the applicability of Chapter 560, Florida Statutes, as it applies to the petitioner. On 8/10/2021, the Florida Office of Financial Regulation (Consumer Finance) received a Petition for Declaratory Statement from Standard Custody & Trust Company, LLC. The petition seeks a declaratory statement from the Office on whether Petitioner as a New York state chartered trust would be exempt from licensure under the Florida Money Transmitter Statute, Chapter 560, Florida Statutes. The Petitioner intends to act as a custodian of digital assets including but not limited to traditional virtual currencies, stable coins, tokenized commodities, and tokenized securities. The company offers client fiduciary services related to those assets.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487721920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Declaratory Statement\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24877219\",\n            \"created_at\": \"2021-08-16T07:30:07.997316-04:00\"\n        },\n        {\n            \"id\": 53681,\n            \"title\": \"Notice of Declaratory Statement: Shar Beddow\",\n            \"summary\": \"Department of Financial Services gives notice that Department of Financial Services, Division of State Fire Marshal (Department) has received the petition for declaratory statement from Shar Beddow, a WITHDRAWAL of the Petition for Declaratory Statement. The petition seeks the agency's opinion as to the applicability of as it applies to the petitioner. Notice of Withdrawal of a Petition for Declaratory Statement Department of Financial Services Notice is hereby given that the Department of Financial Services, Division of State Fire Marshal (Department), received on July 28, 2021, from Shar Beddow, a withdrawal of the Petition for Declaratory Statement which she had submitted on June 11, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488022620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Declaratory Statement\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24880226\",\n            \"created_at\": \"2021-08-16T07:30:08.061422-04:00\"\n        },\n        {\n            \"id\": 53682,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Statewide Average Rate Change for Homeowners Multi-Peril business\",\n            \"summary\": \"The Office of Insurance Regulation announces a hearing to which all persons are invited. The Southern Fidelity Insurance Company Rate Hearing is scheduled for August 20, 2021, 9:00 a.m. at Pat Thomas Committee Room, 412 The Knott Building, Tallahassee, FL 32399. Agenda: Southern Fidelity Insurance Company has requested a statewide average rate change for its Homeowners Multi-Peril business.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488080820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24880808\",\n            \"created_at\": \"2021-08-16T07:30:08.127575-04:00\"\n        },\n        {\n            \"id\": 53683,\n            \"title\": \"Notice of Emergency Rule: Game Number 7018, Struck by Luck\",\n            \"summary\": \"This emergency rule describes Game Number 7018, “STRUCK BY LUCK,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value, and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2485801320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-46&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.192062-04:00\"\n        },\n        {\n            \"id\": 53684,\n            \"title\": \"Notice of Emergency Rule: Game Number 5022, 3 Times Lucky\",\n            \"summary\": \"This emergency rule describes Game Number 5022, “3 TIMES LUCKY,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487169020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-42&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.255555-04:00\"\n        },\n        {\n            \"id\": 53685,\n            \"title\": \"Notice of Emergency Rule: Game Number 1495, Magic 8 Ball\",\n            \"summary\": \"This emergency rule describes Game Number 1495, “MAGIC 8 BALL,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487198120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-43&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.318988-04:00\"\n        },\n        {\n            \"id\": 53686,\n            \"title\": \"Notice of Emergency Rule: Game Number 1497, Triple Crossword\",\n            \"summary\": \"This emergency rule describes Game Number 1497, “TRIPLE CROSSWORD,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487828620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-44&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.382928-04:00\"\n        },\n        {\n            \"id\": 53687,\n            \"title\": \"Notice of Emergency Rule: Game Number 1499, Crossword Cash\",\n            \"summary\": \"This emergency rule describes Game Number 1499, “CROSSWORD CASH,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487857720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-45&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.446535-04:00\"\n        },\n        {\n            \"id\": 53688,\n            \"title\": \"Notice of Variances and Waivers: HTG Oak Villas, LLC\",\n            \"summary\": \"On August 11, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002(96)(Definitions) of Florida Administrative Code and the Qualified Allocation Plan from HTG Oak Villas, LLC waiving the QAP's prohibition from returning Housing Credit Allocations prior to the second quarter of 2022; allowing the immediate return of Petitioner's 2020 Housing Credit Allocation; immediately allocate new Housing Credits to Petitioner via a new carryover agreement, with a later placed in service date and in the amount equal to the amount of its 2020 Housing Credit Allocation; and through a new carryover agreement, extending the existing deadline to satisfy the 10% test and extend other deadlines in the existing carryover agreement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487654020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24876540\",\n            \"created_at\": \"2021-08-16T07:30:08.510218-04:00\"\n        },\n        {\n            \"id\": 53689,\n            \"title\": \"Notice of Variances and Waivers: Naranja Lakes Housing Partners, LLC\",\n            \"summary\": \"On August 11, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002(96)(Definitions) of Florida Administrative Code and the Qualified Allocation Plan (2013) from Naranja Lakes Housing Partners, LLC allowing Petitioner to return its previously awarded 2020 Housing Credits for an immediate allocation of 2021 or 2022 Housing Credits now instead of waiting until the last quarter of 2022, and the current \\\"placed in service\\\" year.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487683120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24876831\",\n            \"created_at\": \"2021-08-16T07:30:08.572957-04:00\"\n        },\n        {\n            \"id\": 53690,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Premium Level Indication; Actuarial Services Engagement; Operations Manual; and Review of Rates, Rating Plans & Policy Forms and Associated Matters to Include Application Forms\",\n            \"summary\": \"The Florida Workers' Compensation Joint Underwriting Association, Inc., FWCJUA Rates & Forms Committee announces a telephone conference call to which all persons are invited to be held on August 24, 2021, 11:00 a.m. ET. Contact Kathy Coyne at (941)378-7408 to participate. Agenda topics may include premium level indication; actuarial services engagement; Operations Manual; and review of rates, rating plans & policy forms and associated matters to include application forms.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487838320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Joint Underwriting Association, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24878383\",\n            \"created_at\": \"2021-08-16T07:30:08.637297-04:00\"\n        },\n        {\n            \"id\": 53691,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Approval of Minutes, Preliminary 2022 Business Plan & Forecast, Service Provider Audit Results, Disaster Recovery Matters and Report on Operations\",\n            \"summary\": \"The Florida Workers' Compensation Joint Underwriting Association, Inc. (FWCJUA) Operations Committee announces a telephone conference call to which all persons are invited to be held on September 1, 2021, 11:00 a.m. ET. Contact Kathy Coyne at (941)378-7408 to participate. Agenda topics may include approval of minutes, preliminary 2022 Business Plan & Forecast, service provider audit results, disaster recovery matters and report on operations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487848020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Joint Underwriting Association, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24878480\",\n            \"created_at\": \"2021-08-16T07:30:08.701160-04:00\"\n        },\n        {\n            \"id\": 53692,\n            \"title\": \"Holcomb Statement on the 2021 Fiscal Year Close-Out\",\n            \"summary\": \"Governor Eric J. Holcomb offered the following statement regarding the 2021 fiscal year close-out which resulted in $3.9 billion in combined reserves: \\\"Because of the strong position Indiana occupied going into last year’s unprecedented global pandemic and partnerships at all levels of government, we now find ourselves at a place of full employment and growing economy. State fiscal leaders deserve high praise for closely monitoring financial forecasts and then quickly adapting to the facts on Main Street, Indiana. We quickly pivoted from managing through a once anticipated recession due to the ramifications of the COVID-19 pandemic to closing the state fiscal year with $3.9 billion in combined reserves. Now, with our 19th straight balanced budget, we are working on everything from mental health programs and health care supports to record increases in K-12 tuition support. We’re investing in state public facilities and infrastructure projects statewide on a level never seen before all the while doing everything we can to create a highly skilled workforce to fill the open jobs of today and tomorrow. Thanks to everyone’s diligent approach, including a bullish private sector, Indiana is positioned to begin the 2022 state fiscal year in a strong financial position that will benefit Hoosiers for years to come.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN271ANA20210714\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Indiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/holcomb_statement_on_the_2021_fiscal_year_close-out?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-08-16T07:30:08.763577-04:00\"\n        },\n        {\n            \"id\": 53693,\n            \"title\": \"August 12, 2021 - Insurance Commissioner Urges Vigilance During the Peak Period of Hurricane Season\",\n            \"summary\": \"September 10 marks the peak of hurricane season according to the National Oceanic and Atmospheric Association, and the Louisiana Department of Insurance (LDI) advises consumers to remain vigilant as we enter the most intense period of hurricane season in mid-August. The LDI reminds citizens that homeowners, business and flood insurance policies are the most important ways to safeguard your property from hurricanes. These products must be purchased in advance. It is imperative to act now because National Flood Insurance Program (NFIP) policies won’t take effect until 30 days after you apply, and most property insurers stop writing policies when a storm enters the Gulf of Mexico.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9077LA9920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Louisiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ldi.la.gov/news/press-releases/8-12-21-insurance-commissioner-urges-vigilance-during-the-peak-period-of-hurricane-season\",\n            \"created_at\": \"2021-08-16T07:30:08.826829-04:00\"\n        },\n        {\n            \"id\": 53694,\n            \"title\": \"The Minnesota Department of Revenue Reminds Property Tax Refund Filers to File Before the August 15 Deadline\",\n            \"summary\": \"The Minnesota Department of Revenue reminds homeowners and renters to file for their 2019 property tax refund before the August 15, 2021 deadline. Additionally, claims for 2020 refunds can be filed from now until August 15, 2022. Renters have started receiving their refunds and homeowners can expect to start getting their refunds as early as late August. Last year, more than 790,000 Minnesotans filed 2020 property tax refunds for over $790 million in property tax refunds, with the average refund of $1,065 for homeowners and $690 for renters. Taxpayers should keep these tips in mind as they file for property tax refunds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18883MN108TH12520210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.state.mn.us/press-release/2021-08-11/minnesota-department-revenue-reminds-property-tax-refund-filers-file\",\n            \"created_at\": \"2021-08-16T07:30:08.892050-04:00\"\n        },\n        {\n            \"id\": 53695,\n            \"title\": \"General Fund Receipts — July 2021\",\n            \"summary\": \"Tax Commissioner Tony Fulton reports that gross General Fund receipts for July were $399 million, which is 2.1% above the forecast of $390 million. July Tax Refunds: Tax refunds for July were $87 million, which is 1.6% below the forecast of $89 million. July Net Receipts: Net receipts for July were $312 million, which is 3.2% above the forecast of $302 million. The comparisons in this report are based on the forecast made by the Nebraska Economic Forecasting Advisory Board on April 29, 2021. This forecast was adjusted for legislation passed in 2021, divided into monthly estimates and certified to the Clerk of the Legislature by the Tax Commissioner and Legislative Fiscal Analyst on July 14, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18925NE33GE12820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Nebraska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.nebraska.gov/sites/revenue.nebraska.gov/files/doc/news-release/gen-fund/2021/General_Fund_Receipts_July_2021.pdf\",\n            \"created_at\": \"2021-08-16T07:30:08.955671-04:00\"\n        },\n        {\n            \"id\": 53696,\n            \"title\": \"Vocational Recovery Assistance Program\",\n            \"summary\": \"Hearing to be held at 220 French Landing Drive, 1-A, Tennessee Room; Nashville, 37243 on 9/30/2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN3343420210930\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Labor and Workforce Development\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/07-42-21.pdf\",\n            \"created_at\": \"2021-08-16T07:30:09.022179-04:00\"\n        },\n        {\n            \"id\": 53697,\n            \"title\": \"Individualized Education Accounts\",\n            \"summary\": \"Hearing to be held at Davy Crockett Building, Conference Room 1C, 1st Floor, 500 James Robertson Parkway; Nashville, 37243 on 9/16/2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN3336720210916\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee State Board of Education\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/07-39-21.pdf\",\n            \"created_at\": \"2021-08-16T07:30:09.085085-04:00\"\n        },\n        {\n            \"id\": 53698,\n            \"title\": \"Secretary Becerra Statement on LIHEAP’s 40th Anniversary\",\n            \"summary\": \"HHS Secretary Xavier Becerra released the following statement to mark the 40th anniversary of the Low-Income Home Energy Assistance Program (LIHEAP), August 13, 2021:“For forty years, this program has helped low-income families pay their home heating and cooling bills. This program is at the core of HHS’ mission—enhancing the health and well-being of all Americans. With extreme winters in Texas and record-breaking three-digit temperatures across the country, LIHEAP is more important than ever for people struggling with their utility bills. President Biden’s American Rescue Plan Act (ARP) included the largest increase in the program’s history, providing $4.5 billion in additional funding. With these additional funds, the program is able to offer relief to millions of working families impacted by the COVID-19 pandemic. I will continue to work with President Biden to strengthen this lifeline and ensure that it is accessible for everyone who needs it.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18125DOH5610220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Health and Human Services, Mentalhealth.gov\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hhs.gov/about/news/2021/08/13/secretary-becerra-statement-on-liheaps-40th-anniversary.html\",\n            \"created_at\": \"2021-08-16T07:30:09.151112-04:00\"\n        },\n        {\n            \"id\": 53699,\n            \"title\": \"Counter Terrorism Designations; Global Magnitsky Designations; Iran-related Designation\",\n            \"summary\": \"The Office of Foreign Assets Control (OFAC) has updated the Specially Designated Nationals (SDN) List. Individuals: AL HABSI, Mahmood Rashid Amur Oman; MARTINEZ FERNANDEZ, Pedro Orlando of Cuba; and SOTOMAYOR GARCIA, Romarico Vidal of Cuba. Enttiies: BRAVERY MARITIME CORPORATION (a.k.a. BRAVERY MARITIME CORP), Dubai, United Arab Emirates; NIMR INTERNATIONAL L.L.C. (a.k.a. \\\"NIMR IRAQ BRANCH\\\"), Office No. 1, 5th Floor, Al Nadha Towers 2, Ghala Industrial Area, Muscat, Oman; NIMR INTERNATIONAL S.R.L., STR. Horea NR. 80-82A AP. 13, Cluj-Napoca 400001, Romania; ORBIT PETROCHEMICALS TRADING LLC (a.k.a. ORBIT PETROCHEMICALS; a.k.a. ORBIT PETROCHEMICALS LLC), P.O. Box 2800, Seeb, Muscat, Oman; and TROPAS DE PREVENCION, Cuba. Vessel: OMAN PRIDE Crude Oil Tanker Liberia flag; Additional Sanctions Information - Subject to Secondary Sanctions; Vessel Registration Identification IMO 9153525 (vessel) [SDGT] (Linked To: BRAVERY MARITIME CORPORATION).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT16820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210813\",\n            \"created_at\": \"2021-08-16T07:30:09.212283-04:00\"\n        },\n        {\n            \"id\": 53700,\n            \"title\": \"Treasury Sanctions Cuban Ministry of Interior Officials and Military Unit in Response to Violence Against Peaceful Demonstrators\",\n            \"summary\": \"Today, August 13, 2021. the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) sanctioned two Cuban individuals and one Cuban entity pursuant to Executive Order, which builds upon and implements the Global Magnitsky Human Rights Accountability Act and targets perpetrators of serious human rights abuse and corruption around the world. This is the third round of sanctions since protests started in Cuba on July 11, 2021, as Treasury continues to aggressively target persons in connection with actions to suppress peaceful, pro-democratic protests in Cuba. The targets of today’s designations are Romarico Vidal Sotomayor Garcia (Sotomayor) and Pedro Orlando Martinez Fernandez (Martinez) of the Cuban Ministry of the Interior (MININT); and the Tropas de Prevencion (TDP) of the Cuban Ministry of Revolutionary Armed Forces (MINFAR).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT128032120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0321\",\n            \"created_at\": \"2021-08-16T07:30:09.276920-04:00\"\n        },\n        {\n            \"id\": 53701,\n            \"title\": \"Financing Public Schools FY 2021-22\",\n            \"summary\": \"Three bills were enacted during the 2021 legislative session that substantively impacted the financing of public schools in Colorado: (1) Senate Bill 21-268 provided funding for school districts in FY 2021-22, modified the school finance formula, and made administrative and grant program funding changes; (2) House Bill 21-1164 began phasing out the total program mill levy tax credits that were put in place through the enactment of House Bill 20-1418; (3) House Bill 21-1325 reestablished the Legislative Interim Committee on School Finance for two disadvantage. This memorandum summarizes the primary funding changes for school finance which were enacted during the 2021 legislative session.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO108220210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-06-11\",\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/financing-public-schools-fy-2021-22\",\n            \"created_at\": \"2021-08-16T07:30:09.340640-04:00\"\n        },\n        {\n            \"id\": 53702,\n            \"title\": \"Summary of 2021 Local Government Legislation\",\n            \"summary\": \"During the 2021 legislative session, the General Assembly considered several measures related to local governments, including the powers and duties of local governments and matters related to special and local improvement districts, community revitalization, procurement, the limited gaming impact fund, and property rights.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO123320210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/summary-2021-local-government-legislation\",\n            \"created_at\": \"2021-08-16T07:30:09.404382-04:00\"\n        },\n        {\n            \"id\": 53703,\n            \"title\": \"Executive Summary of Governor's Executive Orders During COVID-19\",\n            \"summary\": \"This memorandum provides an executive summary of the various Executive Orders issued during the declared disaster emergency related to COVID-19 in Colorado.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO162120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/executive-summary-governors-executive-orders-during-covid-19\",\n            \"created_at\": \"2021-08-16T07:30:09.467676-04:00\"\n        },\n        {\n            \"id\": 53704,\n            \"title\": \"Treasury Targets Oil Broker Network Supporting Qods Force\",\n            \"summary\": \"Today, August 13, 2021. The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is designating individuals and businesses involved in an international oil smuggling network that supports Iran’s Islamic Revolutionary Guard Corps-Qods Force (IRGC-QF). Senior IRGC-QF officials use proceeds from their involvement in Iranian oil exports to help fund the group’s destabilizing regional activities. OFAC’s action targets a foreign broker, Mahmood Rashid Amur Al Habsi, who has partnered with senior IRGC-QF officials and used several companies to facilitate shipments of Iranian oil to foreign customers, including buyers in East Asia. As a result of today’s designations, all property and interests in property subject to U.S. jurisdiction of the persons designated are blocked, and U.S. persons are generally prohibited from engaging in transactions with the designated persons or their blocked property. In addition, foreign financial institutions that knowingly facilitate significant transactions for, or persons that provide material or certain other support to, the persons designated today risk exposure to sanctions that could sever their access to the U.S. financial system or block their property or interests in property under U.S. jurisdiction.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT57032020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0320\",\n            \"created_at\": \"2021-08-16T07:30:09.530500-04:00\"\n        },\n        {\n            \"id\": 53705,\n            \"title\": \"Treasury and IRS Disburse Second Month of Advance Child Tax Credit Payments\",\n            \"summary\": \"The U.S. Department of the Treasury and the Internal Revenue Service announced today that more than $15 billion were paid to families that include roughly 61 million eligible children in the second monthly payment of the expanded and newly-advanceable Child Tax Credit from the American Rescue Plan passed in March. The number of payments this month increased and cover an additional 1.6 million children. Eligible families received a payment of up to $300 per month for each child under age 6 and up to $250 per month for each child age 6 to 17.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT75032220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0322\",\n            \"created_at\": \"2021-08-16T07:30:09.595778-04:00\"\n        },\n        {\n            \"id\": 53706,\n            \"title\": \"Governor Bryan Sends Down Supplemental Budget Request Amid Positive Revenue Projection\",\n            \"summary\": \"Appropriations earmark funding for lighting on Melvin Evans Highway, furniture and equipment for Youth Rehabilitation Center, direct funding for GERS, among other initiatives Virgin Islands – Governor Bryan Sends Down Supplemental Budget Request Amid Positive Revenue Projection »Governor Albert Bryan Jr. has submitted to the 34th Legislature a supplemental budget request seeking to appropriate $24,423,321 from the General Fund of the Fiscal Year budget to be distributed to 13 Government of the Virgin Islands (GVI) agencies and departments. According to his transmittal letter to Senate President Donna Frett-Gregory, the funds would be used to pay for outstanding Worker’s Compensation payments, judgments, and other claims owed to vendors, to repair and enhance a number of parks and other areas within the Territory, and to purchase a new office on the island of St. Croix for the Lt. Governor’s Office. Of the $24.4 million appropriation, the Governor has earmarked: $1.5 million for lighting improvements on Melvin Evans Highway; $1.8 million for roadside brush-clearing Territorywide; $1 million to renovate the restroom facilities in Downtown Charlotte Amalie; $117,000 for thermoplastic pavement markings; $300,000 to improve the Eastern Cemetery crypt on St. Thomas. $1 million for furniture, equipment and maintenance of the Youth Rehabilitation Center and Group Home; $1.5 million for repair of the Frederiksted Waterfront and revitalization of Midre Cummings Park; and $350,000 for lighting improvements on Strand Street in Frederiksted. Governor Bryan also has allocated $10 million in direct funding to go to the Government Employees Retirement System. The Governor’s supplemental budget request comes as Office of Management and Budget Director Jenifer O’Neal is projecting a $71 million surplus in the FY 2021 budget, based on projected revenues from GVI agencies that were presented earlier this week at the 2021 Spring Revenue Estimating Conference on St. Thomas.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI555620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-sends-down-supplemental-budget-request-amid-positive-revenue-projection/\",\n            \"created_at\": \"2021-08-16T07:30:09.659688-04:00\"\n        },\n        {\n            \"id\": 53707,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Dallas: 1. Security State Bank & Trust, Fredericksburg, Texas, as co-trustee of the Kathleen Keller 2016 Trust, Blanco County, Texas, and of the Kay Durst Family 2016 Trust, Gillespie County, Texas; to retain voting shares of Security Holding Company, and thereby indirectly retain voting shares of Security State Bank & Trust, both of Fredericksburg, Texas. Additionally, the Elliott Gage Hayne GST Trust, Elliott Gage Hayne, as trustee, the James L. Hayne, Jr. GST Trust, James L. Hayne, Jr., as trustee, the Nancy Elliott Hayne GST Trust, Nancy Elliott Hayne, as trustee, and the Walter Catto Hayne GST Trust, Walter Catto Hayne, as trustee, all of San Antonio, Texas; to join the Bonnen/Durst/Hayne/Igler/Keller/Kemp/LeJeune/Loth control group, a group acting in concert, to retain voting shares of Security Holding Company, and thereby indirectly retain voting shares of Security State Bank & Trust.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17390\",\n            \"regalytics_alert_id\": \"1891FR20211739020210813\",\n            \"proposed_comments_due_date\": \"2021-08-30\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17390/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-16T07:30:09.724319-04:00\"\n        },\n        {\n            \"id\": 53708,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (12 U.S.C. 1841 et seq.) (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Kansas City: 1. N.B.C. Bancshares in Pawhuska, Inc., Pawhuska, Oklahoma; to acquire The American Bank, Wagoner, Oklahoma. B. Federal Reserve Bank of San Francisco: 1. TriCo Bancshares, Chico, California; to acquire Valley Republic Bancorp, and thereby indirectly acquire Valley Republic Bank, both of Bakersfield, California.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17391\",\n            \"regalytics_alert_id\": \"1891FR20211739120210813\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17391/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-16T07:30:09.789538-04:00\"\n        },\n        {\n            \"id\": 53713,\n            \"title\": \"Paperwork Reduction Act Approvals: Foreign Branch Report of Condition\",\n            \"summary\": \"The OCC, the Board, and the FDIC (the agencies) are announcing that the Federal Financial Institutions Examination Council (FFIEC) of which the agencies are members, has approved the agencies’ publication for public comment of a proposal to extend for three years, without revision, the Foreign Branch Report of Condition (FFIEC 030) and the Abbreviated Foreign Branch Report of Condition (FFIEC 030S).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17311\",\n            \"regalytics_alert_id\": \"1891FR20211731120210813\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17311/proposed-agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-16T07:30:10.129797-04:00\"\n        },\n        {\n            \"id\": 53714,\n            \"title\": \"Procedures for the Commission's Use of Certain Authorities under the Securities Exchange Act of 1934\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission” or “SEC”) is issuing this statement to clarify how the SEC will proceed when addressing certain issues under Exchange Act Rule 21F-3(b)(3) and Exchange Act Rule 21F-6 while the staff is preparing and the Commission is considering potential amendments to those rules (“Interim Policy-Review Period”). These procedures will remain in effect until withdrawn by the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17019\",\n            \"regalytics_alert_id\": \"1891FR20211701920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17019/procedures-for-the-commissions-use-of-certain-authorities-under-rule-21f-3b3-and-rule-21f-6-of-the\",\n            \"created_at\": \"2021-08-16T07:30:10.193609-04:00\"\n        },\n        {\n            \"id\": 53715,\n            \"title\": \"Paperwork Reduction Act Approvals: Value-Added Producer Grants\",\n            \"summary\": \"This notice announces the Rural Business-Cooperative Service’s intention to request an extension for a currently approved information collection in support of the program Value-Added Producer Grants. The purpose of this information collections to obtain information necessary to evaluate grant applications to determine the eligibility of the applicant and the project to determine which projects should be funded.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17294\",\n            \"regalytics_alert_id\": \"1891FR20211729420210813\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture, Rural Business-Cooperative Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17294/notice-of-request-for-revisions-of-a-currently-approved-information-collection\",\n            \"created_at\": \"2021-08-16T07:30:10.256700-04:00\"\n        },\n        {\n            \"id\": 53716,\n            \"title\": \"Partial Consent Decree: CERCLA\",\n            \"summary\": \"On August 7, 2021, the Department of Justice lodged a proposed Partial Consent Decree Regarding Certain Cost Claims (“Consent Decree”) in the United States District Court for the Central District of California, in the lawsuit entitled the United States of America and State of California v. Shell Oil Company, et al., Civil Action No. 2:91-CV-00589 (CJC). This Consent Decree represents a settlement of certain cost claims of the United States (“Plaintiff”) against Shell Oil Company, (“Shell” or “Defendant”) under Sections 106, 107, and 113 of the Comprehensive Environmental Response, Compensation, and Liability Act (“CERCLA”), 42 U.S.C. 9606, 9607, and 9613, relating to the McColl Superfund Site in Fullerton, California. Under the proposed Consent Decree, Shell will be required to pay the United States $29,501,511.85, plus interest in the amount of $3,059.39, and $75.83 per day from 3/16/2021 through the date of payment. Shell is also required under the Consent Decree to pay its allocated fair share of future response costs. The publication of this notice opens a period for public comment on the Consent Decree.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17281\",\n            \"regalytics_alert_id\": \"1891FR20211728120210813\",\n            \"proposed_comments_due_date\": \"2021-08-15\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17281/notice-of-lodging-of-partial-consent-decree-pursuant-to-the-comprehensive-environmental-response\",\n            \"created_at\": \"2021-08-16T07:30:10.319365-04:00\"\n        },\n        {\n            \"id\": 53717,\n            \"title\": \"Paperwork Reduction Act Approvals: Generic Clearance for Meaningful Access Information Collections\",\n            \"summary\": \"The Bureau of Engraving and Printing (BEP), U.S. Department of the Treasury is announcing that a court order was issued in American Council of the Blind v. Paulson, 591 F. Supp. 2d 1 (D.D.C. 2008) (“ACB v. Paulson”) requiring the Department of the Treasury and BEP to “provide meaningful access to United States currency for blind and other visually impaired persons, which steps shall be completed, in connection with each denomination of currency, not later than the date when a redesign of that denomination is next approved by the Secretary of the Treasury . . . .”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17334\",\n            \"regalytics_alert_id\": \"1891FR20211733420210813\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17334/agency-information-collection-activities-proposed-collection-comment-request-generic-clearance-for\",\n            \"created_at\": \"2021-08-16T07:30:10.383303-04:00\"\n        },\n        {\n            \"id\": 53718,\n            \"title\": \"Paperwork Reduction Act Approvals: Veterans Mortgage Life Insurance Inquiry\",\n            \"summary\": \"The Veterans Mortgage Life Insurance Inquiry solicits information needed from Veterans for the proper maintenance of Veterans Mortgage Life Insurance accounts. The form is authorized by 38 USC 2106 and 38 CFR 8a.3(e).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17324\",\n            \"regalytics_alert_id\": \"1891FR20211732420210813\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17324/agency-information-collection-activity-agency-information-collection-activity-veterans-mortgage-life\",\n            \"created_at\": \"2021-08-16T07:30:10.447201-04:00\"\n        },\n        {\n            \"id\": 53719,\n            \"title\": \"Privacy Act: Proposed Exemptions\",\n            \"summary\": \"The Federal Retirement Thrift Investment Board (FRTIB) proposes to exempt five systems of records from certain requirements of the Act. FRTIB has previously published System of Records Notices (SORNs) for these systems.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-16435\",\n            \"regalytics_alert_id\": \"1891FR20211643520210813\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Federal Retirement Thrift Investment Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-16435/privacy-act-proposed-exemptions\",\n            \"created_at\": \"2021-08-16T07:30:10.510002-04:00\"\n        },\n        {\n            \"id\": 53720,\n            \"title\": \"Sunshine Act Meeting of the U.S. Railroad Retirement Board, August 25, 2021\",\n            \"summary\": \"The Railroad Retirement Board is announcing a meeting at 10:00 a.m. on August 25, 2021. Matters to be discussed are as follows: (1) Payroll Tax Reimbursement from the IRS (2) Pay For Time Lost (PFTL) Reporting Proposals: Proposal for BA-4 revision to identify PFTL Proposal for agency expansion of industry audits to include proper reporting of PFTL (3) New proposals for improvements in communications to the public (4) Update on status of appeals.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17482\",\n            \"regalytics_alert_id\": \"1891FR20211748220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Railroad Retirement Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17482/sunshine-act-meetings\",\n            \"created_at\": \"2021-08-16T07:30:10.576865-04:00\"\n        },\n        {\n            \"id\": 53721,\n            \"title\": \"Illinois Rental Payment Program Provides Over $209 Million to Renters and Landlords Impacted by COVID-19\",\n            \"summary\": \"Governor JB Pritzker, along with the Illinois Housing Development Authority (IHDA) and the Illinois Department of Human Services announced that more than $209 million in rental assistance has been paid on behalf of 26,300 renter households impacted by COVID-19. To receive assistance directly, tenants will need to attend a rental counselling session provided by a HUD, to provide IHDA with documentation certifying their completion of that session, and to submit proof of past-due rent to IHDA. This initial funding was provided through the Consolidated Appropriations Act, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2372320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23723.html\",\n            \"created_at\": \"2021-08-16T07:30:10.642243-04:00\"\n        },\n        {\n            \"id\": 53722,\n            \"title\": \"Governor Prtizker Announces Three Appointments to Illinois Authorities and Administrator Positions\",\n            \"summary\": \"Building on a strong team of diverse experts in their fields, Governor JB Pritzker announced the following appointments in his administration: Jeffrey Wright will continue to serve on the Board of Directors of the Finance Authority and Vicky McElroy will serve on the Southwestern Illinois Development Authority.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2372920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23729.html\",\n            \"created_at\": \"2021-08-16T07:30:10.705777-04:00\"\n        },\n        {\n            \"id\": 53726,\n            \"title\": \"American Rescue Act Funds for Travel, Tourism and Recreation\",\n            \"summary\": \"The National Governors Associations’ Outdoor Recreation Learning Network hosted a briefing for its members on the American Rescue Act funds for Travel, Tourism and Recreation. The briefing featured speakers from the U.S. Economic Development Administration, EDA who discussed eligible uses for the $750 million in recovery funds targeted to travel, tourism and recreation, as well as eligible applicants, deadlines for applications and spending, matching fund requirements and more details on the Notice of Funding Opportunity (NoFO).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11887NGA4095620210804\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Governors Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nga.org/webinars/briefing-on-american-rescue-act-funds-for-travel-tourism-and-recreation/?utm_source=rss&utm_medium=rss&utm_campaign=briefing-on-american-rescue-act-funds-for-travel-tourism-and-recreation\",\n            \"created_at\": \"2021-08-16T07:30:10.975604-04:00\"\n        },\n        {\n            \"id\": 53727,\n            \"title\": \"Amended Notice for the Retail Incentive Program and Related Retailer Incentive Programs for Fiscal Year 2021-2022\",\n            \"summary\": \"The Secretary of Revenue hereby provides public notice of changes to the Retail Incentive Program and related Retailer Incentive Programs. Pennsylvania Lottery intends to modify the sales growth percentage goals for the Sales Growth Incentive Program. These changes are consistent with the Pennsylvania Lottery's record sales for Fiscal Year 2020-2021 and the updated goals for Fiscal Year 2021-2022. A retailer who exceeds their prior year sales figure by at least 0.01%, but not more than 3.99%, for any Quarter in the Fiscal Year to which this notice applies, shall be awarded an additional 0.75% incentive above the Standard Retailer Commission; a retailer who exceeds their sales baseline figure for any Quarter by at least 4% shall be awarded an additional 1.50% incentive above the Standard Retailer Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL29220210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1292.html\",\n            \"created_at\": \"2021-08-16T07:30:11.041658-04:00\"\n        },\n        {\n            \"id\": 53728,\n            \"title\": \"Unclaimed Property Owners Should Contact the Treasury Department\",\n            \"summary\": \"Each year, the Treasury Department receives millions of dollars in unclaimed property. Common types of unclaimed property are savings or checking accounts, stocks, dividends, checks that have not been cashed such as payroll, certificates of deposit, unclaimed insurance benefits, insurance premium refunds, and the like. Unclaimed property owners are reported and delivered to the department. If you find your name, you may file a claim at the Treasury Department.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL30520210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Treasury\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1305.html\",\n            \"created_at\": \"2021-08-16T07:30:11.105430-04:00\"\n        },\n        {\n            \"id\": 53729,\n            \"title\": \"Comments on Proposed Rulemaking by the Pennsylvania Public Utility Commission Regulation\",\n            \"summary\": \"Our comments are based on the Regulatory Review. This Act directs the Pennsylvania Public Utility Commission to respond to all comments received from us or any other source. A commentator expresses concern that several of the PUC's proposed regulations will have the effect of creating confusing and conflicting requirements for entities seeking recovery under Act 120 of 2018; The proposed regulation includes a definition for ''LSLR—Lead service line replacement.'' The PUC was asked to revise the heading of the definition of ''LSLR Project Area—Lead service line project area'' to include the word ''replacement.''; A commentator asserts that due to the acute risk to consumer health and safety the PUC should reduce the lengthy timeline to ten years, and notes that the entire cost of LSLR programs does not need to be recovered within the same timeframe for replacement; Assertions made by a commentator is that the creation of a LSLR Program will be challenging and of limited value for entities that do not have an inventory in place. The commentator asks for a timeframe consistent with the requirements set forth in the LCRR and ask the PUC to explain how the implementation requirements of this provision in the final regulation are reasonable and will impact existing programs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL29520210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Independent Regulatory Review Commission\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1295.html\",\n            \"created_at\": \"2021-08-16T07:30:11.170495-04:00\"\n        },\n        {\n            \"id\": 53730,\n            \"title\": \"Arizona Register 2021 - Vol. 27, Issue 33\",\n            \"summary\": \"The Arizona Administrative Register (A.A.R.) posted on the Arizona Secretary of State’s website is the official published version for rulemaking activity in the state of Arizona. Vol. 27, Issue 33 is for week ending August 13, 2021. This week's register includes: The Governor’s Office Governor’s Executive Order 2021-02 Moratorium on Rulemaking to Promote Job Creation and Economic Development.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8462AZ273320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Register Index\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://apps.azsos.gov/public_services/register/2021/33/contents.pdf\",\n            \"created_at\": \"2021-08-16T07:30:11.235079-04:00\"\n        },\n        {\n            \"id\": 53731,\n            \"title\": \"ATM Kiosk\",\n            \"summary\": \"The Department of Financial Protection and Innovation published this response letter which concerns Bitcoin ATM kioks and its licensing under the MTA. “Under the MTA, a person may not engage in the business of money transmission in California unless the person is licensed, exempt from licensure, or an agent of a person licensed or exempt from licensure. Financial Code section 2003, subdivision (q), defines “money transmission” as: (1) selling or issuing payment instruments, (2) selling or issuing stored value, or (3) receiving money for transmission. REDACTED's activities are limited to selling Bitcoin. This does not require an MTA license because it does not involve the sale or issuance of a payment instrument, the sale or issuance of stored value, or receiving money for transmission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA5020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Executive Office\"\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/08/13/atm-kiosk/\",\n            \"created_at\": \"2021-08-16T07:30:11.301064-04:00\"\n        },\n        {\n            \"id\": 53732,\n            \"title\": \"Bitcoin ATM Kiosk\",\n            \"summary\": \"The Department of Financial Protection and Innovation published this response letter which concerns Bitcoin ATM kioks and its licensing under the MTA. Under the MTA, a person may not engage in the business of money transmission in California unless the person is licensed, exempt from licensure, or an agent of a person licensed or exempt from licensure. Financial Code section 2003, subdivision (q), defines “money transmission” as: (1) selling or issuing payment instruments, (2) selling or issuing stored value, or (3) receiving money for transmission. REDACTED's activities are limited to selling Bitcoin. This does not require an MTA license because it does not involve the sale or issuance of a payment instrument, the sale or issuance of stored value, or receiving money for transmission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA7420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Executive Office\"\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/08/13/bitcoin-atm-kiosk-8-11-21/\",\n            \"created_at\": \"2021-08-16T07:30:11.366591-04:00\"\n        },\n        {\n            \"id\": 53733,\n            \"title\": \"Colorado Division of Securities Announces 2020-2021 Investment Adviser Examination Priorities\",\n            \"summary\": \" The Colorado Division of Securities (“Division”) released its 2020-2021 investment adviser examination priorities. Publication of the priorities should help advisory firms focus attention on common deficiencies or particular industry risks when reviewing their compliance programs or preparing for examinations. Examinations serve to protect investors by ensuring that advisers are following the Colorado laws and rules that govern them. The priorities list is not meant to cover all matters that will be reviewed in an examination and advisers are required to comply with all applicable rules.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO105CA6820450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-08\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2beca68\",\n            \"created_at\": \"2021-08-16T07:30:11.434564-04:00\"\n        },\n        {\n            \"id\": 53734,\n            \"title\": \"CFTC Orders Tyson Foods to Pay $1.5 Million for Position Limit, Reporting, and Recordkeeping Violations\",\n            \"summary\": \"The Commodity Futures Trading Commission today filed and settled charges against Tyson Foods, Inc., for exceeding the CFTC’s position limits for soybean meal futures contracts traded on the Chicago Board of Trade (CBOT) and for failing to comply with reporting and recordkeeping obligations regarding its cash positions in grains. The order requires Tyson to pay a $1.5 million civil monetary penalty and to cease and desist from violating the Commodity Exchange Act and CFTC regulations as charged.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84132120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8413-21\",\n            \"created_at\": \"2021-08-16T07:30:11.498495-04:00\"\n        },\n        {\n            \"id\": 53735,\n            \"title\": \"Stipulation and Agreement (August 13 Update): Mountain Vista Wealth Management, LLC\",\n            \"summary\": \"From approximately September 14, 2018 to June 11, 2021, Mountain Vista transacted business from a Connecticut office located at 4 Prospect Street, Ridgefield, Connecticut 06877 (“Ridgefield Office”) at a time when the Ridgefield Office was not registered as a branch office. After the Division brought its concerns to Mountain Vista’s attention, Mountain Vista filed an application to register the Ridgefield Office as a branch office under the Act, and the registration became effective on June 11, 2021. Now Therefore, the Parties Hereto Do Mutually Agree as Follows: No later than the date this Stipulation and Agreement is executed by the Commissioner, Mountain Vista shall remit to the Department the sum of two thousand five hundred dollars ($2,500) as an administrative fine. Mountain Vista, its members, officers, representatives, agents, employees, affiliates, and successors in interest shall refrain from engaging, directly or indirectly, in conduct constituting or which would constitute a violation of the Act or any regulation or order under the Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19299CT3710920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Banking, Securities and Business Investments Division\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Securities/2021-SBID/Mountain-Vista-Wealth-Mgt-Stipulation.pdf#\",\n            \"created_at\": \"2021-08-16T07:30:11.565120-04:00\"\n        },\n        {\n            \"id\": 53740,\n            \"title\": \"2020 NCIUA Member Company Annual Homeowners Report\",\n            \"summary\": \"The purpose of this bulletin is to inform your company of the annual Homeowners;reporting requirements called for under NCGS §58-45-71. Each member company of the North Carolina Insurance Underwriting Association is required to report annually to the Commissioner information regarding their homeowners policy writings, including homeowners wind and hail, in the beach and coastal areas. Only companies that have data to report must complete this data call.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC6011720210215\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/property-and-casualty/21-b-03-2020-nciua-member-company-annual-homeowners-report/open\",\n            \"created_at\": \"2021-08-16T07:30:11.904311-04:00\"\n        },\n        {\n            \"id\": 53743,\n            \"title\": \"Actions on Applications\",\n            \"summary\": \"The Department of Banking and Securities (Department), has taken the following actions on applications received for the week ending August 3, 2021: two De Novo Branches applications filed, one De Novo Branch opened, two branch discontinuances, no activity for credit union.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL27720210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Banking and Securities\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1277.html\",\n            \"created_at\": \"2021-08-16T07:30:12.104342-04:00\"\n        },\n        {\n            \"id\": 53744,\n            \"title\": \"Maximum Lawful Rate of Interest for Residential Mortgages for the Month of September 2021\",\n            \"summary\": \"The Department of Banking and Securities (Department), under the authority contained in section 301 of the act of January 30, 1974 (P.L. 13, No. 6) (41 P.S. § 301), determines that the maximum lawful rate of interest for residential mortgages for the month of September 2021, is 4 1/4%. The interest rate limitations under the Commonwealth's usury statute were pre-empted to a great extent by Federal law, the Depository Institutions Deregulation and Monetary Control Act of 1980 (Pub.L. No. 96-221). Further pre-emption was instituted with the signing of Pub.L. No. 96-399, which overrode State interest rate limitations on any individual who finances the sale or exchange of residential real property which the individual owns and which the individual occupies or has occupied as his principal residence. Each month the Department is required by State law to compute and announce the ceiling rate on residential mortgages in this Commonwealth. This maximum rate is determined by adding 2.50 percentage points to the yield rate on long-term government bonds as published by the Federal Reserve Board or the United States Treasury, or both. The latest yield rate on long-term government securities is 1.71 to which was added 2.50 percentage points for a total of 4.21 that by law is rounded off to the nearest quarter at 4 1/4%.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL27820210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Banking and Securities\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1278.html\",\n            \"created_at\": \"2021-08-16T07:30:12.172314-04:00\"\n        },\n        {\n            \"id\": 53745,\n            \"title\": \"Governor Pritzker Takes Bill Action\",\n            \"summary\": \"Today, Governor JB Pritzker took the following bill action, amongst others: signed HB275 - Makes various amendments to state and local pension fund articles; signed SB58 - Removes the traded-in property exemption that was implemented as part of Rebuild Illinois; signed SB 672 - Makes changes to the Freedom of Work Act to protect employees from certain employer actions in response to COVID-19; signed SB 1561 - Adds third party loan modification service discrimination protections to the Illinois Human Rights Act and clarifies other housing portions of the Act; signed SB 1721 - Creates mechanisms for local governments to retrieve abandoned property; signed SB 1779 - Places disclosure requirements on lenders and lending agents with respect to mortgage notes for manufactured home purchases; and signed SB 1876 - Prevents a lapse in coverage if a group life insurance policy were to be replaced by another carrier.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2373120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23731.html\",\n            \"created_at\": \"2021-08-16T07:30:12.249293-04:00\"\n        },\n        {\n            \"id\": 53746,\n            \"title\": \"Governor Beshear Makes Appointments to Kentucky Boards and Commissions\",\n            \"summary\": \"Governor Andy Beshear has made appointments to Kentucky boards and commissions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY6691920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kentucky\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=919\",\n            \"created_at\": \"2021-08-16T07:30:12.311861-04:00\"\n        },\n        {\n            \"id\": 53747,\n            \"title\": \"The AMF Enforcement Committee Clears Two Legal Entities and One Natural Person of Alleged Insider Trading and Breach of the Obligation to Report All Suspicious Transactions to the AMF Charges\",\n            \"summary\": \"In its decision of 3 August 2021, the Enforcement Committee cleared Fidoma and the chairman of its supervisory board, Didier Domange, of insider trading. It also cleared Banque Saint Olive, responsible for reception and transmission of orders on behalf of Fidoma, charged with failure to report all transactions that could constitute market abuse to the AMF. Consequently, the Committee cleared the respondents of the charge of using this information and failing to comply with the obligation to report the acquisition of securities to the AMF. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17747AMF19119620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Autorité des marchés financiers\"\n                }\n            ],\n            \"pdf_url\": \"https://www.amf-france.org/en/news-publications/news-releases/enforcement-committee-news-releases/amf-enforcement-committee-clears-two-legal-entities-and-one-natural-person-alleged-insider-trading\",\n            \"created_at\": \"2021-08-16T07:30:12.375878-04:00\"\n        },\n        {\n            \"id\": 53748,\n            \"title\": \"Chief Economists’ Workshop\",\n            \"summary\": \"The Centre for Central Banking Studies (CCBS) ran the Chief Economists’ Workshop for 2021 on the macroeconomic policy risks and opportunities associated with Central Bank Digital Currency from 12 - 14 July. Andrew Bailey gave welcome remarks, following by a keynote address by Prof. Michael Bordo (Rutgers University). Ben Broadbent chaired a session on CBDC and Transmission Mechanism on Day 1 (Monday 12 July) and Jon Cunliffe spoke at the panel discussion on Synthesis of Opportunities and Risks on Day 3, where he was joined by Cecilia Skingsley (Sveriges Riksbank), Natalie Haynes (Bank of Jamaica) and Tony Richards (Reserve Bank of Australia).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17711UK9688C20210712\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/events/2021/july/chief-economists-workshop\",\n            \"created_at\": \"2021-08-16T07:30:12.436178-04:00\"\n        },\n        {\n            \"id\": 53749,\n            \"title\": \"Mortgage Pricing and Monetary Policy\",\n            \"summary\": \"This paper provides novel evidence on lenders’ mortgage pricing and on how central bank operations affected it. Using the universe of mortgages originated in the UK, we show that lenders seek to segment the market by offering two-part tariffs composed of interest rates and origination fees, and that during recent periods of unconventional monetary policy, such as UK’s Funding for Lending Scheme, lenders decreased interest rates and increased origination fees. To understand lenders’ pricing strategies and their effects on market equilibrium, we develop and estimate a structural discrete-continuous model of mortgage demand and lender competition in which borrowers may have different sensitivities to rates and fees. We use the estimated model to decompose the effects of central bank unconventional monetary policy on mortgage pricing and lending, finding that central bank operations increased borrower surplus and lender profits. Moreover, although origination fees allow lender to price discriminate and capture surplus, banning fees would lower borrower surplus and aggregate welfare.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UK136E420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/working-paper/2021/mortgage-pricing-and-monetary-policy\",\n            \"created_at\": \"2021-08-16T07:30:12.496570-04:00\"\n        },\n        {\n            \"id\": 53750,\n            \"title\": \"Staff Working Paper 935: Corporate Debt Booms, Financial Constraints and the Investment Nexus\",\n            \"summary\": \"Does corporate debt overhang affect investment over the medium term? To uncover this association, I measure debt overhang with a concept of debt accumulation or debt boom, and combine leverage with liquid assets to capture financial constraints. Using a large US firm-level panel over 1985 Q1–2019 Q1, I find that debt overhang leads financially vulnerable firms to cut permanently back on investment: a 10 percentage point increase in the three-year change in the leverage ratio is associated with lower investment growth of 5 percentage points after five years compared to the most resilient firms. I also find that vulnerable firms experience weaker intangible capital growth in the aftermath of debt booms. Finally, I find that general equilibrium effects dominate, stressing the risk that firm-specific debt booms in a subset of firms may spill over to the rest of the economy.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UK6B22D20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/working-paper/2021/corporate-debt-booms-financial-constraints-and-the-investment-nexus\",\n            \"created_at\": \"2021-08-16T07:30:12.556805-04:00\"\n        },\n        {\n            \"id\": 53751,\n            \"title\": \"Letter from Charlotte Gerken Gathering information for the Solvency II Review: Qualitative Questionnaire\",\n            \"summary\": \"Letter from Charlotte Gerken to the Chief Financial Officers of PRA-regulated Solvency II firms, introducing a qualitative questionnaire aimed at supporting the development of potential reforms, including cost benefit analysis, as part of the Government’s review of Solvency II.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17719UKC149F20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Prudential Regulation Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/prudential-regulation/letter/2021/august/gathering-information-solvency-ii-review-qualitative-questionnaire\",\n            \"created_at\": \"2021-08-16T07:30:12.616612-04:00\"\n        },\n        {\n            \"id\": 53752,\n            \"title\": \"Price Data From Exchange-Traded Funds Help Open-Ended Fund Managers Calculate Price Adjustments\",\n            \"summary\": \"OEFs are pooled investment structures that can give investors liquidity advantages, such as offering daily redemptions while investing in less liquid assets. However, if the price offered to a redeeming investor does not reflect the cost of liquidating their shares within the redemption notice period, this can dilute the share value of remaining investors, creating an incentive for investors to redeem first. This creates an incentive structure that can amplify redemptions during stressed market conditions. To test this assertion, we compared the price and spread information of sterling corporate bond ETFs with the price adjustments swing factors of sterling corporate bond OEFs with similar asset composition. Comparing ETF and OEF prices is not a perfect solution, as outlined in a report by the Bank for International Settlements Opens in a new window. For example, it can be difficult to identify an OEF and ETF with identical assets. However, the price and spreads of similar bonds tend to be correlated, which means that recognizing price information from broadly comparable ETFs could allow OEF fund managers to better address liquidity mismatch. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17725UKB25EB20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/bank-overground/2021/could-price-data-from-exchange-traded-funds-help-open-ended-fund-managers\",\n            \"created_at\": \"2021-08-16T07:30:12.678385-04:00\"\n        },\n        {\n            \"id\": 53755,\n            \"title\": \"ECB and Eurosystem Templates on International Reserves and Foreign Currency Liquidity (Dataset: RA6)\",\n            \"summary\": \"Event: ECB and Eurosystem templates on international reserves and foreign currency liquidity (Dataset: RA6). Time: Monday, 16 August 2021 at 12:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB100EC20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:12.872943-04:00\"\n        },\n        {\n            \"id\": 53756,\n            \"title\": \"Euro Money Market Statistics (Dataset: MMSR)\",\n            \"summary\": \"Event: Euro money market statistics (Dataset: MMSR). Time: Tuesday, 17 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB44Eu20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:12.935148-04:00\"\n        },\n        {\n            \"id\": 53757,\n            \"title\": \"Euro Area Monthly Balance of Payments (Dataset: BP6)\",\n            \"summary\": \"Event: Euro area monthly balance of payments (Dataset: BP6). Time: Thursday, 19 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB52Eu20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:12.997429-04:00\"\n        },\n        {\n            \"id\": 53758,\n            \"title\": \"Euro Area HICP Statistics (Seasonally Adjusted) (Dataset: ICP)\",\n            \"summary\": \"Event: Euro area HICP statistics (seasonally adjusted) (Dataset: ICP). Time: Wednesday, 18 August 2021 at 11:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB62Eu20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:13.059958-04:00\"\n        },\n        {\n            \"id\": 53759,\n            \"title\": \"Monthly Indicators on Government Debt Securities (Dataset: GFS)\",\n            \"summary\": \"Event: Monthly indicators on government debt securities (Dataset: GFS). Time: Friday, 20 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB63Mo20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:13.121122-04:00\"\n        },\n        {\n            \"id\": 53760,\n            \"title\": \"Euro Area Financial Vehicle Corporations Statistics (Dataset: FVC)\",\n            \"summary\": \"Event: Euro area financial vehicle corporations statistics (Dataset: FVC). Time: Tuesday, 17 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB66Eu20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:13.183457-04:00\"\n        },\n        {\n            \"id\": 53761,\n            \"title\": \"Euro Area Investment Fund Statistics (Press Release) (Dataset: IVF)\",\n            \"summary\": \"Event: Euro area investment fund statistics (press release) (Dataset: IVF). Time: Tuesday, 17 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB67Eu20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:13.243543-04:00\"\n        },\n        {\n            \"id\": 53762,\n            \"title\": \"Publication of the Consolidated Financial Statement of the Eurosystem\",\n            \"summary\": \"Event: Publication of the Consolidated Financial Statement of the Eurosystem. Time: Tuesday, 17 August 2021 at 15:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB69Pu20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:13.303267-04:00\"\n        },\n        {\n            \"id\": 53763,\n            \"title\": \"Website and Email Alert – Unauthorised Websites and Phishing Emails Related to Citibank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Citibank (Hong Kong) Limited relating to unauthorised websites and phishing emails, which has been reported to the HKMA. A hyperlink to the press release is available on the HKMA website. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS (including via embedded hyperlinks).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA10710813720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210813-7/\",\n            \"created_at\": \"2021-08-16T07:30:13.363230-04:00\"\n        },\n        {\n            \"id\": 53764,\n            \"title\": \"Analytical Accounts of the Exchange Fund\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) released today (13 August) the key analytical accounts of the Exchange Fund at the end of July 2021. Foreign assets, representing the external assets of the Exchange Fund, increased during the month by HK$25.6 billion to HK$4,038.9 billion. The Monetary Base, comprising Certificates of Indebtedness, Government issued currency notes and coins in circulation, the balance of the banking system and Exchange Fund Bills and Notes issued, amounted to HK$2,117.5 billion. Claims on the private sector in Hong Kong amounted to HK$253.5 billion. The analytical accounts of the Exchange Fund are released in accordance with the International Monetary Fund’s Special Data Dissemination Standard (SDDS) and are referred to as the Analytical Accounts of the Central Bank under SDDS (Annex).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA4010813620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210813-6/\",\n            \"created_at\": \"2021-08-16T07:30:13.424068-04:00\"\n        },\n        {\n            \"id\": 53765,\n            \"title\": \"Progress in the Handling of Banking Complaints by Hong Kong Monetary Authorithy\",\n            \"summary\": \"The Hong Kong Monetary Authority announced today the progress made in its handling of banking complaints received as at end-July 2021. Banking complaints include cases concerning general banking services and conduct-related issues. In July 2021, 258 cases were received and the handling of 238 cases was completed. As at end-July, the handling of 752 cases was in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA5410813320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210813-3/\",\n            \"created_at\": \"2021-08-16T07:30:13.483826-04:00\"\n        },\n        {\n            \"id\": 53766,\n            \"title\": \"Credit Card Lending Survey Results for Second Quarter 2021\",\n            \"summary\": \"The Hong Kong Monetary Authority published today the credit card lending survey results for the second quarter of 2021. Total card receivables increased by 3.0% in the second quarter to HK$123.5 billion at end-June 2021, after a decrease of 4.0% in the previous quarter. The combined delinquent and rescheduled ratio decreased slightly to 0.35% at end-June 2021 from 0.36% at the previous quarter-end. The quarterly charge-off ratio decreased to 0.47% from 0.52% in the previous quarter.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA5810813520210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210813-5/\",\n            \"created_at\": \"2021-08-16T07:30:13.543004-04:00\"\n        },\n        {\n            \"id\": 53767,\n            \"title\": \"Tentative Issuance Schedule for Exchange Fund Bills and Notes\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) issued today (13 August) a tentative issuance schedule for Exchange Fund Bills and Notes (EFBNs) for the coming quarter of October to December 2021. The schedule contains information on the tentative tender dates, issue sizes and issue dates of individual issues, representing rollover of maturing issues and taking into account planned adjustments to the maturity spectrum of the EFBN portfolio. The quarterly schedule is issued in the second month of each quarter (i.e. February, May, August and November), covering the EFBN tenders in the following quarter. It should be noted that the tender dates, issue sizes and issue dates projected in the advance issuance schedule are tentative. The details of new issues of Exchange Fund Bills are to be confirmed and announced at least 4 business days prior to the respective tender dates. The details of new issues of Exchange Fund Notes are to be confirmed and announced 7 business days prior to their respective tender dates. The HKMA may make changes in the light of prevailing market conditions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA6110813420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210813-4/\",\n            \"created_at\": \"2021-08-16T07:30:13.602853-04:00\"\n        },\n        {\n            \"id\": 53768,\n            \"title\": \"Complaints Watch, 18th Issue\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) has today published the eighteenth issue of its Complaints Watch. Complaints Watch is a periodic newsletter prepared by the HKMA to share with the banking industry information on complaints received by the HKMA. It highlights the latest complaint trends, emerging topical issues, and shares good practices that authorized institutions (AIs) may find helpful. It forms part of the HKMA’s work to promote proper standards of conduct and prudent business practices among AIs. A copy of the eighteenth issue of the Complaints Watch is enclosed for your perusal. You may wish to forward it to members of your institution who have responsibilities for the selling of retail and investment products, risk management, compliance and complaint handling for reference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"18245HKMA3710C10520210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Circular\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/guidelines-and-circular/2021/20210813e1.pdf\",\n            \"created_at\": \"2021-08-16T07:30:13.662722-04:00\"\n        },\n        {\n            \"id\": 53769,\n            \"title\": \"Effect of Climate-Related Risk on the Pricing of Bank Loans\",\n            \"summary\": \"The United Nations Framework Convention on Climate Change reached an agreement to adopt a legally binding international treaty on climate change the objective is to limit global warming to well below two degrees Celsius. To achieve this long-term temperature goal, participating countries agreed on the need to reach a global peak of greenhouse gas emissions and working towards emissions reductions. The ambitious task of transitioning towards a low-carbon economy will likely have large financial implications for a wide range of industries, as their future business operations could be significantly affected by changes in climate policy and climate-related technology.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18254HKMA11410620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Research Memorandum\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/publication-and-research/research/research-memorandums/2021/RM06-2021.pdf\",\n            \"created_at\": \"2021-08-16T07:30:13.722310-04:00\"\n        },\n        {\n            \"id\": 53770,\n            \"title\": \"What Drives Inflation and How? Evidence From Additive Mixed Models Selected by cAIC\",\n            \"summary\": \"We analyze the forces that explain inflation using a large panel of 122 countries from 1997 to 2015. Models motivated by the economic theory are compared to a boosting algorithm, and nonlinearities and structural breaks are explicitly considered. The boosting algorithm outperforms theory-based models. Further, we provide compelling evidence that the interaction of energy price and energy rents stand out among 37 explanatory variables. Other important determinants are demographic developments. Contrary to common belief, globalization and technology, public debt, central bank independence and transparency as well as countries’ political characteristics, are less relevant. Exchange rate arrangements are more important than inflation-targeting regimes. Moreover, GDP per capita is more relevant than the output gap and credit growth is generally superior to M2 growth. Many predictors exhibit a structural break since the financial crisis. In particular, credit growth has lost its grip on the inflation process.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB1F4D417420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/n/mmr/reference/working_paper_2021_12/source/working_paper_2021_12.n.pdf\",\n            \"created_at\": \"2021-08-16T07:30:13.782354-04:00\"\n        },\n        {\n            \"id\": 53771,\n            \"title\": \"The Rise in Foreign Currency Bonds: The Role of Us Monetary Policy and Capital Controls\",\n            \"summary\": \"An unintended consequence of loose US monetary policy is the increase in currency risk exposure abroad. Using firm-level data on corporate bond issuances in 17 emerging market economies (EME) between 2003 and 2015, we find that EME companies are more likely to issue bonds in foreign currency when US interest rates are low. This increase occurs across the board, including for firms more vulnerable to foreign exchange exposure, and is particularly strong for bonds issued in local markets. Interestingly, capital controls on bond inflows significantly decrease the likelihood of issuing in foreign currency and can even eliminate the adverse impact of low US interest rates. In contrast, macroprudential foreign exchange regulations tend to increase foreign currency issuances of non-financial corporates, although this effect can be significantly reduced using capital controls.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB1F5C917820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/n/mmr/reference/working_paper_2021_11/source/working_paper_2021_11.n.pdf\",\n            \"created_at\": \"2021-08-16T07:30:13.842723-04:00\"\n        },\n        {\n            \"id\": 53772,\n            \"title\": \"Does the Market Believe In Loss-Absorbing Bank Debt? \",\n            \"summary\": \"We propose a simple model to estimate the risk-neutral loss distribution from the credit spreads of long-term debt instruments with different seniorities. We apply our model to a sample of global systemically important banks that have issued bail-in debt in order to meet the total loss-absorbing capacity (TLAC) requirements established after the global financial crisis. Bail-in debt is a new debt category that absorbs losses in a gone-concern situation and that ranks between subordinated debt and non-eligible senior debt. With a structural model for these three debt layers, we calibrate the tail of the risk-neutral loss distribution such that it is consistent with the observed market prices. Based on this loss distribution, we find that the expected loss in a gone-concern situation exceeds TLAC for most banks and that the risk-neutral probability that TLAC will not be sufficient to cover the losses in such a situation is approximately 50%. The large expected losses that we find with our model are a consequence of the similar pricing of bail-in debt relative to other senior debt. We argue that regulators should promote further clarity about the subordination and the conversion mechanism of bail-in debt to achieve a more differentiated pricing that is more in line with regulatory expectations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB2079014320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/n/mmr/reference/working_paper_2021_13/source/working_paper_2021_13.n.pdf\",\n            \"created_at\": \"2021-08-16T07:30:13.902671-04:00\"\n        },\n        {\n            \"id\": 53773,\n            \"title\": \"IMF SDDS Plus, 13 August 2021\",\n            \"summary\": \"The Swiss National Bank published the following data set: financial sector central bank survey.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB9B2A67420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://data.snb.ch/en/publishingSet/SDDSPLUS\",\n            \"created_at\": \"2021-08-16T07:30:13.962869-04:00\"\n        },\n        {\n            \"id\": 53774,\n            \"title\": \" Australia Trade Deal :UK Lawyers Gain Big Wins\",\n            \"summary\": \"UK legal services are set to enjoy an export boost that make it easier for British lawyers to practise in Australia. British lawyers can continue to provide UK and international legal services in Australia using their existing qualifications with more clarity and certainty. This will include arbitration, conciliation and mediation services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUU80508520210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/uk-lawyers-gain-big-wins-from-australia-trade-deal\",\n            \"created_at\": \"2021-08-16T07:30:14.045435-04:00\"\n        },\n        {\n            \"id\": 53775,\n            \"title\": \"Treasury Work Experience Scheme\",\n            \"summary\": \"Students from across the country got a taste of what it is like to work at the centre of government this week when they took part in a work experience scheme at the Treasury. The virtual work experience scheme, was aimed at young people who wouldn’t usually think of working at the Department. Students gained some experience of what it’s like to work in the civil service and learned about the role the Treasury plays in overseeing public spending and setting economic policy through a variety of seminars on topics including public spending, financial services and tax.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSS174599420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/students-learn-about-the-treasury-in-work-experience-scheme\",\n            \"created_at\": \"2021-08-16T07:30:14.123152-04:00\"\n        },\n        {\n            \"id\": 53776,\n            \"title\": \"Record Number of Households Benefit from Help to Buy\",\n            \"summary\": \"The number of people purchasing a home through the Help to Buy scheme is at an all-time high. The latest statistics show that in the financial year 2020-21 over 55,000 households bought their home with the support of Help to Buy. In total, the value of these equity loans has reached over £20 billion, with the value of the properties sold under the scheme going past the £90 billion mark. The scheme helps first-time buyers on to the housing ladder by providing a loan to put towards the cost of buying a newly built home.Since the scheme was introduced 328,506 households have now purchased a home.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKRO1277210620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Ministry of Housing, Communities & Local Government\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/record-number-of-households-benefit-from-help-to-buy-as-loans-pass-20bn\",\n            \"created_at\": \"2021-08-16T07:30:14.185731-04:00\"\n        },\n        {\n            \"id\": 53354,\n            \"title\": \"Notice of Public Hearing H21-01 the 2022 National Council on Compensation Insurance, Inc. Workers’ Compensation Prospective Loss Cost Filing\",\n            \"summary\": \"Under AS 21.39.043, the director of the division of insurance is required to hold an administrative hearing to discuss whether a workers’ compensation prospective loss cost filing meets the requirements of AS 21.39 and whether the filing should be approved, disapproved, or modified, in whole or in part. In accordance with AS 21.39.043, a hearing will be held on September 14, 2021, beginning at 9:00 a.m. and ending no later than 12:00 p.m. via webex.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20340820210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129255\",\n            \"created_at\": \"2021-08-13T07:30:05.339235-04:00\"\n        },\n        {\n            \"id\": 53355,\n            \"title\": \"Corporate Application and Similar Filings Requesting CDI Approval by Year-End 2021\",\n            \"summary\": \"Applicants seeking expedited review of corporate applications for completion by year-end 2021 must submit the applications no later than September 17, 2021, or, in the case of a Holding Company Act application, no later than October 15, 2021. Only perfected applications will be considered eligible for expedited review. A perfected application is one that is timely filed electronically via Oasis.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6388CA159CE2021\",\n            \"proposed_comments_due_date\": \"2021-10-15\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0250-insurers/0300-insurers/0200-bulletins/bulletin-notices-commiss-opinion/upload/CAB_2021_YEAR_END_NOTICE.pdf\",\n            \"created_at\": \"2021-08-13T07:30:05.404937-04:00\"\n        },\n        {\n            \"id\": 53356,\n            \"title\": \"Governor Lamont Reminds Residents That Connecticut’s 2021 Sales Tax Free Week Runs August 15 to 21\",\n            \"summary\": \"Governor Ned Lamont is reminding residents that Connecticut’s annual Sales Tax Free Week begins Sunday, August 15, 2021, and runs through Saturday, August 21, 2021. During this one-week sales tax holiday, retail purchases of most clothing and footwear items priced under $100 are exempt from the Connecticut sales and use tax. The exemption during Sales Tax Free Week applies to each eligible item costing under $100, regardless of how many of those items are sold to a customer on the same invoice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT9816220210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Reminds-Residents-That-2021-Sales-Tax-Free-Week-Runs-August-15-to-21\",\n            \"created_at\": \"2021-08-13T07:30:05.468300-04:00\"\n        },\n        {\n            \"id\": 53360,\n            \"title\": \"Proposing Rule Making Related to Rural Iowa Primary Care Loan Repayment Program and Providing an Opportunity for Public Comment\",\n            \"summary\": \"These proposed amendments implement changes enacted by 2021 Iowa Acts, Senate File 129. Senate File 129 adds OB-GYN as an eligible specialty and expands the eligible practice areas for psychiatrists. In addition, the legislation allows the Commission to amend the service agreement upon request of the recipient to allow the individual to work on a part-time basis.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5853C14920210811\",\n            \"proposed_comments_due_date\": \"2021-08-31\",\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa College Student Aid Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5853C.pdf\",\n            \"created_at\": \"2021-08-13T07:30:05.727057-04:00\"\n        },\n        {\n            \"id\": 53361,\n            \"title\": \"Grants Available for Charities, Faith Groups, and Small Businesses Providing COVID Relief\",\n            \"summary\": \"Starting Monday, August 16, 2021, charities, faith-based organizations and small businesses can apply for grants to support COVID-19 response and relief efforts in Louisiana through the Louisiana Nonprofit and Small Business Assistance Program. Grants are not awarded on a first-come, first-served basis. Applications are evaluated based on federal and state guidelines, and on intended use of the funds. While $25,000 is the maximum grant award, not all approved applicants will receive that amount.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11230LA1449720210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Louisiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.louisiana.gov/NewsAndPublications/NewsReleaseDetails/14497\",\n            \"created_at\": \"2021-08-13T07:30:05.793816-04:00\"\n        },\n        {\n            \"id\": 53362,\n            \"title\": \"DIFS Releases New Bulletin to Clarify New Auto Insurance Attendant Care Provision\",\n            \"summary\": \"In a move that will help clarify the care to which auto accident victims are entitled, the Michigan Department of Insurance and Financial Services (DIFS) issued guidance on the attendant care provision of Michigan's new auto insurance law. \\\"This guidance reminds survivors and their families of their rights under the law as we work to ensure that Michiganders receive the care to which they are entitled,\\\" said DIFS Director Anita Fox. \\\"DIFS is working closely with insurers to address access to care concerns, and we stand ready to assist consumers with questions or concerns regarding attendant care or any other provision of the new auto insurance law.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1146MI15220210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Department of Insurance and Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/difs/0,5269,7-303-13222_13250-565863--,00.html\",\n            \"created_at\": \"2021-08-13T07:30:05.857129-04:00\"\n        },\n        {\n            \"id\": 53364,\n            \"title\": \"Creating a More Equitable Workforce System: Opportunities for Governors and States\",\n            \"summary\": \"This brief outlines eight strategies to promote equity throughout the reemployment and workforce service delivery process. The COVID-19 pandemic illuminated many inequities historically imbedded in American healthcare, workforce, and education systems, among others. While the national unemployment rate has declined since its peak at 14.8% in April 2020, rates of return to work, workforce participation, and earnings for some industries and individuals have not recovered as quickly.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11887NGA4092820210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Governors Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nga.org/center/publications/creating-a-more-equitable-workforce-system-opportunities-for-governors-and-states/?utm_source=rss&utm_medium=rss&utm_campaign=creating-a-more-equitable-workforce-system-opportunities-for-governors-and-states\",\n            \"created_at\": \"2021-08-13T07:30:05.983793-04:00\"\n        },\n        {\n            \"id\": 53365,\n            \"title\": \"Governor Murphy, Acting Governor Oliver & Treasurer Muoio Praise Fitch’s Decision to Upgrade New Jersey’s Credit Outlook to Positive\",\n            \"summary\": \"Governor Phil Murphy, Acting Governor Sheila Oliver, and State Treasurer Elizabeth Maher Muoio today praised the decision by Fitch Ratings to upgrade the outlook for New Jersey’s general obligation bonds from negative to positive. In a statement issued today, Fitch Ratings stated its outlook upgrade “reflects the rapid turnaround in the state's fiscal condition as it recovers from the coronavirus pandemic. A solid economic rebound, state balancing actions during the pandemic and multiple rounds of federal assistance are now providing the state with both a solid financial cushion and extra capacity to accelerate progress on its high liabilities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ113974I20210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Jersey\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210812b.shtml\",\n            \"created_at\": \"2021-08-13T07:30:06.064777-04:00\"\n        },\n        {\n            \"id\": 53366,\n            \"title\": \"Consent to Rate Data Collection\",\n            \"summary\": \"The purpose of this bulletin is to notify your company of the semi-annual reporting requirements for insurance covering loss to nonfleet private passenger motor vehicle physical damage and homeowners residential property with not more than four housing units (all forms excluding HO4 and HO-6). The information and data requested by NCDOI in this semi-annual Data Call only applies to companies that issued Consent to Rate policies during the period 1/1/2021-6/30/2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC277020210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/actuarial/21-b-07-ctr-data-call-e/open\",\n            \"created_at\": \"2021-08-13T07:30:06.129525-04:00\"\n        },\n        {\n            \"id\": 53367,\n            \"title\": \"Licensed Property/Liability Insurance Companies and Adjusting Firms: Procedure for Catastrophic Adjusters\",\n            \"summary\": \"The purpose of this bulletin is to outline procedures your company will need to follow if a catastrophic event were to occur in North Carolina. NC Emergency Management staff will not allow any adjuster access to a declared disaster area unless the adjuster is carrying proper identification.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC419120210707\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/agent-services/21-b-05-cat-adjuster-bulletin-and-badge/open\",\n            \"created_at\": \"2021-08-13T07:30:06.192562-04:00\"\n        },\n        {\n            \"id\": 53368,\n            \"title\": \"Licensed Property/Liability Insurance Companies: Procedure for Catastrophic Adjusters\",\n            \"summary\": \"The purpose of this bulletin is to outline procedures your company will need to follow if a catastrophic event were to occur in North Carolina. The North Carolina Department of Insurance (NCDOI) is requiring that your company provide each catastrophic (CAT) adjuster with an identification badge.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC4910520210707\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/legislative-services/21-b-05-catastrophe-adjuster-bulletin-and-badge/open\",\n            \"created_at\": \"2021-08-13T07:30:06.257621-04:00\"\n        },\n        {\n            \"id\": 53369,\n            \"title\": \"Licensed Property/Liability Insurance Companies and Adjusting Firms: Procedure for Catastrophic Motor Vehicle Damage Appraisers\",\n            \"summary\": \"The purpose of this bulletin is to outline procedures employers will need to follow if a catastrophic event were to occur in North Carolina. The Department is requiring that employers provide each catastrophic motor vehicle damage appraiser with an identification badge.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC6811820210707\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/agent-services/21-b-06-cat-motor-vehicle-damage-appraiser-bulletin-and-badge-2021/open\",\n            \"created_at\": \"2021-08-13T07:30:06.319761-04:00\"\n        },\n        {\n            \"id\": 53370,\n            \"title\": \"Licensed Property/Liability Insurance Companies: Procedure for Catastrophic Motor Vehicle Damage Appraisers\",\n            \"summary\": \"The purpose of this bulletin is to outline procedures employers will need to follow if a catastrophic event were to occur in North Carolina. The Department is requiring that employers provide each catastrophic motor vehicle damage appraiser with an identification badge.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC7312920210707\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/legislative-services/21-b-06-catastrophic-motor-vehicle-damage-appraisers-bulletin-and-badge/open\",\n            \"created_at\": \"2021-08-13T07:30:06.381733-04:00\"\n        },\n        {\n            \"id\": 53371,\n            \"title\": \"Carteret County Man Charged with Insurance Fraud\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced the arrest of Robert Luis Quinones, 27, of 196 E. City Drive, Smyrna. Quinones was charged with insurance fraud, a felony. According to the arrest warrant, Quinones filed a claim with Progressive Premier Insurance Group of Illinois for damage to his vehicle and another man’s vehicle, claiming that the damage occurred after he took out the insurance policy when it occurred before he took out the policy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC274820210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/08/12/carteret-county-man-charged-insurance-fraud\",\n            \"created_at\": \"2021-08-13T07:30:06.445765-04:00\"\n        },\n        {\n            \"id\": 53372,\n            \"title\": \"Hickory Man Charged with Insurance Fraud\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced that Kenneth Roberts, 42, of 8770 Carroll St., Hickory, was charged with insurance fraud, a felony. Special agents with the Department of Insurance’s Criminal Investigations Division accuse Roberts of providing a $28,995 repair estimate from a business that does not exist in support of an automobile insurance policy claim with Geico.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC274920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/08/12/hickory-man-charged-insurance-fraud\",\n            \"created_at\": \"2021-08-13T07:30:06.511285-04:00\"\n        },\n        {\n            \"id\": 53373,\n            \"title\": \"Carrboro Woman Charged with Insurance Fraud\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced that Patricia Arlene Gaylor, 31, of 501 Jones Ferry Road, Carrboro, was charged with insurance fraud and attempting to obtain property by false pretense, both felonies. Special agents with the Department of Insurance’s Criminal Investigations Division accuse Gaylor of attempting to obtain $3,000 from USAA Insurance Co. by filing a fraudulent renters’ policy claim for damage to a ninth-generation MacBook Pro laptop that she did not possess, purchase or own.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC275020210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/08/12/carrboro-woman-charged-insurance-fraud\",\n            \"created_at\": \"2021-08-13T07:30:06.579348-04:00\"\n        },\n        {\n            \"id\": 53378,\n            \"title\": \"Disaster Case Management Program Contract Awarded for Individual Assistance for Communities Hard Hit by September 2020 Wildfires\",\n            \"summary\": \"The Oregon Department of Human Services (ODHS) has awarded The Disaster Services Corporation – Society of St. Vincent de Paul USA the contract for ODHS’s Disaster Case Management Program; this program provides funding and assistance to help survivors of the September 2020 wildfires connect with services and resources to support them on their path to full recovery. Disaster Services Corp. will partner with and oversee the efforts of three community-based organizations - Catholic Charities of Oregon, Santiam Hospital and Glide Revitalization - to aid the state’s 2020 wildfire survivors.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19225OR1286425220210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Division of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.oregon.gov/newsroom/Pages/NewsDetail.aspx?newsid=64252\",\n            \"created_at\": \"2021-08-13T07:30:06.883995-04:00\"\n        },\n        {\n            \"id\": 53379,\n            \"title\": \"SEC Notice Regarding Application for the Amendment of Substituted Compliance Determination Regarding Security-Based Swap Entities Subject to Regulation in the Federal Republic of Germany, Proposed Amendments to Order\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting public comment on an application by the Bundesanstalt für Finanzdienstleistungsaufsicht (“BaFin”), requesting that the Commission amend an existing substituted compliance Order for Germany to extend the Order to nonbank capital and margin requirements (the “Amended Application”). The Commission also is soliciting comment on proposed amendments to the Order and is proposing to amend and restate the Order (the “proposed Amended Order”).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349264720210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-92647.pdf\",\n            \"created_at\": \"2021-08-13T07:30:06.946563-04:00\"\n        },\n        {\n            \"id\": 53380,\n            \"title\": \"Order Instituting Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: Edgar M. Radjabli\",\n            \"summary\": \"Edgar M. Radjabli, (“Respondent” or “Radjabli”) age 35, as the founder, managing partner, 99% shareholder and sole employee of unregistered investment adviser Apis Capital Management, LLC (“Apis Capital”), was an associated person of Apis Capital with sole responsibility for its trading strategies. The Commission’s complaint alleged that Radjabli engaged in three fraudulent courses of conduct involving the offering of and transactions in securities, as well as offering registration and unlawful tender offer practice violations, between 2018 and 2020, as follows. In June 2018, Radjabli conducted an offering of Apis Tokens in which he misrepresented to prospective investors in Apis Token Fund that $1.7 million had been raised during the token pre-sale when no sales had taken place. Beginning in August 2019, Radjabli engaged in an offering of a security called the HCF CD through My Loan Doctor, raising approximately $19.95 million from 461 investors based on representations that the proceeds would be used to originate loans to healthcare professionals and, when not so used, would be insured. In view of the foregoing, the Commission impose the sanctions agreed to in Respondent Radjabli’s Offer. Accordingly, it is hereby ordered that Respondent Radjabli be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA581920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5819.pdf\",\n            \"created_at\": \"2021-08-13T07:30:07.013365-04:00\"\n        },\n        {\n            \"id\": 53381,\n            \"title\": \"Statement from Nancy Pelosi, Speaker of the U.S. House of Representatives: Dear Colleague to All Members on the Speaker's New Pay Order\",\n            \"summary\": \"\\\"A key priority for strengthening the Congress so that it can best serve the American people is ensuring that our offices and Committees have access to the best talent in America. As Speaker, I have been proud to take steps to ensure a diversity of experience and talent among staff, so that the halls of Congress, at every level, truly reflect those who we are honored to serve. To that end, today, it is my privilege to announce an important new reform for our institution: raising the maximum annual rate of pay for staff to $199,300. This order will help the Congress recruit and retain the outstanding and diverse talent that we need, as it also helps ensure parity between employees of the House of Representatives and other employees of the Federal Government.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH81221020210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81221-0\",\n            \"created_at\": \"2021-08-13T07:30:07.078026-04:00\"\n        },\n        {\n            \"id\": 53383,\n            \"title\": \"2020 Census Statistics Highlight Local Population Changes and Nation’s Racial and Ethnic Diversity\",\n            \"summary\": \"The U.S. Census Bureau today released additional 2020 Census results showing an increase in the population of U.S. metro areas compared to a decade ago. In addition, these once-a-decade results showed the nation’s diversity in how people identify their race and ethnicity. “We are excited to reach this milestone of delivering the first...The U.S. Census Bureau today released additional 2020 Census results showing an increase in the population of U.S. metro areas compared to a decade ago. In addition, these once-a-decade results showed the nation’s diversity in how people identify their race and ethnicity. These statistics, which come from the 2020 Census Redistricting Data (Public Law 94-171) Summary File, provide the first look at populations for small areas and include information on Hispanic origin, race, age 18 and over, housing occupancy and group quarters. They represent where people were living as of April 1, 2020, and are available for the nation, states and communities down to the block level.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC22120210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Census Bureau\"\n                },\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/blog/2021/08/2020-census-statistics-highlight-local-population-changes-and-nations-racial-and\",\n            \"created_at\": \"2021-08-13T07:30:07.202250-04:00\"\n        },\n        {\n            \"id\": 53384,\n            \"title\": \"Utah Man Convicted for Tax Fraud\",\n            \"summary\": \"A chiropractor and health-care products business owner was convicted yesterday by a jury in Salt Lake City, Utah, of attempting to evade the payment of his federal income taxes and corruptly endeavoring to impair the administration of the internal revenue laws. According to the evidence presented at trial and other court documents, in March 2012, Louis Hansen, of Orem, presented a check to the IRS in the amount of $342,699.41 that was drawn on a closed bank account in a fraudulent attempt to pay taxes, penalties, and interest that he owed for a number of years. In June 2012, Hansen presented another 10 additional checks to the IRS drawn on a different closed bank account in a second attempt to fraudulently discharge his tax debt. Each of these 10 checks was in the amount of $425,000, and the evidence showed that they were sent to at least six different IRS offices. U.S. District Judge Howard C. Nielsen Jr. scheduled Hansen’s sentencing for Nov. 4. Hansen faces a maximum sentence of five years in prison for tax evasion and three years in prison for corruptly impeding the internal revenue laws.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ91E620210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/utah-man-convicted-tax-fraud\",\n            \"created_at\": \"2021-08-13T07:30:07.271519-04:00\"\n        },\n        {\n            \"id\": 53385,\n            \"title\": \"SBA’s Elevating Small Business Series: Celebrating Rural Entrepreneurship with Live Online Panel\",\n            \"summary\": \"SBA Celebrates Rural Entrepreneurship: On Thursday, August 26, 2021, 1:00 p.m. – 2:00 p.m. (ET) the U.S. Small Business Administration will host a live online panel session to celebrate Rural Entrepreneurship with rural-owned small businesses as they share their small business stories and how they utilized SBA and U.S. Department of Agriculture (USDA) resources and economic aid as critical financial lifelines to pivot during the pandemic.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93NEL1291220210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/12/sbas-elevating-small-business-series-celebrating-rural-entrepreneurship-live-online-panel\",\n            \"created_at\": \"2021-08-13T07:30:07.332821-04:00\"\n        },\n        {\n            \"id\": 53386,\n            \"title\": \"Fact Sheet: Build Back Better Investments in Care Will Boost Economic Growth and Help Businesses Thrive\",\n            \"summary\": \"Today, employers from across the country have stood together to make it clear that a strong care infrastructure is critical to their businesses and the U.S. economy. They know that it is bad for business and the economy when working families do not have the support they need to work and find quality care for their children and older or disabled relatives. When workers don’t have adequate care for their families, they are more likely to experience care disruptions, which can translate to lower productivity, increased absenteeism, and higher turnover – all hurting the bottom line for businesses. The President’s Build Back Better agenda has a robust plan to invest in care —making child care and long-term care accessible and affordable, and establishing national paid family and medical leave. Access to affordable, high-quality child care would increase workforce participation, providing a more robust recruitment pipeline for businesses. Child care investments would boost family incomes, which can support business and economic growth.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH278VE20210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/12/fact-sheet-build-back-better-investments-in-care-will-boost-economic-growth-and-help-businesses-thrive/\",\n            \"created_at\": \"2021-08-13T07:30:07.398715-04:00\"\n        },\n        {\n            \"id\": 53387,\n            \"title\": \"Remarks by President Biden at Virtual Meeting with Elected Officials to Discuss the Importance of the Infrastructure Investment and Jobs Act\",\n            \"summary\": \"“Yesterday, the Senate passed the bipartisan infrastructure bill, in no small part because of all of you, in a significant milestone in the road toward making what we all know are long-overdue and much-needed investments. That’s the approach we’ve been taking with this bipartisan infrastructure bill. It’s going to create literally millions of jobs — good-paying jobs, putting America on a path to win the 21st century global economy. That’s what this infrastructure is all about today. We’re going to need to build the infrastructure for tomorrow, not just today. This bill is going to deliver high-speed Internet to every American. And we’ll build a national network of 500,000 electric vehicle charging stations. And here is another important part of the bill: Nearly 90 percent of the jobs created by this bill don’t require a college degree. This is the ultimate blue-collar blueprint to rebuild America.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH350CT20210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Speeches and Remarks\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/08/12/remarks-by-president-biden-at-virtual-meeting-with-elected-officials-to-discuss-the-importance-of-the-infrastructure-investment-and-jobs-act/\",\n            \"created_at\": \"2021-08-13T07:30:07.464436-04:00\"\n        },\n        {\n            \"id\": 53388,\n            \"title\": \"Utah State Bulletin, Vol. 2021, No. 16\",\n            \"summary\": \"The Utah State Bulletin (Bulletin) is an official noticing publication of the executive branch of Utah state government. The Office of Administrative Rules, part of the Department of Government Operations, produces the Bulletin under authority of Section 63G-3-402. Topics include: Finance R25-2. Finance Adjudicative Proceedings and a proposed rule for Workforce Services R990-200-5. Criteria for Allocating Volume Cap.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4713UT1620210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"Utah\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Utah Office of Administrative Rules\"\n                }\n            ],\n            \"pdf_url\": \"https://rules.utah.gov/wp-content/uploads/b20210815.pdf\",\n            \"created_at\": \"2021-08-13T07:30:07.527118-04:00\"\n        },\n        {\n            \"id\": 53389,\n            \"title\": \"House Bill 4124: Open Meetings - Childcare\",\n            \"summary\": \"Introduced on 08/12/2021. Amends the Open Meetings Act. Provides that if a quorum of the members of the public body is physically present, a majority of the public body may allow a member of that body to attend the meeting by other means if the member is prevented from physically attending because of, among other circumstances, childcare obligations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1412442FCH20210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4124&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-13T07:30:07.592455-04:00\"\n        },\n        {\n            \"id\": 53390,\n            \"title\": \"House Bill 15: Meals and Rooms Tax\",\n            \"summary\": \"Signed By Governor Sununu 07/30/2021. An act relative to including under the meals and rooms tax facilitators of Internet transactions of motor vehicle rentals and facilitators of Internet transactions of room occupancies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB1518320210803\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB15/\",\n            \"created_at\": \"2021-08-13T07:30:07.653666-04:00\"\n        },\n        {\n            \"id\": 53403,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Business before the Information Systems Advisory Committee\",\n            \"summary\": \"The Information Systems Advisory Committee of Citizens Property Insurance Corporation announces a telephone conference call to which all persons are invited to be held on Wednesday, September 8, 2021, 9:00 AM via teleconference: (786)635-1003, meeting code: 989 9031 8631. Zoom webinar link available at www.citizensfla.com. Subject: Business before the Information Systems Advisory Committee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487304820210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Citizen's Property Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24873048\",\n            \"created_at\": \"2021-08-13T07:30:08.672614-04:00\"\n        },\n        {\n            \"id\": 53404,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Board Committee Reports\",\n            \"summary\": \"The Citizens Property Insurance Board of Governors announces a public meeting to which all persons are invited to be held on Wednesday, September 22, 2021, 8:30 a.m. – 12:00 Noon, at Hyatt Regency, 50 Alhambra Plaza, Coral Gables, FL 33134. Zoom Dial In: (786)635-1003, Conference Code: 956 3792 7111. Subject: Topics to include but not limited to Board Committee Reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487518220210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Citizen's Property Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24875182\",\n            \"created_at\": \"2021-08-13T07:30:08.738165-04:00\"\n        },\n        {\n            \"id\": 53405,\n            \"title\": \"Truth in Lending (Regulation Z), Impact of the 2021 Juneteenth Holiday on Certain Closed-End Mortgage Requirements\",\n            \"summary\": \"The Bureau of Consumer Financial Protection (Bureau) is issuing this interpretive rule to provide guidance on certain Regulation Z timing requirements related to rescission of closed-end mortgages and the TILA-RESPA Integrated Disclosures (TRID). These timing requirements are based on a definition of “business day” that excludes days that are designated as legal public holidays under Federal law. The interpretive rule explains these timing requirements in light of recent legislation that designated “Juneteenth National Independence Day, June 19” (Juneteenth) as a Federal legal public holiday. It clarifies that, if the relevant closed-end rescission or TRID time period began on or before June 17, 2021, then June 19, 2021, was considered a business day, but nothing prohibits creditors from providing longer time periods. Therefore, it would also be compliant for creditors to have considered June 19, 2021, a Federal holiday for purposes of these provisions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17050\",\n            \"regalytics_alert_id\": \"1891FR20211705020210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": \"2021-08-12\",\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17050/truth-in-lending-regulation-z-impact-of-the-2021-juneteenth-holiday-on-certain-closed-end-mortgage\",\n            \"created_at\": \"2021-08-13T07:30:08.802022-04:00\"\n        },\n        {\n            \"id\": 53406,\n            \"title\": \"CFPB Report: Mortgage Servicers’ Pandemic Response Varies Significantly\",\n            \"summary\": \"The Consumer Financial Protection Bureau (CFPB) today published a report detailing 16 large mortgage servicers’ COVID-19 pandemic response. The report’s data metrics include call handling and loan delinquency rates, and they highlight the industry’s widely varied response to the pandemic. For example, many servicers managed to handle high call volume with an average hold time below 3 minutes, while others reported keeping callers waiting for as long as 26 minutes. The CFPB expects servicers to compare the report’s findings to their own internal metrics to identify opportunities for, and demonstrate concrete efforts toward, improvement. The CFPB used supervisory data from 16 large servicers to understand how they are interacting with homeowners during the pandemic and whether those interactions are effective. The CFPB is monitoring key data metrics, including: call metrics to understand how servicers managed the volume of homeowner calls; Pandemic forbearance exit metrics to determine the support provided to homeowners transitioning out of COVID-19 hardship forbearance programs; delinquency metrics to identify, among other things, variation of homeowner delinquency rates among servicers; borrower profile metrics to determine whether and how servicers track borrowers’ race and limited English proficiency (LEP) status; and pandemic assistance enrollment metrics to understand the types of assistance programs offered to homeowners and whether homeowner applications to those programs were accepted or rejected.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB71121LY28920210810\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/cfpb-report-mortgage-servicers-pandemic-response-varies-significantly/#\",\n            \"created_at\": \"2021-08-13T07:30:08.866215-04:00\"\n        },\n        {\n            \"id\": 53407,\n            \"title\": \"FFIEC Issues Guidance on Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Federal Financial Institutions Examination Council (FFIEC), on behalf of its members, today issued guidance that provides financial institutions with examples of effective authentication and access risk management principles and practices for customers, employees, and third parties accessing digital banking services and information systems. The guidance: highlights the current cybersecurity threat environment including increased remote access by customers and users, and attacks that leverage compromised credentials; and mentions the risks arising from push payment capabilities; recognizes the importance of the financial institution’s risk assessment to determine appropriate access and authentication practices to determine the wide range of users accessing financial institution systems and services; supports a financial institution’s adoption of layered security and underscores weaknesses in single-factor authentication; discusses how multi-factor authentication or controls of equivalent strength can more effectively mitigate risks; and includes examples of authentication controls, and a list of government and industry resources and references to assist financial institutions with authentication and access management.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB96148MS34620210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/ffiec-Issues-guidance-on-authentication-and-access-to-financial-institution-services-and-systems/#\",\n            \"created_at\": \"2021-08-13T07:30:08.931884-04:00\"\n        },\n        {\n            \"id\": 53408,\n            \"title\": \"Request for Information: Approach to Examinations During the Pandemic\",\n            \"summary\": \"The FDIC is seeking information and comments from financial institutions for which the FDIC is the primary Federal regulator regarding the FDIC's supervisory approach to examinations during the pandemic, including on-site and off-site activities, use of technology, and communication methods. Comments must be received by October 12, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17230\",\n            \"regalytics_alert_id\": \"1891FR20211723020210812\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17230/request-for-information-on-the-federal-deposit-insurance-corporations-supervisory-approach-to\",\n            \"created_at\": \"2021-08-13T07:30:08.999458-04:00\"\n        },\n        {\n            \"id\": 53409,\n            \"title\": \"FDITECH Selects Eight Teams in Tech Sprint to Reach the Unbanked\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today announced the selection of eight teams to participate in a ‘tech sprint’ designed to explore new technologies and techniques to help banks meet the needs of unbanked consumers. The FDIC’s tech lab, FDITECH, launched Breaking Down Barriers: Reaching the Last Mile of the Unbanked on July 6, 2021. This first-of-its-kind tech sprint challenged participants to identify better resources and tools to help banks bring unbanked consumers into the banking system and to sustain those banking relationships over time. According to the FDIC’s How America Banks Report, Black, Hispanic, American Indian and Alaska Native households remain significantly more likely to be unbanked. Given the challenges reaching the ‘last mile’ of unbanked households, and recognizing that community banks are uniquely positioned to meet the needs of this population but also often lack access to data and resources, the FDIC sought tech sprint participants to help answer the following question: “Which data, tools, and other resources could help community banks meet the needs of the unbanked in a cost-effective manner, and how might the impact of this work be measured?” FDITECH will host a ‘Demo Day’ next month, inviting these teams to make short presentations to a panel of judges who will evaluate their submissions for creativity, effectiveness/impact, and market readiness.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19018FDIC6407120210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fdic.gov/news/press-releases/2021/pr21071.html\",\n            \"created_at\": \"2021-08-13T07:30:09.067302-04:00\"\n        },\n        {\n            \"id\": 53410,\n            \"title\": \"Proposed Flood Hazard Determinations: Utah\",\n            \"summary\": \"Comments are requested on proposed flood hazard determinations, which may include additions or modifications of any Base Flood Elevation (BFE), base flood depth, Special Flood Hazard Area (SFHA) boundary or zone designation, or regulatory floodway on the Flood Insurance Rate Maps (FIRMs), and where applicable, in the supporting Flood Insurance Study (FIS) reports for the communities listed. Comments are to be submitted on or before November 10, 2021. FEMA proposes to make flood hazard determinations for each community in Utah listed: Cit of Bountiful, City of West Bountiful, and Unincorporated Areas of Davis County.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17200\",\n            \"regalytics_alert_id\": \"1891FR20211720020210812\",\n            \"proposed_comments_due_date\": \"2021-11-10\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17200/proposed-flood-hazard-determinations\",\n            \"created_at\": \"2021-08-13T07:30:09.133863-04:00\"\n        },\n        {\n            \"id\": 53411,\n            \"title\": \"Proposed Flood Hazard Determinations: Arizona and Oregon\",\n            \"summary\": \"Comments are requested on proposed flood hazard determinations, which may include additions or modifications of any Base Flood Elevation (BFE), base flood depth, Special Flood Hazard Area (SFHA) boundary or zone designation, or regulatory floodway on the Flood Insurance Rate Maps (FIRMs), and where applicable, in the supporting Flood Insurance Study (FIS) reports for the communities listed. Comments are to be submitted on or before November 10, 2021. FEMA proposes to make flood hazard determinations for each community listed: City of Cedona, Unincorporated Areas of Coconio County, and Unincorporated Areas of Yavapai County in Arizona; and City of Bonanza, City of Chiloquin, City of Klamath, City of Merrill, The Klamath Tribes, and Unincorporated Areas of Klamath County in Oregon.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17201\",\n            \"regalytics_alert_id\": \"1891FR20211720120210812\",\n            \"proposed_comments_due_date\": \"2021-11-10\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17201/proposed-flood-hazard-determinations\",\n            \"created_at\": \"2021-08-13T07:30:09.200243-04:00\"\n        },\n        {\n            \"id\": 53412,\n            \"title\": \"Changes in Flood Hazard Determinations\",\n            \"summary\": \"New or modified Base (1-percent annual chance) Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, and/or regulatory floodways (hereinafter referred to as flood hazard determinations) as shown on the indicated Letter of Map Revision (LOMR) for each of the communities listed in the table below are finalized. Each LOMR revises the Flood Insurance Rate Maps (FIRMs), and in some cases the Flood Insurance Study (FIS) reports, currently in effect for the listed communities. The flood hazard determinations modified by each LOMR will be used to calculate flood insurance premium rates for new buildings and their contents. Affected states: Arizona, California, Colorado, Florida, Hawaii, Illinois, Indiana, Kansas, Michigan, Minnesota, Missouri, Nevada, New York, North Dakota, Ohio, Oregon, Texas, Washington, and Wisconsin.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17204\",\n            \"regalytics_alert_id\": \"1891FR20211720420210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17204/changes-in-flood-hazard-determinations\",\n            \"created_at\": \"2021-08-13T07:30:09.267783-04:00\"\n        },\n        {\n            \"id\": 53413,\n            \"title\": \"Changes in Flood Hazard Determinations\",\n            \"summary\": \"New or modified Base (1-percent annual chance) Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, and/or regulatory floodways (hereinafter referred to as flood hazard determinations) as shown on the indicated Letter of Map Revision (LOMR) for each of the communities listed in the table below are finalized. Each LOMR revises the Flood Insurance Rate Maps (FIRMs), and in some cases the Flood Insurance Study (FIS) reports, currently in effect for the listed communities. The flood hazard determinations modified by each LOMR will be used to calculate flood insurance premium rates for new buildings and their contents. Affected states: Florida, Georgia, Louisiana, Massachusetts, New Mexico, Oklahoma, Pennsylvania, South Carolina, Texas, and Virginia\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17205\",\n            \"regalytics_alert_id\": \"1891FR20211720520210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17205/changes-in-flood-hazard-determinations\",\n            \"created_at\": \"2021-08-13T07:30:09.337569-04:00\"\n        },\n        {\n            \"id\": 53414,\n            \"title\": \"Changes in Flood Hazard Determinations\",\n            \"summary\": \"This notice lists communities where the addition or modification of Base Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, or the regulatory floodway (hereinafter referred to as flood hazard determinations), as shown on the Flood Insurance Rate Maps (FIRMs), and where applicable, in the supporting Flood Insurance Study (FIS) reports, prepared by the Federal Emergency Management Agency (FEMA) for each community, is appropriate because of new scientific or technical data. The FIRM, and where applicable, portions of the FIS report, have been revised to reflect these flood hazard determinations through issuance of a Letter of Map Revision (LOMR), in accordance with Federal Regulations. The LOMR will be used by insurance agents and others to calculate appropriate flood insurance premium rates for new buildings and the contents of those buildings. Affected states: Alaska, Arizona, California, Colorado, Idaho, Florida, Iowa, Kansas, Michigan, Minnesota, Nevada, New Jersey, Texas, Virginia, and Wisconsin.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17217\",\n            \"regalytics_alert_id\": \"1891FR20211721720210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17217/changes-in-flood-hazard-determinations\",\n            \"created_at\": \"2021-08-13T07:30:09.400873-04:00\"\n        },\n        {\n            \"id\": 53415,\n            \"title\": \"Changes in Flood Hazard Determinations\",\n            \"summary\": \"This notice lists communities where the addition or modification of Base Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, or the regulatory floodway (hereinafter referred to as flood hazard determinations), as shown on the Flood Insurance Rate Maps (FIRMs), and where applicable, in the supporting Flood Insurance Study (FIS) reports, prepared by the Federal Emergency Management Agency (FEMA) for each community, is appropriate because of new scientific or technical data. The FIRM, and where applicable, portions of the FIS report, have been revised to reflect these flood hazard determinations through issuance of a Letter of Map Revision (LOMR), in accordance with Federal Regulations. Affected states: Connecticut, Florida, Georgia, Louisiana, Maine, Maryland, Massachusetts, Nevada, New Mexico, Rhode Island, Texas, and Utah.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17218\",\n            \"regalytics_alert_id\": \"1891FR20211721820210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17218/changes-in-flood-hazard-determinations\",\n            \"created_at\": \"2021-08-13T07:30:09.464788-04:00\"\n        },\n        {\n            \"id\": 53416,\n            \"title\": \"Proposed Flood Hazard Determinations\",\n            \"summary\": \"Comments are requested on proposed flood hazard determinations, which may include additions or modifications of any Base Flood Elevation (BFE), base flood depth, Special Flood Hazard Area (SFHA) boundary or zone designation, or regulatory floodway on the Flood Insurance Rate Maps (FIRMs), and where applicable, in the supporting Flood Insurance Study (FIS) reports for the communities listed. Comments are to be submitted on or before November 10, 2021. FEMA proposes to make flood hazard determinations for each community listed: City of Leighton, City of Muscle Shoals, City of Sheffield, City of Tuscumbia, Town of Littleville, Unincorporated Areas of Franklin County, City of Florence, Town of Killen, Town of Lexington, Town of Saint Florian, Town of Waterloo, and Unincorporated Areas of Lauderdale County in Alabama; and City of Callaway, City of Lynn Haven, City of Mexico Beach, City of Panama City, City of Panama City Beach, City of Parker, City of Springfield, Unincorporated Areas of Bay County, City of Apalachicola, City of Carrabelle, and Unincorporated Areas of Franklin County in Florida; Town of Amherst in Massachusetts; and City of Combine, City of Crandall, City of Dallas, City of Forney, City of Mesquite, City of Rosser, City of Seagoville, and Unincorporated Areas of Kaufman County in Texas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17219\",\n            \"regalytics_alert_id\": \"1891FR20211721920210812\",\n            \"proposed_comments_due_date\": \"2021-11-10\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17219/proposed-flood-hazard-determinations\",\n            \"created_at\": \"2021-08-13T07:30:09.530078-04:00\"\n        },\n        {\n            \"id\": 53417,\n            \"title\": \"Final Flood Hazard Determinations\",\n            \"summary\": \"Flood hazard determinations, which may include additions or modifications of Base Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, or regulatory floodways on the Flood Insurance Rate Maps (FIRMs) and where applicable, in the supporting Flood Insurance Study (FIS) reports have been made final for the communities listed: City of Nothglenn, City of Thornton, Unincorporated Areas of Adams County, Town of Parker, Unincorporated Areas of Douglas County, Town of Meeker, Town of Rangely, and Unincorporated Areas of Rio Blanco County in Colorado; City of Aurelia, City of Cherokee, City of Larrabee, City of Quimby, City of Washta, Unincorporated Areas of Cherokee County, City of Arion, City of Aspinwall, City of Buck Grove, City of Charter Oak, City of Deloit, City of Denison, City of Down City, City of Kiron, City of Manilla, City of Ricketts, City of Vail, City of Westside, and Unincorporated Areas of Crawford County in Iowa; and Unincorporated Areas of King George County in Virginia.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17220\",\n            \"regalytics_alert_id\": \"1891FR20211722020210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": \"2021-12-02\",\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17220/final-flood-hazard-determinations\",\n            \"created_at\": \"2021-08-13T07:30:09.602041-04:00\"\n        },\n        {\n            \"id\": 53418,\n            \"title\": \"Change in Bank Control Notices, Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) (12 U.S.C. 1817(j)) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company: A. Federal Reserve Bank of Minneapolis (Chris P. Wangen, Assistant Vice President) 90 Hennepin Avenue, Minneapolis, Minnesota 55480-0291: 1. Patty Beyers, Roscoe, South Dakota; to retain voting shares of Ipswich Community Bancshares, Inc., and thereby indirectly retain voting shares of Ipswich State Bank, both of Ipswich, South Dakota.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17168\",\n            \"regalytics_alert_id\": \"1891FR20211716820210812\",\n            \"proposed_comments_due_date\": \"2021-08-27\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17168/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-13T07:30:09.665826-04:00\"\n        },\n        {\n            \"id\": 53419,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (12 U.S.C. 1841 et seq.) (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below: A. Federal Reserve Bank of Dallas (Karen Smith, Director, Applications) 2200 North Pearl Street, Dallas, Texas 75201-2272: 1. Woodforest Financial Group Employee Stock Ownership Plan (with 401(k) Provisions) and the related Woodforest Financial Group Employee Stock Ownership Trust, both of The Woodlands, Texas; to acquire up to 32 percent of Woodforest Financial Group, Inc., and thereby indirectly acquire Woodforest National Bank, The Woodlands, Texas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17169\",\n            \"regalytics_alert_id\": \"1891FR20211716920210812\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17169/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-13T07:30:09.733998-04:00\"\n        },\n        {\n            \"id\": 53420,\n            \"title\": \"What Can We Learn from Idiosyncratic Wage Changes?\",\n            \"summary\": \"I document six facts about wage changes. First, most pay revisions occur at yearly frequency, but a small proportion occur at idiosyncratic times. Second, idiosyncratic pay changes are larger and more dispersed than year-end pay changes and resemble more pay changes occurring at job-to-job transitions. Third, idiosyncratic pay changes are more common for workers with less experience and, fourth, in firms higher on the job-ladder. Fifth, industries in which the incidence of idiosyncratic raises have risen have experienced greater declines in labor share. Sixth, industries in which more firms report willingness to negotiate wages have greater concentrations of idiosyncratic revisions. An on-the-job search model with heterogeneous wage contracts can rationalize these facts.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED162s?ES20210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/what-can-we-learn-from-idiosyncratic-wage-changes.htm\",\n            \"created_at\": \"2021-08-13T07:30:09.797597-04:00\"\n        },\n        {\n            \"id\": 53421,\n            \"title\": \"Federal Reserve Board Issues Enforcement Actions with South Shore Bank and Dime Community Bank\",\n            \"summary\": \"The Federal Reserve Board on Thursday announced the execution of the enforcement actions listed below: South Shore Bank, Weymouth, Massachusetts on Flood insurance violations; civil money penalty, Consent Order, dated August 10, 2021. And Dime Community Bank, Hauppauge, New York on Flood insurance violations; civil money penalty, Consent Order, dated August 11, 2021. On the first issue, the Board of Governors of the Federal Reserve System (the “Board of Governors”) issues this Order of Assessment of a Civil Money Penalty (the “Order”) upon the consent of South Shore Bank, Weymouth, Massachusetts (the “Bank”), a state member bank, in connection with the Bank’s pattern or practice of violations of Regulation H, 12 C.F.R. § 208.25. The Act requires that civil money penalties be imposed of up to $2,000 for each violation. The Bank has consented to the issuance of this Order by the Board of Governors, and consented to comply with each and every provision of this Order, and waived any and all rights it might have. Therefore, it is ordered that the Bank is assessed and shall pay a civil money penalty in the amount of $71,000. Effective on August 10, 2021. On the second issue, the Board of Governors of the Federal Reserve System (the “Board of Governors”) issues this Order of Assessment of a Civil Money Penalty (the “Order”) upon the consent of Dime Community Bank, formerly known as BNB Bank, Hauppauge, New York (the “Bank”), a state member bank, in connection with the Bank’s pattern or practice of violations of Regulation H, 12 C.F.R. § 208.25, which implements the requirements of the Act. The Act requires that civil money penalties be imposed of up to $2,000 for each violation. Accordingly, it is ordered that the Bank is assessed and shall pay a civil money penalty in the amount of $11,000.00. This order is effective on August 11, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED174nk2A20210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/enforcement20210812a.htm\",\n            \"created_at\": \"2021-08-13T07:30:09.859887-04:00\"\n        },\n        {\n            \"id\": 53422,\n            \"title\": \"FTC Urges Federal Reserve Board to Require Debit Card Gatekeepers to Compete Fairly\",\n            \"summary\": \"The Federal Trade Commission announced that staff have submitted a comment urging the Board of Governors of the Federal Reserve System (the Fed) to clarify and strengthen the implementation of debit card fee and routing reforms to the Electronic Fund Transfer Act (EFTA) made under the Dodd-Frank Wall Street Reform Act of 2010 (Dodd-Frank). According to a 2019 study, Americans use debit cards almost twice as often as credit cards. Merchants, including millions of small businesses, must pay fees to card issuers, usually banks, and card networks like Visa and Mastercard, in order to accept debit cards. But merchants cannot select low-fee networks unless the issuer enables those networks. Typically, merchants work with payment processing companies to ensure that they get paid. When merchants pay high fees to accept payments, this can lead to price hikes for customers. In the Dodd-Frank Act, Congress amended EFTA to promote competition among debit card networks by requiring debit card issuers to enable at least two networks so that merchants have a choice for routing electronic debit transactions. The Fed has rulemaking authority to implement these provisions, and the FTC enforces these rules with respect to card networks. While mobile and electronic payments have been on the rise since 2010, the COVID-19 pandemic has accelerated that growth, with merchants and consumers shifting increasingly to ecommerce and digital marketplaces. As the Fed’s proposed rule recognizes, issuers do not provide sufficient options to merchants for these types of payments. The FTC staff endorsed the proposed rulemaking by the Fed which clarifies that a 2011 regulation applies both to transactions in which a physical debit card is used, and to “card-not-present transactions” that occur without use of a physical card, such as pay-by-phone or other electronic payments.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC83159418920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Trade Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/08/ftc-urges-federal-reserve-board-require-debit-card-gatekeepers\",\n            \"created_at\": \"2021-08-13T07:30:09.922935-04:00\"\n        },\n        {\n            \"id\": 53423,\n            \"title\": \"Notice of Proposed Rule: Fee Schedule, Annual Invoicing, Data Updating, and Updating of the Special District Database\",\n            \"summary\": \"Rulemaking is necessary to clarify and streamline the existing rule explaining annual invoicing, data collection, and the fee schedule for special districts. The proposed rule amends Rule 73C-24.003, F.A.C. (Fee Schedule, Annual Invoicing, Data Updating, and Updating of the Special District Database) to provide special districts with a clearer understanding of the Department’s data collection and the statutory fee schedule. The Agency has determined that this will not have an adverse impact on small business or likely increase directly or indirectly regulatory costs in excess of $200,000 in the aggregate within one year after the implementation of the rule. A SERC has not been prepared by the Agency. The Agency has determined that the proposed rule is not expected to require legislative ratification based on the statement of estimated regulatory costs or if no SERC is required, the information expressly relied upon and described herein: The Agency has previously reviewed the statutory requirements and determined that Rule 73C-24.003, F.A.C., has not adverse impact or associated regulatory cost that exceeds any of the criteria set forth in Section 120.541(2)(a), F.S.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487624920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=73C-24.003&PDate=8/12/2021&Section=2#\",\n            \"created_at\": \"2021-08-13T07:30:09.984698-04:00\"\n        },\n        {\n            \"id\": 53424,\n            \"title\": \"Notice of Declaratory Statement: Foris DAX Inc\",\n            \"summary\": \"The Florida Office of Financial Regulation has issued an order disposing of the petition for declaratory statement filed by Foris DAX Inc. on May 17, 2021. The following is a summary of the agency's disposition of the petition: on August 11, 2021, a Final Order on the Petition was issued. The Office determined that Petitioner is required to obtain licensure as a money transmitter for the activities described in its Petition for Declaratory Statement. The Court held that a transaction involving monetary value does not require a “third party” in order to be considered money transmission. Therefore, Petitioner would be required to obtain a money transmitter license to lawfully engage in buy-sell transactions as described in its proposed business model. Based on Espinoza, Petitioner’s proposed activity of providing a Digital Asset Sales Service involving the direct online sale of certain cryptocurrencies to consumers from Petitioner’s own inventory using fiat or other cryptocurrencies, requires licensure as a money transmitter. Petitioner’s proposed activity of providing a custodial wallet that offers customers the ability to store cryptocurrencies does not fall within the definition of a “money transmitter”, and therefore licensure is not required under chapter 560, Florida Statutes. With respect to Petitioner’s proposed activity of providing its customers with a payment processing service that enables holders of supported cryptocurrencies to pay for goods and services at participating online merchants, the facts provided in the Petition are not clearly delineated or explained in enough detail for the Office to make a determination whether the proposed activity constitutes money transmission. Thus, a declaratory statement with respect to this proposed activity is not available to Petitioner. The original petition was published May 20, 2021 in the Florida Administrative Register Volume 47, Number 98.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487440620210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Declaratory Statement\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24874406\",\n            \"created_at\": \"2021-08-13T07:30:10.060972-04:00\"\n        },\n        {\n            \"id\": 53425,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Florida PALM Project\",\n            \"summary\": \"The Department of Financial Services announces a public meeting to which all persons are invited to be held on Wednesday, August 25, 2021, 2:00 p.m. – 4:00 p.m. ET via in-person option for ESC member attendance: Department of Children and Families, 2415 North Monroe Street, Room C100. Virtual, listen-only, option for public attendance. Virtual information is listed on the meeting agenda, located on the Florida PALM Project website https://www.myfloridacfo.com/floridapalm/governance/. Subject: the Florida PALM Executive Steering Committee will meet in-person to discuss the status of the Florida PALM Project.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487450320210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24874503\",\n            \"created_at\": \"2021-08-13T07:30:10.126142-04:00\"\n        },\n        {\n            \"id\": 53426,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Florida Housing’s 2021-2022 Proposed Multifamily Financing Development Funding Cycle, Request for Applications\",\n            \"summary\": \"The Florida Housing Finance Corporation announces a public meeting to which all persons are invited to be held on August 24, 2021, 2:00 p.m. The workshop will be available by telephone and webinar. The registration information is posted to the following website: https://www.floridahousing.org/programs/developers-multifamily-programs/competitive/2022/2022-102. Subject: The meeting will provide an overview of Florida Housing’s 2021-2022 Proposed Multifamily Financing Development Funding Cycle, focusing on the Request for Applications (RFAs) that provide funding to finance permanent supportive housing and rental housing for persons with special needs or homeless households.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487430920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24874309\",\n            \"created_at\": \"2021-08-13T07:30:10.188424-04:00\"\n        },\n        {\n            \"id\": 53427,\n            \"title\": \"Former Naples Man Sentenced to Prison on Charges of Securities Fraud and Grand Theft\",\n            \"summary\": \"The Office of Financial Regulation (OFR) today announced that Richard Leli was sentenced to 18 months in prison and four years of probation for his role in an investment scam. Leli paid $30,000 to a victim and was ordered to pay an additional $9,500 in restitution. He was also ordered to pay additional fees, including court costs and costs of prosecution. Leli was offering investments in both promissory notes and shares in his Naples-based company, SW Florida’s Finest Tire and Auto, LLC and failed to provide promised returns. According to victims, Leli convinced them to invest by representing that their money would provide start-up capital to lease space and purchase needed machinery for the company. The OFR investigation revealed, however, that the company was already in operation at the time the investments were solicited, and that most of the money was used for Leli’s personal living expenses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1229FL8412620210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://flofr.gov/sitePages/OFRNews.htm?p=former-naples-man-sentenced-to-prison-on-charges-of-securities-fraud-and-grand-theft\",\n            \"created_at\": \"2021-08-13T07:30:10.250710-04:00\"\n        },\n        {\n            \"id\": 53430,\n            \"title\": \"Order for Suspension: Nathan W. Garrett\",\n            \"summary\": \"Nathan W. Garrett (“Respondent”) submitted an application for insurance producer licensure designating the Commissioner as Respondent’s agent for service of process and was issued an Iowa insurance producer license under National Producer Number 18573131. The Commissioner issued a notice to Respondent advising that the Certificate of Noncompliance was received and that Respondent’s Iowa insurance producer license would be suspended in 30 days unless Revenue withdrew the Certificate of Noncompliance. The Iowa Insurance Division (“Division”) mailed the letter notifying Respondent of the intended suspension by restricted certified mail, return receipt requested, and by regular first-class mail on June 29, 2021, to an address located in the producer licensing record, as well as to an additional address provided by Revenue. The notice sent by restricted certified mail to the address in the licensing record was returned to the Division on July 14, 2021, marked “Return to Sender – Unable to Forward – Unable to Forward – Return to Sender.” The notice sent to that address by first class mail has not been returned to date. The notice sent by restricted certified mail to the address provided by Revenue was returned to the Division on July 27, 2021, marked “Return to Sender – Unclaimed – Unable to Forward.” Notices were left by the USPS for the Respondent on July 1, July 7, and July 17, before being returned to the Division. The 30-day notice period has now passed and Revenue has not withdrawn the Certificate of Noncompliance. It is therefore ordered that the Iowa insurance producer license of Nathan W. Garrett is suspended as of the date of this Order. It is further ordered that Nathan W. Garrett shall not be eligible for license reinstatement, reissuance, or renewal. Ordered on August 11, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1711027420210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-nathan-w-garrett\",\n            \"created_at\": \"2021-08-13T07:30:10.444378-04:00\"\n        },\n        {\n            \"id\": 53431,\n            \"title\": \"Consent to Cease and Desist Order: Peril Property Adjusters, LLC and Jerad Watson\",\n            \"summary\": \"From on or about August 13, 2020, Respondents have engaged in acts and practices within the state of Iowa constituting cause for a summary order to cease and desist from engaging in such acts or practices. Respondents deny the findings of fact found and the conclusions of law, but are willing to consent to entry of the Cease and Desist Order. On multiple occasions, Watson permitted his Peril employee, Styer, and Peril's representative, Messer, to conduct business and/or perform acts for which a license is required. Therefore, it is ordered that Respondents Peril and Watson shall not allow Styer, Messer, or any other unlicensed employees or representatives of Peril act for or aid an insured in negotiating for or effect the settlement of a first party claim for loss or damage to real or personal property to be insured. Respondent Peril is assessed a civil penalty in the amount of $1,000. Respondent Peril shall pay $3,000 for costs of investigation and prosecution. Ordered on August 11, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO4610918720210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-peril-property-adjusters-llc-and-jerad\",\n            \"created_at\": \"2021-08-13T07:30:10.506856-04:00\"\n        },\n        {\n            \"id\": 53432,\n            \"title\": \"North American Securities Administrators Association Announces Results of 2021-2022 Board Elections\",\n            \"summary\": \"Melanie Senter Lubin, Maryland’s Securities Commissioner, was elected to a one-year term as president of the North American Securities Administrators Association (NASAA), the oldest international organization devoted to investor protection and responsible capital formation. Elected by NASAA’s membership, Lubin will assume her new role on September 21, 2021, following NASAA’s Annual Meeting in Chicago. She will succeed current NASAA President Lisa A. Hopkins, West Virginia’s Senior Deputy Securities Commissioner. Hopkins announced NASAA’s 2021-2022 Board of Directors: President, Melanie Senter Lubin, Securities Commissioner, Maryland Division of Securities; President-elect, Andrew Hartnett, Deputy Administrator for Securities, Iowa Securities Bureau 2021-2022 Board Members; Past-President Lisa A. Hopkins, Senior Deputy Securities Commissioner, West Virginia; Board Member, William Beatty, Director, Washington Securities Division, Washington; Board Member, Marni Gibson, Securities Administrator, Kentucky; Board Member, Kevin Hoyt, Chief Executive Officer, New Brunswick Financial & Consumer Services Commission, New Brunswick Board Member, Claire McHenry, Deputy Director, Nebraska Department of Banking & Finance Bureau of Securities, Nebraska; Board Member, Leslie Van Buskirk, Administrator, Wisconsin Division of Securities, Wisconsin; Board Member, Diane Young-Spitzer, Acting Director, Massachusetts Securities Division, Massachusetts Ex Officio; and Board Member, Joseph Brady, NASAA Executive Director.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2918NASAA5825720210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North American Securities Administrators Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nasaa.org/58257/north-american-securities-administrators-association-announces-results-of-2021-2022-board-elections/\",\n            \"created_at\": \"2021-08-13T07:30:10.571792-04:00\"\n        },\n        {\n            \"id\": 53433,\n            \"title\": \"Consent to Rate Data Collection\",\n            \"summary\": \"The purpose of this bulletin is to notify your company of the semi-annual reporting requirements for insurance covering loss to nonfleet private passenger motor vehicle physical damage and homeowners residential property with not more than four housing units (all forms excluding HO4 and HO-6). The information and data requested by NCDOI in this semi-annual Data Call only applies to companies that issued Consent to Rate policies during the period 1/1/2021-6/30/2021. The reply submission should be submitted no later than September 27, 2021. If companies that have not written any consent to rates of the above mentioned coverages during the above mentioned period, do not need to comply with this data call.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC347920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/media/2258/open\",\n            \"created_at\": \"2021-08-13T07:30:10.635134-04:00\"\n        },\n        {\n            \"id\": 53434,\n            \"title\": \"Information Security: FFIEC Statement on Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC), along with the other Federal Financial Institutions Examination Council (FFIEC) members, today issued guidance addressing authentication and access to financial institution services and systems. The cybersecurity threat landscape continues to present significant risks to financial institutions, reinforcing the need for financial institutions to effectively authenticate and control access for users and customers to protect information systems, accounts, and data. The FFIEC guidance provides risk management principles and practices that support a financial institution’s authentication of (1) users accessing financial institution information systems, including employees, board members, third parties, and other systems, and (2) consumer and business customers accessing digital banking services. The guidance replaces the FFIEC members’ 2005 guidance, “Authentication in an Internet Banking Environment,” and 2011 guidance, “Supplement to Authentication in an Internet Banking Environment.” Also rescinded are OCC Bulletin 2005-35, “Authentication in an Internet Banking Environment: Interagency Guidance,” and OCC Bulletin 2011-26, “Authentication in an Internet Banking Environment: Supplement,” which conveyed the 2005 and 2011 guidance, respectively.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC11271MS473620210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-36.html\",\n            \"created_at\": \"2021-08-13T07:30:10.698914-04:00\"\n        },\n        {\n            \"id\": 53435,\n            \"title\": \"SEC Charges International Microcap Fraud Scheme Participants\",\n            \"summary\": \"The Securities and Exchange Commission announced an emergency action charging nine individuals, including a public company chairman, for their participation in long-running fraudulent schemes that collectively generated hundreds of millions of dollars from unlawful stock sales and caused significant harm to retail investors in the United States and around the world. The SEC has obtained emergency relief in court, including an order to freeze the defendants' assets. According to the SEC's complaint, Canadian resident Frederick L. Sharp masterminded a complex scheme from 2011 to 2019 in which he and his associates - Canadian residents Zhiying Yvonne Gasarch and Courtney Kelln - enabled control persons of microcap companies whose stock was publicly traded in the U.S. securities markets to conceal their control and ownership of huge amounts of penny stock. They then surreptitiously dumped the stock into the U.S. markets in violation of federal securities laws. The services Sharp and his associates allegedly provided included furnishing networks of offshore shell companies to conceal stock ownership, arranging stock transfers and money transmittals, and providing encrypted accounting and communications systems. According to the complaint, Sharp and his associates facilitated over a billion dollars in gross sales in hundreds of penny stock companies. The complaint alleges that one group of control persons comprised of Canadian residents Mike K. Veldhuis, Paul Sexton, and Jackson T. Friesen frequently collaborated with Sharp to dump huge stock positions while hiding their control positions and stock promotional activities from the investing public. The complaint further alleges that California resident Avtar S. Dhillon, who chaired the boards of directors of four of the public companies whose stocks were fraudulently sold during the schemes, reaped millions in illicit proceeds from those illegal sales. Dhillon was allegedly complicit with Veldhuis and his associates as well as with others, including Canadian resident Graham R. Taylor. According to the complaint, Maryland resident William T. Kaitz worked as a promoter and allegedly touted stocks that Veldhuis, Sexton, and Friesen simultaneously planned to sell, while concealing their roles.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2516420210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25164.htm\",\n            \"created_at\": \"2021-08-13T07:30:10.765495-04:00\"\n        },\n        {\n            \"id\": 53436,\n            \"title\": \"Proposed Collection, Comment Request: Rule 17a-6\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the collection of information provided for in Rule 17a-6 (17 CFR 240.17a-6) under the Securities Exchange Act of 1934 (15 U.S.C. 78a et seq.). The Commission plans to submit this existing collection of information to the Office of Management and Budget (“OMB”) for extension and approval. Rule 17a- permits national securities exchanges, national securities associations, registered clearing agencies, and the Municipal Securities Rulemaking Board (“MSRB”) (collectively, “SROs”) to destroy or convert to microfilm or other recording media records maintained under Rule 17a-1, if they have filed a record destruction plan with the Commission and the Commission has declared the plan effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17153\",\n            \"regalytics_alert_id\": \"1891FR20211715320210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17153/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:10.829053-04:00\"\n        },\n        {\n            \"id\": 53437,\n            \"title\": \"Proposed Collection, Comment Request: Rules 17Ad-15\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the existing collection of information provided for in Rule 17Ad-15 (17 CFR 240.17Ad-15) (“Rule 17Ad-15”) under the Securities Exchange Act of 1934 (15 U.S.C. 78a et seq.) (“Exchange Act”). The Commission plans to submit this existing collection of information to the Office of Management and Budget (“OMB”) for extension and approval. Rule 17Ad-15 requires every registered transfer agent to establish written standards for the acceptance of guarantees of securities transfers from eligible guarantor institutions. Every registered transfer agent is also required to establish procedures, including written guidelines where appropriate, to ensure that the transfer agent uses those standards to determine whether to accept or reject guarantees from eligible guarantor institutions. In implementing these requirements, the Commission's purpose is to ensure that registered transfer agents treat eligible guarantor institutions equitably.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17154\",\n            \"regalytics_alert_id\": \"1891FR20211715420210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17154/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:10.892754-04:00\"\n        },\n        {\n            \"id\": 53438,\n            \"title\": \"Proposed Collection, Comment Request: Form 1-K\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the collection of information summarized below. The Commission plans to submit this existing collection of information to the Office of Management and Budget for extension and approval. Form 1-K (17 CFR 239.91) is used to file annual reports by Tier 2 issuers under Regulation A, an exemption from registration under the Securities Act of 1933 (15 U.S.C. 77a et seq.). Tier 2 issuers under Regulation A conducting offerings of up to $50 million within a 12-month period are required to file Form 1-K. Form 1-K provides audited year-end financial statements and information about the issuer's business operation, ownership, management, liquidity, capital resources and operations on an annual basis. In addition, Part I of the Form 1-K collects information on any offerings under Regulation A that have been terminated or completed unless it has been previous reported on Form 1-Z.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17155\",\n            \"regalytics_alert_id\": \"1891FR20211715520210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17155/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:10.958404-04:00\"\n        },\n        {\n            \"id\": 53439,\n            \"title\": \"Proposed Collection, Comment Request: Form 1-Z\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the collection of information summarized below. The Commission plans to submit this existing collection of information to the Office of Management and Budget for extension and approval. Form 1-Z (17 CFR 239.94) is used to report terminated or completed offerings or to suspend the duty to file ongoing reports under Regulation A, an exemption from registration under the Securities Act of 1933 (15 U.S.C 77a et seq.). The purpose of the Form 1-Z is to collect empirical data for the Commission on offerings conducted under Regulation A that have terminated or completed, to indicate to the Commission that issuers that have conducted Tier 2 offering are suspending their duty to file reports under Regulation A and to provide such information to the investing public.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17156\",\n            \"regalytics_alert_id\": \"1891FR20211715620210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17156/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:11.026076-04:00\"\n        },\n        {\n            \"id\": 53440,\n            \"title\": \"Proposed Collection, Comment Request: Form 4\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the collection of information summarized below. The Commission plans to submit this existing collection of information to the Office of Management and Budget for extension and approval. Under Section 16(a) of the Securities Exchange Act of 1934 (“Exchange Act”) (15 U.S.C. 78a et seq.) every person who is directly or indirectly the beneficial owner of more than 10 percent of any class of any equity security (other than an exempted security) which registered under Section 12 of the Exchange Act (15 U.S.C. 78l), or who is a director or an officer of the issuer of such security (collectively “insiders”), must file a statement with the Commission reporting their ownership. Form 4 is a statement to disclose changes in an insider's ownership of securities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17157\",\n            \"regalytics_alert_id\": \"1891FR20211715720210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17157/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:11.090333-04:00\"\n        },\n        {\n            \"id\": 53441,\n            \"title\": \"Proposed Collection, Comment Request: Form F-X\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the collection of information summarized below. The Commission plans to submit this existing collection of information to the Office of Management and Budget for extension and approval. Form F-X (17 CFR 239.42) is used to appoint an agent for service of process by Canadian issuers registering securities on Forms F-7, F-8, F-9 or F-10 under the Securities Act of 1933(15 U.S.C. 77a et seq.), or filing periodic reports on Form 40-F under the Exchange Act of 1934(15 U.S.C. 78a et seq.). The information collected must be filed with the Commission and is publicly available. We estimate that it takes approximately 2 hours per response to prepare Form F-X and that the information is filed by approximately 114 respondents for a total annual reporting burden of 228 hours (2 hours per response × 114 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17158\",\n            \"regalytics_alert_id\": \"1891FR20211715820210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17158/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:11.154562-04:00\"\n        },\n        {\n            \"id\": 53442,\n            \"title\": \"Proposed Collection, Comment Request: Regulation BTR\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the collection of information summarized below. The Commission plans to submit this existing collection of information to the Office of Management and Budget for extension and approval. Regulation Blackout Trade Restriction (“Regulation BTR”) (17 CFR 245.100-245.104) clarifies the scope and application of Section 306(a) of the Sarbanes-Oxley Act of 2002 (“Act”) (15 U.S.C. 7244(a)). Section 306(a)(6) [15 U.S.C.7244(a)(6)] of the Act requires an issuer to provide timely notice to its directors and executive officers and to the Commission of the imposition of a blackout period that would trigger the statutory trading prohibition of Section 306(a)(1) [15 U.S.C. 7244(a)(1)]. Section 306(a) of the Act prohibits any director or executive officer of an issuer of any equity security, directly or indirectly, from purchasing, selling or otherwise acquiring or transferring any equity security of that issuer during any blackout period with respect to such equity security, if the director or executive officer acquired the equity security in connection with his or her service or employment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17159\",\n            \"regalytics_alert_id\": \"1891FR20211715920210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17159/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:11.217595-04:00\"\n        },\n        {\n            \"id\": 53443,\n            \"title\": \"Proposed Collection, Comment Request: Regulation G\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the collection of information summarized below. The Commission plans to submit this existing collection of information to the Office of Management and Budget for extension and approval. Regulation G (17 CFR 244.100—244.102) under the Securities Exchange Act of 1934 (the “Exchange Act”) (15 U.S.C. 78a et seq.) requires publicly reporting companies that disclose or releases financial information in a manner that is calculated or presented other than in accordance with generally accepted accounting principles (“GAAP”) to provide a reconciliation of the non-GAAP financial information to the most directly comparable GAAP financial measure. Regulation G implemented the requirements of Section 401 of the Sarbanes-Oxley Act of 2002 (15 U.S.C. 7261). We estimate that approximately 14,000 public companies must comply with Regulation G approximately six times a year for a total of 84,000 responses annually. We estimated that it takes approximately 0.5 hours per response (84,000 × 0.5 hours) for a total reporting burden of 42,000 hours annually.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17160\",\n            \"regalytics_alert_id\": \"1891FR20211716020210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17160/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:11.282079-04:00\"\n        },\n        {\n            \"id\": 53444,\n            \"title\": \"Proposed Collection, Comment Request: Rule 15Ga-2 and Form ABS-15G\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting comments on the collection of information summarized below. The Commission plans to submit this existing collection of information to the Office of Management and Budget for extension and approval. Rule 15Ga-2 and Form ABS-15G (17 CFR 249.1400) is used for reports of information required under Rule 15Ga-1 and Rule 15Ga-2 (17 CFR 240.15Ga-1) (17 CFR 240.15Ga-2) of the Exchange Act of 1934 (“Exchange Act”). Exchange Act Rule 15Ga-1 requires asset-backed securitizers to provide disclosure regarding fulfilled an unfulfilled repurchase requests with respect to asset-backed securities. The purpose of the information collected on Form ABS-15G is to implement the disclosure requirements of Section 943 of the Dodd-Frank Wall Street Reform and Consumer Protection Act to provide information regarding the use of representations and warranties in the asset-backed securities markets.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17161\",\n            \"regalytics_alert_id\": \"1891FR20211716120210812\",\n            \"proposed_comments_due_date\": \"2021-10-11\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17161/proposed-collections-comment-request\",\n            \"created_at\": \"2021-08-13T07:30:11.348385-04:00\"\n        },\n        {\n            \"id\": 53445,\n            \"title\": \"Tennessee Investors Invited to Learn About Consumer Fraud, Investment Fraud and the Rise of Digital and Cryptocurrencies During August 25 Teletown Hall\",\n            \"summary\": \"As financial scammers and digital con artists become increasingly savvy, it’s never been more important that hard-working investors learn the red flags of a trap that could cause financial ruin. To help raise awareness of investment fraud, the Tennessee Department of Commerce & Insurance Securities Division invites Tennessee consumers to join financial experts from the U.S. Securities Exchange Commission, the Tennessee Financial Literacy Commission and the Better Business Bureau Serving Southeast Tennessee & Northwest Georgia to participate in a free teletown hall on Wednesday, Aug. 25, 2021. The 60-minute virtual discussion will be moderated by Torch Fund Faculty Advisor and Clinical Assistant Professor of Finance at the University of Tennessee Ryan Z. Farley.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA32520210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/8/12/tn-investors-invited-to-learn-about-consumer-fraud-investment-fraud-rise-of-digital-cryptocurrencies-during-aug-25-teletown-hall.html\",\n            \"created_at\": \"2021-08-13T07:30:11.416783-04:00\"\n        },\n        {\n            \"id\": 53446,\n            \"title\": \"Order to Cease and Desist: EZ-Scan.com, Inc. aka EZ-Scan, Inc., Hard Box, and Richard H. Osteimer\",\n            \"summary\": \"EZ-Scan.com, Inc. a/k/a EZ-Scan, Inc. (\\\"EZ-Scan\\\") was a Nevada corporation doing business in Tennessee. The corporate status of EZ-Scan has been revoked. Hard Box is an unknown business entity doing business in Tennessee. Richard H. Ostheimer (\\\"Ostheimer\\\") is believed to be an employee, agent, officer, director, owner or other affiliated person of EZ-scan and/or Hard Box. On or about March 1, 2004, Eddie Davis, an investigator with the Division of Securities, began a preliminary investigation regarding the matter. It was brought to the attention of the Division that Ostheimer was engaged in the sale of unregistered private placement securities while being an unregistered broker-dealer or agent. It is ordered that the Respondents shall immediately cease and desist from the issuance, offer to sell, and/or sale of stock or any other investment interest inEZ- Scan.com, Inc. and/or Hard Box, including any successor entities to individuals in Tennessee and in other states, as well as immediately cease and desist from any activity associated with the sale of these and any other securities. The Respondents shall cease and desist, from and in the State of Tennessee, in making any untrue statement of a material fact or omitting to state a material fact necessary in order to make the statements made, in light of the circumstances under which they are made, not misleading.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19489TN3710020210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/content/dam/tn/commerce/documents/securities/ceasedesistorders/EZSCAN04222004.pdf\",\n            \"created_at\": \"2021-08-13T07:30:11.494284-04:00\"\n        },\n        {\n            \"id\": 53447,\n            \"title\": \"Cease and Desist Order: Pelham Humpries Estate, Pelham Humpries Heirs Association, Pelham Humphries Legal Trust Fund\",\n            \"summary\": \"Respondent the Pelham Humphries Estate (\\\"Estate\\\") is the legal estate of the late Pelham Humphries as established by the Chancery Court for Carter County, Tennessee. Respondent the Pelham Humphries Heirs Association (\\\"PHHA\\\") was a Tennessee corporation incorporated on February 24, 1986, that became inactive due to being administratively dissolved on October 8, 2007. From 2000 until 2011, the Estate raised an additional estimated amount of three hundred and fifty thousand dollars ($350,000) from continued sales of the Certificates and donations to/from the Estate heirs and previous donors. After the entry of a Consent Order in 1992, the Estate through Respondents, its agents, continued soliciting heirs, potential heirs and others to invest in the litigation involving the Spindletop Oil Fields in Nueces County, Texas. Respondents shall cease and desist in any further conduct in violation of the December 11, 1992 Consent Order and shall cease and desist in any further conduct in violation of the Act's prohibition on the offer or sale of unregistered securities in or into Tennessee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19489TN4612420210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/content/dam/tn/commerce/documents/securities/ceasedesistorders/Securities-February42013-ExecutedCD-PH.pdf\",\n            \"created_at\": \"2021-08-13T07:30:11.588240-04:00\"\n        },\n        {\n            \"id\": 53448,\n            \"title\": \"Division of Workers' Compensation\",\n            \"summary\": \"This bulletin provides summaries of selected bills enacted by the 87th Legislature that affect workers’ compensation and may be relevant to individuals and entities that the Texas Department of Insurance, Division of Workers’ Compensation (DWC) regulates. DWC is only providing summary information in this bulletin about particular provisions of the bills that may apply to the regulation of workers’ compensation. Please refer to the actual bills for the complete content of the legislation. Bills listed in this bulletin will link directly to the bill text. You may also access the bills and other legislative information at the Texas Legislature Online website. While DWC encourages using this bulletin to aid in your compliance efforts, individuals and entities that DWC regulates are responsible for complying with all enacted legislation affecting the business they conduct. COVID-19 Presumption; Remote Benefit Review Conferences; Required Reports; Sunset Review; and Teledentistry.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6476TX00232120210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/bulletins/2021/B-0023-21.html\",\n            \"created_at\": \"2021-08-13T07:30:11.648891-04:00\"\n        },\n        {\n            \"id\": 53450,\n            \"title\": \"Paperwork Reduction Act Comment Request: COVID Relief Programs: Homeowner Assistance Fund and Emergency Rental Assistance\",\n            \"summary\": \"The Department of the Treasury, as part of its continuing effort to reduce paperwork and respondent burden, invites the general public and other federal agencies to comment on the proposed information collections listed below: Emergency Rental Assistance Program (ERA1); Homeowner Assistance Fund; and Emergency Rental Assistance Program (ERA2). Written comments must be received on or before October 12, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17264\",\n            \"regalytics_alert_id\": \"1891FR20211726420210812\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": \"2021-08-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/12/2021-17264/agency-information-collection-activities-proposed-collection-comment-request-covid-relief-programs\",\n            \"created_at\": \"2021-08-13T07:30:11.778592-04:00\"\n        },\n        {\n            \"id\": 53451,\n            \"title\": \"SBA Administrator Isabella Casillas Guzman Meets with Leaders in Women-Owned Small Business Community\",\n            \"summary\": \"On Monday, August 9, U.S. Small Business Administrator Isabella Casillas Guzman and Assistant Administrator Natalie Madeira Cofield joined investors in women-owned small businesses for a webinar on engagement and improving access to assistance for women entrepreneurs.\\u202fDuring the virtual gathering, leaders of the women-owned small business investment community discussed updates on SBA's programs and initiatives supporting investment and innovation for women entrepreneurs. “It’s no secret that the venture capital world is still largely male-dominated. In 2020, only 2.3 percent of funding went to women-led startups and women comprise a mere 12 percent of the decision makers at venture capital firms,” said Administrator Guzman. “At the SBA, we’re working to drive change through our own investment programs. Our Small Business Innovation Research program and Small Business Investment Companies can play an important role in ensuring we’re investing in women entrepreneurs — and giving new women entrepreneurs the tools and support they need to launch, grow and sustain their businesses and reach for new opportunities.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93ESS1311120210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/11/readout-sba-administrator-isabella-casillas-guzman-meets-leaders-women-owned-small-business\",\n            \"created_at\": \"2021-08-13T07:30:11.842533-04:00\"\n        },\n        {\n            \"id\": 53452,\n            \"title\": \"Revenue Adding Six Columbia Basin Communities to Licensing Partnership\",\n            \"summary\": \"Hash browns, Hollywood, hops, and hydropower. The upcoming local partners of the Department of Revenue’s Business Licensing Service (BLS) have connections to all of these and more. Six cities in the Columbia Basin soon will connect to Revenue’s popular combined licensing solution that supports local business with a secure online portal. The partnering cities are: Moxee, joining August 12, near Yakima; Roslyn, joining August 26; Royal City, joining September 30; Rock Island, joining October 7; Kittitas, joining October 14; and Warden, joining October 21.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18939WA105RE11120210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://dor.wa.gov/about/news-releases/2021/revenue-adding-six-columbia-basin-communities-licensing-partnership\",\n            \"created_at\": \"2021-08-13T07:30:11.905638-04:00\"\n        },\n        {\n            \"id\": 53453,\n            \"title\": \"Wisconsin Strong Offers New Student Loan Repayment Tool\",\n            \"summary\": \"The Wisconsin Strong: Your Financial Security program has joined forces with the student loan experts at Savi, a social impact technology startup, to help Wisconsin public service employers and public service employees, retirees, and their families navigate the complexities of federal student loan programs and possibly qualify to lower student loan payments. The effort builds on the work of the Governor's Task Force on Student Debt and the initiatives proposed by Governor Tony Evers in his 2021-2023 biennial budget earlier this year. Savi is like a student loan concierge service that helps educate users about their options and meet critical deadlines. This is particularly important during the current pause on federal student loan repayments, which the Biden administration recently extended until January 31, 2022, when even the months where no payments are required still count toward forgiveness. Launched in August 2021, Wisconsin Strong’s Savi tool makes it easier for public service employers to provide meaningful student loan debt relief options to their employees. Savi helps users reduce their monthly student loan payments and qualifies them over time for relief from the balance of their federal student loans by enrolling them and keeping them compliant in the federal Public Service Loan Forgiveness (PSLF) program. Savi helps users navigate the often complex PSLF program, which has historically been challenging for borrowers who have difficulty understanding the rules and managing required paperwork. In fact, the U.S. Department of Education released new data in April 2021 showing that 97.9% of applicants for the PSLF program were denied. In contrast, Savi has a less than 1% denial rate for their public sector users applying for forgiveness.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8201WI16320210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://www.wdfi.org/newsroom/press/2021/20210812_NewsRelease_DFI-ETF_WisconsinStrong-Savi_Launch_vFINAL.pdf\",\n            \"created_at\": \"2021-08-13T07:30:11.973881-04:00\"\n        },\n        {\n            \"id\": 53454,\n            \"title\": \"Bank of England Weekly Report 11 August 2021\",\n            \"summary\": \"Bank of England's Weekly Report containing the latest data on assets and liabilities. The report is published every Thursday.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UKCFE3220210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/weekly-report/2021/11-august-2021\",\n            \"created_at\": \"2021-08-13T07:30:12.044993-04:00\"\n        },\n        {\n            \"id\": 53455,\n            \"title\": \"Minutes of the Working Group on Sterling Risk-Free Reference Rates - July 2021\",\n            \"summary\": \"The Working Group on Sterling Risk-Free Reference Rates, which is comprised of a diverse set of market participants, is working to catalyse a broad-based transition to SONIA by end-2021. This meeting took place virtually on July 06, 2021 and it covered the following agenda items: standing items, update from the FCA, Market updates, focus on end-Q3 active transition milestone, updates to Working Group documents, priorities for the summer period, and AOB.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK6459820210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/july/rfr-july-2021\",\n            \"created_at\": \"2021-08-13T07:30:12.107692-04:00\"\n        },\n        {\n            \"id\": 53456,\n            \"title\": \"Keynote Panel Remarks by Agustín Carstens, General Manager of the BIS, at the 2021 Financial Crisis Forum: Policy Lessons – The Big Picture\",\n            \"summary\": \"\\\"Let me start by recognising the uniqueness of the Covid-19 crisis: it represents an exogenous shock, leading to a \\\"global sudden stop\\\", with the steepest contraction in economic activity in living memory. It called for massive responses of at least three policies: fiscal, monetary and prudential. These three have been at the forefront, sharing the common objectives of stabilising the macro-economy, including by channelling resources to the real economy, and shoring up the financial system. The results have been favourable, with many economies now expanding fast and financial systems remaining sound.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17611BISSP2108123220210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/speeches/sp210812.htm\",\n            \"created_at\": \"2021-08-13T07:30:12.168934-04:00\"\n        },\n        {\n            \"id\": 53457,\n            \"title\": \"Is Window Dressing by Banks Systemically Important?\",\n            \"summary\": \"We study banks' year-end window dressing in the European Union to assess how it affects the identification of global systemically important banks (G-SIBs) and the associated capital surcharges. We find that G-SIBs compress their balance sheet at year-end to an extent that they can reduce their surcharges or avoid G-SIB designation altogether. G-SIBs use several levers to adjust their balance sheets. Most notably, they compress intra-financial system assets and liabilities as well as their derivative books at year-end. Moreover, G-SIBs that are more tightly constrained by capital requirements window dress more than their peers. Our findings underscore the importance of supervisory judgement in the assessment of G-SIBs and call for greater use of average as opposed to point-in-time data to measure banks' systemic importance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17620BISWORK96020210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Working Paper\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/work960.htm\",\n            \"created_at\": \"2021-08-13T07:30:12.230054-04:00\"\n        },\n        {\n            \"id\": 53458,\n            \"title\": \"BaFin Starts Consultation on Its Guidelines on Sustainable Investment Funds\",\n            \"summary\": \"The Federal Financial Supervisory Authority (Bundesanstalt für Finanzdienstleistungsaufsicht – BaFin) published today a draft for its Guidelines on sustainability-oriented investment funds (only available in German). The draft sets out requirements that asset management companies will be obliged to meet in future when setting up retail investment funds labelled as sustainable or marketed explicitly as sustainable. They have three options to choose from: minimum investment ratio, sustainable investment strategy or sustainable index. The fund industry has until 6 September 2021 to comment on BaFin’s plans.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17826BAF8312020210802\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-02\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Supervisory Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bafin.de/SharedDocs/Veroeffentlichungen/EN/Pressemitteilung/2021/pm_210722_Nachhaltigkeitsleitlinien_en.html\",\n            \"created_at\": \"2021-08-13T07:30:12.290876-04:00\"\n        },\n        {\n            \"id\": 53459,\n            \"title\": \"FCA Response to Provident’s Scheme Being Approved by the High Court\",\n            \"summary\": \"Today the Court sanctioned Provident’s scheme of arrangement (the scheme). We have been clear that we do not support the scheme for a number of reasons, including the key concern that consumers are being offered significantly less than the full amount of redress they are owed. We shared our initial views with the Court at the convening hearing on 22 April 2021. Provident subsequently made changes to its proposal, including deciding to wind down Provident Personal Credit Limited (PPC) meaning PPC will no longer continue in business. Despite our concerns with the scheme, we were conscious that the only likely alternative to the scheme was the insolvency of PPC. In that scenario, consumers would likely receive no redress, which was an important factor in our decision not to formally oppose the scheme in court. We continue to have significant concerns about Schemes of Arrangement being proposed and used by firms to avoid paying customers redress and plan to consult on our approach to this in the Autumn. The firm remains under investigation for its conduct. Solo-regulated firms should be regularly assessing the adequacy of their financial resources (both capital and liquidity) and report to us immediately if they determine they are, or will soon be, in financial difficulty. To understand our expectations, firms should refer to the FCA Finalised Guidance on assessing adequate financial resources. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17755FCA7819120210804\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Statement\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/statements/fca-response-providents-scheme-being-approved-high-court\",\n            \"created_at\": \"2021-08-13T07:30:12.359549-04:00\"\n        },\n        {\n            \"id\": 53461,\n            \"title\": \"Omnibus Statement of Trust Accounts under Regulation 19(1) of Trust Companies Regulations and Regulation 5 of Trust Companies (Exemption) Regulations\",\n            \"summary\": \"Form 6: Omnibus Statement of Trust Accounts under Regulation 19(1) of Trust Companies Regulations and Regulation 5 of Trust Companies (Exemption) Regulations. Form for licenced trust companies and exempt persons providing trust services to provide information on assets under trusteeship, within 60 days from the end of the calendar year. Applies to: Licensed Trust Company and Exempt Person Providing Trust Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18600MAS158620210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Form\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/regulation/forms-and-templates/form-6---omnibus-statement-of-trust-accounts-under-regulation-19%281%29\",\n            \"created_at\": \"2021-08-13T07:30:12.495741-04:00\"\n        },\n        {\n            \"id\": 53462,\n            \"title\": \"Announcements and Conditions for New Money Market Debt Register Claims of the Swiss Confederation (in Swiss Francs)\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for 12 August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB404BC18620210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_new/source/claims_new.en.pdf\",\n            \"created_at\": \"2021-08-13T07:30:12.555704-04:00\"\n        },\n        {\n            \"id\": 53463,\n            \"title\": \"COVID-19: Concerns About Price, Reliability and Quality of PCR Testing\",\n            \"summary\": \"The Secretary of State for Health and Social Care, Sajid Javid, wrote to the Competition and Markets Authority (CMA) on 6 August asking the CMA to consider these issues: whether individual PCR providers may be breaching their obligations under consumer law and should be subject to enforcement action; whether there are structural problems in the market for PCR tests, affecting price or reliability; and whether there are any immediate actions that the Government could take in the meantime.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCC1527010320210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/covid-19-concerns-about-price-reliability-and-quality-of-pcr-testing\",\n            \"created_at\": \"2021-08-13T07:30:12.615724-04:00\"\n        },\n        {\n            \"id\": 53464,\n            \"title\": \"Facebook’s Takeover of Giphy Raises Competition Concerns\",\n            \"summary\": \"The CMA has provisionally found Facebook’s merger with Giphy will harm competition between social media platforms and remove a potential challenger in the display advertising market. If the Competition and Markets Authority’s (CMA) competition concerns are ultimately confirmed, it could require Facebook to unwind the deal and sell off Giphy in its entirety. The CMA now welcomes responses from interested parties to its provisional findings by 2 September 2021 and its notice of possible remedies by 25 August 2021. These will be considered ahead of the CMA issuing its final report, which is due by 6 October 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKFT182569120210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/facebook-s-takeover-of-giphy-raises-competition-concerns\",\n            \"created_at\": \"2021-08-13T07:30:12.675575-04:00\"\n        },\n        {\n            \"id\": 53465,\n            \"title\": \"Updated Opening Hours for the DBS Contact Centre\",\n            \"summary\": \"Due to higher than usual levels of staff absence, the Disclosure and Barring Service (DBS) contact centre will be closed on Saturday 14 August 2021. Online services and services across GOV.UK remain unaffected.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUT60488320210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Disclosure and Barring Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/updated-opening-hours-for-the-dbs-contact-centre\",\n            \"created_at\": \"2021-08-13T07:30:12.736904-04:00\"\n        },\n        {\n            \"id\": 53466,\n            \"title\": \"UK Signs Partnership in Central America to Boost Trade\",\n            \"summary\": \"UK Export Finance (UKEF) has today (12 August) signed a historic partnership with the Central American Bank for Economic Integration (CABEI), Central America’s leading development bank and the highest rated borrower in Latin America. The agreement will encourage joint financing of major clean energy, infrastructure and construction projects in the region that need expertise from the UK. This cooperation agreement guarantees a closer relationship between both institutions and will help finance major projects in Central America that involve UK exports, supporting businesses and jobs in the UK: a condition of UKEF’s involvement overseas. Governments and businesses in Central America looking to raise funds to develop larger projects can benefit from working with CABEI while also accessing UKEF’s support, aimed at reducing and spreading the cost of financing for buyers of UK exports.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUU158548920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Export Finance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/uk-signs-partnership-in-central-america-to-boost-trade\",\n            \"created_at\": \"2021-08-13T07:30:12.797849-04:00\"\n        },\n        {\n            \"id\": 53467,\n            \"title\": \"Reappointment of Member of the Churches Conservation Trust: 12 August 2021\",\n            \"summary\": \"The Queen has approved the re-appointment of Miss Carol Pyrah as a Member of the Churches Conservation Trust for a second term until 31st March 2024. Carol Pyrah is currently Executive Director of Historic Coventry Trust, an entrepreneurial heritage development trust. Previously she was Assistant Director of Planning at Historic England, formerly English Heritage, where she spent over two decades in various senior roles. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKRT1097410820210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Prime Ministers Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/reappointment-of-member-of-the-churches-conservation-trust-12-august-2021\",\n            \"created_at\": \"2021-08-13T07:30:12.857145-04:00\"\n        },\n        {\n            \"id\": 53468,\n            \"title\": \"Student Loans Interest Rates and Repayment Threshold Announcement\",\n            \"summary\": \"The Department for Education (DfE) today (12 August 2021) confirmed the annual updates to the Interest Rates and Thresholds of Income Contingent Student Loans and Mortgage Style Student Loans, as set out in the relevant regulations and terms and conditions of the loans. From 1 September 2021 until 31 August 2022, the maximum interest rate that can be set for the existing Income Contingent Repayment Loans will be 1.5%. However, the low interest cap will be triggered, and therefore the rate to be charged from 1 September 2021 will be 1.1%. From 6 April 2022, the repayment threshold for pre-2012 (Plan 1) loans will rise to £20,195. From 1 September 2021 until 31 August 2022 one or more interest rates may apply to you, subject to any caps in place to reflect the Prevailing Market Rate. From 1 September 2021 until 31 August 2022, the interest rate for borrowers in England taking out a Postgraduate Master’s or Doctoral loans will be 4.5% (RPI + 3%), subject to any caps in place to reflect the Prevailing Market Rate. From 1 September 2021 until 31 August 2022, the interest rate for mortgage style loans will be 1.5%.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSA1196510320210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Student Loans Company\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/student-loans-interest-rates-and-repayment-threshold-announcement--2\",\n            \"created_at\": \"2021-08-13T07:30:12.916645-04:00\"\n        },\n        {\n            \"id\": 53469,\n            \"title\": \"Musical Instrument Traders Banned for 18 years\",\n            \"summary\": \"Fred Patrick Onn, 58, from southeast London and Andrew Thomson, 63, of Whaley Bridge in Derby, were the directors of Bright Film & TV Casting Limited from March 2006. The company was renamed Top Wind Limited in January 2007 and operated as a musical instrument retailer, part of which involved selling musical instruments on behalf of customers and taking 18% commission from each sale. Top Wind Limited traded until April 2020 when it entered liquidation and an Insolvency Service investigation into the directors’ conduct began. Enquiries discovered that from July 2019 until April 2020, whilst the company was insolvent, Top Wind Limited sold at least 20 musical instruments, but the proceeds, which totalled more than £33,000, were not passed to the owners. Fred Onn held a meeting in July 2019 with an Insolvency Practitioner to discuss insolvency options and both directors were aware of the financial position of Top Wind. At this point, at least 10 customers who had sold their instruments through the company had not received proceeds of at least £16,330.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKM9150468120210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-12\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. The Insolvency Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/musical-instrument-traders-banned-for-18-years\",\n            \"created_at\": \"2021-08-13T07:30:12.975592-04:00\"\n        },\n        {\n            \"id\": 53216,\n            \"title\": \"Notice of Adopted Changes to the Regulations of the Real Estate Commission\",\n            \"summary\": \"On June 16, 2021, the Real Estate Commission adopted regulation changes in Title 12, Chapter 64 of the Alaska Administrative Code. The regulations concern examinations, licensure, removal of outdated text, continuing education, virtual courses, and instructor approval. The regulation changes were reviewed and approved by the Department of Law, signed and filed by the Lieutenant Governor (or designee) on August 10, 2021, and will go into effect on September 9, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20339620210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-09\",\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Regulations\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129201\",\n            \"created_at\": \"2021-08-12T07:30:05.174623-04:00\"\n        },\n        {\n            \"id\": 53217,\n            \"title\": \"Alaska Administrative Code - Title 12 - Real Estate Commission Regulations Re: Examinations, Licensure, Removal of Outdated Text, Continuing Education, Virtual Courses, and Instructor Approval\",\n            \"summary\": \"Title 12 - Real Estate Commission regulations re: examinations, licensure, removal of outdated text, continuing education, virtual courses, and instructor approval are updated. Effective: 9/9/2021\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20338120210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-09\",\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Regulations\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129185\",\n            \"created_at\": \"2021-08-12T07:30:05.240605-04:00\"\n        },\n        {\n            \"id\": 53218,\n            \"title\": \"Consent Order: Element Analytics, Inc.\",\n            \"summary\": \"Element Analytics is a corporation organized and operating under the laws of the State of Delaware. Element Analytics is not registered with the Arkansas Securities Department in any capacity. On July 14, 2020 Element Analytics made an exemption filing with the Department. On June 18, 2020 agents or employees of Element Analytics sold securities issued by Element Analytics to a resident of the State of Arkansas. Element Analytics violated Ark. Code by failing to make its exemption filing within fifteen (15) days of the first sale of securities to a resident of the State of Arkansas. It is Therefore Ordered that Element Analytics pay a fine in the amount of $500.00 to the Department upon entry of this order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19200AR5321000229417020210810\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Arkansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Securities Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.securities.arkansas.gov/!userfiles/Signed Element Analytics, Inc_ Consent Order.pdf\",\n            \"created_at\": \"2021-08-12T07:30:05.303665-04:00\"\n        },\n        {\n            \"id\": 53219,\n            \"title\": \"FFIEC Issues Guidance on Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Federal Financial Institutions Examination Council (FFIEC), on behalf of its members, today issued guidance that provides financial institutions with examples of effective authentication and access risk management principles and practices for customers, employees, and third parties accessing digital banking services and information systems. The guidance highlights the current cybersecurity threat environment including increased remote access by customers and users, and attacks that leverage compromised credentials; and mentions the risks arising from push payment capabilities. The new guidance replaces previous documents issued in 2005 and 2011.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1293AR9613420210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arkansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas State Bank Department\"\n                }\n            ],\n            \"pdf_url\": \"https://banking.arkansas.gov/news/159/ffiec-issues-guidance-on-authentication-and-access-to-financial-institution-services-and-systems\",\n            \"created_at\": \"2021-08-12T07:30:05.367571-04:00\"\n        },\n        {\n            \"id\": 53220,\n            \"title\": \"Notice to Insurers of a Forthcoming Bulletin Requiring a Moratorium Against Non-Renewal or Cancellation of Residential Property Insurance Policies for Properties within or Adjacent to a Fire Perimeter Pursuant to Insurance Code Section 675.1(b)(1)\",\n            \"summary\": \"Insurance Commissioner Ricardo Lara: As wildfires continue to rage across California this summer, burning homes while displacing thousands of residents, I am reminding residential property insurers that Insurance Code prohibits insurers from non-renewing or cancelling policies of residential property insurance for residential properties in ZIP Codes within or adjacent to a fire perimeter for one year following a Governor’s declaration of a state of emergency. As soon as the fires are sufficiently contained and necessary data is obtained to determine the fire perimeters and which ZIP Codes are within or adjacent to the impacted fire perimeters, I will issue a Bulletin informing insurers of the ZIP Codes that fall within the Section 675.1(b)(1) moratorium relating to these specific declarations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6388CA3911)2021\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0250-insurers/0300-insurers/0200-bulletins/bulletin-notices-commiss-opinion/upload/SB-824-Moratorium-Notice-8-11.pdf\",\n            \"created_at\": \"2021-08-12T07:30:05.434003-04:00\"\n        },\n        {\n            \"id\": 53222,\n            \"title\": \"The Colorado Division of Securities Expands Online Filings\",\n            \"summary\": \"Effective December 1, 2020, The Colorado Division of Securities has announced that it will be expanding online filing capabilities, making it easier for issuers to submit a greater range of corporation finance materials used for capital raises. The new functionality, referred to as “Universal Filing Type,” allows filers to submit electronic filings to the Colorado Division of Securities for a variety of corporation finance offerings not previously available through the Electronic Filing Depository (EFD) and to pay associated fees. These offerings include, among others, registrations by coordination and qualification, Regulation A (Tier 1 and Tier 2), and crowdfunding (federal and state).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO58781F20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2aa781f\",\n            \"created_at\": \"2021-08-12T07:30:05.587454-04:00\"\n        },\n        {\n            \"id\": 53223,\n            \"title\": \"Credit Card Limits are Rising for Most Groups After Stagnating During the Pandemic\",\n            \"summary\": \"This post is the fourth in a series documenting trends in consumer credit outcomes during the COVID-19 pandemic. Credit card limits stagnated or declined for most credit score groups early in the pandemic, but have been rising in recent months. Despite a spike in accounts closed by creditors at the start of the pandemic, accounts are not being closed at unusual rates.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19062CFPB82IC12220210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/blog/\",\n            \"created_at\": \"2021-08-12T07:30:05.661518-04:00\"\n        },\n        {\n            \"id\": 53225,\n            \"title\": \"Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Federal Financial Institutions Examination Council (FFIEC) issued new guidance titled Authentication and Access to Financial Institution Services and Systems. The guidance provides financial institutions with examples of effective authentication and access risk management principles and practices. These principles and practices are for digital banking services and information systems.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4903724320210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Advisory\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ec3fa8\",\n            \"created_at\": \"2021-08-12T07:30:05.788712-04:00\"\n        },\n        {\n            \"id\": 53226,\n            \"title\": \"Insurance Commissioner Vicki Schmidt Names Acting Securities Commissioner\",\n            \"summary\": \"Insurance Commissioner Vicki Schmidt, today, announced that she has named Dan Klucas as acting Securities Commissioner while he awaits Senate confirmation. In 2017, the Kansas Legislature moved the Securities Commission under the purview of the Insurance Department. The Securities Commissioner is appointed by the Insurance Commissioner and confirmed by the Kansas Senate. In 2019, Commissioner Vicki Schmidt physically merged the Securities Commission with the Insurance Department to realize additional administrative efficiencies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9075KS14420211228\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-12-28\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kansas Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"https://insurance.ks.gov/documents/department/news-releases/Dan_Klucas_Acting_Securities_Commissioner_12-28-20.pdf\",\n            \"created_at\": \"2021-08-12T07:30:05.856104-04:00\"\n        },\n        {\n            \"id\": 53227,\n            \"title\": \"Consent Order: John D. Duffy\",\n            \"summary\": \"Duffy is a resident of Yarmouth, Maine. He was licensed as an investment adviser representative. On September 19, 2019, Duffy together with his legal counsel met with officials from the Maine Office of Securities. Duffy requested the meeting to self-report conduct in which he had recently engaged. Duffy twice impersonated another licensed individual in telephone calls in order to (1) obtain information on how to transfer an exisiting client account from one investment advisory firm to another, and (2) transfer money for Client X. Duffy's conduct was deceptive and constitutes a dishonest and unethical practice. Duffy shall pay a civil fine of $20,000. Duffy's investment adviser representative license is suspended for 30 calendar days. Duffy shall reimburse Client X $164,45 for the commissions charged. Duffy's investment adviser representative license in Maine shall be subject to heightened supervision for a period of no less than two years.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1109ME532535620210810\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Department of Professional and Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/tools/whatsnew/attach.php?id=5325356&an=1\",\n            \"created_at\": \"2021-08-12T07:30:05.921425-04:00\"\n        },\n        {\n            \"id\": 53228,\n            \"title\": \"Infrastructure Week: Maryland Board of Public Works Advances Historic Traffic Relief Plan\",\n            \"summary\": \"The Maryland Board of Public Works (BPW) today, in a bipartisan vote of 2-1, advanced Governor Larry Hogan’s historic Traffic Relief Plan to ease congestion on the Capital Beltway, build a new American Legion Bridge, deliver more transit services for the region, create thousands of jobs, along with substantial long-term economic growth and environmental benefits. The vote comes one day after the U.S. Senate passed a bipartisan infrastructure package that includes the governor’s national infrastructure initiative as NGA chair. In the spring, the governor held an Annapolis Infrastructure Summit of governors, senators, and members of Congress to discuss ideas, initiatives, and proposals for a federal infrastructure and public investment package. In November 2019, Governor Hogan and Governor Ralph Northam of Virginia announced the Capital Beltway Accord, a bipartisan interstate plan to replace the aging American Legion Bridge and relieve congestion at one of the worst bottlenecks in the nation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD29594620210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maryland\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.maryland.gov/2021/08/11/infrastructure-week-maryland-board-of-public-works-advances-historic-traffic-relief-plan/\",\n            \"created_at\": \"2021-08-12T07:30:05.985312-04:00\"\n        },\n        {\n            \"id\": 53232,\n            \"title\": \"Unrepaired Damage in Buy/Sell Agreements\",\n            \"summary\": \"The competitive environment in the real estate market has increased pressure on quick closings. This pressure often leads buyers to accept ill-advised agreements for unrepaired damage included in their buy/sell agreements. The seller’s insurance company is generally not obligated to speak with, nor compensate the non-insured party for damage. When buying a home, make sure all repairs are completed or get a contractor’s estimate for the repair. You can then either require a credit for the estimated cost of repairs, or leave funds in escrow to cover the costs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1285420210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/psa-unrepaired-damage-in-buy-sell-agreements/\",\n            \"created_at\": \"2021-08-12T07:30:06.261980-04:00\"\n        },\n        {\n            \"id\": 53233,\n            \"title\": \"FFIEC Issues Guidance on Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Federal Financial Institutions Examination Council (FFIEC), on behalf of its members, today issued guidance that provides financial institutions with examples of effective authentication and access risk management principles and practices for customers, employees, and third parties accessing digital banking services and information systems. The guidance highlights the current cybersecurity threat environment including increased remote access by customers and users, and attacks that leverage compromised credentials; and mentions the risks arising from push payment capabilities. The new guidance replaces previous documents issued in 2005 and 2011.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA9613920210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"FFIEC/Joint Agency\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/ffiec-issues-guidance-authentication-and-access-financial-institution-services-and-systems\",\n            \"created_at\": \"2021-08-12T07:30:06.327449-04:00\"\n        },\n        {\n            \"id\": 53235,\n            \"title\": \"Governor Sisolak Names New Director of Taxation\",\n            \"summary\": \"Today, Nevada Governor Steve Sisolak named Shellie Hughes as the next director of the Nevada Department of Taxation. Hughes, who is serving as the Chief Deputy Executive Director for the Department of Taxation, will take on the new role on August 23. Hughes will replace Melanie Young, who is transitioning to the Governor’s Finance Office as budget administrator. Young has served as the Director of the Department of Taxation since January 7, 2019. Before joining the Nevada Department of Taxation, Hughes served for 6 years as Chief Legal Advisor to California State Board of Equalization Chairman Jerome E. Horton and 3 years as Tax Counsel for the California State Board of Equalization's Legal Department Appeals Division in the area of business and special taxes. Hughes has more than 15 years of experience in state and local tax law, including time with the California Franchise Tax Board.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV130ON20210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Nevada\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Nevada Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Governor_Sisolak_names_new_Director_of_Taxation/\",\n            \"created_at\": \"2021-08-12T07:30:06.455016-04:00\"\n        },\n        {\n            \"id\": 53236,\n            \"title\": \"New Hampshire Rulemaking Register\",\n            \"summary\": \"This release contains the New Hampshire Rulemaking Register Volume XLI, Number 32 published on August 12, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15282NH11820210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire Office of Legislative Services\"\n                }\n            ],\n            \"pdf_url\": \"http://www.gencourt.state.nh.us/rules/register/2021/August-8-12-21.pdf\",\n            \"created_at\": \"2021-08-12T07:30:06.518464-04:00\"\n        },\n        {\n            \"id\": 53237,\n            \"title\": \"Summary Bar Order: Brian P. Murphy\",\n            \"summary\": \"Pursuant to the authority granted to Christopher W. Gerold, Chief of the New Jersey Bureau of Securities (Bureau Chief), under the Uniform Securities Law (1997), (Securities Law) and certain regulations thereunder, and after careful review and due consideration of the Waiver of Indictment and Accusation for State of New Jersey Brian P. Murphy Individually and/or Murphy Financial Advisors dated September 27, 2017. On January 22, 2018, the Judgment was entered and amended on February 12, 2018, finding one count of misapplication of entrusted property and one count of failure to pay taxes. Murphy was sentenced to, among other things, imprisonment for a seven-year term, restitution in the amount of $255,000, payment of additional fees totaling $280, and forfeiture and permanent disbarment of any professional licenses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2595NJMP1209167020210809\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-09\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-11\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"New Jersey\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Bureau of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://www.njconsumeraffairs.gov/Actions/Murphy_BarOrder_9Aug2021.pdf\",\n            \"created_at\": \"2021-08-12T07:30:06.581590-04:00\"\n        }\n    ]\n}"}],"_postman_id":"527cec8d-01e6-4691-9d43-57a929f4361b"},{"name":"Search V2","id":"7245e892-2f61-4e15-a009-95c932510b04","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"\",\r\n    \"search_options\": {\r\n        \"latestUpdate\": {\r\n            \"start\": \"2024-11-05\",\r\n            \"end\": \"2024-11-05\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/search","description":"<p>All of the articles will be returned up to your API key's limit. Results are returned by the most recent latest updated date.</p>\n","urlObject":{"path":["api","v2","search"],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"e6b3dd2e-f7bc-40fc-9cb8-64f9701e8300","name":"Search V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"\",\r\n    \"search_options\": {\r\n        \"latestUpdate\": {\r\n            \"start\": \"2024-11-05\",\r\n            \"end\": \"2024-11-05\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/search"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 03 Oct 2025 19:48:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"45115"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 20000,\n    \"page\": 1,\n    \"per_page\": 25,\n    \"all_pages\": 800,\n    \"articles\": [\n        {\n            \"id\": \"99PA2192SB102512120251003\",\n            \"title\": \"Senate Bill SB1025: In Sentencing, Providing for Sentencing for Hate-based Intimidation and for Community Impact Statements (2025-2026 Regular Session)(I)\",\n            \"summary\": \"Introduced on 2025-10-03. An Act amending Title 42 (Judiciary and Judicial Procedure) of the Pennsylvania Consolidated Statutes, in sentencing, providing for sentencing for hate-based intimidation and for community impact statements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"99PA2192SB102512120251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Bill\",\n            \"tags\": [\n                {\n                    \"id\": \"23809\",\n                    \"name\": \"Introduced Bill\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"193\",\n                    \"name\": \"Rule\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"2\",\n                        \"name\": \"Rule\"\n                    }\n                }\n            ],\n            \"states\": [\n                {\n                    \"id\": \"39\",\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"id\": \"1\",\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"19\",\n                    \"name\": \"Government Operations\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2614\",\n                    \"name\": \"Pennsylvania State Senate\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"19\",\n                            \"name\": \"Government Operations\"\n                        }\n                    ],\n                    \"states\": [\n                        {\n                            \"id\": \"39\",\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.palegis.us/legislation/bills/2025/sb1025\",\n            \"created_at\": \"2025-10-03T14:32:37.491373-04:00\",\n            \"bill_identifier\": \"99PA202520262192SB1025\",\n            \"fine_amount_total\": \"\",\n            \"ls_bill_id\": 2045674\n        },\n        {\n            \"id\": \"44572FDICAEFBA65D5120251003\",\n            \"title\": \"Second Quarter 2025 State Profile: Washington\",\n            \"summary\": \"In the second quarter of 2025, Washington's employment grew by 0.9%, with private service-providing sectors expanding by 1.8%, while manufacturing declined by 1.6%. The unemployment rate remained steady at 4.5%. Housing activity showed mixed signals, with single-family permits decreasing by 3.9%, but multifamily permits increasing by 6.3%, and home prices rising by 3.0%. The banking sector saw a slight decline in the number of institutions, with total assets around $99.7 billion, and stable loan quality indicators. Major deposit markets include Seattle, Portland, Spokane, Olympia, and Bellingham, with a diverse distribution of bank sizes and deposit volumes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"regalytics_alert_id\": \"44572FDICAEFBA65D5120251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Report\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"5\",\n                    \"name\": \"Filing\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"5\",\n                        \"name\": \"Filing\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"1140\",\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.fdic.gov/analysis/state-profiles/sanfrancisco/wa.pdf\",\n            \"created_at\": \"2025-10-03T12:56:09.678511-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"17758FCA9128FA01BE20251003\",\n            \"title\": \"NelavoxTrader 2.1: Warning\",\n            \"summary\": \"NelavoxTrader 2.1 is an unapproved financial firm operating in the UK, potentially engaging in scams or promoting unauthorized services. It is not authorized by the FCA, meaning customers cannot access protections like the Financial Ombudsman Service or the FSCS if issues arise. Dealing with such unregulated firms increases the risk of losing money, especially if the firm goes out of business or if payments are made to fraudulent accounts. To stay safe, individuals should verify that any financial firm is authorized through the FCA Firm Checker and avoid dealing with unverified or suspicious contacts.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"17758FCA9128FA01BE20251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Investor Warning\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2330\",\n                    \"name\": \"Financial Conduct Authority\",\n                    \"country\": [\n                        {\n                            \"id\": \"2\",\n                            \"name\": \"United Kingdom\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/warnings/nelavoxtrader-21\",\n            \"created_at\": \"2025-10-03T12:59:04.489116-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"40815UKFRC65118TORS20251003\",\n            \"title\": \"Financial Reporting Council Announces Two New Executive Directors\",\n            \"summary\": \"The Financial Reporting Council (FRC) has announced the appointment of two new Executive Directors: Anthony Barrett as Executive Director of Supervision and Penrose Foss as Executive Director of Investigations and Enforcement. Barrett, with extensive experience in audit quality review and public sector audits, will assume his role on October 20, 2025, while Foss, with 30 years of litigation and investigations experience, will join on December 15, 2025. These appointments come at a crucial time as the FRC advances key initiatives, including the Future of Audit Supervision Strategy and efforts to support smaller audit firms. Both leaders bring significant expertise to strengthen the FRC’s regulatory approach and ensure effective oversight of the UK’s audit and corporate reporting landscape.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"40815UKFRC65118TORS20251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"News\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"119777\",\n                    \"name\": \"U.K. Financial Reporting Council\",\n                    \"country\": [\n                        {\n                            \"id\": \"10\",\n                            \"name\": \"Unassigned\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.frc.org.uk/news-and-events/news/2025/10/financial-reporting-council-announces-two-new-executive-directors/\",\n            \"created_at\": \"2025-10-03T12:56:32.292363-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"30889ASIC2522620251003\",\n            \"title\": \"ASIC Cancels Australian Financial Services Licence of Velos Global Markets Pty Ltd\",\n            \"summary\": \"ASIC canceled the Australian financial services license of Velos Global Markets Pty Ltd on September 23, 2025, after it ceased engaging in financial services around May 2024. The cancellation was made under section 915B(3) of the Corporations Act 2001, as ASIC became aware that Velos was no longer operating in this capacity. Velos had held the license since November 2017. The company has the right to appeal the decision to the Administrative Review Tribunal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"30889ASIC2522620251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Media Release\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"4797\",\n                    \"name\": \"Australian Securities and Investments Commission\",\n                    \"country\": [\n                        {\n                            \"id\": \"31\",\n                            \"name\": \"Australia\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.asic.gov.au/about-asic/news-centre/find-a-media-release/2025-releases/25-226mr-asic-cancels-australian-financial-services-licence-of-velos-global-markets-pty-ltd/\",\n            \"created_at\": \"2025-10-03T12:59:23.614312-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"19952IAFF749920251003\",\n            \"title\": \"U.S. Dot Awards $1.6 Million to IAFF for Expanded Hazmat Response Training\",\n            \"summary\": \"The IAFF received a $1.6 million grant from the U.S. Department of Transportation’s PHMSA to expand HazMat response training for over 600 firefighters nationwide. The funding will support hands-on courses simulating real-world rail and road HazMat emergencies, as well as expand the train-the-trainer program to develop a sustainable network of qualified instructors. This initiative aims to enhance firefighters' ability to respond effectively to transportation-related hazardous materials incidents, ensuring public safety. The IAFF has also secured additional grants totaling $15 million from the NIH to further strengthen its HazMat training efforts, highlighting federal support for these programs.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"regalytics_alert_id\": \"19952IAFF749920251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Press Release\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"19\",\n                    \"name\": \"Government Operations\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2725\",\n                    \"name\": \"International Association of Fire Fighters\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"19\",\n                            \"name\": \"Government Operations\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.iaff.org/news/u-s-dot-awards-1-6-million-to-iaff-for-expanded-hazmat-response-training/\",\n            \"created_at\": \"2025-10-03T12:58:59.352478-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"21452CA14712220251002\",\n            \"title\": \"Attorney General Bonta Continues to Protect Workers' Rights: Secures $10 Million Judgment Against Employers That Misclassified In-Home Care Workers\",\n            \"summary\": \"California Attorney General Rob Bonta announced a $10 million judgment and permanent injunction against Care Specialist HCS Inc. (formerly TLC Home Care Services) and its owners for misclassifying in-home care workers as independent contractors instead of employees, violating labor laws and the Unfair Competition Law. The court's decision, based on the Attorney General’s summary adjudication motion, includes restitution, civil penalties, and a ban on future misclassification practices. The lawsuit, filed in 2023, revealed that the company, operating since 2016 and acquired in 2022, continued these illegal practices despite being aware of the law, harming workers and causing significant tax revenue loss. Bonta emphasized that misclassification equates to wage theft and reaffirmed the state's commitment to protecting workers’ rights and ensuring fair labor practices.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"21452CA14712220251002\",\n            \"original_publication_date\": \"2025-10-02T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Press Release\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"states\": [\n                {\n                    \"id\": \"7\",\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"id\": \"1\",\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"16\",\n                    \"name\": \"Defense and Law Enforcement\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"3073\",\n                    \"name\": \"California Department of Justice\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"16\",\n                            \"name\": \"Defense and Law Enforcement\"\n                        }\n                    ],\n                    \"states\": [\n                        {\n                            \"id\": \"7\",\n                            \"name\": \"California\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-continues-protect-workers%E2%80%99-rights-secures-10-million\",\n            \"created_at\": \"2025-10-03T12:58:09.652361-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"6490PABULL37420251004\",\n            \"title\": \"Service of Notice of Motor Carrier Applications\",\n            \"summary\": \"Several applications for temporary and permanent authority to operate as common carriers in Pennsylvania have been filed with the Public Utility Commission. Interested parties must submit protests, petitions, or answers by October 20, 2025, either electronically via the Commission’s eFiling system or by mail, with protests only accepted if there is evidence of the applicant’s lack of fitness. The applications include Vasquez Transportation, LLC, Humane Care Transportation Service, LLC, and Wiley Transportation Group, LLC, all seeking to provide paratransit services within various Pennsylvania counties. Supporting documents for these applications are available for review on the Commission’s website. This notice serves to inform the public of the filings and the procedures for contesting or supporting the applications.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"6490PABULL37420251004\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notice\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"states\": [\n                {\n                    \"id\": \"39\",\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"id\": \"1\",\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"12\",\n                    \"name\": \"Climate and Energy\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"1217\",\n                    \"name\": \"Pennsylvania Public Utility Commission\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"12\",\n                            \"name\": \"Climate and Energy\"\n                        }\n                    ],\n                    \"states\": [\n                        {\n                            \"id\": \"39\",\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol55/55-40/1374.html\",\n            \"created_at\": \"2025-10-03T12:55:17.486693-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"32327MEAGCE9B420251002\",\n            \"title\": \"Data Breach Notifications: City of Pittsburg, California\",\n            \"summary\": \"A data breach involving the City of Pittsburg, California, affected approximately 39,989 individuals, including 2 residents from Maine. The breach resulted from an external hacking incident that occurred between August 6 and August 18, 2024, and was discovered on August 18, 2024. Affected individuals received written notifications on October 2, 2025, informing them of the breach and offering 24 months of free Experian credit monitoring and identity protection services, particularly for those whose Social Security or Driver’s License numbers were involved. The breach involved the unauthorized acquisition of personal identifiers, prompting the city to notify consumer reporting agencies and provide protective measures.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"32327MEAGCE9B420251002\",\n            \"original_publication_date\": \"2025-10-02T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Data Breach Notification\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"states\": [\n                {\n                    \"id\": \"55\",\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"id\": \"1\",\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"16\",\n                    \"name\": \"Defense and Law Enforcement\"\n                },\n                {\n                    \"id\": \"19\",\n                    \"name\": \"Government Operations\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"5219\",\n                    \"name\": \"Maine Office of the Attorney General\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"16\",\n                            \"name\": \"Defense and Law Enforcement\"\n                        },\n                        {\n                            \"id\": \"19\",\n                            \"name\": \"Government Operations\"\n                        }\n                    ],\n                    \"states\": [\n                        {\n                            \"id\": \"55\",\n                            \"name\": \"Maine\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/agviewer/content/ag/985235c7-cb95-4be2-8792-a1252b4f8318/7249d267-36c0-4e94-b7a9-2046499ce9b4.html\",\n            \"created_at\": \"2025-10-03T12:58:48.185450-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"38279CIRO15013920251003\",\n            \"title\": \"Investor Alert: BTC Trading Pro, Revivo Capital and Giga Markets 365 Falsely Claim Affiliation With SIG North Trading, ULC and Imply CIRO Registration\",\n            \"summary\": \"The Canadian Investment Regulatory Organization (CIRO) has issued an alert warning investors about fraudulent crypto trading platforms—BTC Trading Pro, Revivo Capital, and Giga Markets 365—that falsely claim affiliation with a legitimate CIRO-registered firm, SIG North Trading, ULC. These entities have no connection to CIRO or SIG North Trading and should be avoided. Investors are advised to only deal with registered firms, verify claims of regulation through CIRO, and report suspicious activities immediately. Protecting against fraud involves confirming legitimacy, safeguarding personal information, and reporting scams to authorities like CIRO, police, or the Canadian Anti-Fraud Centre. CIRO remains dedicated to safeguarding investors and providing resources to identify and prevent investment fraud.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"38279CIRO15013920251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Investor Alert\",\n            \"tags\": [\n                {\n                    \"id\": \"10\",\n                    \"name\": \"Crypto\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"117869\",\n                    \"name\": \"Canadian Investment Regulatory Organization\",\n                    \"country\": [\n                        {\n                            \"id\": \"5\",\n                            \"name\": \"Canada\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.ciro.ca/newsroom/publications/investor-alert-btc-trading-pro-revivo-capital-and-giga-markets-365-falsely-claim-affiliation-sig\",\n            \"created_at\": \"2025-10-03T13:00:02.152934-04:00\",\n            \"fine_amount_total\": \"\",\n            \"source_language\": \"English\"\n        },\n        {\n            \"id\": \"13752FL3005886220251003\",\n            \"title\": \"Miscellaneous: Notice of Fixed Need Pools for Community Nursing Home Beds\\n \",\n            \"summary\": \"The Agency for Health Care Administration has projected a fixed need pool of 440 community nursing home beds statewide for July 2028. Applications for Certificates of Need must be submitted by October 20, 2025. Stakeholders have 10 days to notify the agency of errors in the projections, and requests for administrative hearings must be filed within 21 days of publication. The largest projected needs are concentrated in several regions: District 1 Subdistrict 1 (94 beds), District 3 Subdistrict 6 (46 beds), District 6 Subdistrict 2 (52 beds), District 7 Subdistrict 4 (36 beds), and District 8 Subdistrict 1 (40 beds). Smaller but notable needs are identified in District 3 Subdistricts 1, 2, and 4, as well as District 9 Subdistrict 1. Several districts show no additional bed need. These projections will guide the allocation of new nursing home resources to ensure adequate capacity across Florida, with compliance requirements for error notification and administrative hearing requests clearly defined.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"13752FL3005886220251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Miscellaneous\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"states\": [\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"id\": \"1\",\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"5\",\n                    \"name\": \"Healthcare\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"1680\",\n                    \"name\": \"Florida Agency for Health Care Administration\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"5\",\n                            \"name\": \"Healthcare\"\n                        }\n                    ],\n                    \"states\": [\n                        {\n                            \"id\": \"6\",\n                            \"name\": \"Florida\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://flrules.org/Gateway/View_notice.asp?id=30058862\",\n            \"created_at\": \"2025-10-03T12:57:29.696869-04:00\",\n            \"event_location\": \"\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"17620BISWORK129420251003\",\n            \"title\": \"Parsing the Pulse: Decomposing Macroeconomic Sentiment With LLMs\",\n            \"summary\": \"The Bank for International Settlements (BIS) published Working Paper No. 1294 on October 3, 2025, titled Parsing the Pulse: Decomposing Macroeconomic Sentiment with Large Language Models (LLMs), authored by Kwon, Park, Rungcharoenkitkul, and Smets. The paper demonstrates how LLMs can analyze U.S. news articles to generate macroeconomic sentiment indices that decompose into demand, supply, and structural drivers, offering near real-time insights into growth and inflation dynamics. Findings show that these sentiment indices align closely with conventional economic benchmarks and enhance forecasting models by capturing information not explained by traditional data. Policymakers, financial analysts, and researchers should note that this methodology highlights the value of AI-driven sentiment analysis as a complement to standard macroeconomic tools, potentially improving decision-making and predictive accuracy.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"17620BISWORK129420251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Working Paper\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2333\",\n                    \"name\": \"Bank for International Settlements\",\n                    \"country\": [\n                        {\n                            \"id\": \"4\",\n                            \"name\": \"Switzerland\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.bis.org/publ/work1294.htm\",\n            \"created_at\": \"2025-10-03T12:55:59.960674-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"99MA21821H472147398220251003\",\n            \"title\": \"House of Representatives Bill H472: Relative to furthering dealership transparency (194th General Court) (H)\",\n            \"summary\": \"Hearing scheduled on 2025-10-14. This proposed legislation aims to enhance transparency among motor vehicle dealerships in Massachusetts. It seeks to amend existing laws by requiring dealerships to clearly and conspicuously display information about other dealership locations within the state that are under the same ownership group. This change is intended to ensure that consumers have access to relevant information about dealership affiliations, promoting informed decision-making when purchasing vehicles. The bill is presented by Representative Marcus S. Vaughn and is part of ongoing efforts to improve consumer protection and professional licensure in the automotive sector.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"99MA21821H472147398220251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Event\",\n            \"tags\": [\n                {\n                    \"id\": \"23810\",\n                    \"name\": \"Bill Hearing\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"34\",\n                    \"name\": \"Event\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"4\",\n                        \"name\": \"Event\"\n                    }\n                }\n            ],\n            \"states\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"id\": \"1\",\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"19\",\n                    \"name\": \"Government Operations\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2611\",\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"19\",\n                            \"name\": \"Government Operations\"\n                        }\n                    ],\n                    \"states\": [\n                        {\n                            \"id\": \"23\",\n                            \"name\": \"Massachusetts\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/194/H472\",\n            \"created_at\": \"2025-10-03T05:02:12.919229-04:00\",\n            \"bill_identifier\": \"99MA202520262182H472\",\n            \"event_end_date\": \"2025-10-14\",\n            \"event_location\": \"A-2\",\n            \"event_start_date\": \"2025-10-14\",\n            \"fine_amount_total\": \"\",\n            \"ls_bill_id\": 2001378\n        },\n        {\n            \"id\": \"99MA21821H342147398220251003\",\n            \"title\": \"House of Representatives Bill H342: Relative to the issuance of a class 1 dealer license (194th General Court) (H)\",\n            \"summary\": \"Hearing scheduled on 2025-10-14. This legislation proposes an amendment to the existing laws governing the issuance of class 1 dealer licenses in Massachusetts. It allows individuals to appeal decisions made by licensing boards or officers regarding the approval of these licenses. Specifically, a class 1 licensee can challenge the issuance of a license to another party if they believe that the recipient has not met the necessary requirements. The registrar is tasked with establishing rules for this appeal process and must make a decision within thirty days of receiving a challenge. If a party is dissatisfied with the registrar's decision, they can appeal to a superior court justice within ten days. The court will conduct a summary hearing to review the case, with the authority to affirm or reverse the original decision. This amendment aims to enhance accountability and ensure that licensing standards are upheld.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"99MA21821H342147398220251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Event\",\n            \"tags\": [\n                {\n                    \"id\": \"23810\",\n                    \"name\": \"Bill Hearing\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"34\",\n                    \"name\": \"Event\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"4\",\n                        \"name\": \"Event\"\n                    }\n                }\n            ],\n            \"states\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"id\": \"1\",\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"19\",\n                    \"name\": \"Government Operations\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2611\",\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"19\",\n                            \"name\": \"Government Operations\"\n                        }\n                    ],\n                    \"states\": [\n                        {\n                            \"id\": \"23\",\n                            \"name\": \"Massachusetts\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/194/H342\",\n            \"created_at\": \"2025-10-03T05:02:14.034223-04:00\",\n            \"bill_identifier\": \"99MA202520262182H342\",\n            \"event_end_date\": \"2025-10-14\",\n            \"event_location\": \"A-2\",\n            \"event_start_date\": \"2025-10-14\",\n            \"fine_amount_total\": \"\",\n            \"ls_bill_id\": 2004190\n        },\n        {\n            \"id\": \"1891FR20251944020251003\",\n            \"title\": \"Withdrawal of Approval of Drug Application: Teva Branded Pharmaceutical Products RandD, Inc., et al., Correction\",\n            \"summary\": \"The Food and Drug Administration (FDA) issued a correction to a notice published on August 4, 2025, regarding the withdrawal of approval for 39 new drug applications, effective September 3, 2025. The correction clarifies that NDA number 021290 was erroneously listed and should be correctly identified as NDA 020212 for Zinecard (dexrazoxane hydrochloric acid) Injectable, available in 250 mg and 500 mg vial strengths. This correction ensures accurate identification of the affected drug application. The notice was issued by the FDA's Center for Drug Evaluation and Research, with further details available from Kimberly Lehrfeld. The correction aims to maintain clarity and accuracy in the Federal Register record.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2025-19440\",\n            \"regalytics_alert_id\": \"1891FR20251944020251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"federal_register_publication_date\": \"2025-10-03T00:00:00\",\n            \"rule_effective_date\": \"2025-09-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notice\",\n            \"tags\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Federal Register Notice\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"11\",\n                    \"name\": \"Food and Beverage\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"1591\",\n                    \"name\": \"Food and Drug Administration\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"11\",\n                            \"name\": \"Food and Beverage\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2025/10/03/2025-19440/teva-branded-pharmaceutical-products-randd-inc-et-al-withdrawal-of-approval-of-39-new-drug\",\n            \"created_at\": \"2025-10-03T13:08:55.987466-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"1891FR20251943620251003\",\n            \"title\": \"Denial of Export Privileges: URAL Airlines JSC\",\n            \"summary\": \"The Department of Commerce's Bureau of Industry and Security has renewed a one-year temporary denial of export privileges for Ural Airlines JSC due to ongoing violations of the Export Administration Regulations (EAR). Ural has repeatedly operated aircraft subject to U.S. export controls into and within Russia without proper authorization, despite previous orders and restrictions aimed at preventing exports to Russia related to its military activities. The order prohibits Ural and related entities from participating in any transactions involving U.S.-origin items subject to the EAR, including exporting, reexporting, or servicing such items, unless explicitly authorized by BIS. The renewal underscores the pattern of deliberate violations and the necessity to prevent imminent further breaches, emphasizing the importance of compliance with U.S. export controls amid ongoing geopolitical tensions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2025-19436\",\n            \"regalytics_alert_id\": \"1891FR20251943620251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"federal_register_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notice\",\n            \"tags\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Federal Register Notice\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"16\",\n                    \"name\": \"Defense and Law Enforcement\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"1610\",\n                    \"name\": \"U.S. Bureau of Industry and Security\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"16\",\n                            \"name\": \"Defense and Law Enforcement\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2025/10/03/2025-19436/ural-airlines-jsc-utrenniy-lane-1-g-yekaterinburg-russia-620025-order-renewing-temporary-denial-of\",\n            \"created_at\": \"2025-10-03T13:08:57.347758-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"1891FR20251943120251003\",\n            \"title\": \"Changes Under the National Cooperative Research and Production Act: OpenGMSL Association\",\n            \"summary\": \"The Department of Justice's Antitrust Division announced that the OpenGMSL Association has filed notifications to update its membership under the National Cooperative Research and Production Act of 1993. On September 22, 2025, several new international companies, including Alfamation (Italy), Analog Devices (USA), ASTRODESIGN (Japan), and others from China, Turkey, Korea, and France, were added to the group. These changes aim to extend the legal protections limiting antitrust plaintiffs' recovery to actual damages. The association's membership remains open, and OpenGMSL plans to continue filing updates on future membership changes. The original notification was filed on June 30, 2025, and the Department of Justice previously published a related notice in August 2025.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2025-19431\",\n            \"regalytics_alert_id\": \"1891FR20251943120251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"federal_register_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notice\",\n            \"tags\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Federal Register Notice\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"16\",\n                    \"name\": \"Defense and Law Enforcement\"\n                },\n                {\n                    \"id\": \"20\",\n                    \"name\": \"Trade\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"1601\",\n                    \"name\": \"U.S. Department of Justice, Antitrust Division\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"16\",\n                            \"name\": \"Defense and Law Enforcement\"\n                        },\n                        {\n                            \"id\": \"20\",\n                            \"name\": \"Trade\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2025/10/03/2025-19431/notice-pursuant-to-the-national-cooperative-research-and-production-act-of-1993-opengmsl-association\",\n            \"created_at\": \"2025-10-03T13:08:59.395975-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"17898ESMA60RSFS0120251003\",\n            \"title\": \"Register of Authorised European Long-Term Investment Funds (ELTIFs)\",\n            \"summary\": \"The European Securities and Markets Authority (ESMA) provides a register of authorized European Long-Term Investment Funds (ELTIFs), which are designed to channel investments into long-term projects, infrastructure, and small and medium-sized enterprises (SMEs) across the EU. The register includes information on each fund's authorization status, allowing investors and stakeholders to verify compliance and regulatory standing.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"ESMA34-46-101\",\n            \"regalytics_alert_id\": \"17898ESMA60RSFS0120251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Reference\",\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2323\",\n                    \"name\": \"European Securities and Markets Authority\",\n                    \"country\": [\n                        {\n                            \"id\": \"46\",\n                            \"name\": \"Austria\"\n                        },\n                        {\n                            \"id\": \"25\",\n                            \"name\": \"Belgium\"\n                        },\n                        {\n                            \"id\": \"47\",\n                            \"name\": \"Bulgaria\"\n                        },\n                        {\n                            \"id\": \"48\",\n                            \"name\": \"Croatia\"\n                        },\n                        {\n                            \"id\": \"49\",\n                            \"name\": \"Cyprus\"\n                        },\n                        {\n                            \"id\": \"18\",\n                            \"name\": \"Czech Republic\"\n                        },\n                        {\n                            \"id\": \"36\",\n                            \"name\": \"Denmark\"\n                        },\n                        {\n                            \"id\": \"20\",\n                            \"name\": \"Estonia\"\n                        },\n                        {\n                            \"id\": \"14\",\n                            \"name\": \"Finland\"\n                        },\n                        {\n                            \"id\": \"3\",\n                            \"name\": \"France\"\n                        },\n                        {\n                            \"id\": \"6\",\n                            \"name\": \"Germany\"\n                        },\n                        {\n                            \"id\": \"50\",\n                            \"name\": \"Greece\"\n                        },\n                        {\n                            \"id\": \"51\",\n                            \"name\": \"Hungary\"\n                        },\n                        {\n                            \"id\": \"9\",\n                            \"name\": \"Ireland\"\n                        },\n                        {\n                            \"id\": \"24\",\n                            \"name\": \"Italy\"\n                        },\n                        {\n                            \"id\": \"52\",\n                            \"name\": \"Latvia\"\n                        },\n                        {\n                            \"id\": \"53\",\n                            \"name\": \"Lithuania\"\n                        },\n                        {\n                            \"id\": \"32\",\n                            \"name\": \"Luxembourg\"\n                        },\n                        {\n                            \"id\": \"54\",\n                            \"name\": \"Malta\"\n                        },\n                        {\n                            \"id\": \"29\",\n                            \"name\": \"Netherlands\"\n                        },\n                        {\n                            \"id\": \"55\",\n                            \"name\": \"Poland\"\n                        },\n                        {\n                            \"id\": \"56\",\n                            \"name\": \"Portugal\"\n                        },\n                        {\n                            \"id\": \"57\",\n                            \"name\": \"Romania\"\n                        },\n                        {\n                            \"id\": \"236\",\n                            \"name\": \"Slovakia\"\n                        },\n                        {\n                            \"id\": \"59\",\n                            \"name\": \"Slovenia\"\n                        },\n                        {\n                            \"id\": \"7\",\n                            \"name\": \"Spain\"\n                        },\n                        {\n                            \"id\": \"15\",\n                            \"name\": \"Sweden\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.esma.europa.eu/document/register-authorised-european-long-term-investment-funds-eltifs\",\n            \"created_at\": \"2025-10-03T12:59:46.440433-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"1891FR20251941620251003\",\n            \"title\": \"Antidumping or Countervailing Duty Investigations, Orders, or Reviews: Chlorinated Isocyanurates From the People's Republic of China\",\n            \"summary\": \"The U.S. Department of Commerce has preliminarily found that chlorinated isocyanurates from China were sold at less than fair value during the period June 1, 2023, to May 31, 2024. The review covers two Chinese producers, Heze Huayi and Juancheng Kangtai, which are eligible for separate rate status, with preliminary dumping margins of 18.39% and 4.77%, respectively. The China-wide entity rate remains at 285.63%, as no review was requested for it. Interested parties are invited to submit comments and case briefs within specified deadlines, and the final results are expected within 120 days of this notice. The proceedings include instructions on assessment rates, cash deposit requirements, and the scope of the order, emphasizing transparency and compliance with trade laws.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2025-19416\",\n            \"regalytics_alert_id\": \"1891FR20251941620251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"federal_register_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notice\",\n            \"tags\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Federal Register Notice\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"20\",\n                    \"name\": \"Trade\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"1520\",\n                    \"name\": \"U.S. International Trade Administration\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"20\",\n                            \"name\": \"Trade\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2025/10/03/2025-19416/chlorinated-isocyanurates-from-the-peoples-republic-of-china-preliminary-results-of-antidumping-duty\",\n            \"created_at\": \"2025-10-03T13:09:04.077499-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"1891FR20251940620251003\",\n            \"title\": \"Authorization of Limited Production Activity: Halo Industries, Inc., Foreign-Trade Zone 18, Santa Clara, CA\",\n            \"summary\": \"The Foreign-Trade Zones (FTZ) Board authorized limited production activity for Halo Industries, Inc., at Subzone 18R in Santa Clara, California, following a proposal submitted by the City of San Jose's Office of Economic Development. The activity involves semiconductor wafers and was reviewed in accordance with FTZ regulations, including a public comment period. On September 29, 2025, the FTZ Board determined that further review of certain aspects of the proposed activity was necessary, particularly concerning unfinished silicon carbide wafers. The authorization is subject to the FTZ Act, regulations, and restrictions requiring additional review before full approval of the wafers' production.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2025-19406\",\n            \"regalytics_alert_id\": \"1891FR20251940620251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"federal_register_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notice\",\n            \"tags\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Federal Register Notice\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"20\",\n                    \"name\": \"Trade\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"1645\",\n                    \"name\": \"Foreign-Trade Zones Board\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"20\",\n                            \"name\": \"Trade\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2025/10/03/2025-19406/foreign-trade-zone-ftz-18-authorization-of-limited-production-activity-halo-industries-inc\",\n            \"created_at\": \"2025-10-03T13:09:09.475558-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"1891FR20251940220251003\",\n            \"title\": \"Petition for Exemption, Summary: The Boeing Company\",\n            \"summary\": \"The Boeing Company has submitted a petition to the Federal Aviation Administration (FAA) seeking an exemption from certain recency requirements outlined in 14 CFR §§ 61.57(e)(4)(i) and (ii). Specifically, Boeing requests permission for its production and engineering flight test pilots to use alternate recency standards across any Boeing transport-category aircraft or full flight simulators to satisfy the takeoff and landing experience requirements for other Boeing transport aircraft. The FAA is inviting public comments on this petition, which must be submitted within 20 days of publication. This notice aims to inform the public and encourage participation in the exemption process, without affecting the legal status of the petition.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2025-19402\",\n            \"regalytics_alert_id\": \"1891FR20251940220251003\",\n            \"proposed_comments_due_date\": \"2025-10-23T00:00:00\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"federal_register_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notice\",\n            \"tags\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Federal Register Notice\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"8\",\n                    \"name\": \"Transportation\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2491\",\n                    \"name\": \"U.S. Department of Transportation, Federal Aviation Administration\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"8\",\n                            \"name\": \"Transportation\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2025/10/03/2025-19402/petition-for-exemption-summary-of-petition-received-the-boeing-company\",\n            \"created_at\": \"2025-10-03T13:09:11.029492-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"1891FR20251946320251003\",\n            \"title\": \"Military Reservist Economic Injury Disaster Loan Program: Entire United States and U.S. Territories\",\n            \"summary\": \"The U.S. Small Business Administration has announced the Military Reservist Economic Injury Disaster Loan Program (MREIDL), effective October 1, 2025, which provides small businesses across the U.S. and its territories with loans to cover operating expenses when essential employees are called to active military service for over 30 days. Eligible businesses can apply online via the MySBA Loan Portal, with the application deadline being one year after the employee’s release from active duty. The program aims to help small businesses maintain operations and meet necessary obligations during the employee’s absence. The current interest rate for qualifying small businesses is 4.000%, and further details can be obtained from the SBA’s disaster assistance center.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2025-19463\",\n            \"regalytics_alert_id\": \"1891FR20251946320251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"federal_register_publication_date\": \"2025-10-03T00:00:00\",\n            \"rule_effective_date\": \"2025-10-01T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notice\",\n            \"tags\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Federal Register Notice\"\n                }\n            ],\n            \"subtype_classification\": [\n                {\n                    \"id\": \"5\",\n                    \"name\": \"Filing\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"5\",\n                        \"name\": \"Filing\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2068\",\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"country\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2025/10/03/2025-19463/the-entire-united-states-and-us-territories-military-reservist-economic-injury-disaster-loan-program\",\n            \"created_at\": \"2025-10-03T13:08:50.553411-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"29689RBI1290920251003\",\n            \"title\": \"Investment in Corporate Debt Securities by Persons Resident Outside India through Special Rupee Vostro account\",\n            \"summary\": \"On October 3, 2025, the Reserve Bank of India (RBI) issued a circular allowing persons resident outside India who maintain Special Rupee Vostro Accounts (SRVAs) for international trade settlement to invest their rupee surplus not only in central government securities but also in non-convertible debentures (NCDs), bonds, and commercial papers issued by Indian companies. These investments will fall under the overall corporate debt investment limits available to foreign portfolio investors (FPIs) under the General Route, but will not be subject to the usual minimum residual maturity or issue-wise limits. The circular clarifies that SRVA holders must open separate demat accounts for these instruments and that Authorized Dealer Category-I banks must report such transactions to SEBI-registered depositories to track compliance with investment caps. The new framework takes effect immediately and is issued under the Foreign Exchange Management Act, 1999, expanding options for channeling rupee balances into Indian corporate debt markets while maintaining regulatory oversight.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"29689RBI1290920251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Notification\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"4651\",\n                    \"name\": \"Reserve Bank of India\",\n                    \"country\": [\n                        {\n                            \"id\": \"39\",\n                            \"name\": \"India\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://rbi.org.in/Scripts/NotificationUser.aspx?Id=12909&Mode=0\",\n            \"created_at\": \"2025-10-03T12:57:08.714456-04:00\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"17591ECB62PA5320251010\",\n            \"title\": \"Participation by Luis de Guindos in ECOFIN Meeting in Luxembourg\",\n            \"summary\": \"Date: Friday, October 10, 2025. Board member: Luis de Guindos. Event: Participation by Mr de Guindos.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"17591ECB62PA5320251010\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Event\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"34\",\n                    \"name\": \"Event\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"4\",\n                        \"name\": \"Event\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2321\",\n                    \"name\": \"European Central Bank\",\n                    \"country\": [\n                        {\n                            \"id\": \"46\",\n                            \"name\": \"Austria\"\n                        },\n                        {\n                            \"id\": \"25\",\n                            \"name\": \"Belgium\"\n                        },\n                        {\n                            \"id\": \"49\",\n                            \"name\": \"Cyprus\"\n                        },\n                        {\n                            \"id\": \"20\",\n                            \"name\": \"Estonia\"\n                        },\n                        {\n                            \"id\": \"14\",\n                            \"name\": \"Finland\"\n                        },\n                        {\n                            \"id\": \"3\",\n                            \"name\": \"France\"\n                        },\n                        {\n                            \"id\": \"6\",\n                            \"name\": \"Germany\"\n                        },\n                        {\n                            \"id\": \"50\",\n                            \"name\": \"Greece\"\n                        },\n                        {\n                            \"id\": \"9\",\n                            \"name\": \"Ireland\"\n                        },\n                        {\n                            \"id\": \"24\",\n                            \"name\": \"Italy\"\n                        },\n                        {\n                            \"id\": \"52\",\n                            \"name\": \"Latvia\"\n                        },\n                        {\n                            \"id\": \"53\",\n                            \"name\": \"Lithuania\"\n                        },\n                        {\n                            \"id\": \"32\",\n                            \"name\": \"Luxembourg\"\n                        },\n                        {\n                            \"id\": \"54\",\n                            \"name\": \"Malta\"\n                        },\n                        {\n                            \"id\": \"29\",\n                            \"name\": \"Netherlands\"\n                        },\n                        {\n                            \"id\": \"56\",\n                            \"name\": \"Portugal\"\n                        },\n                        {\n                            \"id\": \"236\",\n                            \"name\": \"Slovakia\"\n                        },\n                        {\n                            \"id\": \"59\",\n                            \"name\": \"Slovenia\"\n                        },\n                        {\n                            \"id\": \"7\",\n                            \"name\": \"Spain\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2025-10-03T12:57:20.013230-04:00\",\n            \"event_start_date\": \"2025-10-10\",\n            \"fine_amount_total\": \"\"\n        },\n        {\n            \"id\": \"17672SNB10-029920251003\",\n            \"title\": \"Research TV\",\n            \"summary\": \"The Karl Brunner Distinguished Lecture 2025 will be delivered by John H. Cochrane of the Hoover Institution and will be available through Research TV.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"regalytics_alert_id\": \"17672SNB10-029920251003\",\n            \"original_publication_date\": \"2025-10-03T00:00:00\",\n            \"latest_update\": \"2025-10-03T00:00:00\",\n            \"alert_type\": \"Press Release\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"News\",\n                    \"higher_order_alert_classification\": {\n                        \"id\": \"1\",\n                        \"name\": \"News\"\n                    }\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"id\": \"2332\",\n                    \"name\": \"Swiss National Bank\",\n                    \"country\": [\n                        {\n                            \"id\": \"4\",\n                            \"name\": \"Switzerland\"\n                        }\n                    ],\n                    \"sectors\": [\n                        {\n                            \"id\": \"1\",\n                            \"name\": \"Financial\"\n                        }\n                    ],\n                    \"states\": []\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/services-events/digital-services/research-tv/researchtv-2025-10-02\",\n            \"created_at\": \"2025-10-03T13:00:09.029961-04:00\",\n            \"fine_amount_total\": \"\"\n        }\n    ],\n    \"total_available\": 5266984\n}"}],"_postman_id":"7245e892-2f61-4e15-a009-95c932510b04"},{"name":"Search v3","id":"a2fd87cb-f4a7-4669-81f5-ef503658ea06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"\",\n    \"search_options\": {\n        \"latest_update\": {\n            \"start\": \"2025-02-18\",\n            \"end\":\"2025-02-19\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/search","description":"<h2 id=\"search-v3\">Search v3</h2>\n<p>This request allows you to search regulatory articles using the RegAlytics API v3 endpoint.</p>\n<h3 id=\"authentication\">Authentication</h3>\n<ul>\n<li>Requires an API key in the request body as the <code>apikey</code> property.</li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method:</strong> POST</li>\n<li><strong>URL:</strong> <code>https://api.regalytics.ai/api/v3/search</code></li>\n<li><strong>Body:</strong> Raw JSON</li>\n</ul>\n<h4 id=\"example-body\">Example Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"&lt;YOUR_API_KEY&gt;\",\n  \"search_options\": {\n    \"latest_update\": {\n      \"start\": \"2025-02-18\",\n      \"end\": \"2025-02-19\"\n    }\n  }\n}\n</code></pre>\n<hr />\n<h2 id=\"🔎-detailed-usage-of-search_options\">🔎 Detailed Usage of <code>search_options</code></h2>\n<p>The <code>search_options</code> object enables advanced filtering of regulatory articles. It supports a wide range of fields and query types for granular searches.</p>\n<h3 id=\"structure-of-search_options\">Structure of <code>search_options</code></h3>\n<ul>\n<li>Each key in <code>search_options</code> corresponds to a searchable field (e.g., <code>latest_update</code>, <code>keyword</code>, <code>agencies</code>, <code>summary</code>, <code>pdf_url</code>, <code>alert_type</code>, <code>classification</code>, <code>title</code>, <code>tags</code>, <code>countries</code>, <code>regalytics_alert_id</code>).</li>\n<li>Each field supports one or more query types:<ul>\n<li><code>or_includes</code>: Array of values; matches if <strong>any</strong> value is present.</li>\n<li><code>and_includes</code>: Array of values; matches if <strong>all</strong> values are present.</li>\n<li><code>or_excludes</code>: Array of values; excludes if <strong>any</strong> value is present.</li>\n<li><code>and_excludes</code>: Array of values; excludes if <strong>all</strong> values are present.</li>\n<li><code>regex</code>: String; matches using a regular expression (if supported by the field).</li>\n<li><code>start</code>/<code>end</code>: For date fields, specify a range (format: <code>YYYY-MM-DD</code>).</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-full-search_options-schema\">Example: Full <code>search_options</code> Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"&lt;YOUR_API_KEY&gt;\",\n  \"search_options\": {\n    \"latest_update\": {\n      \"start\": \"2025-02-18\",\n      \"end\": \"2025-02-19\"\n    },\n    \"keyword\": {\n      \"or_includes\": [\"usa\", \"all\"],\n      \"and_includes\": [\"pakistan\"],\n      \"or_excludes\": [\"Canada\"]\n    },\n    \"agencies\": {\n      \"and_includes\": [\"Australian Securities and Investments Commission\"],\n      \"or_excludes\": [\"Federal Reserve System\"],\n      \"and_excludes\": [\"Consumer Financial Protection Bureau\", \"Securities and Exchange Commission\"]\n    },\n    \"summary\": {\n      \"and_includes\": [\"Australian Australian Se4curities an Investmensts\"],\n      \"and_excludes\": [\"The Consumer Financial Protection Bureau\"]\n    },\n    \"pdf_url\": {\n      \"and_includes\": [\"https://www.federalregister.gov/documents/2023/09/06/2023-19126/self-regulatory-organizations-miax-pearl-llc-notice-of-filing-and-immediate-effectiveness-of-a\"]\n    },\n    \"alert_type\": {\n      \"or_includes\": [\"Notice\"]\n    },\n    \"classification\": {\n      \"or_includes\": [\"SRO\"]\n    },\n    \"title\": {\n      \"and_excludes\": [\"The Consumer Financial Protection Bureau\"]\n    },\n    \"tags\": {\n      \"or_includes\": [\"Repo\"]\n    },\n    \"countries\": {\n      \"and_includes\": [\"Malta\"]\n    },\n    \"regalytics_alert_id\": {\n      \"or_includes\": [\"FDIC1708657320200213\", \"FDIC1708658620200306\", \"FDIC17086516820200312\"]\n    }\n  }\n}\n</code></pre>\n<h3 id=\"supported-query-types\">Supported Query Types</h3>\n<ul>\n<li><strong>or_includes</strong>: Match if any value is present in the field.</li>\n<li><strong>and_includes</strong>: Match if all values are present in the field.</li>\n<li><strong>or_excludes</strong>: Exclude if any value is present in the field.</li>\n<li><strong>and_excludes</strong>: Exclude if all values are present in the field.</li>\n<li><strong>regex</strong>: Match using a regular expression (field-dependent).</li>\n<li><strong>start/end</strong>: For date fields, filter by range.</li>\n</ul>\n<h3 id=\"usage-examples\">Usage Examples</h3>\n<h4 id=\"1-simple-keyword-search\">1. Simple Keyword Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"&lt;YOUR_API_KEY&gt;\",\n  \"search_options\": {\n    \"keyword\": {\n      \"or_includes\": [\"banking\"]\n    }\n  }\n}\n</code></pre>\n<h4 id=\"2-complex-multi-field-search\">2. Complex Multi-Field Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"&lt;YOUR_API_KEY&gt;\",\n  \"search_options\": {\n    \"keyword\": {\n      \"and_includes\": [\"compliance\", \"risk\"]\n    },\n    \"agencies\": {\n      \"or_excludes\": [\"Federal Reserve System\"]\n    },\n    \"classification\": {\n      \"or_includes\": [\"SRO\"]\n    }\n  }\n}\n</code></pre>\n<h4 id=\"3-date-range-search\">3. Date Range Search</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"&lt;YOUR_API_KEY&gt;\",\n  \"search_options\": {\n    \"latest_update\": {\n      \"start\": \"2025-02-18\",\n      \"end\": \"2025-02-19\"\n    }\n  }\n}\n</code></pre>\n<hr />\n<h3 id=\"query-parameter-page\">Query Parameter: <code>page</code></h3>\n<ul>\n<li><strong>Type:</strong> Integer (in request header or query param)</li>\n<li><strong>Usage:</strong> Specifies the page number for paginated results. Default is 1 if not provided.</li>\n<li><strong>Example:</strong><ul>\n<li>Header: <code>page: 2</code></li>\n<li>Query: <code>?page=2</code></li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"response\">Response</h3>\n<ul>\n<li>Returns a paginated list of articles matching the search criteria.</li>\n<li>Example fields: <code>id</code>, <code>title</code>, <code>summary</code>, <code>status</code>, <code>classification</code>, <code>filing_type</code>, <code>alert_type</code>, <code>agencies</code>, <code>pdf_url</code>, etc.</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>The API key must be valid for the request to succeed (HTTP 200 expected).</li>\n<li>For more advanced search options, refer to the collection-level documentation or the <a href=\"collection/15670322-d60722a9-3605-4579-a589-48d2afc54839\">RegAlytics API Production</a> collection.</li>\n</ul>\n<hr />\n<p><strong>References:</strong></p>\n<ul>\n<li><a href=\"request/15670322-a2fd87cb-f4a7-4669-81f5-ef503658ea06\">Search v3</a></li>\n<li><a href=\"collection/15670322-d60722a9-3605-4579-a589-48d2afc54839\">RegAlytics API Production</a></li>\n</ul>\n","urlObject":{"path":["api","v3","search"],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"a20bdb58-b003-4bd9-8da5-437774657dbd","name":"Search v3","originalRequest":{"method":"POST","header":[{"key":"page","value":"2","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"\",\n    \"search_options\": {\n        \"latest_update\": {\n            \"start\": \"2025-02-18\",\n            \"end\":\"2025-02-19\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/search"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 03 Oct 2025 19:48:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56721"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_results\": 6821,\n    \"total_pages\": 273,\n    \"page_number\": 1,\n    \"page_size\": 25,\n    \"results\": [\n        {\n            \"id\": \"45788UKFOS008632A3E520250219\",\n            \"title\": \"Decision Reference DRN-5292334: U K Insurance Limited - Not upheld (Insurance)\",\n            \"summary\": \"A motor insurance claim was settled by UK Insurance Limited (UKI) after a pedestrian injury incident involving Mr R, which he was unaware of until he received his no-claim bonus certificate. UKI accepted liability based on police and dashcam evidence, but did not notify Mr R of the claim when it was made, instead keeping the file open for six months. Although UKI acknowledged it should have informed him earlier and paid him £300 as compensation, the Ombudsman concluded that UKI’s decision to settle the claim was reasonable and fairly considered. The Ombudsman did not uphold the complaint, emphasizing that UKI’s policy allows it to settle claims without Mr R’s prior approval and that the settlement decision was appropriate based on the evidence. Ultimately, the Ombudsman found the compensation adequate and confirmed that no further action was required from UKI.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS008632A3E520250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"16\",\n                    \"name\": \"Defense and Law Enforcement\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"8\",\n                    \"name\": \"Transportation\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5292334.pdf\",\n            \"created_at\": \"2025-09-26T07:52:21.362949-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS0119E7930020250219\",\n            \"title\": \"Decision Reference DRN-5342813: Healthcare Finance Limited - Not upheld (Consumer Credit)\",\n            \"summary\": \"A customer, Miss J, filed a complaint against Healthcare Finance Limited (HFL) regarding a dental treatment financed through a fixed sum loan. She was unhappy because the supplier went out of business, leaving her with unresolved dental issues and no access to promised aftercare under the 'Lifetime Guarantee.' The ombudsman reviewed whether HFL acted fairly under Section 75 of the Consumer Credit Act, considering whether the supplier breached its contract or misrepresented its services. The decision concluded that there was insufficient evidence to prove the supplier breached the contract or misrepresented its services, and that HFL acted reasonably in handling the claim. As a result, the complaint was not upheld, and HFL was already credited with a £220 compensation for the loss of aftercare, which the ombudsman deemed proportionate.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS0119E7930020250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"5\",\n                    \"name\": \"Healthcare\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5342813.pdf\",\n            \"created_at\": \"2025-09-26T07:52:00.589536-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS01EA62C89D20250219\",\n            \"title\": \"Decision Reference DRN-5326859: Family Finance Limited - Not upheld (Consumer Credit)\",\n            \"summary\": \"Mrs. B filed a complaint claiming that Family Finance unfairly approved two hire-purchase agreements for her, which she found unaffordable and caused her ongoing financial and mental hardship. The first agreement in 2015 involved financing a car with a high total repayment, while the second in 2017 was for another vehicle, with Family Finance verifying her income but not thoroughly scrutinizing her living expenses or previous defaults. The investigation concluded that Family Finance’s checks were not sufficiently detailed to determine affordability, but it was unlikely that more thorough checks would have revealed the agreements to be unaffordable or that lending was irresponsible. Ultimately, the ombudsman decided that the relationship was not unfair and that Family Finance acted reasonably, so the complaint was not upheld. Despite Mrs. B’s dissatisfaction, the decision emphasizes that the lender’s checks were proportionate given the circumstances, and the overall lending was not deemed unfair.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS01EA62C89D20250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Employment\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"7\",\n                    \"name\": \"Mental Health\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                },\n                {\n                    \"id\": \"8\",\n                    \"name\": \"Transportation\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5326859.pdf\",\n            \"created_at\": \"2025-09-26T07:51:30.680290-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS02FA14FC9A20250219\",\n            \"title\": \"Decision Reference DRN-5236968: National Westminster Bank Plc - Not upheld (Banking and Payments)\",\n            \"summary\": \"A woman, Ms M, invested £90,000 in a scheme recommended by a company (A), believing it to be ethical and UK-based. Although she received some returns, A failed to provide further payments, raising suspicions of a scam, especially after negative online reports about A’s director emerged. However, investigations concluded there was insufficient evidence to prove A’s actions were criminal or fraudulent from the outset, and the agreements lacked clear documentation of the intended use of funds. The bank, NatWest, was found to have acted appropriately, as there was no proof of deliberate fraud, and the case was deemed a civil dispute rather than a scam. Consequently, the complaint was not upheld, and NatWest was not held responsible for Ms M’s losses.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS02FA14FC9A20250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5236968.pdf\",\n            \"created_at\": \"2025-09-26T07:50:57.704153-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS0A2710A08520250219\",\n            \"title\": \"Decision Reference DRN-5095969: Scottish Widows Limited - Not upheld (Pensions and Annuities)\",\n            \"summary\": \"The complaint concerns Scottish Widows removing the guaranteed annuity rate (GAR) from Mr. C’s pension plan after his selected retirement date (SRD) passed, leading to financial loss. The company argued it had sent reminders and attempted to contact Mr. C and his linked financial advisor, Sigma, but received no response or updated contact details, and the GAR was only available at the original SRD. The ombudsman found Scottish Widows acted reasonably, noting it had fulfilled its communication obligations and that Mr. C was responsible for updating his address. Despite Mr. C’s claims of unfair treatment and lack of effort to trace him, the decision was made not to uphold the complaint, as the company did not act unreasonably under the circumstances. The plan’s terms, including the GAR’s availability only at the original SRD, were deemed standard and fair.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS0A2710A08520250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Employment\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5095969.pdf\",\n            \"created_at\": \"2025-09-26T07:46:47.185447-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS0C0120115C20250219\",\n            \"title\": \"Decision Reference DRN-5342569: Santander U.K. Plc - Not upheld (Banking and Payments)\",\n            \"summary\": \"Miss W complained that Santander UK failed to stop sending correspondence to an address accessed by a third party who had financially abused her. Despite requesting a block on her address and multiple investigations by Santander, letters and statements continued to be sent to her old address into 2024, causing her significant distress. Santander acknowledged that the initial block did not work and re-implemented it in August 2024, but the ongoing correspondence had already caused her emotional hardship. The ombudsman found that Santander's failure to effectively block the correspondence justified an award of £300 in compensation for the distress caused, bringing the total to £400. The complaint was upheld, and Santander was ordered to pay the additional compensation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS0C0120115C20250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": [\n                {\n                    \"id\": \"23924\",\n                    \"name\": \"Bank Names\"\n                }\n            ],\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"5\",\n                    \"name\": \"Healthcare\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5342569.pdf\",\n            \"created_at\": \"2025-09-26T07:45:41.464472-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS0C73FE339E20250218\",\n            \"title\": \"Decision Reference DRN-5281496: Lloyds Bank PLC - Not upheld (Banking and Payments)\",\n            \"summary\": \"A company, represented by its director Miss O, filed a complaint against Lloyds Bank after losing £10,200 in an art investment scam involving a firm called S. Miss O believed she was defrauded when S went into liquidation, but the investigation found insufficient evidence to prove S’s payments were made with fraudulent intent. The evidence indicated that the artwork purchased did exist and was stored as expected, and the transaction aligned with the company's purpose, suggesting it was a legitimate investment rather than a scam. The court proceedings related to S focused on asset freezing, not confirming fraudulent activity, and Lloyds responded appropriately to the scam claim. Ultimately, the ombudsman concluded that Lloyds was not responsible for Miss O’s losses, as there was no clear evidence of fraud, and the case remains a civil dispute.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS0C73FE339E20250218\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-18\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5281496.pdf\",\n            \"created_at\": \"2025-09-26T07:45:23.028736-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS0DB84C288520250218\",\n            \"title\": \"Decision Reference DRN-5339429: Alwyn Insurance Company Limited - Not upheld (Insurance)\",\n            \"summary\": \"The complaint involves Mr L's motor insurance policy with Alwyn Insurance, which was voided after he disclosed that his father was the registered keeper of the vehicle, not him. Alwyn canceled the policy, citing misrepresentation, as they believed Mr L had not answered the questions truthfully, and retained the premiums. The Ombudsman concluded that the questions about the registered keeper were sufficiently clear for a reasonable consumer and that Mr L’s misunderstanding did not amount to a careless misrepresentation under law. Since Alwyn demonstrated they would not have offered the policy had they known the true registered keeper, their actions were deemed lawful under the Consumer Insurance (Disclosure and Representations) Act, and the premiums were rightly refunded. Ultimately, the Ombudsman decided not to uphold the complaint, affirming that Alwyn acted fairly and in accordance with legal standards.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS0DB84C288520250218\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-18\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                },\n                {\n                    \"id\": \"8\",\n                    \"name\": \"Transportation\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5339429.pdf\",\n            \"created_at\": \"2025-09-26T07:44:39.181327-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS0E4545280620250218\",\n            \"title\": \"Decision Reference DRN-5233736: Watford Insurance Company Europe Limited - Upheld (Insurance)\",\n            \"summary\": \"Mrs C and Mr C complained about Watford Insurance’s handling of their declined motor claim, delays, poor communication, and the placement of a fraud marker on a shared database, which caused them significant stress and financial costs. The investigator upheld their complaint regarding delays, poor service, and the distress caused by the fraud marker, awarding £500 in compensation and requiring Watford Insurance to remove any adverse entries from external databases. While Watford Insurance argued that no fraud marker was placed on external systems, the impact of the SIRA entry on Mrs C and Mr C’s perception and stress was significant. The decision emphasizes that the poor handling and communication during a stressful period justified the compensation, and the insurer is instructed to amend the database entries accordingly.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS0E4545280620250218\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-18\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"5\",\n                    \"name\": \"Healthcare\"\n                },\n                {\n                    \"id\": \"13\",\n                    \"name\": \"Media and Technology\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5233736.pdf\",\n            \"created_at\": \"2025-09-26T07:44:13.761135-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS0E4A037C6220250219\",\n            \"title\": \"Decision Reference DRN-5127936: eToro (UK) Ltd - Not upheld (Banking and Payments)\",\n            \"summary\": \"The complaint concerns Mr M’s claim that eToro (UK) Ltd failed to protect him from a cryptocurrency scam and unjustly closed his account. Mr M was defrauded in July 2023 after being encouraged to invest large sums in a fake trading platform, with funds transferred from his eToro account. The ombudsman concluded that eToro acted fairly, as the transactions appeared consistent with his usual activity and there was no clear reason to suspect fraud at the time. The account was closed because Mr M did not provide requested information, which was permitted under eToro’s terms. Ultimately, the ombudsman did not uphold the complaint, finding eToro’s actions reasonable given the circumstances.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS0E4A037C6220250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": [\n                {\n                    \"id\": \"10\",\n                    \"name\": \"Crypto\"\n                }\n            ],\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5127936.pdf\",\n            \"created_at\": \"2025-09-26T07:44:12.733964-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS0E4FC11F4720250218\",\n            \"title\": \"Decision Reference DRN-5340356: National Westminster Bank Plc - Upheld (Banking and Payments)\",\n            \"summary\": \"A company, represented by its director, filed a complaint against NatWest Bank due to errors that prevented it from successfully rescheduling a bounce back loan (BBL) during the COVID-19 pandemic. The bank's mistake involved an incorrect email address in the online PAYG application, which hindered the completion of the process, leading to missed payments, formal demands, and account closure. Although the bank admitted fault for the email error, it argued that A's director was also responsible for not correcting the pre-populated fields. The ombudsman concluded that the bank's mistake significantly contributed to the issues but noted that even if the application had been completed correctly, A's financial difficulties might have persisted. Ultimately, the bank was ordered to pay A £500 in compensation for the inconvenience caused.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS0E4FC11F4720250218\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-18\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"4\",\n                    \"name\": \"Coronavirus\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5340356.pdf\",\n            \"created_at\": \"2025-09-26T07:44:12.217257-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS106C837ED020250218\",\n            \"title\": \"Decision Reference DRN-5207681: National Westminster Bank Plc - Upheld (Mortgages)\",\n            \"summary\": \"Mr T and Ms T complained that NatWest mis-sold them a fixed interest rate mortgage product and should waive early repayment charges. They temporarily switched to interest-only payments in January 2024, with the understanding that the mortgage would revert to a repayment basis after six months, which it did in July 2024. They believed the new interest rate product they applied for was a permanent interest-only arrangement, but it was only a temporary concession, and NatWest clarified that payments would increase once the interest-only period ended. The bank did not mis-sell the product but failed to provide sufficient information about the future payments when they applied, leading to some distress. The Ombudsman upheld the complaint in part, awarding £150 compensation for this omission, but found no evidence of mis-selling.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS106C837ED020250218\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-18\",\n            \"alert_type\": \"Decision\",\n            \"tags\": [\n                {\n                    \"id\": \"2\",\n                    \"name\": \"Mortgage\"\n                }\n            ],\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"14\",\n                    \"name\": \"Real Estate and Construction\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5207681.pdf\",\n            \"created_at\": \"2025-09-26T07:42:55.273991-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS11D9F0318820250219\",\n            \"title\": \"Decision Reference DRN-5135994: Revolut Ltd - Not upheld (Banking and Payments)\",\n            \"summary\": \"A customer, Mr W, complained after Revolut recorded a fraud marker against him and closed his account following the receipt of suspicious funds. Revolut identified the £500 deposit as fraudulent, linked to a scam, and restricted the account, ultimately closing it due to insufficient explanation from Mr W. Despite Mr W’s claims of assisting friends with a debt arrangement, the investigation found inconsistencies in his account of events, including discrepancies in the amounts involved and his responses. The ombudsman concluded that Revolut had sufficient evidence to justify the fraud marker, as the account activity indicated involvement in receiving and passing on fraudulent funds, and the account closure was deemed fair. Consequently, the complaint was not upheld, and the marker remains in place, though Mr W’s difficulties caused by it were acknowledged.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS11D9F0318820250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5135994.pdf\",\n            \"created_at\": \"2025-09-26T07:42:00.790473-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS13138F216920250219\",\n            \"title\": \"Decision Reference DRN-5287444: Tesco Personal Finance Limited - Not upheld (Banking and Payments)\",\n            \"summary\": \"A man, Mr W, bought a holiday lodge for £160,000, paying a £16,000 deposit with a Tesco Bank credit card. He later refused to complete the purchase after discovering the lodge did not meet the contract's specifications, and requested a refund of his deposit, which the seller refused. The dispute involved whether Tesco Bank could be held liable for a refund under section 75 of the Consumer Credit Act or through the chargeback scheme; both options were deemed unlikely to succeed because the lodge's value exceeded the limits for section 75 and the timing for chargeback claims was miscalculated. The ombudsman concluded that Tesco Bank was reasonable in declining the claim, as the lodge was built in 2022, and Mr W's decision not to proceed was his own, making a successful claim unlikely. Ultimately, the complaint was not upheld, as the evidence did not support that Tesco Bank should have pursued a refund on Mr W’s behalf.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS13138F216920250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Employment\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                },\n                {\n                    \"id\": \"18\",\n                    \"name\": \"Travel, Tourism, and Live Entertainment\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5287444.pdf\",\n            \"created_at\": \"2025-09-26T07:41:21.794768-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS14FED8B51220250219\",\n            \"title\": \"Decision Reference DRN-5302831: Red Sands Insurance Company (Europe) Limited - Not upheld (Insurance)\",\n            \"summary\": \"A customer, Mr R, filed a complaint after Red Sands Insurance declined his motor warranty claim following turbo failure, citing a 'poor repairs' exclusion. The insurer appointed a specialist, who concluded the turbos had been previously poorly repaired, which Mr R disputed, asserting genuine parts and proper repair. The ombudsman reviewed the evidence and found that the specialist’s opinion was credible, and the repair’s relatively recent date supported the insurer’s decision. Although there was some delay in providing inspection photos, it did not impact the outcome. Ultimately, the ombudsman upheld the insurer’s decision, concluding it acted fairly and reasonably in declining the claim based on the warranty’s terms.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS14FED8B51220250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"20\",\n                    \"name\": \"Trade\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5302831.pdf\",\n            \"created_at\": \"2025-09-26T07:40:07.209345-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS1593B9C6E620250219\",\n            \"title\": \"Decision Reference DRN-4762986: Professional Independent Advisers Limited - Upheld (Pensions and Annuities)\",\n            \"summary\": \"The complaint concerns advice given in 2018 by PIA to transfer two defined-benefit (DB) pensions and a defined contribution (DC) pension into a new personal pension, which Mr D claims was unsuitable and led to financial loss. The ombudsman found that PIA's advice was indeed inappropriate, as the transfer was unlikely to benefit Mr D financially, given the high critical yields required and the loss of guaranteed, index-linked income. The advice also failed to adequately explore alternative options to meet Mr D’s immediate cash needs without transferring his pensions. Consequently, PIA is ordered to compensate Mr D by calculating redress based on the value of the DB schemes had he remained invested, and to adjust for the higher costs associated with transferring his DC pension. The decision emphasizes that the advice did not meet regulatory standards, and Mr D relied on the recommendation, which was not in his best interests, warranting compensation up to £190,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS1593B9C6E620250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Employment\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-4762986.pdf\",\n            \"created_at\": \"2025-09-26T07:39:50.043031-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS17281FED5920250219\",\n            \"title\": \"Decision Reference DRN-5319935: Shawbrook Bank Limited - Upheld (Consumer Credit)\",\n            \"summary\": \"The complaint concerns Shawbrook Bank’s participation in an unfair credit relationship with Mr and Mrs D, who purchased fractional timeshare membership in 2013, financed through the bank. The couple alleged that the lender was involved in an unfair relationship because the supplier marketed the membership as an investment, promising potential financial gains and profits, which breached regulations prohibiting timeshare sales as investments. The investigation found that the supplier’s sales training and marketing materials implied that the membership was an investment with the prospect of a financial return, leading Mr and Mrs D to believe they would recoup their money and make a profit, influencing their decision to buy. The Ombudsman concluded that the supplier’s conduct breached relevant regulations and that this breach materially impacted the couple’s decision, rendering the credit relationship unfair under Section 140A of the Consumer Credit Act. Consequently, the complaint was upheld, and the lender was found responsible for an unfair relationship, warranting redress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS17281FED5920250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"14\",\n                    \"name\": \"Real Estate and Construction\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5319935.pdf\",\n            \"created_at\": \"2025-09-26T07:38:56.548380-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS1A2233F10920250219\",\n            \"title\": \"Decision Reference DRN-5286676: esure Insurance Limited - Not upheld (Insurance)\",\n            \"summary\": \"Mr B and Mrs W filed a complaint against esure Insurance regarding their home insurance claim for water damage caused by a leak. The insurer initially declined the claim, believing the damage predated their policy, but later accepted it and offered a cash settlement, which the claimants found insufficient and delayed. The investigation found that esure acted fairly in settling the claim based on policy terms, but delays and poor communication caused significant distress, especially given the claimants’ vulnerabilities. The Ombudsman upheld the complaint in part, concluding esure should pay an additional £600 for distress and inconvenience, considering their health issues and the impact of the delays. Esure was ordered to pay this compensation within 28 days, with interest if paid late.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS1A2233F10920250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"5\",\n                    \"name\": \"Healthcare\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5286676.pdf\",\n            \"created_at\": \"2025-09-26T07:37:03.305930-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS1AA77D85A420250219\",\n            \"title\": \"Decision Reference DRN-5100087: HSBC U.K. Bank Plc - Not upheld (Investments)\",\n            \"summary\": \"Mr. and Mrs. B filed a complaint against HSBC regarding the removal of their staff discount on the Annual Management Charge (AMC) for their investment accounts. They believed they were entitled to the 50% staff discount based on assurances from their wealth manager, even after Mrs. B’s redundancy in 2017, but HSBC confirmed the discount was removed in January 2022 and that they were no longer eligible. HSBC acknowledged it failed to notify them of this change and offered redress, including refunds and compensation for distress, which the B’s accepted. An investigation concluded that the discount was likely applied in error due to miscommunication, but since the discount was not applicable after January 2022, HSBC’s decision not to reinstate it was justified. The ombudsman upheld the complaint, ruling that HSBC’s redress was fair, and ordered the bank to pay a total of £6,238.80, including compensation for distress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS1AA77D85A420250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": [\n                {\n                    \"id\": \"23924\",\n                    \"name\": \"Bank Names\"\n                }\n            ],\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5100087.pdf\",\n            \"created_at\": \"2025-09-26T07:36:46.030909-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS1C1561CC4B20250219\",\n            \"title\": \"Decision Reference DRN-5254102: AmTrust Specialty Limited - Not upheld (Insurance)\",\n            \"summary\": \"Mr. S was dissatisfied with Amtrust Europe's handling of his legal expenses claim after property damage caused by a contractor. He questioned whether solicitor taxes and costs of a prospects assessment should count against his policy limit, and sought clarification on funding and timelines. The Ombudsman concluded that Amtrust's responses were reasonable, noting that legal fees include taxes and that costs for the prospects assessment are not part of the indemnity limit. The Ombudsman also determined that setting a timeframe for the assessment was outside their scope, as it is primarily the solicitor’s responsibility. Ultimately, the complaint was not upheld, and Mr. S was asked to accept or reject the decision by March 19, 2025.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS1C1561CC4B20250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"14\",\n                    \"name\": \"Real Estate and Construction\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5254102.pdf\",\n            \"created_at\": \"2025-09-26T07:35:55.924914-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS1E72B2ED6B20250218\",\n            \"title\": \"Decision Reference DRN-4785229: Lendable Ltd - Upheld (Consumer Credit)\",\n            \"summary\": \"A customer, Mr. N, purchased a used car through a hire purchase agreement with Autolend, but experienced multiple issues, particularly with the auxiliary belt, which failed repeatedly. An independent inspection confirmed the faults were present or developing at the time of sale, indicating the vehicle was of unsatisfactory quality, especially since the first failure occurred after only 17 miles. The investigation concluded that Autolend was responsible for covering the costs of the initial and final repairs, the independent inspection, and the hire car expenses incurred while the vehicle was being repaired. Autolend was also ordered to refund one month’s rental payment, pay 8% interest on the amounts, and transfer the £150 distress payment directly to Mr. N. The decision affirms that the car was not of satisfactory quality at sale, and Autolend must compensate Mr. N accordingly.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS1E72B2ED6B20250218\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-18\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Employment\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"17\",\n                    \"name\": \"Manufacturing\"\n                },\n                {\n                    \"id\": \"14\",\n                    \"name\": \"Real Estate and Construction\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                },\n                {\n                    \"id\": \"8\",\n                    \"name\": \"Transportation\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-4785229.pdf\",\n            \"created_at\": \"2025-09-26T07:34:10.491410-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS1E9126A9C320250219\",\n            \"title\": \"Decision Reference DRN-5340960: Admiral Insurance (Gibraltar) Limited - Upheld (Insurance)\",\n            \"summary\": \"The complaint concerns Admiral Insurance's refusal to cover damage to Mr W and Miss B’s property following a storm, with dissatisfaction over claim handling and conflicting information about storm conditions. The insurer initially declined the claim, citing damage caused by poor workmanship and wear and tear, but later acknowledged that storm conditions may have damaged the roof perimeter. However, it maintained that damage to the flat roof area was not consistent with storm damage, based on expert reports indicating cracking and brittleness typical of aging or poor maintenance. After reviewing all evidence, the ombudsman concluded that only the perimeter damage was likely caused by a storm, and the internal damage should be covered, but not the flat roof repairs. The insurer was also found to have mishandled the claim process, leading to unnecessary distress, and was ordered to pay for perimeter repairs, internal damage, and £200 compensation for poor service.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS1E9126A9C320250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                },\n                {\n                    \"id\": \"20\",\n                    \"name\": \"Trade\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5340960.pdf\",\n            \"created_at\": \"2025-09-26T07:34:03.017832-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS1EBD580D8320250219\",\n            \"title\": \"Decision Reference DRN-5041404: Marsh Finance Limited - Upheld (Consumer Credit)\",\n            \"summary\": \"Mr S purchased a used vehicle through Marsh Finance, which was later found to be of unsatisfactory quality due to being fitted with an incorrect engine. The vehicle's fault was identified after use, leading Marsh Finance to agree to unwind the agreement, but they only offered to refund two months of payments and retain the deposit. The ombudsman upheld the complaint, ruling that Marsh Finance should refund the deposit, the cost of the inspection, and any payments made beyond 15 months, accounting for Mr S’s extensive use of the vehicle. Additionally, they should remove adverse credit information and pay £200 compensation for the inconvenience caused. The decision emphasizes that the vehicle’s poor quality breaches consumer rights, and fair compensation and refunds are owed to Mr S.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS1EBD580D8320250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Employment\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"17\",\n                    \"name\": \"Manufacturing\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                },\n                {\n                    \"id\": \"8\",\n                    \"name\": \"Transportation\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5041404.pdf\",\n            \"created_at\": \"2025-09-26T07:33:57.683320-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS210606CB4A20250218\",\n            \"title\": \"Decision Reference DRN-5337449: ClearBank Limited - Not upheld (Banking and Payments)\",\n            \"summary\": \"A man, Mr. A, lost money to a scam involving a fake company claiming to offer airline fares. He believed he was approving a refund but inadvertently authorized three payments from his Tide account, which he thought were part of the refund process. The investigation concluded that, under legal and contractual terms, Mr. A authorized these transactions by following the app’s verification steps, making him liable for the payments. Despite his belief that he was approving a refund, the evidence showed he consented to the payments, and the provider, ClearBank, was not responsible for the scam. The Ombudsman ultimately decided not to uphold the complaint, stating that Mr. A’s actions constituted authorized payments under the applicable regulations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS210606CB4A20250218\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-18\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"23\",\n                    \"name\": \"Accounting\"\n                },\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"8\",\n                    \"name\": \"Transportation\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5337449.pdf\",\n            \"created_at\": \"2025-09-26T07:32:38.133458-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        },\n        {\n            \"id\": \"45788UKFOS21E829CB8D20250219\",\n            \"title\": \"Decision Reference DRN-5341625: Interactive Investor Services Limited - Not upheld (Pensions and Annuities)\",\n            \"summary\": \"The complaint concerns Ms C’s transfer of her self-invested personal pension (SIPP) to the Focusplay Retirement Benefit Scheme in 2015, which resulted in financial loss due to scheme fraud. Ms C argues that Interactive Investor failed to conduct proper due diligence or warn her of potential scams, contributing to her vulnerability. However, the investigation found that Interactive Investor did not send her the updated scam warning materials (the Scorpion insert) nor evidence of thorough due diligence, but concluded that such measures likely would not have changed her decision, as she had already received similar warnings and was motivated by a cash incentive. The regulator emphasized that, at the time, firms were expected to follow guidance like the Scorpion campaign, but Interactive Investor’s failure to do so did not directly cause her loss, given the lack of clear warning signs. Ultimately, the decision was not to uphold the complaint, as it was determined that Interactive Investor’s actions did not significantly influence the outcome.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"45788UKFOS21E829CB8D20250219\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2025-02-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2025-02-19\",\n            \"alert_type\": \"Decision\",\n            \"tags\": null,\n            \"docket_file_number\": \"\",\n            \"order_notice\": \"\",\n            \"sec_release_number\": \"\",\n            \"subtype_classification\": [\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Enforcement\",\n                    \"higher_order_alert_classification\": {\n                        \"name\": \"Enforcement\"\n                    }\n                }\n            ],\n            \"states\": null,\n            \"sector_type\": [\n                {\n                    \"id\": \"21\",\n                    \"name\": \"Business Administration\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Employment\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Taxes\"\n                }\n            ],\n            \"rules\": null,\n            \"agencies\": [\n                {\n                    \"id\": \"120194\",\n                    \"name\": \"U.K. Financial Ombudsman Service's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.financial-ombudsman.org.uk/decision/DRN-5341625.pdf\",\n            \"created_at\": \"2025-09-26T07:32:10.491503-04:00\",\n            \"bill_identifier\": null,\n            \"event_end_date\": null,\n            \"event_end_time\": null,\n            \"event_location\": null,\n            \"event_start_date\": null,\n            \"event_start_time\": null,\n            \"fine_amount_total\": \"\",\n            \"to_be_published_at\": null,\n            \"reviewed_by\": null,\n            \"ls_bill_id\": null,\n            \"source_language\": \"English\",\n            \"sourced_at\": null\n        }\n    ]\n}"}],"_postman_id":"a2fd87cb-f4a7-4669-81f5-ef503658ea06"}],"id":"51100d9b-b4d8-41e4-846a-962010e5237a","description":"<p>Endpoints for searching regulatory articles across API versions. Supports filtering by status, keywords, agencies, alert types, and dates. Responses return arrays of articles with fields such as id, title, summary, status, classification, agencies, alert_type, pdf_url, and timestamps.</p>\n","_postman_id":"51100d9b-b4d8-41e4-846a-962010e5237a"},{"name":"States And Countries","item":[{"name":"Fetch all states","id":"3d278725-6ae7-4a7c-8819-31da99ab25c7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/states","description":"<h3 id=\"make-sure-to-add-header--if-you-are-accessing-the-api-programmatically\">Make sure to add header  if you are accessing the API programmatically</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>headers = {\n  'Content-Type': 'application/json'\n}\n</code></pre>","urlObject":{"protocol":"https","path":["api","states"],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"8569a8e3-841d-4c5b-bcb8-847df33b6dd6","name":"Fetch all states","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/states"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Fri, 03 Oct 2025 19:50:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2174"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 55,\n    \"results\": [\n        {\n            \"name\": \"Alabama\",\n            \"short_code\": \"AL\"\n        },\n        {\n            \"name\": \"Alaska\",\n            \"short_code\": \"AK\"\n        },\n        {\n            \"name\": \"Arizona\",\n            \"short_code\": \"AZ\"\n        },\n        {\n            \"name\": \"Arkansas\",\n            \"short_code\": \"AR\"\n        },\n        {\n            \"name\": \"California\",\n            \"short_code\": \"CA\"\n        },\n        {\n            \"name\": \"Colorado\",\n            \"short_code\": \"CO\"\n        },\n        {\n            \"name\": \"Connecticut\",\n            \"short_code\": \"CT\"\n        },\n        {\n            \"name\": \"Delaware\",\n            \"short_code\": \"DE\"\n        },\n        {\n            \"name\": \"District of Columbia\",\n            \"short_code\": \"DC\"\n        },\n        {\n            \"name\": \"Florida\",\n            \"short_code\": \"FL\"\n        },\n        {\n            \"name\": \"Georgia\",\n            \"short_code\": \"GA\"\n        },\n        {\n            \"name\": \"Guam\",\n            \"short_code\": \"GU\"\n        },\n        {\n            \"name\": \"Hawaii\",\n            \"short_code\": \"HI\"\n        },\n        {\n            \"name\": \"Idaho\",\n            \"short_code\": \"ID\"\n        },\n        {\n            \"name\": \"Illinois\",\n            \"short_code\": \"IL\"\n        },\n        {\n            \"name\": \"Indiana\",\n            \"short_code\": \"IN\"\n        },\n        {\n            \"name\": \"Iowa\",\n            \"short_code\": \"IA\"\n        },\n        {\n            \"name\": \"Kansas\",\n            \"short_code\": \"KS\"\n        },\n        {\n            \"name\": \"Kentucky\",\n            \"short_code\": \"KY\"\n        },\n        {\n            \"name\": \"Louisiana\",\n            \"short_code\": \"LA\"\n        },\n        {\n            \"name\": \"Maine\",\n            \"short_code\": \"ME\"\n        },\n        {\n            \"name\": \"Maryland\",\n            \"short_code\": \"MD\"\n        },\n        {\n            \"name\": \"Massachusetts\",\n            \"short_code\": \"MA\"\n        },\n        {\n            \"name\": \"Michigan\",\n            \"short_code\": \"MI\"\n        },\n        {\n            \"name\": \"Minnesota\",\n            \"short_code\": \"MN\"\n        },\n        {\n            \"name\": \"Mississippi\",\n            \"short_code\": \"MS\"\n        },\n        {\n            \"name\": \"Missouri\",\n            \"short_code\": \"MO\"\n        },\n        {\n            \"name\": \"Montana\",\n            \"short_code\": \"MT\"\n        },\n        {\n            \"name\": \"Nebraska\",\n            \"short_code\": \"NE\"\n        },\n        {\n            \"name\": \"Nevada\",\n            \"short_code\": \"NV\"\n        },\n        {\n            \"name\": \"New Hampshire\",\n            \"short_code\": \"NH\"\n        },\n        {\n            \"name\": \"New Jersey\",\n            \"short_code\": \"NJ\"\n        },\n        {\n            \"name\": \"New Mexico\",\n            \"short_code\": \"NM\"\n        },\n        {\n            \"name\": \"New York\",\n            \"short_code\": \"NY\"\n        },\n        {\n            \"name\": \"North Carolina\",\n            \"short_code\": \"NC\"\n        },\n        {\n            \"name\": \"North Dakota\",\n            \"short_code\": \"ND\"\n        },\n        {\n            \"name\": \"Northern Mariana Islands\",\n            \"short_code\": null\n        },\n        {\n            \"name\": \"Ohio\",\n            \"short_code\": \"OH\"\n        },\n        {\n            \"name\": \"Oklahoma\",\n            \"short_code\": \"OK\"\n        },\n        {\n            \"name\": \"Oregon\",\n            \"short_code\": \"OR\"\n        },\n        {\n            \"name\": \"Pennsylvania\",\n            \"short_code\": \"PA\"\n        },\n        {\n            \"name\": \"Puerto Rico\",\n            \"short_code\": \"PR\"\n        },\n        {\n            \"name\": \"Rhode Island\",\n            \"short_code\": \"RI\"\n        },\n        {\n            \"name\": \"South Carolina\",\n            \"short_code\": \"SC\"\n        },\n        {\n            \"name\": \"South Dakota\",\n            \"short_code\": \"SD\"\n        },\n        {\n            \"name\": \"Tennessee\",\n            \"short_code\": \"TN\"\n        },\n        {\n            \"name\": \"Texas\",\n            \"short_code\": \"TX\"\n        },\n        {\n            \"name\": \"U.S. Virgin Islands\",\n            \"short_code\": \"VI\"\n        },\n        {\n            \"name\": \"Utah\",\n            \"short_code\": \"UT\"\n        },\n        {\n            \"name\": \"Vermont\",\n            \"short_code\": \"VT\"\n        },\n        {\n            \"name\": \"Virginia\",\n            \"short_code\": \"VA\"\n        },\n        {\n            \"name\": \"Washington\",\n            \"short_code\": \"WA\"\n        },\n        {\n            \"name\": \"West Virginia\",\n            \"short_code\": \"WV\"\n        },\n        {\n            \"name\": \"Wisconsin\",\n            \"short_code\": \"WI\"\n        },\n        {\n            \"name\": \"Wyoming\",\n            \"short_code\": \"WY\"\n        }\n    ]\n}"}],"_postman_id":"3d278725-6ae7-4a7c-8819-31da99ab25c7"},{"name":"Fetch Countries","id":"beaad3e8-df66-46b9-af02-db54de74dc08","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/countries","urlObject":{"protocol":"https","path":["api","countries"],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"b18119a9-dde2-4279-96ea-5e798c05d2af","name":"Fetch Countries","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 15 Jun 2021 13:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"253"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 11,\n    \"results\": [\n        {\n            \"name\": \"Canada\"\n        },\n        {\n            \"name\": \"France\"\n        },\n        {\n            \"name\": \"Germany\"\n        },\n        {\n            \"name\": \"Hong Kong\"\n        },\n        {\n            \"name\": \"Ireland\"\n        },\n        {\n            \"name\": \"Singapore\"\n        },\n        {\n            \"name\": \"Spain\"\n        },\n        {\n            \"name\": \"Switzerland\"\n        },\n        {\n            \"name\": \"Unassigned\"\n        },\n        {\n            \"name\": \"United Kingdom\"\n        },\n        {\n            \"name\": \"United States\"\n        }\n    ]\n}"}],"_postman_id":"beaad3e8-df66-46b9-af02-db54de74dc08"},{"name":"Fetch Countries V2","id":"a7e0460c-7689-435a-9883-9c4584e3f946","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/countries","urlObject":{"path":["api","v2","countries"],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"d1594b64-d202-4b93-8b8b-b944a6ae5b7c","name":"Fetch Countries V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 20 Oct 2021 14:58:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"270"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"results\": [\n        {\n            \"name\": \"Canada\"\n        },\n        {\n            \"name\": \"France\"\n        },\n        {\n            \"name\": \"Germany\"\n        },\n        {\n            \"name\": \"Ireland\"\n        },\n        {\n            \"name\": \"Singapore\"\n        },\n        {\n            \"name\": \"Spain\"\n        },\n        {\n            \"name\": \"Switzerland\"\n        },\n        {\n            \"name\": \"Unassigned\"\n        },\n        {\n            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n        },\n        {\n            \"name\": \"United States\"\n        }\n    ]\n}"}],"_postman_id":"a7e0460c-7689-435a-9883-9c4584e3f946"},{"name":"Fetch Countries V3","id":"97741fe2-7fc8-4de9-8510-5e28a2b5dea4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/countries/","urlObject":{"path":["api","v3","countries",""],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"d034106c-825f-4373-a5ee-b81c5c667489","name":"Fetch Countries V3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/countries/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 18 Jan 2024 04:05:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1689"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Afghanistan\"\n    },\n    {\n        \"name\": \"Albania\"\n    },\n    {\n        \"name\": \"Argentina\"\n    },\n    {\n        \"name\": \"Australia\"\n    },\n    {\n        \"name\": \"Austria\"\n    },\n    {\n        \"name\": \"Barbados\"\n    },\n    {\n        \"name\": \"Belgium\"\n    },\n    {\n        \"name\": \"Botswana\"\n    },\n    {\n        \"name\": \"Brazil\"\n    },\n    {\n        \"name\": \"Bulgaria\"\n    },\n    {\n        \"name\": \"Canada\"\n    },\n    {\n        \"name\": \"China\"\n    },\n    {\n        \"name\": \"Colombia\"\n    },\n    {\n        \"name\": \"Croatia\"\n    },\n    {\n        \"name\": \"Cyprus\"\n    },\n    {\n        \"name\": \"Czech Republic\"\n    },\n    {\n        \"name\": \"Denmark\"\n    },\n    {\n        \"name\": \"Egypt\"\n    },\n    {\n        \"name\": \"Estonia\"\n    },\n    {\n        \"name\": \"Finland\"\n    },\n    {\n        \"name\": \"France\"\n    },\n    {\n        \"name\": \"Georgia\"\n    },\n    {\n        \"name\": \"Germany\"\n    },\n    {\n        \"name\": \"Ghana\"\n    },\n    {\n        \"name\": \"Greece\"\n    },\n    {\n        \"name\": \"Hong Kong\"\n    },\n    {\n        \"name\": \"Hungary\"\n    },\n    {\n        \"name\": \"Iceland\"\n    },\n    {\n        \"name\": \"India\"\n    },\n    {\n        \"name\": \"Indonesia\"\n    },\n    {\n        \"name\": \"Ireland\"\n    },\n    {\n        \"name\": \"Israel\"\n    },\n    {\n        \"name\": \"Italy\"\n    },\n    {\n        \"name\": \"Japan\"\n    },\n    {\n        \"name\": \"Kenya\"\n    },\n    {\n        \"name\": \"Latvia\"\n    },\n    {\n        \"name\": \"Libya\"\n    },\n    {\n        \"name\": \"Lin\"\n    },\n    {\n        \"name\": \"Lithuania\"\n    },\n    {\n        \"name\": \"Luxembourg\"\n    },\n    {\n        \"name\": \"Malaysia\"\n    },\n    {\n        \"name\": \"Malta\"\n    },\n    {\n        \"name\": \"Mauritius\"\n    },\n    {\n        \"name\": \"Mexico\"\n    },\n    {\n        \"name\": \"Netherlands\"\n    },\n    {\n        \"name\": \"Nigeria\"\n    },\n    {\n        \"name\": \"Norway\"\n    },\n    {\n        \"name\": \"Pakistan\"\n    },\n    {\n        \"name\": \"Poland\"\n    },\n    {\n        \"name\": \"Portugal\"\n    },\n    {\n        \"name\": \"Qatar\"\n    },\n    {\n        \"name\": \"Republic of Kosovo\"\n    },\n    {\n        \"name\": \"Republic of the Philippines\"\n    },\n    {\n        \"name\": \"Romania\"\n    },\n    {\n        \"name\": \"Russia\"\n    },\n    {\n        \"name\": \"San Marino\"\n    },\n    {\n        \"name\": \"Saudi Arabia\"\n    },\n    {\n        \"name\": \"Seychelles\"\n    },\n    {\n        \"name\": \"Sierra Leone\"\n    },\n    {\n        \"name\": \"Singapore\"\n    },\n    {\n        \"name\": \"Slovakia\"\n    },\n    {\n        \"name\": \"Slovenia\"\n    },\n    {\n        \"name\": \"Solomon Islands\"\n    },\n    {\n        \"name\": \"South Africa\"\n    },\n    {\n        \"name\": \"South Korea\"\n    },\n    {\n        \"name\": \"Spain\"\n    },\n    {\n        \"name\": \"Sri Lanka\"\n    },\n    {\n        \"name\": \"Sweden\"\n    },\n    {\n        \"name\": \"Switzerland\"\n    },\n    {\n        \"name\": \"Taiwan\"\n    },\n    {\n        \"name\": \"Tajikistan\"\n    },\n    {\n        \"name\": \"Thailand\"\n    },\n    {\n        \"name\": \"The Bahamas\"\n    },\n    {\n        \"name\": \"The Gambia\"\n    },\n    {\n        \"name\": \"Turkey\"\n    },\n    {\n        \"name\": \"Ukraine\"\n    },\n    {\n        \"name\": \"Unassigned\"\n    },\n    {\n        \"name\": \"United Arab Emirates\"\n    },\n    {\n        \"name\": \"United Kingdom\"\n    },\n    {\n        \"name\": \"United States\"\n    },\n    {\n        \"name\": \"Vietnam\"\n    },\n    {\n        \"name\": \"Zambia\"\n    },\n    {\n        \"name\": \"Zimbabwe\"\n    }\n]"}],"_postman_id":"97741fe2-7fc8-4de9-8510-5e28a2b5dea4"},{"name":"Fetch all states V2","id":"7be22654-718d-4722-9050-a3cc4d8b9176","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/states","description":"<h3 id=\"make-sure-to-add-header--if-you-are-accessing-the-api-programmatically\">Make sure to add header  if you are accessing the API programmatically</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>headers = {\n  'Content-Type': 'application/json'\n}\n</code></pre>","urlObject":{"path":["api","v2","states"],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"54a4ec0d-3ca1-4f05-b9dc-6103ec76aa28","name":"Fetch all states V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/states"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 20 Oct 2021 14:59:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2211"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 55,\n    \"results\": [\n        {\n            \"name\": \"Alabama\",\n            \"short_code\": \"AL\"\n        },\n        {\n            \"name\": \"Alaska\",\n            \"short_code\": \"AK\"\n        },\n        {\n            \"name\": \"Arizona\",\n            \"short_code\": \"AZ\"\n        },\n        {\n            \"name\": \"Arkansas\",\n            \"short_code\": \"AR\"\n        },\n        {\n            \"name\": \"California\",\n            \"short_code\": \"CA\"\n        },\n        {\n            \"name\": \"Colorado\",\n            \"short_code\": \"CO\"\n        },\n        {\n            \"name\": \"Connecticut\",\n            \"short_code\": \"CT\"\n        },\n        {\n            \"name\": \"Delaware\",\n            \"short_code\": \"DE\"\n        },\n        {\n            \"name\": \"District of Columbia\",\n            \"short_code\": \"DC\"\n        },\n        {\n            \"name\": \"Florida\",\n            \"short_code\": \"FL\"\n        },\n        {\n            \"name\": \"Georgia\",\n            \"short_code\": \"GA\"\n        },\n        {\n            \"name\": \"Hawaii\",\n            \"short_code\": \"HI\"\n        },\n        {\n            \"name\": \"Idaho\",\n            \"short_code\": \"ID\"\n        },\n        {\n            \"name\": \"Illinois\",\n            \"short_code\": \"IL\"\n        },\n        {\n            \"name\": \"Indiana\",\n            \"short_code\": \"IN\"\n        },\n        {\n            \"name\": \"Iowa\",\n            \"short_code\": \"IA\"\n        },\n        {\n            \"name\": \"Kansas\",\n            \"short_code\": \"KS\"\n        },\n        {\n            \"name\": \"Kentucky\",\n            \"short_code\": \"KY\"\n        },\n        {\n            \"name\": \"Louisiana\",\n            \"short_code\": \"LA\"\n        },\n        {\n            \"name\": \"Maine\",\n            \"short_code\": \"ME\"\n        },\n        {\n            \"name\": \"Maryland\",\n            \"short_code\": \"MD\"\n        },\n        {\n            \"name\": \"Massachusetts\",\n            \"short_code\": \"MA\"\n        },\n        {\n            \"name\": \"Michigan\",\n            \"short_code\": \"MI\"\n        },\n        {\n            \"name\": \"Minnesota\",\n            \"short_code\": \"MN\"\n        },\n        {\n            \"name\": \"Mississippi\",\n            \"short_code\": \"MS\"\n        },\n        {\n            \"name\": \"Missouri\",\n            \"short_code\": \"MO\"\n        },\n        {\n            \"name\": \"Montana\",\n            \"short_code\": \"MT\"\n        },\n        {\n            \"name\": \"Nebraska\",\n            \"short_code\": \"NE\"\n        },\n        {\n            \"name\": \"Nevada\",\n            \"short_code\": \"NV\"\n        },\n        {\n            \"name\": \"New Hampshire\",\n            \"short_code\": \"NH\"\n        },\n        {\n            \"name\": \"New Jersey\",\n            \"short_code\": \"NJ\"\n        },\n        {\n            \"name\": \"New Mexico\",\n            \"short_code\": \"NM\"\n        },\n        {\n            \"name\": \"New York\",\n            \"short_code\": \"NY\"\n        },\n        {\n            \"name\": \"North Carolina\",\n            \"short_code\": \"NC\"\n        },\n        {\n            \"name\": \"North Dakota\",\n            \"short_code\": \"ND\"\n        },\n        {\n            \"name\": \"Ohio\",\n            \"short_code\": \"OH\"\n        },\n        {\n            \"name\": \"Oklahoma\",\n            \"short_code\": \"OK\"\n        },\n        {\n            \"name\": \"Oregon\",\n            \"short_code\": \"OR\"\n        },\n        {\n            \"name\": \"Pennsylvania\",\n            \"short_code\": \"PA\"\n        },\n        {\n            \"name\": \"Puerto Rico\",\n            \"short_code\": \"PR\"\n        },\n        {\n            \"name\": \"Rhode Island\",\n            \"short_code\": \"RI\"\n        },\n        {\n            \"name\": \"South Carolina\",\n            \"short_code\": \"SC\"\n        },\n        {\n            \"name\": \"South Dakota\",\n            \"short_code\": \"SD\"\n        },\n        {\n            \"name\": \"Tennessee\",\n            \"short_code\": \"TN\"\n        },\n        {\n            \"name\": \"Texas\",\n            \"short_code\": \"TX\"\n        },\n        {\n            \"name\": \"United Kingdom of Great Britain and Northern Ireland\",\n            \"short_code\": \"GB\"\n        },\n        {\n            \"name\": \"United States\",\n            \"short_code\": \"US\"\n        },\n        {\n            \"name\": \"U.S. Virgin Islands\",\n            \"short_code\": \"VI\"\n        },\n        {\n            \"name\": \"Utah\",\n            \"short_code\": \"UT\"\n        },\n        {\n            \"name\": \"Vermont\",\n            \"short_code\": \"VT\"\n        },\n        {\n            \"name\": \"Virginia\",\n            \"short_code\": \"VA\"\n        },\n        {\n            \"name\": \"Washington\",\n            \"short_code\": \"WA\"\n        },\n        {\n            \"name\": \"West Virginia\",\n            \"short_code\": \"WV\"\n        },\n        {\n            \"name\": \"Wisconsin\",\n            \"short_code\": \"WI\"\n        },\n        {\n            \"name\": \"Wyoming\",\n            \"short_code\": \"WY\"\n        }\n    ]\n}"}],"_postman_id":"7be22654-718d-4722-9050-a3cc4d8b9176"},{"name":"Fetch All States v3","id":"92c0b006-925a-4147-812c-a3db2f85d1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"<api_key>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/states/","description":"<h2 id=\"fetch-all-states-v3\">Fetch All States v3</h2>\n<p>This endpoint retrieves a comprehensive list of states/provinces with their associated countries.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method:</strong> POST</li>\n<li><strong>Endpoint:</strong> <code>/api/v3/states/</code></li>\n<li><strong>Body:</strong> JSON object containing your API key</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"apikey\": \"your-api-key-here\"\n}\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Returns an array of state objects with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"Abu Dhabi\",\n    \"country\": {\n      \"name\": \"United Arab Emirates\"\n    }\n  },\n  {\n    \"name\": \"Ajman\",\n    \"country\": {\n      \"name\": \"United Arab Emirates\"\n    }\n  }\n]\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<ul>\n<li><code>name</code> (string): The name of the state or province</li>\n<li><code>country</code> (object): Contains country information<ul>\n<li><code>name</code> (string): The name of the country</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"usage\">Usage</h3>\n<p>Use this endpoint to retrieve reference data for state filtering in search operations or for populating dropdown menus in user interfaces.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>Authentication requires a valid API key in the request body</li>\n<li>The response is alphabetically ordered by state name</li>\n<li>This endpoint is part of the v3 API which is recommended for all new integrations</li>\n</ul>\n","urlObject":{"path":["api","v3","states",""],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"56fe6833-966f-4de2-b636-1da221dde1dd","name":"v3_states","originalRequest":{"method":"GET","header":[],"url":"https://api.regalytics.ai/api/v3/states"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Jan 2024 04:12:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4526"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 63,\n        \"name\": \"Abu Dhabi\",\n        \"short_code\": \"AD\",\n        \"country\": 35\n    },\n    {\n        \"id\": 66,\n        \"name\": \"Ajman\",\n        \"short_code\": \"AJ\",\n        \"country\": 35\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Alabama\",\n        \"short_code\": \"AL\",\n        \"country\": 1\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Alaska\",\n        \"short_code\": \"AK\",\n        \"country\": 1\n    },\n    {\n        \"id\": 79,\n        \"name\": \"Alberta\",\n        \"short_code\": \"AB\",\n        \"country\": 5\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Arizona\",\n        \"short_code\": \"AZ\",\n        \"country\": 1\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Arkansas\",\n        \"short_code\": \"AR\",\n        \"country\": 1\n    },\n    {\n        \"id\": 80,\n        \"name\": \"British Columbia\",\n        \"short_code\": \"BC\",\n        \"country\": 5\n    },\n    {\n        \"id\": 7,\n        \"name\": \"California\",\n        \"short_code\": \"CA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Colorado\",\n        \"short_code\": \"CO\",\n        \"country\": 1\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Connecticut\",\n        \"short_code\": \"CT\",\n        \"country\": 1\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Delaware\",\n        \"short_code\": \"DE\",\n        \"country\": 1\n    },\n    {\n        \"id\": 12,\n        \"name\": \"District of Columbia\",\n        \"short_code\": \"DC\",\n        \"country\": 1\n    },\n    {\n        \"id\": 64,\n        \"name\": \"Dubai\",\n        \"short_code\": \"DB\",\n        \"country\": 35\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Florida\",\n        \"short_code\": \"FL\",\n        \"country\": 1\n    },\n    {\n        \"id\": 68,\n        \"name\": \"Fujairah\",\n        \"short_code\": \"FJ\",\n        \"country\": 35\n    },\n    {\n        \"id\": 13,\n        \"name\": \"Georgia\",\n        \"short_code\": \"GA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 70,\n        \"name\": \"Guam\",\n        \"short_code\": \"GU\",\n        \"country\": 1\n    },\n    {\n        \"id\": 14,\n        \"name\": \"Hawaii\",\n        \"short_code\": \"HI\",\n        \"country\": 1\n    },\n    {\n        \"id\": 15,\n        \"name\": \"Idaho\",\n        \"short_code\": \"ID\",\n        \"country\": 1\n    },\n    {\n        \"id\": 16,\n        \"name\": \"Illinois\",\n        \"short_code\": \"IL\",\n        \"country\": 1\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Indiana\",\n        \"short_code\": \"IN\",\n        \"country\": 1\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Iowa\",\n        \"short_code\": \"IA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Kansas\",\n        \"short_code\": \"KS\",\n        \"country\": 1\n    },\n    {\n        \"id\": 20,\n        \"name\": \"Kentucky\",\n        \"short_code\": \"KY\",\n        \"country\": 1\n    },\n    {\n        \"id\": 21,\n        \"name\": \"Louisiana\",\n        \"short_code\": \"LA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 55,\n        \"name\": \"Maine\",\n        \"short_code\": \"ME\",\n        \"country\": 1\n    },\n    {\n        \"id\": 77,\n        \"name\": \"Manitoba\",\n        \"short_code\": \"MB\",\n        \"country\": 5\n    },\n    {\n        \"id\": 22,\n        \"name\": \"Maryland\",\n        \"short_code\": \"MD\",\n        \"country\": 1\n    },\n    {\n        \"id\": 23,\n        \"name\": \"Massachusetts\",\n        \"short_code\": \"MA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 25,\n        \"name\": \"Michigan\",\n        \"short_code\": \"MI\",\n        \"country\": 1\n    },\n    {\n        \"id\": 26,\n        \"name\": \"Minnesota\",\n        \"short_code\": \"MN\",\n        \"country\": 1\n    },\n    {\n        \"id\": 27,\n        \"name\": \"Mississippi\",\n        \"short_code\": \"MS\",\n        \"country\": 1\n    },\n    {\n        \"id\": 28,\n        \"name\": \"Missouri\",\n        \"short_code\": \"MO\",\n        \"country\": 1\n    },\n    {\n        \"id\": 29,\n        \"name\": \"Montana\",\n        \"short_code\": \"MT\",\n        \"country\": 1\n    },\n    {\n        \"id\": 30,\n        \"name\": \"Nebraska\",\n        \"short_code\": \"NE\",\n        \"country\": 1\n    },\n    {\n        \"id\": 31,\n        \"name\": \"Nevada\",\n        \"short_code\": \"NV\",\n        \"country\": 1\n    },\n    {\n        \"id\": 75,\n        \"name\": \"New Brunswick\",\n        \"short_code\": \"NB\",\n        \"country\": 5\n    },\n    {\n        \"id\": 73,\n        \"name\": \"Newfoundland and Labrador\",\n        \"short_code\": \"NL\",\n        \"country\": 5\n    },\n    {\n        \"id\": 32,\n        \"name\": \"New Hampshire\",\n        \"short_code\": \"NH\",\n        \"country\": 1\n    },\n    {\n        \"id\": 33,\n        \"name\": \"New Jersey\",\n        \"short_code\": \"NJ\",\n        \"country\": 1\n    },\n    {\n        \"id\": 34,\n        \"name\": \"New Mexico\",\n        \"short_code\": \"NM\",\n        \"country\": 1\n    },\n    {\n        \"id\": 11,\n        \"name\": \"New York\",\n        \"short_code\": \"NY\",\n        \"country\": 1\n    },\n    {\n        \"id\": 35,\n        \"name\": \"North Carolina\",\n        \"short_code\": \"NC\",\n        \"country\": 1\n    },\n    {\n        \"id\": 36,\n        \"name\": \"North Dakota\",\n        \"short_code\": \"ND\",\n        \"country\": 1\n    },\n    {\n        \"id\": 82,\n        \"name\": \"Northwest Territories\",\n        \"short_code\": \"NT\",\n        \"country\": 5\n    },\n    {\n        \"id\": 71,\n        \"name\": \"Nova Scotia\",\n        \"short_code\": \"NS\",\n        \"country\": 5\n    },\n    {\n        \"id\": 83,\n        \"name\": \"Nunavut\",\n        \"short_code\": \"NU\",\n        \"country\": 5\n    },\n    {\n        \"id\": 37,\n        \"name\": \"Ohio\",\n        \"short_code\": \"OH\",\n        \"country\": 1\n    },\n    {\n        \"id\": 38,\n        \"name\": \"Oklahoma\",\n        \"short_code\": \"OK\",\n        \"country\": 1\n    },\n    {\n        \"id\": 72,\n        \"name\": \"Ontario\",\n        \"short_code\": \"ON\",\n        \"country\": 5\n    },\n    {\n        \"id\": 24,\n        \"name\": \"Oregon\",\n        \"short_code\": \"OR\",\n        \"country\": 1\n    },\n    {\n        \"id\": 39,\n        \"name\": \"Pennsylvania\",\n        \"short_code\": \"PA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 74,\n        \"name\": \"Prince Edward Island\",\n        \"short_code\": \"PE\",\n        \"country\": 5\n    },\n    {\n        \"id\": 40,\n        \"name\": \"Puerto Rico\",\n        \"short_code\": \"PR\",\n        \"country\": 1\n    },\n    {\n        \"id\": 76,\n        \"name\": \"Québec\",\n        \"short_code\": \"QC\",\n        \"country\": 5\n    },\n    {\n        \"id\": 69,\n        \"name\": \"Ras Al Khaimah\",\n        \"short_code\": \"RAK\",\n        \"country\": 35\n    },\n    {\n        \"id\": 41,\n        \"name\": \"Rhode Island\",\n        \"short_code\": \"RI\",\n        \"country\": 1\n    },\n    {\n        \"id\": 78,\n        \"name\": \"Saskatchewan\",\n        \"short_code\": \"SK\",\n        \"country\": 5\n    },\n    {\n        \"id\": 65,\n        \"name\": \"Sharjah\",\n        \"short_code\": \"SJ\",\n        \"country\": 35\n    },\n    {\n        \"id\": 42,\n        \"name\": \"South Carolina\",\n        \"short_code\": \"SC\",\n        \"country\": 1\n    },\n    {\n        \"id\": 43,\n        \"name\": \"South Dakota\",\n        \"short_code\": \"SD\",\n        \"country\": 1\n    },\n    {\n        \"id\": 44,\n        \"name\": \"Tennessee\",\n        \"short_code\": \"TN\",\n        \"country\": 1\n    },\n    {\n        \"id\": 45,\n        \"name\": \"Texas\",\n        \"short_code\": \"TX\",\n        \"country\": 1\n    },\n    {\n        \"id\": 67,\n        \"name\": \"Umm Al-Quwain\",\n        \"short_code\": \"UAQ\",\n        \"country\": 35\n    },\n    {\n        \"id\": 62,\n        \"name\": \"United Kingdom\",\n        \"short_code\": \"GBR\",\n        \"country\": 2\n    },\n    {\n        \"id\": 1,\n        \"name\": \"United States\",\n        \"short_code\": \"USA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 46,\n        \"name\": \"U.S. Virgin Islands\",\n        \"short_code\": \"VI\",\n        \"country\": 1\n    },\n    {\n        \"id\": 47,\n        \"name\": \"Utah\",\n        \"short_code\": \"UT\",\n        \"country\": 1\n    },\n    {\n        \"id\": 48,\n        \"name\": \"Vermont\",\n        \"short_code\": \"VT\",\n        \"country\": 1\n    },\n    {\n        \"id\": 49,\n        \"name\": \"Virginia\",\n        \"short_code\": \"VA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 50,\n        \"name\": \"Washington\",\n        \"short_code\": \"WA\",\n        \"country\": 1\n    },\n    {\n        \"id\": 51,\n        \"name\": \"West Virginia\",\n        \"short_code\": \"WV\",\n        \"country\": 1\n    },\n    {\n        \"id\": 52,\n        \"name\": \"Wisconsin\",\n        \"short_code\": \"WI\",\n        \"country\": 1\n    },\n    {\n        \"id\": 53,\n        \"name\": \"Wyoming\",\n        \"short_code\": \"WY\",\n        \"country\": 1\n    },\n    {\n        \"id\": 81,\n        \"name\": \"Yukon\",\n        \"short_code\": \"YT\",\n        \"country\": 5\n    }\n]"},{"id":"9dd352e6-9655-4754-a6fc-635676e9692e","name":"Fetch All States v3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"<api_key>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/states/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 18 Jan 2024 03:48:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4255"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Abu Dhabi\",\n        \"country\": {\n            \"name\": \"United Arab Emirates\"\n        }\n    },\n    {\n        \"name\": \"Ajman\",\n        \"country\": {\n            \"name\": \"United Arab Emirates\"\n        }\n    },\n    {\n        \"name\": \"Alabama\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Alaska\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Alberta\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Arizona\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Arkansas\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"British Columbia\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"California\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Colorado\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Connecticut\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Delaware\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"District of Columbia\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Dubai\",\n        \"country\": {\n            \"name\": \"United Arab Emirates\"\n        }\n    },\n    {\n        \"name\": \"Florida\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Fujairah\",\n        \"country\": {\n            \"name\": \"United Arab Emirates\"\n        }\n    },\n    {\n        \"name\": \"Georgia\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Guam\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Hawaii\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Idaho\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Illinois\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Indiana\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Iowa\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Kansas\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Kentucky\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Louisiana\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Maine\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Manitoba\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Maryland\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Massachusetts\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Michigan\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Minnesota\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Mississippi\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Missouri\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Montana\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Nebraska\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Nevada\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"New Brunswick\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Newfoundland and Labrador\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"New Hampshire\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"New Jersey\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"New Mexico\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"New York\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"North Carolina\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"North Dakota\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Northwest Territories\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Nova Scotia\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Nunavut\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Ohio\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Oklahoma\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Ontario\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Oregon\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Pennsylvania\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Prince Edward Island\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Puerto Rico\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Québec\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Ras Al Khaimah\",\n        \"country\": {\n            \"name\": \"United Arab Emirates\"\n        }\n    },\n    {\n        \"name\": \"Rhode Island\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Saskatchewan\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    },\n    {\n        \"name\": \"Sharjah\",\n        \"country\": {\n            \"name\": \"United Arab Emirates\"\n        }\n    },\n    {\n        \"name\": \"South Carolina\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"South Dakota\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Tennessee\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Texas\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Umm Al-Quwain\",\n        \"country\": {\n            \"name\": \"United Arab Emirates\"\n        }\n    },\n    {\n        \"name\": \"United Kingdom\",\n        \"country\": {\n            \"name\": \"United Kingdom\"\n        }\n    },\n    {\n        \"name\": \"United States\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"U.S. Virgin Islands\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Utah\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Vermont\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Virginia\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Washington\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"West Virginia\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Wisconsin\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Wyoming\",\n        \"country\": {\n            \"name\": \"United States\"\n        }\n    },\n    {\n        \"name\": \"Yukon\",\n        \"country\": {\n            \"name\": \"Canada\"\n        }\n    }\n]"}],"_postman_id":"92c0b006-925a-4147-812c-a3db2f85d1a5"}],"id":"d4e285b6-7a14-4f73-8d77-3297fabf6cea","description":"<p>Endpoints to retrieve lists of U.S. states and countries. Useful for reference and filtering in other API requests. Responses typically return arrays of state or country objects with fields such as code and name.</p>\n","_postman_id":"d4e285b6-7a14-4f73-8d77-3297fabf6cea"},{"name":"All Articles","item":[{"name":"Fetch All Articles","id":"09714fe2-3977-4bc7-a6b1-c705c6082135","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"8c41842a69c6934d8f4adbfabb97c9b89537a2e4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/all","description":"<p>Retrieve all regulatory articles (v1). Requires 'Content-Type: application/json' header and an API key in the request body as 'apikey'.</p>\n<p>Request Body:</p>\n<ul>\n<li><code>apikey</code> (string, required): Your API key.</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li>On success (200): Returns a JSON array of article objects. Each object typically includes fields such as <code>id</code>, <code>title</code>, <code>summary</code>, <code>status</code>, <code>classification</code>, and related metadata.</li>\n<li>On error or timeout: The request may time out or return an error if the payload is invalid or the server is unresponsive.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","all"],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"48b9431f-1bf3-4aeb-9cc9-8f32a2f5efec","name":"Fetch All Articles","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 13 May 2021 12:41:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1385634"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1000,\n    \"articles\": [\n        {\n            \"id\": 55855,\n            \"title\": \"Notice of Variances and Waivers: HTG Luna, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (9/15/2016) regarding Definitions, from HTG Luna, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492571920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24925719\",\n            \"created_at\": \"2021-08-26T06:45:06.931930-04:00\"\n        },\n        {\n            \"id\": 55852,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Conduct Business Necessary for the Organization of FHCF III, Inc\",\n            \"summary\": \"The Florida Housing Finance Corporation FHFC III, INC. announces a public meeting to which all persons are invited to be held on September 10, 2021, 11:00 a.m., or upon adjournment of the FHFC II, Inc. Board of Directors meeting, at the Hyatt Place Downtown, 25 2nd Street North, St. Petersburg, FL 33701. Agenda: 1. conduct business necessary for the organization of FHFC III, INC.; 2. consider adopting resolutions delegating operational authority to the Executive Director; 3. consideration of all necessary actions with regard to any property owned or held by FHFC III, Inc.; 4. consideration of approval of underwriters for inclusion on approved master list and teams; 5. consideration of all necessary actions for initiating new rules or rule amendments on an emergency or non-emergency basis; 6. consideration of status, workouts, or modifications for existing projects; 7. consideration of matters relating to the statutory purpose of FHFC III, Inc., to provide safe and sanitary housing that is affordable for the residents of Florida; 8. and such other matters as may be included on the Agenda for the September 10, 2021, Board Meeting.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492387620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24923876\",\n            \"created_at\": \"2021-08-26T06:45:06.733802-04:00\"\n        },\n        {\n            \"id\": 55837,\n            \"title\": \"The Colorado Division of Securities Invites Coloradans to Live Stream the Virtual Event “Investing: a Beginner's Guide for Getting Started” on Friday, August 27 at 11 am MST\",\n            \"summary\": \"The Colorado Division of Securities (the “Division”) is partnering with the Investor Protection Trust and PBS Books to produce the Boomers to Zoomers series which consists of 12 free monthly virtual live stream events and recordings to help the public learn about saving and investing. This month’s event, “ Investing: A Beginner’s Guide for Getting Started,” will focus on those who are new to investing and looking for guidance on how to get started. This virtual event will be live-streamed this Friday, August 27, 2021, on DORA’s Facebook page at 11 am MST. After the event, a free recording will be available on the Division’s website, along with a variety of tools and resources for savers and investors of all ages. This event is the 6th out of the 12-part series.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO173396220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2ee3962\",\n            \"created_at\": \"2021-08-26T06:45:05.740816-04:00\"\n        },\n        {\n            \"id\": 55854,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Financing and Acknowledgement Resolutions for Various Multifamily Developments\",\n            \"summary\": \"The Florida Housing Finance Corporation announces a public meeting to which all persons are invited to be held on September 10, 2021, 9:30 a.m. until adjourned at the Hyatt Place Downtown, 25 2nd Street North, St. Petersburg, FL 33701. Included in the agenda but not only are the following topics: 1. consider financing and acknowledgement resolutions for various multifamily developments, under any multifamily program, including the ranking of developments; 2. consider appointment of professionals including but not limited to trustee and/or originator/servicer for upcoming and/or past multifamily programs and single-family programs; 3. consider approval of all bond documents for and terms of all upcoming single-family and multifamily bond sales, including those secured by third-party guarantors, letters-of-credit, insurance or other mechanisms; 4. consider adopting resolutions authorizing negotiated or competitive sale of bonds on various single-family and multifamily issues; 5. consider directing Staff to submit summaries of various TEFRA/Public Hearings to the Governor; and, 6. consideration of policy issues concerning ongoing and upcoming single-family bond issues including initiation of request for proposals on an emergency basis, and structuring new issues.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492407020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24924070\",\n            \"created_at\": \"2021-08-26T06:45:06.865565-04:00\"\n        },\n        {\n            \"id\": 55882,\n            \"title\": \"Fintechs and Financial Institutions Can Be a Match Made in Heaven\",\n            \"summary\": \"Like peanut butter and jelly or ice cream and hot fudge, fintechs and financial institutions can be a great pairing. But there’s a lot for both sides to think about when considering a partnership. That’s the focus of Wednesday’s “Symbiosis of Fintechs and Financial Institutions” session at Smarter Faster Payments Remote Connect. Panelists will look at some typical bank and fintech partnerships, including traditional banking services and lending. Banks bring a lot to the table, including FDIC insurance, while fintechs bring new ideas and technical know-how. They'll also examine some of the key considerations to such a partnership as well as the many value propositions. Watch “Symbiosis of Fintechs and Financial Institutions” Wednesday at 1:20 p.m. ET.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC15220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/fintechs-and-financial-institutions-can-be-match-made-heaven\",\n            \"created_at\": \"2021-08-26T06:45:08.658910-04:00\"\n        },\n        {\n            \"id\": 55921,\n            \"title\": \"FCA Warns Insurance Firms Over Product Governance Rules Deadline\",\n            \"summary\": \"Insurance firms may not be ready to implement new product governance rules there to ensure insurance provides fair value, according to a review published today by the Financial Conduct Authority (FCA). Part of the FCA’s ongoing work to ensure consumers receive fair value, the review looked at how firms designed, sold and reviewed their products to ensure they met the needs of their customers. The findings show that some firms had made good progress in meeting the FCA’s existing rules and guidance on product governance and value, issued in 2018 and 2019, as well as against temporary guidance on product value, issued in response to Covid-19 last year. However, too many firms are not fully meeting the FCA’s standards. In addition, many firms are likely to be unprepared to meet new enhanced rules on product governance, which come into force on October 1, 2021. These new rules are part of a wider package of remedies introduced by the FCA to tackle the loyalty penalty and ensure that firms focus on providing fair value to all their customers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17754FCA7910720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/press-releases/fca-warns-insurance-firms-over-product-governance-rules-deadline\",\n            \"created_at\": \"2021-08-26T06:45:11.170837-04:00\"\n        },\n        {\n            \"id\": 55913,\n            \"title\": \"Biden Administration Takes Additional Steps to Prevent Evictions as the Delivery of Emergency Rental Assistance Continues to Increase\",\n            \"summary\": \"The Biden Administration is announcing new actions to help protect vulnerable tenants and landlords, including steps the Treasury Department is taking to strengthen existing guidance and implement new policies to ensure that state and local grantees can further accelerate Emergency Rental Assistance to aid the struggling landlords and renters most at risk of eviction. Treasury is providing even more explicit permission for grantees to utilize self-attestation without further documentation in order to speed the delivery of assistance to households in need during the public health emergency. State and local agencies have provided approximately one million assistance payments to benefit households at-risk of eviction, and have spent more than $5.1 billion in ERA funding. Treasury data also show that ERA is reaching the lowest income tenants – over 60 percent of the households served earn no more than 30 percent of area median income.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH362SE20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/25/fact-sheet-biden-administration-takes-additional-steps-to-prevent-evictions-as-the-delivery-of-emergency-rental-assistance-continues-to-increase/\",\n            \"created_at\": \"2021-08-26T06:45:10.659323-04:00\"\n        },\n        {\n            \"id\": 55875,\n            \"title\": \"Amid Pandemic, State Revenue Up 6.6 Percent Over Downgraded Expectation\",\n            \"summary\": \"In its monthly revenue update, Maine’s Department of Administrative & Financial Services (DAFS) is reporting that January’s General Fund revenues surpassed the projections of the nonpartisan, independent Revenue Forecasting Committee by $89.5 million or 25 percent for the month, and by $154.3 million or 6.6 percent for the first seven months of the fiscal year. Adjusting for the increase in the rate of revenue sharing to local cities and towns, when compared to the same seven-month period last fiscal year, General Fund revenues are up by 4.7 percent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18873MEAM3314520210225\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Department of Administrative and Financial Services, Maine Revenue Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/dafs/sites/maine.gov.dafs/files/inline-files/Amid Pandemic%2C State Revenue Up 6.6 Percent Over Downgraded Expectations.pdf\",\n            \"created_at\": \"2021-08-26T06:45:08.213577-04:00\"\n        },\n        {\n            \"id\": 55893,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: EV CHARGING USA, INC\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing to EV Charington USA. EVUS is delinquent in its periodic filings with the Commission and has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions set forth be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an answer to the allegations contained in this Order within ten days after service of this Order. It is further ordered that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349274620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92746.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.365471-04:00\"\n        },\n        {\n            \"id\": 55845,\n            \"title\": \"2022-2024 Enterprise Housing Goals\",\n            \"summary\": \"The Federal Housing Finance Agency (FHFA) is issuing a proposed rule with request for comments on the housing goals for Fannie Mae and Freddie Mac (the Enterprises) for 2022 through 2024. The Federal Housing Enterprises Financial Safety and Soundness Act of 1992 requires FHFA to establish annual housing goals for mortgages purchased by the Enterprises. The housing goals include separate categories for single-family and multifamily mortgages on housing that is affordable to low-income and very low-income families, among other categories. The existing housing goals for the Enterprises include benchmark levels through the end of 2021. This proposed rule would establish new benchmark levels for the housing goals and subgoals for 2022 through 2024. The proposed rule would also replace the low income areas subgoal with separate area-based subgoals targeting the individual components of the low-income areas subgoal (minority census tracts and low-income census tracts). Finally, the proposed rule would make several technical changes to definitions and other provisions to conform the regulation to existing practice.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18008\",\n            \"regalytics_alert_id\": \"1891FR20211800820210825\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": \"2021-08-25\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Housing Finance Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/25/2021-18008/2022-2024-enterprise-housing-goals\",\n            \"created_at\": \"2021-08-26T06:45:06.275979-04:00\"\n        },\n        {\n            \"id\": 55863,\n            \"title\": \"Notice of Variances and Waivers: Ambar Riverview, Ltd\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002(96) Florida Administrative Code (7/8/18)regarding Definitions, and the 2018 Qualified Allocation Plan from Ambar Riverview, Ltd. to permit the requested credit exchange, immediate return of Petitioner's 2020 Housing Credit Allocation, and an immediate allocation of new Housing Credits. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492765920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24927659\",\n            \"created_at\": \"2021-08-26T06:45:07.448532-04:00\"\n        },\n        {\n            \"id\": 55911,\n            \"title\": \"President Joseph R. Biden, Jr. Approves California Disaster Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that a major disaster exists in the State of California and ordered Federal aid to supplement State, tribal, and local recovery efforts in the areas affected by wildfires beginning on July 14, 2021, and continuing. The President’s action makes Federal funding available to affected individuals in the counties of Lassen, Nevada, Placer, and Plumas. Federal funding also is available to state, tribal, and eligible local governments and certain private non-profit organizations on a cost-sharing basis for emergency protective measures. Damage assessments are continuing in other areas, and more counties and additional forms of assistance may be designated after the assessments are fully completed.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH212ON20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/24/president-joseph-r-biden-jr-approves-california-disaster-declaration/\",\n            \"created_at\": \"2021-08-26T06:45:10.531038-04:00\"\n        },\n        {\n            \"id\": 55889,\n            \"title\": \"SEC Charges Former CEO of Technology Company with $80 Million Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today charged Manish Lachwani, the former CEO of HeadSpin Inc., a Silicon Valley-based private technology company, with defrauding investors out of $80 million by falsely claiming that the company had achieved strong and consistent growth in acquiring customers and generating revenue. The SEC's complaint alleges that from at least 2018 through 2020, Lachwani engaged in a fraudulent scheme to propel HeadSpin's valuation to over $1 billion by falsely inflating the company's key financial metrics and doctoring its internal sales records. The SEC's complaint charges Lachwani with violating antifraud provisions of the federal securities laws and seeks penalties, a permanent injunction, a conduct-based injunction, and an officer and director bar. The U.S. Attorney's Office for the Northern District of California today announced criminal charges against Lachwani.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC240CD7EE20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-164\",\n            \"created_at\": \"2021-08-26T06:45:09.106942-04:00\"\n        },\n        {\n            \"id\": 55834,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend IM-7240-1\",\n            \"summary\": \"On August 13, 2021, BOX Exchange LLC (the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend IM-7240-1. the Exchange is proposing to delete the following language from the rule text: “Specifically, the system calculates the profit or loss for each group at price levels equal to the strike price of each leg in the group.” The Exchange believes this removes the contradiction within its current rule text and accurately reflects the current operation of its Debit/Credit Check mechanism by stating that the system will calculate a debit or credit strategy by using a “range of price levels.” The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12563BOX349275520210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Box Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/box/2021/34-92755.pdf\",\n            \"created_at\": \"2021-08-26T06:45:05.544969-04:00\"\n        },\n        {\n            \"id\": 55828,\n            \"title\": \"Proposed Rule Change to Amend Rule 5.4 and Make Corresponding Changes to Other Rules\",\n            \"summary\": \"On August 6, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule to amend Rule 5.4 and make corresponding changes to other Rules. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18236\",\n            \"regalytics_alert_id\": \"1891FR20211823620210825\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": \"2021-08-25\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/25/2021-18236/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to-amend\",\n            \"created_at\": \"2021-08-26T06:45:05.148515-04:00\"\n        },\n        {\n            \"id\": 55927,\n            \"title\": \"Open Letter to PCR Providers on Compliance with Consumer Law\",\n            \"summary\": \"The CMA has published an open letter to providers of PCR tests on how they should comply with consumer law. This letter has also been sent to all providers listed on GOV.UK. As part of the CMA’s rapid review into the cost of PCR tests the CMA has conducted a review of the terms and conditions of test providers. This letter explains the problems we have found and provides guidance to providers to ensure their terms and conditions comply with consumer law. The CMA also previously published a response to the letter from the Secretary of State for Health and Social Care asking the CMA to look into issues in connection with PCR travel tests and a statement in relation to our concerns about price, reliability and quality of PCR testing.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKOT1736010720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/publications/open-letter-to-pcr-providers-on-compliance-with-consumer-letters\",\n            \"created_at\": \"2021-08-26T06:45:11.542090-04:00\"\n        },\n        {\n            \"id\": 55922,\n            \"title\": \"First Supervisory Notice 2021: Binance Markets Limited\",\n            \"summary\": \"The FCA has concluded, on the basis of the facts and matters described below that, in respect of the Firm, it is necessary to exercise its power under section 55L(3)(a) of the Act to impose the Requirements on the Firm because: it has failed, during a period of at least 12 months, to carry on a regulated activity to which the Part 4A permission relates; it is failing, or is likely to fail, to satisfy the Effective Supervision Threshold Condition; and it is desirable in order to advance the FCA’s operational objective of securing an appropriate degree of protection for consumers. The Firm, which was previously known as EddieUK, is an authorised investment firm, authorized since April 13, 2018. The Firm has been part of the Binance Group (“the Group”) since its acquisition by Binance Capital Management Ltd in May 2020. The Firm submitted its Change in Control notification to the FCA on April 27, 2020; the FCA approved the Change in Control on May 29, 2020. The permissions held by EddieUK were retained by the Firm following the Change in Control. The Group is the world’s largest global crypto exchange: 24 hour spot trading volumes for binance.com are estimated to be between $11 billion and $38 billion during June 2021, with 316 crypto assets supported across 1138 trading pairs. For the same period (under the Binance Futures brand) 24 hour derivatives volumes are estimated as being between $43 billion and $129 billion, with open interest between $5.3 billion and $6.7 billion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA6010720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/supervisory-notices/first-supervisory-notice-binance-markets-limited.pdf\",\n            \"created_at\": \"2021-08-26T06:45:11.230901-04:00\"\n        },\n        {\n            \"id\": 55830,\n            \"title\": \"Display Event - Virtual Instructor Certification Course - October 8-10, 2021\",\n            \"summary\": \"The Instructor Certification Course (ICC) is a 2.5 day classroom course given by The Appraisal Foundation (Foundation) once every two years to certify individuals to teach the Uniform Standards of Professional Appraisal Practice (USPAP) courses. The intent of the course is to ensure that individuals teaching USPAP have in-depth knowledge and understanding of USPAP.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14801AF769120211008\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Appraisal Foundation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.appraisalfoundation.org/imis/TAFCore/Events/Event_Display.aspx?EventKey=ICC2021\",\n            \"created_at\": \"2021-08-26T06:45:05.288582-04:00\"\n        },\n        {\n            \"id\": 55930,\n            \"title\": \"Scottish Secretary Alister Jack Responds to June 2021 GDP\",\n            \"summary\": \"\\\"Our main aim is to build back better and stronger from the pandemic, says the Secretary of State for Scotland. The UK Government’s furlough scheme has been extended until the end of September 2021, paying up to 80 percent of wages. The self-employed support scheme has also been extended to the end of September 2021. The furlough scheme in Scotland supported cumulative more than 900,000 jobs alone. More than 100,000 businesses in Scotland have been supported from UK Government business loans worth £4 billion. The UK Government has provided billions in extra funding for the welfare system for those unable to access other forms of support. This direct support is on top of the additional £14.5 billion provided to the Government since the start of the pandemic. The UK Government is investing billions to help people of all ages back into work, including our £2 billion Kickstart scheme for young people, sector work programmes and recruitment of thousands of additional Work Coaches.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSO110579220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Office of the Secretary of State for Scotland\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/scottish-secretary-alister-jack-responds-to-june-2021-gdp\",\n            \"created_at\": \"2021-08-26T06:45:11.726564-04:00\"\n        },\n        {\n            \"id\": 55915,\n            \"title\": \"Governor Bryan Has Full Slate of Meetings with Members of Congress on Tuesday\",\n            \"summary\": \"While he is in Washington, D.C., this week, Governor Albert Bryan Jr. had a full slate of meetings on Tuesday with various members of Congress, with whom he advocated for the Territory and strengthened relationships with ranking Democrats. The meetings largely were focused on lobbying for the U.S. Virgin Islands’ full inclusion in President Biden’s $1 trillion bipartisan infrastructure bill and other economic development initiatives to benefit the Territory. The Governor also had a full slate of meetings scheduled for Wednesday in the nation’s capital, and he returns to the Territory on Thursday, August 26, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI558820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-has-full-slate-of-meetings-with-members-of-congress-on-tuesday/\",\n            \"created_at\": \"2021-08-26T06:45:10.785953-04:00\"\n        },\n        {\n            \"id\": 55835,\n            \"title\": \"California Secures Presidential Major Disaster Declaration to Support Wildfire Response and Recovery Efforts\",\n            \"summary\": \"Governor Gavin Newsom today announced that the White House has approved California’s request for a Presidential Major Disaster Declaration, submitted yesterday, to bolster the ongoing emergency response to wildfires and support impacted communities in Lassen, Nevada, Placer and Plumas counties. Although wildfires are actively burning, the state and its partners are working quickly to provide California communities the resources they need to get back home as soon as it is safe to do so. The state is already removing household hazardous waste due to fires in multiple counties, the first stage of returning damaged properties to their owners. There are also teams on the ground conducting damage assessments documenting the extent of the losses so that the state can maximize its requests for federal aid. Governor Newsom has activated the State Operations Center to its highest level and proclaimed a state of emergency in counties impacted by the Caldor Fire, McFarland and Monument fires, Antelope and River fires, Dixie, Fly and Tamarack fires and the Lava Fire and Beckwourth Complex Fire. The Governor signed an executive order to support impacted communities and bolster wildfire response and recovery efforts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6142620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/24/california-secures-presidential-major-disaster-declaration-to-support-wildfire-response-and-recovery-efforts-8-24-21/\",\n            \"created_at\": \"2021-08-26T06:45:05.612282-04:00\"\n        },\n        {\n            \"id\": 55874,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend the Director \\\"Business Relationships\\\" Provision and Definition of \\\"Family Member\\\" for Purposes of LTSE Rule 14.405(a)(2) and Supplementary Material.01 (Definition of Independence)\",\n            \"summary\": \"On August 19, 2021, Long-Term Stock Exchange, Inc. (“LTSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend LTSE Rule 14.405(a)(2) and Supplementary Material .01 (Definition of Independence) under LTSE Rule 14.405(a) (“Supplementary Material”) to (i) adopt provisions conforming LTSE’s independence standards with respect to listed company (“Company”) directors’ “business relationships” with the corresponding standards of the New York Stock Exchange (“NYSE”) Rule 303.A.02(b)(v) and relevant parts of the related NYSE Commentary and Disclosure Requirement for NYSE-listed Companies seeking to dually list on LTSE, and (ii) amend the definition of “Family Member” solely for purposes of director independence determinations under LTSE Rule 14.405(a)(2). The Exchange proposes to amend Rule 14.405(a)(2) and related Supplementary Material to adopt a provision conforming LTSE’s independence standards with respect to directors’ business relationships with the corresponding standard of NYSE Rule 303.A.02(b)(v) and related Commentary and Disclosure Requirement, in order to accommodate NYSE-listed Companies seeking to dually list their securities on LTSE. The Exchange also proposes to amend the definition of “Family Member” solely for purposes of director independence under LTSE Rule 14.405(a)(2)8 to conform it to the corresponding definitions of the NYSE9 and the NASDAQ Stock Market LLC (“NASDAQ”). The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4821LTSE349275220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Long-Term Stock Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/ltse/2021/34-92752.pdf\",\n            \"created_at\": \"2021-08-26T06:45:08.149354-04:00\"\n        },\n        {\n            \"id\": 55900,\n            \"title\": \"Virtual Meeting Agenda\",\n            \"summary\": \"The State Board of Financial Institutions will held a meeting on September 1, 2021, 10:00 A.M. at Governor’s conference room Wade Hampton Building, 1st Floor. Agenda includes Approval of the September 1, 2021 proposed Agenda; Approval of the August 4, 2021 Board Minutes; Committee Reports; and Commissioner Reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1099SC2011720210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"South Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina State Board of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://bofi.sc.gov/sites/default/files/Documents/September 1 2021 Board of Financial Institutions Meeting Agenda.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.816262-04:00\"\n        },\n        {\n            \"id\": 55858,\n            \"title\": \"Notice of Variances and Waivers: HTG Palms, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) and 67-21.002(9), (85) Florida Administrative Code (5/24/2017) regarding Definitions, from HTG Palms, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492659220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926592\",\n            \"created_at\": \"2021-08-26T06:45:07.130289-04:00\"\n        },\n        {\n            \"id\": 55891,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Chineseinvestors.Com, Inc\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing to ChineseInvestors.com, Inc. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules. Accordingly, it is ordered that a public hearing before the Commission for the purpose of taking evidence be held. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order. It is further ordered that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349274220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92742.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.236045-04:00\"\n        },\n        {\n            \"id\": 55861,\n            \"title\": \"Notice of Variances and Waivers: HTG Paradise, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (5/24/2017) regarding Definitions, from HTG Paradise, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492698020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926980\",\n            \"created_at\": \"2021-08-26T06:45:07.322003-04:00\"\n        },\n        {\n            \"id\": 55907,\n            \"title\": \"Treasury Announces Seven Additional Policies to Encourage State and Local Governments to Expedite Emergency Rental Assistance\",\n            \"summary\": \"New data on program performance demonstrates steady improvement in delivering Emergency Rental Assistance (ERA) to eligible households – particularly among state and local agencies that adopted the recommendations in Treasury’s prior guidance. Even with these improvements, many grantees need to do more to urgently accelerate efforts to prevent harmful evictions of vulnerable families. To help grantees continue to expedite assistance, today Treasury is announcing additional policies – including measures to reduce processing delays by providing even more explicit permission for grantees to rely on applicant’s self-attestations without further documentation. Today, based on feedback collected through site-visits and meetings with rental assistance administrators, tenant advocates, landlords and other stakeholders, Treasury is providing further policy clarity and recommendations meant to accelerate assistance to those in the pipeline in addition to those who have yet to apply, including clarifying that: self-attestation can be used in documenting each aspect of a household’s eligibility for ERA, including with respect to: a) financial hardship, b) the risk of homelessness or housing instability, and c) income; during the public health emergency, state and local ERA programs may rely on self-attestation alone to document household income eligibility when documentation is not available; state and local grantees may advance assistance to landlords and utility providers based on estimated eligible areas; state and local grantees may enter into partnership with nonprofits to deliver advance assistance to households at risk of eviction while their applications are still being processed; grantees may make additional rent payments to landlords that take on tenants facing major barriers to securing a lease, including those who have been evicted or experienced homelessness in the past year; past arrears at previous addresses may be covered; and a tenant’s costs associated with obtaining a hearing or appealing an order of eviction may be covered with ERA funds as an eligible “other expense.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT125033320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0333\",\n            \"created_at\": \"2021-08-26T06:45:10.276666-04:00\"\n        },\n        {\n            \"id\": 55925,\n            \"title\": \"Increasing the Issuance of Exchange Fund Bills\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) announced today (August 25) a plan to suitably increase the issuance size of Exchange Fund Bills to meet the ongoing demand for Exchange Fund paper by banks amidst the abundance of liquidity in the banking system. The HKMA plans to increase the issuance size of 91-day Exchange Fund Bills by HK$5,000 million in each of the eight regular tenders on September 7, 14, 21 and 28 and October 5, 12, 19 and 26, 2021. If all the eight planned increases are executed, the issuance size of the Bills will be increased by HK$40,000 million in total. The HKMA will continue to monitor market situations, and reserves the flexibility of adjusting or not executing the aforesaid eight increases. The increase in the supply of Exchange Fund Bills is consistent with Currency Board principles, since the additional issuance simply represents a change in the composition of the Monetary Base, with a shift from the Aggregate Balance to Exchange Fund paper. The Aggregate Balance will decrease by the same amount as the increase in Exchange Fund Bills. The Monetary Base remains fully backed by foreign exchange reserves.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA4610825320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210825-3/\",\n            \"created_at\": \"2021-08-26T06:45:11.414328-04:00\"\n        },\n        {\n            \"id\": 55856,\n            \"title\": \"Notice of Variances and Waivers: HTG Addison, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (9/15/2016) regarding Definitions from HTG Addison, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492591320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24925913\",\n            \"created_at\": \"2021-08-26T06:45:07.001067-04:00\"\n        },\n        {\n            \"id\": 55883,\n            \"title\": \"Law Firms: Learn How to Better Navigate the Payments Industry\",\n            \"summary\": \"To effectively advise and represent your clients in the payments space, law firms must see how the industry is evolving. The Payments Innovation Alliance helps you better understand the critical issues facing the financial institutions, fintechs, payment processors, retailers, and others who make up this ecosystem.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC14120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/law-firms-learn-how-better-navigate-payments-industry\",\n            \"created_at\": \"2021-08-26T06:45:08.724542-04:00\"\n        },\n        {\n            \"id\": 55850,\n            \"title\": \"Proposed Rule Change to Remove the Early Unwind Intraday Charge, Change the Treatment of Short-Term Treasuries, and Make Other Changes\",\n            \"summary\": \"On August 13, 2021, Fixed Income Clearing Corporation (“FICC”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change of amendments to (i) the FICC Government Securities Division (\\\"GSD\\\") Rulebook (\\\"Rules\\\") in order to remove the Early Unwind Intraday Charge (\\\"EUIC\\\"), (ii) the QRM Methodology Document to change the treatment of Short-Term Treasuries, and (iii) the Rules and the QRM Methodology Document to make certain technical changes. Interested persons are invited to submit written data, views and arguments concerning the foregoing, including whether the proposed rule change is consistent with the Act.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"271FICC349275620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Fixed Income Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/ficc/2021/34-92756.pdf\",\n            \"created_at\": \"2021-08-26T06:45:06.602818-04:00\"\n        },\n        {\n            \"id\": 55916,\n            \"title\": \"Student Services - Third Party Student Loan Modification/Forgiveness Scam\",\n            \"summary\": \"The Washington State Department of Financial Institutions (Department) received a complaint from a Washington consumer against Student Services. The consumer reported receiving an e-mail from Melissa Catlin of Student Services, who offered the consumer modification plans for the consumer’s student loans. Melissa Catlin claimed the consumer “may be eligible for the recent stimulus forgiveness and relief legislation”. The consumer reported Student Services requested a debit or credit card number, and refused to provide the modification forms until the consumer provided payment information. The Department has not verified the allegations reported by the consumer.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"437WA15720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Consumer Alert\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Department of Financial Institutions, Division of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://dfi.wa.gov/consumer/alerts/student-loan-modification-scam\",\n            \"created_at\": \"2021-08-26T06:45:10.858098-04:00\"\n        },\n        {\n            \"id\": 55901,\n            \"title\": \"DOR Partners with DPS in Adding New Functionalities to the DMV Now Kiosks\",\n            \"summary\": \"South Dakotans can now complete five different transactions by using a DMV Now Kiosk. Earlier this summer, the Department of Revenue launched not only a new look to the DMV Now Kiosk, but also doubled the number of locations for drivers to access the kiosks. Transaction types include: updating contact information; renewing a driver license or ID card; renewing a vehicle’s registration; printing a seller’s permit; and reporting the sale of a vehicle. Kiosk usage has increased 180% in a 5-year span, from 53,069 kiosk users in Fiscal Year 2017 to 148,483 kiosk users in Fiscal Year 2021. South Dakotans can complete a transaction at any kiosk across the state. The kiosk does not have to be in the same county you live in. Please bring your South Dakota driver’s license or ID card and have a form of payment ready (credit or debit card).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11741SD2844820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28448\",\n            \"created_at\": \"2021-08-26T06:45:09.879561-04:00\"\n        },\n        {\n            \"id\": 55857,\n            \"title\": \"Notice of Variances and Waivers: HTG Creekside, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (5/24/2017) regarding Definitions, from HTG Creekside, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492639820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926398\",\n            \"created_at\": \"2021-08-26T06:45:07.064746-04:00\"\n        },\n        {\n            \"id\": 55931,\n            \"title\": \"Independent Scrutiny and the Better Regulation Framework\",\n            \"summary\": \"The Government proposes dozens of regulations every year, many of which introduce significant new costs for businesses and civil society organisations (CSOs). The UK’s better regulation system has been developed by successive governments over the past two decades and aims to ensure that an evidence-based approach is taken to decisions on regulation, and that the potential costs and benefits are taken into account when regulations are introduced. We, the RPC, exist to provide independent scrutiny at key stages of this process. Independent challenge and support of the sort we provide is highly regarded internationally and helps to improve the evidence and analysis informing the Government’s decisions and the transparency of the process. The Government is currently consulting on reforming the better regulation process.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKIR97569120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Regulatory Policy Committee\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/independent-scrutiny-and-the-better-regulation-framework\",\n            \"created_at\": \"2021-08-26T06:45:11.794656-04:00\"\n        },\n        {\n            \"id\": 55859,\n            \"title\": \"Notice of Variances and Waivers: HTG Osprey Pointe, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) and 67-21.002(9), (85) Florida Administrative Code (5/24/2017) regarding Definitions, from HTG Osprey Pointe, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492668920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926689\",\n            \"created_at\": \"2021-08-26T06:45:07.194130-04:00\"\n        },\n        {\n            \"id\": 55866,\n            \"title\": \"Senate Bill 2411: Reinsurance Credits\",\n            \"summary\": \"Signed by the Governor on 08/24/2021. Amends the Illinois Insurance Code. In provisions concerning enterprise risk filings, describes insurance holding company systems that are required to file an annual group capital calculation and those that are exempt from filing a group capital calculation. Provides that the ultimate controlling person of every insurer subject to registration and scoped into the NAIC Liquidity Stress Test Framework shall file the results of a specific year's liquidity stress test. Sets forth restrictions on insurer publishing. In provisions concerning credit allowed for domestic ceding insurers, provides terms by which credit is allowed for reinsurance. Provides that credit shall be allowed when reinsurance is ceded to an assuming insurer that meets specified conditions. Provides that the Director shall timely create and publish a list of reciprocal jurisdictions. Provides that the Director shall timely create and publish a list of assuming insurers that have satisfied specified conditions and to which cessions shall be granted. Provides that the Director may revoke or suspend the eligibility of the assuming insurer. Provides that the ceding insurer or its representative may seek and obtain an order requiring that the assuming insurer post security for all outstanding ceded liabilities under specified conditions. Provides that credit may be taken only for reinsurance agreements entered into, amended, or renewed on or after the effective date of the amendatory Act and only for losses incurred and reported on or after specified dates. Provides that the amendatory Act shall not limit or in any way alter the capacity of parties to a reinsurance agreement to agree on requirements for security or other terms in that reinsurance agreement except as expressly prohibited by applicable law or regulation, shall not authorize an assuming insurer to withdraw or reduce the security provided under any reinsurance agreement except as permitted by the terms of the agreement, and shall not limit or in any way alter the capacity of parties to any reinsurance agreement to renegotiate the agreement. Defines \\\"group capital calculation instructions\\\", \\\"NAIC Liquidity Stress Test Framework\\\", and \\\"scope criteria\\\". Makes other changes. Effective December 31, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1241128P7820210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-12-31\",\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2411&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-26T06:45:07.637096-04:00\"\n        },\n        {\n            \"id\": 55896,\n            \"title\": \"SEC Charges Former CEO of Technology Company with $80 Million Fraud: Manish Lachwani\",\n            \"summary\": \"The Securities and Exchange Commission charged Manish Lachwani, the former CEO of HeadSpin Inc., a Silicon Valley-based private technology company, with defrauding investors out of $80 million by falsely claiming that the company had achieved strong and consistent growth in acquiring customers and generating revenue. The SEC's complaint, filed in the U.S. District Court for the Northern District of California, alleges that from at least 2018 through 2020, Lachwani engaged in a fraudulent scheme to propel HeadSpin's valuation to over $1 billion by falsely inflating the company's key financial metrics and doctoring its internal sales records. According to the complaint, Lachwani's fraud unraveled after the company's Board of Directors conducted an internal investigation that revealed significant issues with HeadSpin's reporting of customer deals, and revised HeadSpin's valuation down from $1.1 billion to $300 million. The SEC's complaint charges Lachwani with violating antifraud provisions, and seeks a permanent injunction, a conduct-based injunction, a civil penalty, and an officer and director bar.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2518220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25182.htm\",\n            \"created_at\": \"2021-08-26T06:45:09.562949-04:00\"\n        },\n        {\n            \"id\": 55914,\n            \"title\": \"Governor Bryan Takes Action on Legislation\",\n            \"summary\": \"Governor Albert Bryan Jr. last week took action on legislation sent up by the 34th Legislature after its session on August 3, 2021, and signed 13 bills, including the measure enabling repayment of the 8% wages withheld from Government employees in 2011, the creation of the Virgin Islands Timeshare Act and a bill extending the COVID-19 State of Emergency to January 10, 2022. Lt. Governor Tregenza A. Roach Esq., as Acting Governor, also sent a letter on Friday to Senate President Donna Frett-Gregory acknowledging the Legislature’s override of vetoes on Bill No. 34-0021 and Bill No. 34-0026.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI558420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-takes-action-on-legislation-3/\",\n            \"created_at\": \"2021-08-26T06:45:10.722009-04:00\"\n        },\n        {\n            \"id\": 55918,\n            \"title\": \"Appointment of New Director of Consumer Protection\",\n            \"summary\": \"The Central Bank today (August 25, 2021) announces the appointment of Colm Kincaid as the new Director of Consumer Protection. The appointment will take effect from October 1, 2021. Announcing the appointment, Director General, Derville Rowland said “I am delighted to announce Colm Kincaid as the Central Bank’s new Director of Consumer Protection. Colm is currently Director of Securities Markets Supervision and prior to that he was Head of Consumer Protection Division and brings considerable leadership and consumer and investor protection experience to this key role. Colm also brings a broad range of financial knowledge and experience to the position and is a committed public servant.” Colm Kincaid replaces Grainne McEvoy who will leave the Central Bank in January 2022 to take up an opportunity in the private sector. Derville Rowland said “I would like to acknowledge the immense contribution Grainne has made to the Central Bank and to our wider public service mission. I wish her well in her new role.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17489IE61n11820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Central Bank of Ireland\"\n                }\n            ],\n            \"pdf_url\": \"https://www.centralbank.ie/news/article/pres-release-appointment-of-new-director-of-consumer-protection-25-august-2021\",\n            \"created_at\": \"2021-08-26T06:45:10.986783-04:00\"\n        },\n        {\n            \"id\": 55932,\n            \"title\": \"Hove Restaurateur Banned for Tax Abuse\",\n            \"summary\": \"Hove restaurant director disqualified for 6 years after under-declaring tax. Emad Abdolkhani (31), from Hove, was the sole director of Code Hove Limited since July 31, 2016, which traded the Barcode restaurant on Church Road in Hove. Code Hove, however, ceased trading in June 2018 and a winding-up order was made against the company on October 30, 2019 following a petition by the tax authorities. The liquidation of Code Hove triggered an investigation by the Insolvency Service into the conduct of Emad Abdolkhani before investigators uncovered that he had under-declared tax estimated to be more than £60,000. The company now owes over £200,000 in outstanding tax payments together with penalties, charges and interest. Further enquiries uncovered that Emad Abdolkhani had failed to record the company’s sales accurately and under-declared the amount of tax due in returns from September 2016. The Secretary of State for Business, Energy and Industrial Strategy accepted an undertaking from Emad Abdolkhani after he did not dispute that he failed to ensure that the company submitted accurate VAT returns. His disqualification is effective from August 25, 2021 and Emad Abdolkhani is banned for 6 years from acting as a director or directly or indirectly becoming involved, without the permission of the court, in the promotion, formation or management of a company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKHH76387320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. The Insolvency Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/hove-restaurateur-banned-for-tax-abuse\",\n            \"created_at\": \"2021-08-26T06:45:11.856597-04:00\"\n        },\n        {\n            \"id\": 55839,\n            \"title\": \"CFTC’s Energy and Environmental Markets Advisory Committee to Meet September 15\",\n            \"summary\": \"CFTC Commissioner Dan M. Berkovitz, the sponsor of the Energy and Environmental Markets Advisory Committee (EEMAC), today announced that the EEMAC will hold a public meeting on Wednesday, September 15, 2021. The meeting will begin at 9:00 a.m. (EDT) and be held via videoconference in accordance with the agency’s implementation of social distancing due to the COVID-19 (coronavirus) pandemic. On June 3, 2021, the EEMAC met to discuss how the derivatives markets can facilitate the transition to a low-carbon economy, including the status of carbon reduction through cap-and-trade and other carbon trading market mechanisms. The discussion at the June 3rd meeting included a proposal to form an EEMAC subcommittee to provide a report to the EEMAC on guiding principles for the design of the derivatives and underlying cash markets for environmental products, such as carbon allowances and offsets, that are used to address greenhouse gas emissions. At this meeting, the EEMAC will further discuss this proposal and vote whether to recommend that the Commission approve the formation of a subcommittee.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84182120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8418-21\",\n            \"created_at\": \"2021-08-26T06:45:05.870269-04:00\"\n        },\n        {\n            \"id\": 55924,\n            \"title\": \"General Insurance Product Value and Coronavirus (COVID-19) Guidance – Update: Studies and Reviews Multi-Firm Reviews\",\n            \"summary\": \"We set out the findings from our multi-firm review assessing how firms have responded to our general insurance (GI) distribution chain Guidance (further to the product governance rules implemented by the IDD) and coronavirus (Covid-19) value Guidance. We also set out some of the key actions firms need to take. Customers should be able to expect fair value from the financial services products they buy. This has been an important focus in our recent work, including our thematic review on the GI distribution chain and our thematic review and market study on GI pricing practices. Delivering fair value in a digital age is a key priority in our 2021/22 Business Plan. We are committed to reviewing the value consumers receive from insurance products. Our work has found that many firms made material progress in this area since our last work. But we have also seen many firms where shortcomings remain. This is of concern, given the potential for consumer harm arising from such shortcomings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17764FCA11512720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Research\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publications/multi-firm-reviews/general-insurance-product-value-and-coronavirus-covid-19-guidance-update\",\n            \"created_at\": \"2021-08-26T06:45:11.352143-04:00\"\n        },\n        {\n            \"id\": 55860,\n            \"title\": \"Notice of Variances and Waivers: Lake Beulah, Ltd\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) and 67-21.002(9), (85) Florida Administrative Code (9/15/2016) regarding Definitions, from Lake Beulah, Ltd to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492678620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24926786\",\n            \"created_at\": \"2021-08-26T06:45:07.258109-04:00\"\n        },\n        {\n            \"id\": 55884,\n            \"title\": \"Streamlined CDFI Application Qualifying Round Opens September 12\",\n            \"summary\": \"Federally insured, low-income credit unions seeking a Community Development Financial Institution certification can apply for the National Credit Union Administration’s streamlined qualification process between September 12 and October 15. To qualify, low-income-designated credit unions must register in the NCUA’s CyberGrants system and complete an online Participation Form. The NCUA’s Office of Credit Union Resources and Expansion will review each credit union’s products, services, and other indicators to determine whether the credit union qualifies for the streamlined certification application. The NCUA will provide qualified credit unions with the necessary information to complete and submit the streamlined certification application to the CDFI Fund. The CDFI Fund makes the final certification decisions. Credit unions that do not qualify to use the streamlined process may still pursue the CDFI certification through the standard application.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA6010820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/streamlined-cdfi-application-qualifying-round-opens-sept-12\",\n            \"created_at\": \"2021-08-26T06:45:08.786945-04:00\"\n        },\n        {\n            \"id\": 55926,\n            \"title\": \"CMA Warns PCR Test Providers Against Breaking Consumer Law\",\n            \"summary\": \"The CMA has sent an open letter to PCR COVID-19 test providers warning that a range of harmful practices in the sector could breach consumer protection law. The practices of concern to the Competition and Markets Authority (CMA) include: advertising up-front prices for PCR tests which do not include additional charges that everyone must pay; advertising cheap PCR tests which are only actually available in very small quantities or are not available at all; failing to deliver PCR tests or provide results within stated timescales, or at all; and refusing to provide consumers with refunds where tests are not provided within advertised and/or agreed timescales, or at all. It comes after the Government this week (August 23) announced it would be warning 82 companies that they face being removed from the Gov.uk list if they advertise misleading prices.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCT156589320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-warns-pcr-test-providers-against-breaking-consumer-law\",\n            \"created_at\": \"2021-08-26T06:45:11.475616-04:00\"\n        },\n        {\n            \"id\": 55873,\n            \"title\": \"Order Reinstating License After Suspension: Tanya Schettler\",\n            \"summary\": \"Tanya Schettler (“Applicant”) is an individual with a last-known residence, business, and mailing address of 10223 Thorne Drive West Des Moines, Iowa 50266-5983. Applicant filed an application with the Iowa Insurance Division (“Division”) for reinstatement of her suspended Iowa insurance producer license. The Commissioner is authorized to issue this order pursuant to Iowa Administrative Code rule 191—10.10. It is therefore ordered that Applicant’s Reinstatement Application is granted and her license is hereby reinstated; and Applicant shall immediately be permitted to transact and participate in the business of insurance in Iowa. It is further ordered that the one hundred dollar ($100) payment remitted with the Reinstatement Application for administrative costs shall be paid to the Iowa Insurance Division Enforcement Fund to provide funds for insurance enforcement and education.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1510760420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-tanya-schettler-0\",\n            \"created_at\": \"2021-08-26T06:45:08.085943-04:00\"\n        },\n        {\n            \"id\": 55890,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: ATI Nationwide Holding Corp\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing against ATI Nationwide Holding Corp. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions set forth shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order within ten days after service of this Order and the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349274020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92740.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.171383-04:00\"\n        },\n        {\n            \"id\": 55899,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order: Jonathan Roberts Advisory Group, Inc. d/b/a J.W. Cole Advisors, Inc.\",\n            \"summary\": \"These proceedings arise out of breaches of fiduciary duty by Jonathan Roberts Advisory Group, Inc. d/b/a J.W. Cole Advisors, Inc., (“Respondent”), a registered investment adviser, in connection with JWCA’s mutual fund share class selection practices that resulted in an unaffiliated broker-dealer, J.W. Cole Financial, Inc. (“JWCF”), receiving three types of fees as a result of JWCA’s advisory clients’ investments at times from January 2014 through March 2021. The fees that JWCF received resulted in a benefit to JWCA due to an expense sharing agreement between JWCA and JWCF (the “Expense Sharing Agreement”). The Expense Sharing Agreement, described herein, had the effect of reducing the amount JWCA paid to JWCF under that agreement when JWCA placed its clients in certain investments that paid higher fees to JWCF. These fees included: (1) fees JWCF received when JWCA purchased, recommended, or held for clients mutual fund share classes that paid fees instead of lower-cost available share classes for the same funds that did not charge these fees; and (2) fees JWCF received from its Clearing Broker as a result of JWCA sweeping its advisory clients’ cash into certain money market mutual funds (“money market funds”) instead of lower-cost share classes for the same money market funds that were available to clients that did not result in the payment of fees to JWCF. As a result, Respondent willfully violated Section 206(2) of the Advisers Act and Section 206(4) of the Advisers Act and Rule 206(4)-7. Accordingly, it is hereby ordered that Respondent cease and desist from committing or causing any violations and any future violations of Sections 206(2) and 206(4) of the Advisers Act and Rule 206(4)-7 promulgated thereunder. Respondent is censured and shall pay disgorgement, prejudgment interest, and a civil penalty, totaling $1,957,053.11.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA583220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5832.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.753815-04:00\"\n        },\n        {\n            \"id\": 55885,\n            \"title\": \"Designation of Longer Period for Commission Action on Proposed Rule Change Relating to Confidential Information, Market Disruption Events, Systems Disconnect, and Other Changes\",\n            \"summary\": \"On June 25, 2021, National Securities Clearing Corporation (“NSCC”) filed with the Securities and Exchange Commission (“Commission”) proposed rule change SRNSCC-2021-007 (the “Proposed Rule Change”) to amend NSCC’s rules relating to confidentiality requirements, market disruption events, systems disconnect, and other changes. The Proposed Rule Change was published for comment in the Federal Register on July 13, 2021. The Commission is extending the 45-day review period for Commission action on the Proposed Rule Change. Accordingly, the Commission designates Friday, October 8, 2021, as the date by which the Commission shall either approve, disapprove, or institute proceedings to determine whether to disapprove the Proposed Rule Change (File No. SR-NSCC-2021-007).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12579NSCC349275020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Securities Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nscc/2021/34-92750.pdf\",\n            \"created_at\": \"2021-08-26T06:45:08.849633-04:00\"\n        },\n        {\n            \"id\": 55905,\n            \"title\": \"U.S. Secretary of Commerce Gina M. Raimondo Joins White House Cybersecurity Summit\",\n            \"summary\": \"Today, U.S. Secretary of Commerce Gina M. Raimondo joined President Biden, senior Administration officials and private sector leaders to discuss how to improve the nation’s cybersecurity and foster stronger collaboration across the public and private sector to address cybersecurity challenges. As part of the summit, Secretary Raimondo and Small Business Administrator Isabel Guzman met with business leaders from technology and insurance industries and committed to working with industry and other agencies to strengthen efforts to build enduring cybersecurity.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC20420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/press-releases/2021/08/us-secretary-commerce-gina-m-raimondo-joins-white-house-cybersecurity\",\n            \"created_at\": \"2021-08-26T06:45:10.146309-04:00\"\n        },\n        {\n            \"id\": 55919,\n            \"title\": \"Interview with Philip R. Lane, Member of the Executive Board of the ECB, Conducted by Balazs Koranyi and Frank Siebelt for Reuters\",\n            \"summary\": \"\\\"It’s important to differentiate between the first and the second halves of the year. It’s significant that second quarter GDP came in well ahead of our June projections. That reflects an earlier opening up, with many countries opening in the middle of the second quarter and onwards. The strength of the world economy and progress in vaccinations were also important factors. In terms of the second half of the year, it’s still early days. But there’s probably some counterbalance to that good second quarter. The counterbalance is that it looks like bottlenecks are going to be more persistent than expected. There is also some moderation in the world economy, which is natural. And the Delta variant, although it has a more limited impact than earlier waves, remains a headwind. If you put all of that together -- the fact that the second quarter came in above what we expected and what the third and fourth quarters might look like -- I would say we’re broadly not too far away from what we expected in June for the full year. It’s a reasonably well-balanced picture.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17589ECB388620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Interview\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/inter/date/2021/html/ecb.in210825%7Edb23a29fa6.en.html\",\n            \"created_at\": \"2021-08-26T06:45:11.049990-04:00\"\n        },\n        {\n            \"id\": 55917,\n            \"title\": \"Global Lending Conditions and International Coordination of Financial Regulation Policies\",\n            \"summary\": \"Using a model of strategic interactions between two countries, I investigate the gains to international coordination of financial regulation policies, and how these gains depend on global lending conditions. When global lending conditions are determined non-cooperatively, I show that coordinating regulatory policies leads to a Pareto improvement relative to the case of no cooperation. In the non-cooperative equilibrium, one region - the core - determines global lending conditions, leaving the other region - the periphery - in a sub-optimal situation. The periphery then tightens regulatory policy to reduce the cost of sub-optimal lending conditions. Yet, in doing so, it fails to internalise a cross-border externality: tightening regulatory policy in one region limits ex ante borrowing in the other region, which increases the cost of sub-optimal lending conditions for the periphery. The equilibrium with cooperative regulatory policies can then improve on this outcome as both regions take into account the cross-border externality and allow for larger ex ante borrowing, ending in a lower cost of suboptimal lending conditions for the periphery.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17620BISWORK96220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Working Paper\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/work962.htm\",\n            \"created_at\": \"2021-08-26T06:45:10.924087-04:00\"\n        },\n        {\n            \"id\": 55831,\n            \"title\": \"Commission Finds Investment Advisory Firm Committed Fraud\",\n            \"summary\": \"The Corporation Commission ordered respondent AE Wealth Management, LLC to pay $1,159,400 in restitution to 240 former clients in the Tucson area and a $150,000 administrative penalty for committing investment advisory fraud. AE Wealth Management is a registered investment adviser with the U.S. Securities and Exchange Commission. In November 2016, AE Wealth Management and Smith & Cox, LLC, an Arizona licensed investment adviser, agreed to become co-investment advisers to Smith & Cox’s clients in southern Arizona. In settling this matter, AE Wealth Management admits the Commission’s findings, including that it committed investment advisory fraud, for the purpose of this proceeding and agrees to the entry of the consent order. As part of the consent order, AE Wealth Management will pay the $1,159,400 restitution directly to the 240 former clients. The case involving the remaining respondents—Cornerstone Wealth Management, LLC, Nathaniel S. Barnhart, Christopher Spence Cox, William Andrew Smith and Smith & Cox, LLC—is still pending.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ5710420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Corporation Commission, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/08/19/commission-finds-investment-advisory-firm-committed-fraud\",\n            \"created_at\": \"2021-08-26T06:45:05.352540-04:00\"\n        },\n        {\n            \"id\": 55906,\n            \"title\": \"NTIA’s Broadband Infrastructure Program Receives Over 230 Applications, More Than $2.5 Billion in Funding Requests\",\n            \"summary\": \"The U.S. Department of Commerce’s National Telecommunications and Information Administration (NTIA) announced today that it has received more than 230 applications for the Broadband Infrastructure Program, for a total of more than $2.5 billion in funding requests across 49 states and U.S. territories. NTIA has begun reviewing the applications as part of the $288 million grant program, which was funded by the Consolidated Appropriations Act, 2021 (the Act). Grants will be awarded to covered partnerships between a state, or political subdivisions of a state, and providers of fixed broadband service. The program’s 90-day application window closed on Tuesday, August 17.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC23420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/blog/2021/08/ntias-broadband-infrastructure-program-receives-over-230-applications-more-25\",\n            \"created_at\": \"2021-08-26T06:45:10.212492-04:00\"\n        },\n        {\n            \"id\": 55846,\n            \"title\": \"Minutes of the Board's Discount Rate Meetings on July 19 and July 28, 2021\",\n            \"summary\": \"The Federal Reserve Board on Tuesday released the minutes of its interest rate meetings on July 19 and July 28, 2021. These are the minutes: discount and advance rates: Requests by twelve Reserve Banks to maintain the existing primary credit rate; and requests to renew the secondary and seasonal credit formulas. On monetary policy implementation: interest on reserve balances rate unchanged; rates on discounts and advances unchanged; and renewal of secondary and seasonal credit formulas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED151214A20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Monetary Policy Update\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/monetary20210824a.htm\",\n            \"created_at\": \"2021-08-26T06:45:06.340356-04:00\"\n        },\n        {\n            \"id\": 55923,\n            \"title\": \"Personal and Commercial Lines Insurers Portfolio Letter\",\n            \"summary\": \"In January 2020 setting out our view of the key risks of harm Personal and Commercial line (PL&CL) insurers posed to their consumers and the markets in which they operate. While we have seen improvements in some areas, we remain of the view that there are significant risks of harm that both the market and individual firms within the portfolio need to address. In this letter, we: provide an updated view of the key risks of harm PL&CL insurers pose; outline our expectations of PL&CL insurers; provide an overview of our supervisory strategy and programme of work to ensure that firms are meeting our expectations, and harms are being appropriately remedied. We expect you to consider the degree to which your firm presents such risks and review your strategies for mitigating them. In circumstances where we have contact with your firm, we will expect you and your senior managers to be able to demonstrate that you are taking reasonable steps to mitigate these risks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17762FCASONALer6120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Corporate Document\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/correspondence/personal-and-commercial-lines-insurers-portfolio-letter.pdf\",\n            \"created_at\": \"2021-08-26T06:45:11.290815-04:00\"\n        },\n        {\n            \"id\": 55920,\n            \"title\": \"Consumer Warning on Binance Markets Limited and the Binance Group\",\n            \"summary\": \"Binance Markets Limited is not permitted to undertake any regulated activity in the UK. This firm is part of a wider Group (Binance Group). Due to the imposition of requirements by the FCA, Binance Markets Limited is not currently permitted to undertake any regulated activities without the prior written consent of the FCA. No other entity in the Binance Group holds any form of UK authorisation, registration or licence to conduct regulated activity in the UK. The Binance Group appear to be offering UK customers a range of products and services via a website, Binance.com.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17753FCA789920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/news-stories/consumer-warning-binance-markets-limited-and-binance-group\",\n            \"created_at\": \"2021-08-26T06:45:11.110271-04:00\"\n        },\n        {\n            \"id\": 55849,\n            \"title\": \"Designation of Longer Period for Commission Action on Proposed Rule Change Relating to Confidential Information, Market Disruption Events, Systems Disconnect, and Other Changes\",\n            \"summary\": \"On June 25, 2021, Fixed Income Clearing Corporation (“FICC”) filed with the Securities and Exchange Commission (“Commission”) proposed rule change SR-FICC2021-004 (the “Proposed Rule Change”) to amend FICC’s rules relating to confidentiality requirements, market disruption events, systems disconnect, and other changes. The Proposed Rule Change was published for comment in the Federal Register on July 13, 2021. The Commission is extending the 45-day review period for Commission action on the Proposed Rule Change. Accordingly, the Commission designates Friday, October 8, 2021, as the date by which the Commission shall either approve, disapprove, or institute proceedings to determine whether to disapprove the Proposed Rule Change (File No. SR-FICC-2021-004).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"271FICC349274920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Fixed Income Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/ficc/2021/34-92749.pdf\",\n            \"created_at\": \"2021-08-26T06:45:06.538125-04:00\"\n        },\n        {\n            \"id\": 55897,\n            \"title\": \"SEC Charges Promoters of Offering Fraud Targeting Practitioners of Alternative Medicine and Transcendental Meditation: Carl Jensen and Stephen W. Gold, Defendants, and Kerry Margolis and Michael Hock, Relief Defendants\",\n            \"summary\": \"The Securities and Exchange Commission announced that it has filed an injunctive action against Carl Jensen, a Canadian citizen residing in Brisbane, Queensland, Australia, and his associates, for an alleged offering fraud that raised more than $7 million from at least 75 retail investors in the United States and worldwide, targeting practitioners in the fields of alternative medicine and transcendental meditation, including retirees. The SEC's complaint alleges that since at least 2015, Jensen has raised investor funds through promissory notes by claiming remarkable, rapid-fire returns, between ten to hundreds of times the investors' principal, payable in anywhere from a week to thirty days. The SEC further alleges that for years Jensen's investors have received few to no returns, and the majority of the money raised from investors has been spent on Jensen, Gold, Margolis and Hock's personal expenses such as clothing, rent, online retail, and credit card payments, or simply withdrawn in cash. The complaint seeks permanent injunctions, disgorgement with prejudgment interest, and civil penalties against Jensen and Gold. The complaint also seeks disgorgement with prejudgment interest from Margolis and Hock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2518320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25183.htm\",\n            \"created_at\": \"2021-08-26T06:45:09.627551-04:00\"\n        },\n        {\n            \"id\": 55833,\n            \"title\": \"Commission Orders Halt to Affinity Fraud Scheme and $4.5 Million in Restitution for Investors\",\n            \"summary\": \"The Corporation Commission ordered Daniel Goman of Los Angeles, California and his affiliated company OWNZONES Media Network, Inc. to pay $4.5 million in restitution for fraudulently offering and selling unregistered company stock. The Corporation Commission found that OWNZONES Media Network, Inc. falsified some subscription documents to indicate that investors were accredited investors. Additionally, OWNZONES Media Network, Inc. sent some subscription documents pre-marked to indicate accredited investor status without knowing whether the recipients were accredited investors. The number of non-accredited investors was further obscured by persons referred to as \\\"sub-investors\\\" who invested under the name of existing investors. In settling this matter, Goman and his affiliated company neither admit nor deny the Commission’s findings but agree to the entry of the consent order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ9314020210609\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-06-09\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Corporation Commission, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/06/10/commission-orders-halt-to-affinity-fraud-scheme-and-$4.5-million-in-restitution-for-investors\",\n            \"created_at\": \"2021-08-26T06:45:05.480361-04:00\"\n        },\n        {\n            \"id\": 55909,\n            \"title\": \"Next Week: SBA Veterans Small Business Advisory Committees to Host Virtual Public Meetings\",\n            \"summary\": \"The U.S. Small Business Administration's Interagency Task Force on Veterans Small Business Development (IATF) and Advisory Committee on Veterans Business Affairs (ACVBA) will hold virtual public meetings on September 1 and 2, via Microsoft Teams. The IATF meeting will include committee member updates from the Departments of Defense, Labor, Treasury, and Veterans Affairs; General Services Administration; Office of Management and Budget; North Carolina Military Business Center; and American Legion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93NGS1262520210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/25/next-week-sba-veterans-small-business-advisory-committees-host-virtual-public-meetings\",\n            \"created_at\": \"2021-08-26T06:45:10.404095-04:00\"\n        },\n        {\n            \"id\": 55908,\n            \"title\": \"Interest Rates Remain the Same for the Fourth Quarter 2021\",\n            \"summary\": \"The Internal Revenue Service today announced that interest rates will remain the same for the calendar quarter beginning October 1, 2021. The rates will be: 3% for overpayments (2% in the case of a corporation); 0.5 % for the portion of a corporate overpayment exceeding $10,000 and 3% percent for underpayments; and 5% percent for large corporate underpayments. The interest rates announced today are computed from the federal short-term rate determined during July 2021 to take effect August 1, 2021, based on daily compounding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS588720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/interest-rates-remain-the-same-for-the-fourth-quarter-2021\",\n            \"created_at\": \"2021-08-26T06:45:10.340680-04:00\"\n        },\n        {\n            \"id\": 55862,\n            \"title\": \"Notice of Variances and Waivers: HTG Hammock Ridge II, LLC\",\n            \"summary\": \"On August 24, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsections 67-48.002(9), (93) Florida Administrative Code (9/15/2016)regarding Definitions, from HTG Hammock Ridge II, LLC to allow Petitioner to insert four trusts at the third principal disclosure level and disclose such trusts' beneficiaries and trustees at the fourth level. A copy of the Petition for Variance or Waiver may be obtained by contacting: Ana McGlamory, Corporation Clerk, Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, FL 32301-1329. The Petition has also been posted on Florida Housing’s website at floridahousing.org.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492717420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24927174\",\n            \"created_at\": \"2021-08-26T06:45:07.385771-04:00\"\n        },\n        {\n            \"id\": 55898,\n            \"title\": \"Chair Gensler Announces Addition of Barbara Roper to Senior Staff\",\n            \"summary\": \"The Securities and Exchange Commission today announced the appointment of Barbara Roper as Senior Advisor to the Chair. Ms. Roper's focus will be on issues relating to retail investor protection, including matters relating to policy, broker-dealer oversight, investment adviser oversight, and examinations. She is currently the Director of Investor Protection for the Consumer Federation of America (CFA). Ms. Roper has worked at the CFA for 35 years and has been a leading consumer spokesperson on investor protection issues, particularly the standards that apply to investment professionals investors rely on for advice and recommendations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC9F7014BC20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-165\",\n            \"created_at\": \"2021-08-26T06:45:09.690506-04:00\"\n        },\n        {\n            \"id\": 55847,\n            \"title\": \"Local Concentration in the Small Business Lending Market and Its Relationship to the Deposit Market\",\n            \"summary\": \"This note analyzes competition and concentration in the small business lending market using data obtained from Community Reinvestment Act (CRA) disclosures and data on local branches from the Federal Deposit Insurance Corporation's (FDIC) Summary of Deposits (SOD). We collect data on SBL activity from two sources. The primary data set is constructed using CRA disclosures. The CRA mandates that banks that exceed an asset threshold of about $1 billion must report small business loans to the Federal Reserve Board annually. Based on the filing, we construct a county-level total loan origination amount for three categories: $100,000 or less, $100,001 to $250,000, and $250,001 to $1 million. The location of branches and their associated deposit amount are obtained from SOD. We define the geographic boundaries of SBL using Fed markets, which are defined by the Federal Reserve System as economically integrated areas around a central city or large town. We investigate how well the competitive condition in the deposit market represents the competitive condition in the SBL market. To this end, we first construct the aggregate SBL amount of each bank in each Fed market.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED267et2420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/notes/feds-notes/local-concentration-in-the-small-business-lending-market-and-its-relationship-to-the-deposit-market-20210824.htm\",\n            \"created_at\": \"2021-08-26T06:45:06.405525-04:00\"\n        },\n        {\n            \"id\": 55841,\n            \"title\": \"Technical Specifications for Credit Card Agreement and Data Submissions Required under TILA and the CARD Act (Regulation Z)\",\n            \"summary\": \"Certain credit card issuers must submit credit card agreements and data to the Bureau of Consumer Financial Protection (Bureau) under the Truth in Lending Act (TILA) and the Credit Card Accountability Responsibility and Disclosure Act of 2009 (CARD Act). The Bureau is issuing new technical specifications for complying with those submission requirements. Credit card issuers will make the required submissions under TILA and the CARD Act through the Bureau’s “Collect” website. These technical specifications include registration information and the URL for the website at which issuers (or their designees) can submit the required information. This notification of technical specifications and procedural rule becomes effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4630CFPB12317920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Final Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/documents/10026/cfpb_tech-specs-credit-card-agreement-data-submissions_final-rule_2021-08.pdf\",\n            \"created_at\": \"2021-08-26T06:45:06.000661-04:00\"\n        },\n        {\n            \"id\": 55879,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Equity 7, Section 3 to Adopt an Enhanced Market Quality Program\",\n            \"summary\": \"On August 12, 2021, NASDAQ PHLX LLC (“Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend Equity 7, Section 3 to adopt an Enhanced Market Quality Program and a related credit. The Enhanced Market Quality Program is intended to provide supplemental incentives to member organizations that meet certain quality standards in acting as market makers for securities on the Exchange by incentivizing such member organizations to make a significant contribution to market quality by providing liquidity at the national best bid and offer (“NBBO”) in a large number of securities for a significant portion of the day. Specifically, the Exchange proposes to make a lump sum payment at the end of each month (a “Fixed Payment”) to a member organization to the extent that the member organization, through one or more of its MPIDs, quotes at the NBBO for at least a threshold percentage of the time during Market Hours in an average number of securities per day during the month. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6810PHLX349275420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/phlx/2021/34-92754.pdf\",\n            \"created_at\": \"2021-08-26T06:45:08.470217-04:00\"\n        },\n        {\n            \"id\": 55832,\n            \"title\": \"Commission Orders Self-Proclaimed Drug Inventor-Entrepreneur to Repay Investors\",\n            \"summary\": \"The Corporation Commission ordered Charles Hensley of California and his affiliated company, Migranade, Inc. to pay $8,000 in restitution to investors and a $5,000 administrative penalty for committing securities fraud. The Commission found Hensley used investor funds for his personal travel, including airfare and a stay at a Las Vegas hotel and casino. Also, the Commission found the respondents failed to disclose a prior guilty plea in 2011 by Hensley related to his delivery of an unapproved drug called “Vira 38,” which was represented to treat influenza. To date, none of the investors have received any investment returns or repayment of their original investment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ7912620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Corporation Commission, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/08/19/commission-orders-self-proclaimed-drug-inventor-entrepreneur-to-repay-investors\",\n            \"created_at\": \"2021-08-26T06:45:05.416171-04:00\"\n        },\n        {\n            \"id\": 55838,\n            \"title\": \"Federal Court Orders Georgia Man and Two Companies to Pay Over $15.6 Million for Forex Fraud and Registration Violations\",\n            \"summary\": \"The Commodity Futures Trading Commission announced today that the U.S. District Court for the Northern District of Georgia entered an order granting the CFTC’s motion for entry of default judgment against defendants Silver Star FX, LLC d/b/a Silver Star Live (SSL), a former New Mexico limited liability company, Silver Star Live Software LLC (SSLS), a Florida limited liability company, and David Wayne Mayer of Roswell, Georgia. The order finds that all three defendants are liable for solicitation fraud in connection with forex transactions, Commodity Trading Advisor (CTA) fraud, as well as multiple CFTC registration violations. The order requires SSLS and Mayer to pay $3,712,035.93 in restitution jointly and severally and SSL to pay $198,143.03 in restitution. The order further imposes $9,798,107.79 in civil monetary penalties on SSLS; $9,798,107.79 on SSL; and $1,338,000 on Mayer. Additionally, under the order, defendants are permanently enjoined from engaging in conduct that violates the Commodity Exchange Act (CEA), registering with the CFTC, and trading in any CFTC-regulated markets.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84172120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8417-21\",\n            \"created_at\": \"2021-08-26T06:45:05.805382-04:00\"\n        },\n        {\n            \"id\": 55910,\n            \"title\": \"Press Briefing by Press Secretary Jen Psaki, August 24, 2021\",\n            \"summary\": \"\\\"Two items for all of you at the top. As you all know, last month, the White House — we announced the President will be hosting a meeting — would be hosting a meeting, I should say — with private sector leaders on August 25th — which is, of course, tomorrow — on cybersecurity. The President, members of the Cabinet and his national security team, and private sector and education leaders are going to be meeting to discuss how we can work together to collectively improve the nation’s cybersecurity. The escalating cyber threats we face require a whole-of-nation effort. The President will be joined by leaders from the tech, the critical infrastructure, insurance, and education sectors. And we will have more details for you later today, but I just wanted to note that is happening tomorrow. And there’s, of course, a lot of ground that we will be covering,\\\" Psaki stated.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1872120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Briefings\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/08/24/press-briefing-by-press-secretary-jen-psaki-august-24-2021/\",\n            \"created_at\": \"2021-08-26T06:45:10.467903-04:00\"\n        },\n        {\n            \"id\": 55929,\n            \"title\": \"Game Changing Export Win for COVID-19 Vaccine Transporter Reftrade\",\n            \"summary\": \"A small business which supplies specialist containers to the NHS to store and transport COVID-19 vaccines, has become the first in Scotland to benefit from a major new government export scheme. Aberdeen-based Reftrade UK, which supplies refrigerated, offshore and hazardous area containers, worked with NHS Scotland to provide specialist equipment to keep batches of AstraZeneca and Moderna vaccines at a set temperature through the vaccine rollout. Following its success in the UK, Reftrade secured support from UK Export Finance (UKEF) and the Bank of Scotland to finance its international ambitions, which include expanding their pharmaceutical exports and supplying offshore projects with temperature-controlled containers needed for the construction of wind turbine sites. Reftrade required additional working capital to take advantage of increasing export orders. The Bank of Scotland proposed a structure that would bridge the gap in their increasing cashflow funding requirements, using UKEF’s new General Export Facility (GEF).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKGR1026610120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Export Finance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/game-changing-export-win-for-covid-19-vaccine-transporter-reftrade\",\n            \"created_at\": \"2021-08-26T06:45:11.664510-04:00\"\n        },\n        {\n            \"id\": 55842,\n            \"title\": \"Revisions to Privacy Act Implementation Rules\",\n            \"summary\": \"The Bureau of Consumer Financial Protection (Bureau or CFPB) makes limited revisions to its regulations that establish the procedures used by the public to obtain records from the Bureau under the Privacy Act of 1974, 5 U.S.C. 552a (Privacy Act). The revisions will change the definition of “Chief Privacy Officer” in order to align the Chief Privacy Officer’s authorities and responsibilities identified in the regulation to those of the Bureau’s designated Senior Agency Official for Privacy. The revisions will also facilitate electronic or remote identity proofing and authentication by creating an additional method for a requester to verify their identity when submitting a Privacy Act request to the Bureau. This rule is effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4630CFPB4510320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Final Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/documents/10035/cfpb_revisions-to-privacy-act-implementation-rules_final-rule_2021-08.pdf\",\n            \"created_at\": \"2021-08-26T06:45:06.075907-04:00\"\n        },\n        {\n            \"id\": 55876,\n            \"title\": \"Mills Administration Unveils Local Fiscal Recovery Program to Distribute $119 Million in American Rescue Plan Act Funds to Maine Towns and Cities\",\n            \"summary\": \"The Mills Administration unveiled today a fiscal recovery program to distribute $119.2 million in Federal funding from the American Rescue Plan Act of 2021 (ARPA) to local governments across Maine. The Local Fiscal Recovery Program is a State pathway to infuse Federal funds into Maine towns and cities to support a variety of their economic recovery priorities, such as addressing the economic or public health impacts of the COVID-19 pandemic, replacing lost public sector revenue, or investing in water, sewer, and broadband infrastructure. The Mills Administration applied for the Local Fiscal Recovery Funds from the U.S. Treasury and has received $59.6 million for immediate distribution, with a second tranche of equal value expected in approximately one year and to be distributed at that time.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME14513220210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/mills-administration-unveils-local-fiscal-recovery-program-distribute-119-million-american\",\n            \"created_at\": \"2021-08-26T06:45:08.276177-04:00\"\n        },\n        {\n            \"id\": 55894,\n            \"title\": \"SEC Obtains Emergency Relief, Charges Investment Adviser and Its Principal with Operating $110 Million Ponzi Scheme\",\n            \"summary\": \"On August 20, 2021, the Securities and Exchange Commission filed an emergency action to stop a fraudulent Ponzi scheme allegedly perpetrated by Marietta, Georgia resident John Woods and two entities he controls: registered investment adviser Livingston Group Asset Management Company, Southport Capital, and investment fund Horizon Private Equity, III LLC. According to the SEC's complaint, the defendants have raised more than $110 million from over 400 investors in 20 states by offering and selling membership units in Horizon. The complaint also alleges that Woods repeatedly lied to the SEC during regulatory examinations of Southport. The SEC's complaint charges the defendants with violating the antifraud provisions of the federal securities laws. The complaint seeks preliminary and permanent injunctions, disgorgement, prejudgment interest, civil penalties, an asset freeze, and the appointment of a receiver.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC3827729620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-163\",\n            \"created_at\": \"2021-08-26T06:45:09.430034-04:00\"\n        },\n        {\n            \"id\": 55888,\n            \"title\": \"SEC Charges Netflix Insider Trading Ring\",\n            \"summary\": \"The Securities and Exchange Commission announced insider trading charges against three former Netflix, Inc. software engineers and two close associates who generated over $3 million in total profits by trading on confidential information about Netflix's subscriber growth. The SEC's complaint alleges that after Sung Mo Jun left Netflix in 2017, he obtained confidential Netflix subscriber growth information from another Netflix insider, Ayden Lee. Sung Mo Jun allegedly traded himself and tipped Joon Jun and Chon in advance of Netflix earnings announcements from 2017 to 2019. The SEC's complaint, filed in federal court in Seattle, charges Sung Mo Jun, Joon Jun, Chon, Lee, and Bae with violating the antifraud provisions of the Securities Exchange Act of 1934. Sung Mo Jun, Joon Jun, Chon, and Lee have consented to the entry of judgments which, if approved by the court, would permanently enjoin each from violating the charged provisions, with civil penalties, if any, to be decided later by the court. Bae consented to the entry of a final judgment, also subject to court approval, permanently enjoining him from violating the Exchange Act and imposing a civil penalty of $72,875.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2518020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25180.htm\",\n            \"created_at\": \"2021-08-26T06:45:09.042786-04:00\"\n        },\n        {\n            \"id\": 55871,\n            \"title\": \"Proposing Rule Making Related to Surplus Lines Insurers and Risk Retention Groups and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Insurance Division proposes to amend Chapter 21, “Requirements for Surplus Lines, Risk Retention Groups and Purchasing Groups,” Iowa Administrative Code. This proposed rule making adds a late fee of $500 for surplus lines insurers and risk retention groups that (1) fail to file renewal applications by March 1 of each year following the year of registration or fail to submit requested information or (2) fail to file a financial statement as instructed on the Division’s website. The Division has been unable to secure reasonable compliance with the renewal requirements and timely submission of financial statements for eligible surplus lines insurers and risk retention groups. This increasing noncompliance has taken two forms: more filers filing after the deadline and more filers requiring additional outreach from the Division. In 2020, 13 surplus lines insurers and 11 risk retention groups failed to timely file their renewal. Under the existing Chapter 21, noncompliance requires automatic termination of the insurer’s status as an eligible surplus lines insurer. In the event of noncompliance, the Division may also pursue a formal administrative proceeding. The proposed subrules consistently apply the same penalty to surplus lines insurers and risk retention groups as is applied to other insurers that fail to timely file an application for renewal or fail to timely file financial statements. Any interested person may submit written comments concerning this proposed rule making. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 15, 2021. A public hearing at which persons may present their views orally or in writing will be held on September 15, 2021 9 a.m. Via conference call.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5874C9220210825\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5874C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.957061-04:00\"\n        },\n        {\n            \"id\": 55840,\n            \"title\": \"Mortgage Refinance Loans Drove an Increase in Closed-End Originations in 2020, New CFPB Report Finds\",\n            \"summary\": \"A new Home Mortgage Disclosure Act (HMDA) data report on residential mortgage lending trends released today by the Consumer Financial Protection Bureau finds that the total number of closed-end originations as well as applications increased substantially between 2019 and 2020. Closed-end originations (excluding reverse mortgages) increased in 2020 by 65.2 percent, from 8.3 million in 2019 to 13.6 million in 2020. The 2020 HMDA data mark the third year of data that incorporates amendments made to HMDA by the Dodd-Frank Wall Street Reform and Consumer Protection Act of 2010. Changes included new data points, revisions to certain existing data points, and authorizing the CFPB to require new data points. Enacted by Congress in 1975, HMDA requires many financial institutions to maintain, report, and publicly disclose loan-level information about mortgages. Each year, millions of people apply for mortgages. HMDA data allow policymakers, industry, and the public to learn what happened to a great majority of those applications and compare the data to previous years.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB100151DS27720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/mortgage-refinance-loans-drove-an-increase-in-closed-end-originations-in-2020-new-cfpb-report-finds/#\",\n            \"created_at\": \"2021-08-26T06:45:05.935419-04:00\"\n        },\n        {\n            \"id\": 55912,\n            \"title\": \"Background Press Call by Senior Administration Officials on the President’s Upcoming Cybersecurity Meeting\",\n            \"summary\": \"The Biden administration has prioritized cybersecurity since day one: first, the May 2021 executive order, which has really dramatically reset the game on cybersecurity and both from a federal cybersecurity approach, from a security of software that we all use approach; the Industrial Control System Cybersecurity Initiative, which has already improved the cybersecurity of electric utilities serving more than 90 million Americans; and the National Security Memorandum that the President released in July to improve critical infrastructure cybersecurity. Both the U.S. public- and private-sector entities increasingly face sophisticated malicious cyber activity. These incidents affect businesses small and large, small towns and cities in every corner of the country, and can hit the pocketbooks of middle-class families. So, even as we face this growing threat, the skilled cybersecurity workforce we need to meet the challenge hasn’t kept pace. There are approximately 500,000 cybersecurity jobs which are unfilled today. So, the President recognizes that the escalating cyber threats we face require a whole-of-nation effort, and this meeting will highlight the scope of the challenge we face, but also the opportunities. So, it’s really a call to action.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH280NG20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Briefings\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/08/25/background-press-call-by-senior-administration-officials-on-the-presidents-upcoming-cybersecurity-meeting/\",\n            \"created_at\": \"2021-08-26T06:45:10.592981-04:00\"\n        },\n        {\n            \"id\": 55851,\n            \"title\": \"Notice of Variances and Waivers: Thomas Dooley\",\n            \"summary\": \"On August 23, 2021, the Florida Office of Financial Regulation issued a Final Order Denying Petition for Waiver of Rule 69W-600.0024, Florida Administrative Code filed by Thomas Dooley. The Office finds that the Petition did not demonstrate that application of paragraph 69W-600.0024(6)(b), Florida Administrative Code, as to Petitioner, would create a substantial hardship. The Office finds that the Petition fails to clearly identify or delineate the specific way(s), Florida Administrative Code, violates principles of fairness by affecting Petitioner in a manner significantly different from the way it affects other similarly situated persons who have to take or retake an examination. Based on the Findings of Fact and Conclusions of Law, the Petition is denied.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492426420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24924264\",\n            \"created_at\": \"2021-08-26T06:45:06.668764-04:00\"\n        },\n        {\n            \"id\": 55881,\n            \"title\": \"Navigating the Changing Landscape of Payments\",\n            \"summary\": \"So, exactly what is happening in the payments landscape today? To put it simply, there has been an increase in consumer use of digital payments, a decrease in using cash for payments, and growth in the adoption of faster payments. During the “Payment Chaos: How to Navigate the Changing Landscape” session on Wednesday at Smarter Faster Payments Remote Connect, Michelle E. Ziolkowski, CTP, of Wells Fargo, joins with Robert Abrams of Amazon.com and Tim Ruhe of Fiserv to discuss their views on faster payments, as well as how to navigate the payments landscape and determine the right payment strategy for your business, while covering the realities of launching a new payment rail, early use cases and adoption drivers. The panel also discusses the true value in faster payments, the friction that may exist, the challenges and opportunities, as well as what’s happening globally compared to in the U.S. Check out this session on Wednesday at 3:20 p.m. ET.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC11020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/navigating-changing-landscape-payments\",\n            \"created_at\": \"2021-08-26T06:45:08.596863-04:00\"\n        },\n        {\n            \"id\": 55928,\n            \"title\": \"First Sponsor Announced for Global Investment Summit\",\n            \"summary\": \"Barclays is the first sponsor to be confirmed for the Global Investment Summit (GIS) taking place on October 19, the UK Government has announced today. Hosted by the Prime Minister and supported by members of the Royal Family, the summit will showcase British innovation, demonstrate commitment to green industries of the future ahead of COP26, and promote UK as the best destination for foreign investment. British banking giant Barclays will be one of several sponsors to be announced in the lead up to the event. Barclays has an ambition to be a net zero bank by 2050 and committed to £100bn of green financing by 2030 in line with the Government’s clean growth agenda. The announcement comes as the Department for International Trade (DIT) publishes a new report highlighting the UK’s foreign investment successes over the past year. In the last decade Foreign Direct Investment (FDI) has created more than 707,000 jobs across the country, and since April 2019 projects supported by DIT have contributed more than £7 billion to the economy.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKFT72528720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/first-sponsor-announced-for-global-investment-summit\",\n            \"created_at\": \"2021-08-26T06:45:11.603603-04:00\"\n        },\n        {\n            \"id\": 55904,\n            \"title\": \"Designation of a Longer Period for Commission Action on Proposed Rule Change to Modify Listing Rule IM-5101-2 to Permit an Acquisition Company to Contribute a Portion of Its Deposit Account to Another Entity in a Spin-off or Similar Corporate Transaction\",\n            \"summary\": \"On June 24, 2021, The NASDAQ Stock Market LLC (“Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to modify Listing Rule IM-5101-2 to permit an acquisition company to contribute a portion of the amount held in its deposit account to a deposit account of a new acquisition company in a spin-off or similar corporate transaction. The proposed rule change was published for comment in the Federal Register on July 13, 2021. The Commission is extending the 45-day time period for Commission action on the proposed rule change. Accordingly, the Commission designates October 11, 2021 as the date by which the Commission shall either approve or disapprove, or institute proceedings to determine whether to disapprove, the proposed rule change (File No. SR-NASDAQ-2021-054).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349275120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nasdaq/2021/34-92751.pdf\",\n            \"created_at\": \"2021-08-26T06:45:10.083065-04:00\"\n        },\n        {\n            \"id\": 55853,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Conduct Business Necessary for the Organization of FHCF II, Inc\",\n            \"summary\": \"The Florida Housing Finance Corporation FHFC II, INC. announces a public meeting to which all persons are invited to be held on September 10, 2021, 11:00 a.m., or upon adjournment of the Florida Housing Finance Corporation Board of Directors meeting, until adjourned, at the Hyatt Place Downtown, 25 2nd Street North, St. Petersburg, FL 33701. Agenda: 1. conduct business necessary for the organization of FHFC II, INC.; 2. consider adopting resolutions delegating operational authority to the Executive Director; 3. consideration of all necessary actions with regard to any property owned or held by FHFC II, Inc.; 4. consideration of approval of underwriters for inclusion on approved master list and teams; 5. consideration of all necessary actions for initiating new rules or rule amendments on an emergency or non-emergency basis; 6. consideration of status, workouts, or modifications for existing projects; 7. consideration of matters relating to the statutory purpose of FHFC II, Inc., to provide safe and sanitary housing that is affordable for the residents of Florida; 8. and such other matters as may be included on the Agenda for the September 10, 2021, Board Meeting.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492397320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24923973\",\n            \"created_at\": \"2021-08-26T06:45:06.797952-04:00\"\n        },\n        {\n            \"id\": 55836,\n            \"title\": \"California Secures Federal Assistance to Support Response to French Fire in Kern County\",\n            \"summary\": \"Governor Gavin Newsom today announced that California has secured a Fire Management Assistance Grant (FMAG) from the Federal Emergency Management Agency (FEMA) to help ensure the availability of vital resources to suppress the French Fire in Kern County. Governor Newsom has activated the State Operations Center to its highest level and proclaimed a state of emergency in counties impacted by the Caldor Fire, McFarland and Monument fires, Antelope and River fires, Dixie, Fly and Tamarack fires and the Lava Fire and Beckwourth Complex Fire. The Governor signed an executive order to support impacted communities and bolster wildfire response and recovery efforts. CAL FIRE and Cal OES personnel are responding in concert with other federal, state and local agencies to address emergency management and mutual aid needs for the fires.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6143620210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/25/california-secures-federal-assistance-to-support-response-to-french-fire-in-kern-county/\",\n            \"created_at\": \"2021-08-26T06:45:05.677663-04:00\"\n        },\n        {\n            \"id\": 55869,\n            \"title\": \"Proposing Rule Making Related to Fees and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Credit Union Division proposes to amend Chapter 15, “Foreign Credit Union Branch Offices,” Iowa Administrative Code. The proposed amendment updates the annual fees paid by foreign credit unions to the Division. Any interested person may submit written comments concerning this proposed rule making. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 14, 2021. No public hearing is scheduled at this time. The following rule-making action is proposed: Each credit union operating a branch office in this state shall pay an annual registration fee of $1,000 plus $250 for each branch or office located in Iowa to the superintendent on or before February 1 of each year.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5881C4220210825\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Credit Union Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5881C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.828488-04:00\"\n        },\n        {\n            \"id\": 55878,\n            \"title\": \"Proposed Rule Regarding the Mississippi Site Development Grant – Select Sites Program Guidelines\",\n            \"summary\": \"On August 25, 2021, the Mississippi Secretary of State received and adopted a rule proposal regarding The Mississippi Site Development Grant - Select Sites Program Guidelines from Title 6 Economic Development: Part 9 Economic Development Division. The rules and regulations allow MDA to implement and administer the grant program. It will become effective 30 days after its filing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16048MS2583720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-24\",\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Final Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Mississippi\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Mississippi Development Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.ms.gov/adminsearch/ACProposed/00025837a.pdf#\",\n            \"created_at\": \"2021-08-26T06:45:08.406013-04:00\"\n        },\n        {\n            \"id\": 55844,\n            \"title\": \"National Flood Insurance Program: Conforming Changes to Reflect the Biggert-Waters Flood Insurance Reform Act and the Homeowners Flood Insurance Affordability Act, and Additional Clarifications for Plain Language, Correction\",\n            \"summary\": \"On July 20, 2020, FEMA published in the Federal Register a final rule revising the National Flood Insurance Program (NFIP) regulations to codify certain provisions of the Biggert-Waters Flood Insurance Reform Act of 2012 and the Homeowner Flood Insurance Affordability Act of 2014, and to clarify certain existing NFIP rules relating to NFIP operations and the Standard Flood Insurance Policy. This final rule provides corrections to those instructions, to be used in lieu of the information published July 20. This correction is effective October 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18260\",\n            \"regalytics_alert_id\": \"1891FR20211826020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": \"2021-08-25\",\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/25/2021-18260/national-flood-insurance-program-conforming-changes-to-reflect-the-biggert-waters-flood-insurance\",\n            \"created_at\": \"2021-08-26T06:45:06.209995-04:00\"\n        },\n        {\n            \"id\": 55895,\n            \"title\": \"Order Instituting Administrative Proceedings Making Findings, and Imposing Remedial Sanctions: Charles Samel\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings against Charles Samel. From at least 2010 through 2018, Samel was an associated person of International Investment Group, LLC, a New York-based investment adviser whose registration was revoked by the Commission in 2019. The Commission’s complaint alleged that Samel aided and abetted a scheme by IIG to defraud its investment advisory clients. On August 23, 2021, a final judgment was entered by consent against Samel, permanently enjoining him from future violations. Accordingly, it is hereby ORDERED that Respondent Samel be, and hereby is barred from association with any investment adviser, broker, dealer, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA583120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5831.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.495447-04:00\"\n        },\n        {\n            \"id\": 55829,\n            \"title\": \"Proposed Rule Change to Amend FINRA Rule 1011(p) \\\"Specified Risk Event\\\"\",\n            \"summary\": \"Financial Industry Regulatory Authority, Inc. (FINRA) is filing with the Securities and Exchange Commission a proposed rule change to amend FINRA Rule 1011(p) (“specified risk event”), to correct an inadvertent drafting error and clarify the “final regulatory actions” that are included in the “specified risk event” definition. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18237\",\n            \"regalytics_alert_id\": \"1891FR20211823720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": \"2021-08-25\",\n            \"rule_effective_date\": \"2021-09-01\",\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/25/2021-18237/self-regulatory-organizations-financial-industry-regulatory-authority-inc-order-approving-a-proposed\",\n            \"created_at\": \"2021-08-26T06:45:05.216877-04:00\"\n        },\n        {\n            \"id\": 55886,\n            \"title\": \"Governor Kate Brown Issues Statement on Revenue Forecast\",\n            \"summary\": \"Governor Kate Brown issued the following statement today on the state’s revenue forecast: “Today’s revenue forecast is another sign that Oregon’s economy is healthy, strong, and on the path for a rapid recovery. This is welcome news at a time that Oregonians continue to face immense challenges: from wildfire recovery to extreme drought to our worst surge of cases and hospitalizations during the COVID-19 pandemic. My priority will be to continue to address the challenges facing Oregon families, including the disparities resulting from systemic racism, with a particular focus on ensuring our hospitals and health care workers have the resources they need to continue to provide patients with life-saving care.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8359OR6431320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.oregon.gov/newsroom/Pages/NewsDetail.aspx?newsid=64313\",\n            \"created_at\": \"2021-08-26T06:45:08.913045-04:00\"\n        },\n        {\n            \"id\": 55865,\n            \"title\": \"Sub. 21-59 Amendments to the MSCI Index Contracts Designated Market Maker Program\",\n            \"summary\": \"ICE Futures U.S., Inc. (“IFUS” or “Exchange”) submits, by written certification, the amendments to the MSCI Designated Market Maker Program (“Program”). The purpose of the Program is to incentivize participants to increase central limit order book liquidity in the Exchange’s MSCI Index futures contracts; this enhanced liquidity will benefit all participants in the marketplace. The amendments will become effective on September 9, 2021. The Exchange certifies that the Program complies with the requirements of the Commodity Exchange Act and the rules and regulations promulgated thereunder. In particular, the amendments comply with Core Principle 4 (Monitoring of Trading), Core Principle 9 (Execution of Transactions) and Core Principle 12 (Protection of Market Participants). The Program does not impact order execution priority or otherwise give participants any execution preference or advantage. In addition, the Exchange’s Market Regulation Department actively monitors for trading abuses using electronic exception reports and will take appropriate action against any participants engaging in market abuses.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE25321819920210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear U.S.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/21-59-Amendments_to_MSCI_Index_DMM_Program.PDF\",\n            \"created_at\": \"2021-08-26T06:45:07.573592-04:00\"\n        },\n        {\n            \"id\": 55867,\n            \"title\": \"Proposing Rule Making Related to Secondary Capital Agreements and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Credit Union Division proposes to amend Chapter 7, “Low-Income Designated Credit Union,” Iowa Administrative Code. The proposed amendment is intended to articulate requirements for credit unions to notify the Division prior to funding secondary capital agreements. Any interested person may submit written comments concerning this proposed rulemaking. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 14, 2021. No public hearing is scheduled at this time. The following rule-making action is proposed: Adopt the following new rule 189—7.7(533): 189—7.7(533) Funding secondary capital. At least 30 days prior to funding any secondary capital agreement, a credit union shall notify the superintendent and provide the secondary capital account contract agreement, accurately disclosing the terms and conditions of the agreement, and due diligence completed by the credit union.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5879C4120210825\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Credit Union Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5879C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.700695-04:00\"\n        },\n        {\n            \"id\": 55868,\n            \"title\": \"Proposing Rule Making Related to Education Requirements and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Credit Union Division proposes to amend Chapter 2, “Organization, Chartering and Field of Membership of a Credit Union,” Iowa Administrative Code. The proposed amendment codifies the Division’s expectations regarding state credit union boards of directors’ education requirements and is comparable to requirements for federally chartered credit unions’ boards of directors. Any interested person may submit written comments concerning this proposed rule making. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 14, 2021. No public hearing is scheduled at this time.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5880C4620210825\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Credit Union Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5880C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.764538-04:00\"\n        },\n        {\n            \"id\": 55864,\n            \"title\": \"Order Approving Proposed Rule Change Relating to the ICC Governance Playbook, ICC Risk Management Framework, and ICC Treasury Operations Policies and Procedures\",\n            \"summary\": \"On June 30, 2021, ICE Clear Credit LLC (“ICC”) filed with the Securities and Exchange Commission, a proposed rule change to amend the Governance Playbook, Risk Management Framework, and Treasury Operations Policies and Procedures (“Treasury Policy”) (together, the “Documents”) to update descriptions of certain internal committees and make other clarification or clean-up changes. The proposed rule change was published for comment in the Federal Register on July 20, 2021. The Commission did not receive comments regarding the proposed rule change. IT IS THEREFORE ORDERED that the proposed rule change (SR-ICC-2021-015), be, and hereby is, approved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"273CCR349275320210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Credit LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/icc/2021/34-92753.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.510905-04:00\"\n        },\n        {\n            \"id\": 55870,\n            \"title\": \"Proposing Rule Making Related to Membership Voting and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Credit Union Division proposes to amend Chapter 12, “Votes of the Membership,” Iowa Administrative Code. The proposed amendments are intended to simplify and update the technical requirements for substantive votes of the credit union membership. The amendments consolidate technical rules into a comprehensive voting system and articulate substantive components in individual subrules. Any interested person may submit written comments concerning this proposed rule making. Written comments in response to this rule making must be received by the Division no later than 4:30 p.m. on September 14, 2021. No public hearing is scheduled at this time.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5882C4420210825\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Credit Union Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5882C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:07.892151-04:00\"\n        },\n        {\n            \"id\": 55872,\n            \"title\": \"Proposing Rule Making Related to Viatical and Life Settlement Reporting Requirements and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Insurance Division proposes to amend Chapter 48, “Viatical and Life Settlements,” Iowa Administrative Code. This proposed rule making clarifies the requirements of the annual report for viatical settlement providers and adds a late fee of $100. There are 13 licensed viatical settlement providers, and the Division has received seven late reports in the past two years. The goal of this rule making is to make the annual reports more uniform and to discourage late filing. Any interested person may submit written or oral comments concerning this proposed rule making. Written or oral comments in response to this rule making must be received by the Division no later than 4 p.m. on September 15, 2021. If requested, a public hearing at which persons may present their views orally or in writing will be held on September 15, 2021 10 a.m. Via conference call.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5875C5920210825\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5875C.pdf\",\n            \"created_at\": \"2021-08-26T06:45:08.023154-04:00\"\n        },\n        {\n            \"id\": 55848,\n            \"title\": \"FASB Issues 2021 Investor Outreach Report\",\n            \"summary\": \"The Financial Accounting Standards Board (FASB) has issued its 2021 Investor Outreach Report. The report highlights the expansive investor outreach completed by the FASB staff over the last year, including engaging in more than 430 investor interactions. Substantially all those interactions were the result of FASB-initiated outreach aimed at soliciting a wide range of investor perspectives, including buy-side portfolio managers and analysts, sell-side analysts, accounting analysts (both buy-side and sell-side), credit rating agency analysts and managers, individual investors, and private company lenders and other capital providers. The issuance of the Investor Outreach Report coincides with the launch of FASB’s enhanced investor web portal, a “one-stop shop” that provides easy-to-access information on projects of interest to investors, investor-focused educational videos on specific standards, and how investors can share their views on all FASB activities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14762FASB162990346720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Accounting Standards Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fasb.org/cs/ContentServer?c=FASBContent_C&pagename=FASB%2FFASBContent_C%2FNewsPage&cid=1176177102591&rss=1\",\n            \"created_at\": \"2021-08-26T06:45:06.472034-04:00\"\n        },\n        {\n            \"id\": 55880,\n            \"title\": \"Payments Remote Connect Rounds Into Day 3\",\n            \"summary\": \"Jane Larimer, Nacha President and CEO on Smarter Faster Payments Remote Connect day 3: “I hope you are enjoying Smarter Faster Payments Remote Connect! I want to welcome you to day three of the conference. Our team is passionate about creating an experience that allows everyone – attendees, exhibitors, speakers and sponsors – to have the same top-tier experience that we have when we meet in person. And they delivered – beginning with 125 high-quality sessions topped off with entertaining and thought-provoking keynote addresses. Also, don’t forget about the networking opportunities and the chance to stroll through the virtual exhibit hall to meet exhibitors, and have the chance to win fabulous prizes. However, we know you can’t be in two places at once, so remember as an attendee you also get access to the sessions on-demand for 90 days after the conference. And, while we still have two days of the conference, we are already thinking about next year. To help us create the best-ever conference experience for you, I want to ask you to fill out the conference evaluation, which you will find in the left navigation under the Evaluations link. We use that information to shape our agenda and consider your suggestions on topics, speakers, and events, to ensure we are constantly providing sessions that intrigue, educate and motivate you. With that, enjoy today and I hope to see you in Nashville in May 2022.”\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC10420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/payments-remote-connect-rounds-day-3\",\n            \"created_at\": \"2021-08-26T06:45:08.533556-04:00\"\n        },\n        {\n            \"id\": 55903,\n            \"title\": \"Governor Abbott, HHSC Announce $1.4 Billion in Summer Pandemic Food Benefits for Texas Families\",\n            \"summary\": \"Governor Greg Abbott today announced that the Texas Health and Human Services Commission (HHSC) has received approval from the U.S. Department of Agriculture (USDA) for a third round of federal Pandemic Electronic Benefit Transfer (P-EBT) food benefits for families with children who have temporarily lost access to free or reduced-price school meals due to COVID-19. Summer P-EBT, covering June through August, provides a one-time benefit of $375 per eligible child and can be used in the same way as Supplemental Nutrition Assistance Program (SNAP) food benefits to pay for groceries.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES695125120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-hhsc-announce-1.4-billion-in-summer-pandemic-food-benefits-for-texas-families\",\n            \"created_at\": \"2021-08-26T06:45:10.016696-04:00\"\n        },\n        {\n            \"id\": 55877,\n            \"title\": \"Governor Mills and Commissioner Beal Pledge to Assist Maine Organic Dairy Farms in Wake of Danone Decision to not Renew Milk Contracts with 14 Maine Farms\",\n            \"summary\": \"After Danone, the owner of Horizon Organic, notified 14 Maine organic dairy farms that the global brand intends not to renew contracts for milk with them and other farms across New England Governor Janet Mills and Maine Department of Agriculture, Conservation and Forestry Commissioner Amanda Beal released the following statement today pledging to assist the 14 Maine farms: “The Department has begun the process of reaching out to the impacted farms, and its Bureau of Agriculture, Food and Rural Resources is exploring ways to assist these farms in response to this disappointing decision. The Department has also started working with Maine’s Congressional Delegation and other agriculture industry stakeholders to form a working group that will discuss both short- and long-term strategies to help the affected farms and support the ongoing viability of Maine’s dairy industry.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME15413020210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/governor-mills-and-commissioner-beal-pledge-assist-maine-organic-dairy-farms-wake-danone\",\n            \"created_at\": \"2021-08-26T06:45:08.338904-04:00\"\n        },\n        {\n            \"id\": 55843,\n            \"title\": \"Designation of Longer Period for Commission Action on Proposed Rule Change Relating to Confidential Information, Market Disruption Events, Systems Disconnect, and Other Changes\",\n            \"summary\": \"On June 25, 2021, Depository Trust Company (“DTC”) filed with the Securities and Exchange Commission (“Commission”) proposed rule change SR-DTC-2021-011 (the “Proposed Rule Change”) to amend DTC’s rules relating to confidentiality requirements, market disruption events, systems disconnect, and other changes. The Proposed Rule Change was published for comment in the Federal Register on July 13, 2021. The Commission is extending the 45-day review period for Commission action on the Proposed Rule Change. Accordingly, the Commission designates Friday, October 8, 2021, as the date by which the Commission shall either approve, disapprove, or institute proceedings to determine whether to disapprove the Proposed Rule Change (File No. SR-NSCC-2021-007).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12589DTC349274820210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Depository Trust Company\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/dtc/2021/34-92748.pdf\",\n            \"created_at\": \"2021-08-26T06:45:06.144262-04:00\"\n        },\n        {\n            \"id\": 55892,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Empire Post Media\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing to Empire Post Media. EMPM is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed for the period ended August 31, 2019, which reported a net loss of $58,265 for the prior nine months. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order within ten days after service of this Order. It is further ordered that the Division of Enforcement and respondent shall conduct a prehearing conference for an answer.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349274420210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92744.pdf\",\n            \"created_at\": \"2021-08-26T06:45:09.301295-04:00\"\n        },\n        {\n            \"id\": 55887,\n            \"title\": \"Treasurer Magaziner Announces Rhode Island Pension Fund Reaches New All-Time High of $10.34 Billion\",\n            \"summary\": \"Pension Fund earns more than $2 billion over the last year; The Rhode Island pension fund continued its strong performance, growing modestly during the first month of the new Fiscal Year ending June 30, 2022, with an all-time high of approximately $10.34 billion after gaining more than $2 billion in assets over the last year. During the month of July, the pension fund returned 0.48%. The pension fund continues to outperform its long-term actuarial target return of 7.0% on a trailing basis, achieving annualized returns of 22.28%, 11.19%, and 10.45% for the trailing 1-year, 3-year, and 5-year periods compared to a traditional 60 stock /40 bond benchmark return of 18.76%, 10.88%, 9.70% over the same periods, respectively.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4194720210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Rhode Island\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Office of the General Treasurer\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ri.gov/press/view/41947\",\n            \"created_at\": \"2021-08-26T06:45:08.977745-04:00\"\n        },\n        {\n            \"id\": 55902,\n            \"title\": \"Commissioner’s Bulletin B-0024-21: Mandatory Data Call Requiring Title Insurance Underwriting Companies to Submit Data to TDI Annually\",\n            \"summary\": \"The Texas Department of Insurance (TDI) issues this mandatory data call, which requires title insurance underwriting companies to submit data to TDI annually. TDI uses this data to set title insurance premium rates, as required by Insurance Code Section 2703.151. This data call requests income, expense, and policy data from calendar year 2019. Submission requirements: You must use the forms posted in the links in this bulletin. You may not alter any of the forms, except to complete the required information, and you must submit your report file and affidavit to PCDataCallTitle@tdi.texas.gov by October 8, 2021. If your company has no data to report for 2019, you must submit a \\\"none\\\" report.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6476TX00242120210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-25\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/bulletins/2021/B-0024-21.html\",\n            \"created_at\": \"2021-08-26T06:45:09.944642-04:00\"\n        },\n        {\n            \"id\": 55746,\n            \"title\": \"Order of Rulemaking: Secretary of State\",\n            \"summary\": \"The secretary of state amends the rule 15 CSR 30-55.060 regarding Public Hearing. A notice of proposed rulemaking containing the text of the proposed amendment was published in the Missouri Register on June 1, 2021. No changes have been made in the text of the proposed amendment, so it is not reprinted here. This proposed amendment becomes effective 30 days after publication in the Code of State Regulations. No comments were received.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO20S21O20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Orders of Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Office of the Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:09.995839-04:00\"\n        },\n        {\n            \"id\": 55717,\n            \"title\": \"The Colorado Division of Securities Announces the Top Investor Threats for 2021\",\n            \"summary\": \"In recognition of National Consumer Protection Week, the Colorado Division of Securities (the “Division”) announces the top investor threats for 2021 as anticipated by state regulators across the country and regulators in Mexico and Canada. Schemes promoted through online and social media activity were identified as the top threats facing investors this year. Ranked second were precious metals-based and cryptocurrency related investments, especially those purchased through self-directed individual retirement accounts. Foreign exchange-related schemes rounded out the top three threats.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO79229C20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-03-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2c5229c\",\n            \"created_at\": \"2021-08-25T07:30:08.045170-04:00\"\n        },\n        {\n            \"id\": 55785,\n            \"title\": \"Washington Tech Executive Sentenced for COVID-19 Relief Fraud Scheme\",\n            \"summary\": \"A Washington state tech executive was sentenced today in the Western District of Washington to two years in prison for perpetrating a scheme to fraudulently obtain COVID-19 disaster relief loans guaranteed by the Small Business Administration (SBA) through the Economic Injury Disaster Loan (EIDL) and the Paycheck Protection Program (PPP) under the Coronavirus Aid, Relief and Economic Security (CARES) Act. Mukund Mohan, 48, of Clyde Hill, pleaded guilty to charges of wire fraud and money laundering on March 15. According to court documents, Mohan sought more than $5.5 million through eight fraudulent disaster loan applications. In support of the fraudulent loan applications, Mohan submitted fake and altered documents, including fake federal tax filings and altered incorporation documents. The incorporation documents that he submitted to the lender were altered and the federal tax filings he submitted were fake. Five of Mohan’s eight fraudulent loan applications were approved, and he fraudulently obtained nearly $1.8 million in COVID-19 relief funds. In addition to the prison sentence, Mohan was ordered to pay a fine in the amount of $100,000 and $1,786,357 in restitution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1635720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/washington-tech-executive-sentenced-covid-19-relief-fraud-scheme\",\n            \"created_at\": \"2021-08-25T07:30:12.597984-04:00\"\n        },\n        {\n            \"id\": 55795,\n            \"title\": \"Paperwork Reduction Act Approvals: Fiduciary's Account, Court Appointed Fiduciary's Account, Certificate of Balance on Deposit and Authority to Disclose Financial Record\",\n            \"summary\": \"The Veteran’s Benefits Administration (VBA), Department of Veterans Affairs (VA), is announcing the extension of a previously approved collection concerning VA Forms 21P-4706b, 21P-4706c, and 21P-4718a which will be completed by VA appointed fiduciaries of VA beneficiaries. The information will be used by VA fiduciary hub staff to determine whether an individual is an appropriate fiduciary and properly using and maintaining an accounting of the VA beneficiary’s compensation or pension payments. VA continues to use the information provided on these forms in the oversight of VA-appointed fiduciaries.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18195\",\n            \"regalytics_alert_id\": \"1891FR20211819520210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18195/agency-information-collection-activity-va-fiduciarys-account-court-appointed-fiduciarys-account\",\n            \"created_at\": \"2021-08-25T07:30:13.259680-04:00\"\n        },\n        {\n            \"id\": 55809,\n            \"title\": \"Proposed Stated Policy in Eurex Clearing Circular 074/21 to Adopt the 2021 ISDA Interest Rate Derivatives Definitions as Part of EurexOTC Clear Release 11.3.\",\n            \"summary\": \"Eurex Clearing is setting forth the proposed stated policy stated in Eurex Clearing Circular 074/21 (appended as Attachment A) to adopt the 2021 ISDA Interest Rate Derivatives Definitions (the “2021 ISDA Definitions”) as part of EurexOTC Clear Release 11.3. The International Swaps and Derivatives Association (“ISDA”) published the 2021 ISDA Definitions in June 2021 as a “root and branch update” of the 2006 ISDA Definitions to replace them as the standard definitional book for bilateral OTC interest rate derivatives. The implementation date is targeted on the weekend of 2 - 3 October 2021. Eurex Clearing will meet ISDA’s implementation date and as of October 4, 2021, will accept transactions for clearing that reference the 2021 ISDA Definitions in the “Contractual Definitions” field or use 2021 ISDA Definitions-based FRO labels. Clearing of bilateral OTC IRD and OTC XCCY transactions referencing the 2006 ISDA Definitions (as well as other master agreements such as the German Master Agreement) (“Deutscher Rahmenvertrag für Finanztermingeschäfte”) will continue. Eurex Clearing will support both 2006 ISDA-based FRO labels as well as 2021 ISDA Definitions-based FRO labels to facilitate the transition phase.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4653020210823-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Eurex Clearing AG\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46530\",\n            \"created_at\": \"2021-08-25T07:30:14.178478-04:00\"\n        },\n        {\n            \"id\": 55773,\n            \"title\": \"Commissioner Gonzales Announces Weekly Formula Rate August 24, 2021\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today that the maximum effective formula rate of interest in Tennessee is 7.25 percent per annum. The rate is based on a ceiling of 4 percent over the weekly average prime loan rate of 3.25 percent as published by the Federal Reserve on August 23, 2021. Chapter 464, Public Acts of 1983, the legislation regulating interest rates in Tennessee, requires that the commissioner of Financial Institutions make an announcement weekly of the formula rate of interest.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI1782120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/8/24/commissioner-gonzales-announces-weekly-formula-rate-august-24--2021.html\",\n            \"created_at\": \"2021-08-25T07:30:11.799754-04:00\"\n        },\n        {\n            \"id\": 55715,\n            \"title\": \"Micro Treasury Yield Futures Surpass 30,000 Contracts Traded\",\n            \"summary\": \"CME Group, the world's leading and most diverse derivatives marketplace, today announced that Micro Treasury Yield futures traded 32,247 contracts during the first week and open interest reached 3,296 contracts. Since their August 16 launch, more than 30 participants have traded across Micro 2-Year, Micro 5-Year, Micro 10-Year and Micro 30-Year Yield futures, including 27,819 Micro 10-Year Yield futures contracted traded. The introduction of Micro Treasury Yield futures comes at a time when U.S. Treasury risk management remains very important for market participants, with U.S. Treasury market issuance reaching $11.5 trillion in 2021 year to date through July. At the same time, average daily volume in CME Group's U.S. Treasury futures and options increased 82% and 88% respectively during July. Micro 2-Year, Micro 5-Year, Micro 10-Year and Micro 30-Year Yield futures are sized at $10 per basis point of yield, and are cash settled to the newly created BrokerTec cash U.S. Treasury benchmarks. The contracts are listed on and subject to the rules of the CBOT.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4861620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CME Group\"\n                }\n            ],\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/micro-treasury-yield-futures-surpass-30000-contracts-traded\",\n            \"created_at\": \"2021-08-25T07:30:07.912357-04:00\"\n        },\n        {\n            \"id\": 55723,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed below have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Richmond. Comments can also be sent electronically to or Comments.applications@rich.frb.org: 1. First Bancorp, Southern Pines, North Carolina; to acquire Select Bancorp, Inc., and thereby indirectly acquire Select Bank & Trust Company, both of Dunn, North Carolina.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18197\",\n            \"regalytics_alert_id\": \"1891FR20211819720210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18197/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-25T07:30:08.449048-04:00\"\n        },\n        {\n            \"id\": 55819,\n            \"title\": \"Complaints Against Debt Collection Agents Employed by Authorized Institutions\",\n            \"summary\": \"The results of the industry survey on complaints against debt collection agents (DCAs) employed by authorized institutions (AIs) for the first half of 2021. During the reporting period, 30 AIs used the services of DCAs and assigned 400,624 accounts to 20 DCAs. A total of 25 complaints against 9 DCAs were received by 9 AIs (compared with 21 complaints against 8 DCAs received by 8 AIs in H2 2020). The incidence of complaints per 1,000 accounts assigned has increased from an average of 0.05 in H2 2020 to 0.06 in H1 2021. 4 complaints were lodged by unrelated third parties, compared with 2 in H2 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"18245HKMA9815D10520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Circular\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/guidelines-and-circular/2021/20210824e1.pdf\",\n            \"created_at\": \"2021-08-25T07:30:14.852282-04:00\"\n        },\n        {\n            \"id\": 55763,\n            \"title\": \"Dept. of Labor & Industry Announces Settlement with IBM\",\n            \"summary\": \"The Pennsylvania Department of Labor & Industry (L&I) has settled and resolved a lawsuit that the department filed against IBM in 2017 related to a project to upgrade Pennsylvania's outdated unemployment compensation computer system. L&I awarded IBM a contract in June 2006 to design and build the Unemployment Compensation Modernization System (UCMS), an integrated, comprehensive and modern system. L&I let the contract expire at the end of September 2013.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA551538420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Labor and Industry\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=615\",\n            \"created_at\": \"2021-08-25T07:30:11.133193-04:00\"\n        },\n        {\n            \"id\": 55712,\n            \"title\": \"AIDEA and AEA Board Budget and Audit Subcommittee\",\n            \"summary\": \"Please note that the Alaska Industrial Development and Export Authority (AIDEA) and the Alaska Energy Authority (AEA) will hold a Board Budget & Audit Subcommittee meeting at 10:00 a.m. on Tuesday, August 31, 2021 by telephone.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20350620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129354\",\n            \"created_at\": \"2021-08-25T07:30:07.715235-04:00\"\n        },\n        {\n            \"id\": 55748,\n            \"title\": \"Opportunities and Ideas to Help Nonprofits Increase ACH Donations\",\n            \"summary\": \"Research shows ACH is a great way for non-profits to increase and keep sustaining donors while lowering costs. But there’s a problem. Only 25% of donors are using ACH for recurring donations. That was among the findings of a study recently conducted for Nacha by Quadrant Strategies, which was discussed at the Smarter Faster Payments Remote Connect session Helping both donors and non-profits clear hurdles to ACH giving is at the heart of the NetGiver app.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC15420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/opportunities-and-ideas-help-nonprofits-increase-ach-donations\",\n            \"created_at\": \"2021-08-25T07:30:10.140745-04:00\"\n        },\n        {\n            \"id\": 55762,\n            \"title\": \"State of Oregon Releases Final Rate Decisions for 2022 Health Plans\",\n            \"summary\": \"Small businesses and individuals who buy their own health insurance can now see the Oregon Division of Financial Regulation’s final rate decisions for 2022 health insurance plans. The division reviews and approves rates through a detailed and transparent process before they can be charged to policyholders. The final decisions are based on the result of a rigorous review, which included public hearings and public comment. The division published preliminary decisions at the end of June before the public hearings. These hearings provided an opportunity for the public, health insurance companies, and the division to further review and analyze the preliminary decisions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"453ORDFR16220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Division of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://dfr.oregon.gov/news/2021/Pages/20210824-final-rate-decisions-for-2022-health-plans.aspx\",\n            \"created_at\": \"2021-08-25T07:30:11.068203-04:00\"\n        },\n        {\n            \"id\": 55758,\n            \"title\": \"Proposes to Amend the NYSE Listed Company Manual to Adopt a New Listing Standard for the Listing of Subscription Warrants\",\n            \"summary\": \"On August 24, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the NYSE Listed Company Manual (“Manual”) to adopt a new listing standard for the listing of Subscription Warrants. The Exchange proposes to adopt a new subsection of Section 102 of the Manual (to be designated Section 102.09) to permit the listing of Subscription Warrants. For purposes of proposed Section 102.09 a Subscription Warrant is a warrant issued by a company organized solely for the purpose of identifying an acquisition target and exercisable into the common stock of such company upon entry into a binding agreement with respect to such acquisition.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20214520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/SR-NYSE-2021-45 PDF.pdf\",\n            \"created_at\": \"2021-08-25T07:30:10.808347-04:00\"\n        },\n        {\n            \"id\": 55789,\n            \"title\": \"Issuance of Iran General License M-1 and Updated Frequently Asked Question\",\n            \"summary\": \"The Department of the Treasury's Office of Foreign Assets Control (OFAC) is issuing Iran General License M-1, \\\"Authorizing the Exportation of Certain Graduate Level Educational Services and Software.\\\" In addition, OFAC is updating related Frequently Asked Question 853.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT16020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210824_33\",\n            \"created_at\": \"2021-08-25T07:30:12.862218-04:00\"\n        },\n        {\n            \"id\": 55783,\n            \"title\": \"Request for Information: Stakeholder Listening Session and Request for Information on the Value-Added Producer Grant Program\",\n            \"summary\": \"The Rural Business-Cooperative Service (RBCS) is hosting a listening session and opening a request for information for public input about the Value-Added Producer Grant (VAPG) program. The VAPG program helps agricultural producers enter into value-added activities related to the processing and marketing of new products. The goals of this program are to generate new products, create and expand marketing opportunities, and increase producer income. RBCS is currently considering how it can streamline the application process, clarify eligibility requirements concerning food safety, reduce the burden for meeting requirements, and implement such requirements.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18136\",\n            \"regalytics_alert_id\": \"1891FR20211813620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture, Rural Business-Cooperative Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18136/stakeholder-listening-session-and-request-for-information-on-the-value-added-producer-grant-program\",\n            \"created_at\": \"2021-08-25T07:30:12.462326-04:00\"\n        },\n        {\n            \"id\": 55775,\n            \"title\": \"Banking Commissioner Appoints Wendy Rodriguez as Deputy Commissioner\",\n            \"summary\": \"Texas Banking Commissioner Charles G. Cooper announced Friday, August 20, 2021, the appointment of Wendy Rodriguez as the agency’s Deputy Commissioner. Ms. Rodriguez will oversee all the operational and administrative functions of the Department including strategic initiatives. In this capacity, she will assist the Commissioner with governmental interactions to include the Office of the Governor, the Texas Legislature, and other state agencies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1167TX68PR9120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/news/press-releases/2021/08-24-21pr.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.931553-04:00\"\n        },\n        {\n            \"id\": 55806,\n            \"title\": \"Notice of Rule Modification of a Proposed Rule: Bail Bondsmen in Criminal Cases\",\n            \"summary\": \"The proposed Legislative rules is hereby modified as a result of review and comment by the Legislative Rule Making Review Committee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15859WV5471420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"West Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia Offices of the Insurance Commissioner\"\n                }\n            ],\n            \"pdf_url\": \"http://apps.sos.wv.gov/adlaw/csr/readfile.aspx?DocId=54714&Format=PDF\",\n            \"created_at\": \"2021-08-25T07:30:13.980767-04:00\"\n        },\n        {\n            \"id\": 55790,\n            \"title\": \"Treasury Targets Corruption Networks in Paraguay\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) sanctioned three Paraguayan individuals, Kassem Mohamad Hijazi, Khalil Ahmad Hijazi, and Liz Paola Doldan Gonzalez, for their roles in corruption in Paraguay, as well as five associated entities connected with their corruption schemes. These individuals and entities are designated pursuant to Executive Order (E.O.) 13818, which builds upon and implements the Global Magnitsky Human Rights Accountability Act and targets perpetrators of serious human rights abuse and corruption around the world. Corruption degrades the rule of law, weakens economies and stifles economic growth, undermines democratic institutions, perpetuates conflict, deprives innocent civilians of fundamental human rights, and is intrinsically linked to money laundering and lack of financial transparency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT48033220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0332\",\n            \"created_at\": \"2021-08-25T07:30:12.927103-04:00\"\n        },\n        {\n            \"id\": 55741,\n            \"title\": \"Governor Whitmer Proposes $2.1 Billion Investment to Grow the Middle Class, Support Small Businesses, and Invest in Communities\",\n            \"summary\": \"Governor Gretchen Whitmer laid out a $2.1 billion proposal to grow Michigan's middle class, support small businesses, and invest in communities by tackling several underlying issues. As Michigan's economic jumpstart continues, Governor Whitmer's proposals will tackle underlying issues faced by families, communities, and small businesses and take advantage of the historic influx in federal resources to deliver meaningful change that makes a real difference in people's lives. The state had the fastest growing economy in the Midwest over the first three months of this year, a lower unemployment rate than the national average, a $3.5 billion surplus up from a projected $3 billion deficit, and two boosted credit rating outlooks. Michigan's manufacturing industry continues to soar, leading the country in automotive manufacturing and appearing near the tops of several lists on job creation, business climate, and foreign direct investment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56651520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-566515--,00.html\",\n            \"created_at\": \"2021-08-25T07:30:09.657063-04:00\"\n        },\n        {\n            \"id\": 55767,\n            \"title\": \"Extension to Exchange Act Rules 13n-1 – 13n-12; Form SDR\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is announcing the extension of Exchange Act Rules 13n-1 – 13n-12; Form SDR. Under the Rules, security-based swap data repositories (“SDRs”) are required to register with the Commission by filing a completed Form SDR (the filing of a completed Form SDR also constitutes an application for registration as a securities information processor (“SIP”)). SDRs are also required to abide by certain minimum standards set out in the Rules, including a requirement to update Form SDR, abide by certain duties and core principles, maintain data in accordance with the rules, keep systems in accordance with the Rules, keep records, provide reports to the Commission, maintain the privacy of security-based swaps (“SBSs”) data, make certain disclosures, and designate a Chief Compliance Officer. In addition, there are a number of collections of information contained in the Rules. The information collected pursuant to the Rules is necessary to carry out the mandates of the Dodd-Frank Act and help ensure an orderly and transparent market for SBSs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18105\",\n            \"regalytics_alert_id\": \"1891FR20211810520210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18105/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-25T07:30:11.400269-04:00\"\n        },\n        {\n            \"id\": 55823,\n            \"title\": \"Revisions to Rules to Clarify That the Use of Electronic Signatures is Permissible for LCH Business\",\n            \"summary\": \"Pursuant to Commodity Futures Trading Commission (“CFTC”) Regulation §40.6(a), LCH Limited (“LCH”), a derivatives clearing organization registered with the CFTC, is submitting for self-certification revisions to its rules to clarify that the use of electronic signatures is permissible for LCH business. Currently, LCH’s Rules do not state affirmatively whether electronic signatures may be used when conducting LCH business. The proposed changes will confirm in both the General Regulations and the FCM Regulations of LCH that electronic signatures are permitted. These changes will confirm explicitly that electronic signatures are permitted. There is currently no stated prohibition related to the use of electronic signatures.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4653320210824-3\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"LCH Limited\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46533\",\n            \"created_at\": \"2021-08-25T07:30:15.121517-04:00\"\n        },\n        {\n            \"id\": 55713,\n            \"title\": \"Governor Newsom Announces Appointments 8.24.21\",\n            \"summary\": \"Governor Gavin Newsom today announced the appointments including Clair Whitmer appointed Northern California Regional Director for the Office of the Small Business Advocate and Sandy Reynoso, appointed Executive Project Manager for the Governor’s Office of Business and Economic Development.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6139620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/24/governor-newsom-announces-appointments-8-24-21/\",\n            \"created_at\": \"2021-08-25T07:30:07.781424-04:00\"\n        },\n        {\n            \"id\": 55774,\n            \"title\": \"Free Tax Webinar on Services Subject to Sales Tax on August 31\",\n            \"summary\": \"Join the Department of Revenue on August 31 at 9 am Central time for its latest free tax webinar covering services subject to sales tax in Tennessee. The August 31 webinar is part of a series of webinars the department offers each month to give the public an opportunity to learn more about tax topics.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18933TX62FR10920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/revenue/news/2021/8/24/free-tax-webinar-on-services-subject-to-sales-tax-on-august-31.html\",\n            \"created_at\": \"2021-08-25T07:30:11.865622-04:00\"\n        },\n        {\n            \"id\": 55807,\n            \"title\": \"Governor Evers Announces $250 Million for New Grant Programs to Help Wisconsin Communities Recover and Build Long-Term Economic Success\",\n            \"summary\": \"Governor Tony Evers today announced two new competitive grant programs to help communities across Wisconsin rebound and recover from the coronavirus pandemic by providing $250 million in American Rescue Plan Act (ARPA) funding to help communities build long-term, sustainable economic success. Today’s announcement includes a $200 million Neighborhood Investment Fund grant program, as well as a $50 million Healthcare Infrastructure Capital Investment grant program for transformational capital projects that will help neighborhoods recover from the pandemic and that address the equity gap in our state—like housing projects, transit and childcare solutions, and increasing access to healthcare in underserved communities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8420WI20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/WIGOV/bulletins/2edba96\",\n            \"created_at\": \"2021-08-25T07:30:14.049150-04:00\"\n        },\n        {\n            \"id\": 55737,\n            \"title\": \"Governor Pritzker Announces New Initiative to Improve Transportation Infrastructure\",\n            \"summary\": \"Building on his historic, bipartisan Rebuild Illinois capital plan that invests $45 billion in the state's roads, bridges, railways and other critical projects over the next six years, Governor Pritzker today signed House Bill 253 into law. The legislation requires the Illinois Department of Transportation to establish and implement a transportation performance program to improve the efficiency and effectiveness of the state's transportation system. IDOT will also develop a state-wide highway system asset management plan with the goal of preserving and improving the conditions of highway and bridge assets and enhance the existing system while reducing costs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2379520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23795.html\",\n            \"created_at\": \"2021-08-25T07:30:09.385115-04:00\"\n        },\n        {\n            \"id\": 55756,\n            \"title\": \"Governor Murphy Takes Action on Legislation\",\n            \"summary\": \"Today, Governor Murphy signed the following bills into law including A-4918/S-3266 (Greenwald, Johnson, Mukherji/Diegnan, Gopal) – Allows corporations and certain financial institutions to hold remote shareholder meetings; and A-5588/S-3812 (McKnight, Kennedy, Moen/Greenstein, Bateman) – Appropriates funds to DEP for environmental infrastructure projects for FY2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ11174G20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Jersey\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210824f.shtml\",\n            \"created_at\": \"2021-08-25T07:30:10.676298-04:00\"\n        },\n        {\n            \"id\": 55736,\n            \"title\": \"Governor Pritzker Signs Legislation Allowing the Use of Electronic Signatures Across State Agencies\",\n            \"summary\": \"Governor JB Pritzker signed Senate Bill 2459 into law, allowing the use of electronic signatures at the Department of Transportation, the Illinois State Toll Highway Authority, and the Capital Development Board. While governments grappled with the new realities of remote work and socially distanced processes, Illinois set the example for effectiveness and efficiency in its pandemic operations. Because of Governor J.B. Pritzker's efforts to utilize electronic signatures on government documents, engineering firms, particularly smaller firms have seen increased efficiency, important projects beginning sooner, and companies and workers getting paid quicker than ever before.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2379320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23793.html\",\n            \"created_at\": \"2021-08-25T07:30:09.319647-04:00\"\n        },\n        {\n            \"id\": 55714,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Fees Schedule Regarding Executions in the CBOE Compression Service\",\n            \"summary\": \"On August 12, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend its Fees Schedule in connection with executions of S&P 500 Index options (“SPX”) in the CBOE Compression Service (“CCS”) and to make a clarifying change regarding Position Compression Cross (“PCC”) orders, effective August 12, 2021. The Exchange proposes to waive all transaction fees and applicable surcharges incurred as a result of CCS transactions in SPX/SPXW. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349273920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-92739.pdf\",\n            \"created_at\": \"2021-08-25T07:30:07.846324-04:00\"\n        },\n        {\n            \"id\": 55725,\n            \"title\": \"Financial Accounting Foundation Trustees Reappoint Chair, Name New Member to Private Company Council\",\n            \"summary\": \"The Board of Trustees of the Financial Accounting Foundation (FAF) today reappointed Candace Wright for a third, two-year term as chair of the Private Company Council (PCC). The Trustees also named new member David Pesce to a three-year term on the PCC. Both terms begin on January 1, 2022. Ms. Wright is a director with Postlethwaite & Netterville, a Louisiana-based accounting and business advisory firm. David Pesce brings more than 35 years of financial reporting experience to the PCC. He is head of surety for Munich Re Specialty Insurance in New York.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14762FASB162982965020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Accounting Standards Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.accountingfoundation.org/cs/Satellite?c=FAFContent_C&cid=1176177090743&pagename=Foundation%2FFAFContent_C%2FFAFNewsPage\",\n            \"created_at\": \"2021-08-25T07:30:08.583837-04:00\"\n        },\n        {\n            \"id\": 55732,\n            \"title\": \"Notice of Bid/Request for Proposal: Procurement of Conference Room A/V Upgrades\",\n            \"summary\": \"The Florida Housing Finance Corporation invites all qualified Respondents to submit proposals for consideration in accordance with the terms and conditions set forth in this Invitation to Negotiate (ITN) 2021-10, relating to the procurement of Conference Room A/V Upgrades. Florida Housing expects to select one or more Respondents who propose to provide these services as specified in this ITN. Statements of Qualifications and Services Offered shall be accepted until 2:00 p.m. (Eastern Time), September 22, 2021, to the attention of the Contract Administrator, at the address listed in the ITN.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491815320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Bid/Request for Proposal\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24918153\",\n            \"created_at\": \"2021-08-25T07:30:09.053078-04:00\"\n        },\n        {\n            \"id\": 55776,\n            \"title\": \"Governor Abbott, HHSC Announce $1.4 Billion in Summer Pandemic Food Benefits for Texas Families\",\n            \"summary\": \"Governor Greg Abbott today announced that the Texas Health and Human Services Commission has received approval from the U.S. Department of Agriculture for a third round of federal Pandemic Electronic Benefit Transfer food benefits for families with children who have temporarily lost access to free or reduced-price school meals due to COVID-19. In this third round of pandemic food benefits, HHSC received federal approval to provide more than $1.4 billion in benefits to approximately 3.7 million eligible children in Texas. To date, HHSC has distributed approximately than $4.7 billion in P-EBT food benefits to Texas families.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES195125120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-hhsc-announce-1.4-billion-in-summer-pandemic-food-benefits-for-texas-families\",\n            \"created_at\": \"2021-08-25T07:30:11.997428-04:00\"\n        },\n        {\n            \"id\": 55780,\n            \"title\": \"Paperwork Reduction Act Approvals: Pandemic Electronic Benefit Transfer (P-EBT)\",\n            \"summary\": \"The Department of Agriculture has submitted a revision of the currently approved information collection titled “Pandemic Electronic Benefit Transfer (P-EBT).” This information collection is necessary to ensure that households impacted by COVID-19 receive emergency food assistance and that State agencies and schools receive reimbursement of their administrative costs. States impacted by COVID-19 could issue P-EBT benefits to SNAP (currently participating in SNAP) and non-SNAP (not currently participating in SNAP) households with children who have temporarily lost access to free or reduced-price school meals due to pandemic related school closures, reduced school hours, or reduced school attendance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18155\",\n            \"regalytics_alert_id\": \"1891FR20211815520210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18155/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-25T07:30:12.265149-04:00\"\n        },\n        {\n            \"id\": 55707,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend PHLX Rules at Options 8, Section 34, FLEX Index, Equity, and Currency Options, to Extend the Maximum Expiration Term for FLEX Index and Equity Options\",\n            \"summary\": \"On August 13, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend PHLX Rules at Options 8, Section 34, “FLEX Index, Equity, and Currency Options.” Today, PHLX permits members and member organizations to transact FLEX options on its Trading Floor. FLEX options provide investors with the ability to customize basic option features including expiration date, exercise style, and certain exercise prices. FLEX options may be FLEX index, equity, or currency options. The Exchange proposes to amend the expiration term for FLEX index and equity options to remain competitive with other options exchanges. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18117\",\n            \"regalytics_alert_id\": \"1891FR20211811720210824\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18117/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-08-25T07:30:07.368376-04:00\"\n        },\n        {\n            \"id\": 55730,\n            \"title\": \"Notice of Variances and Waivers: Sam Badger and the United Faculty of Florida\",\n            \"summary\": \"On August 20, 2021, the Public Employees Relations Commission, received a petition for variance from Rule 60CC-4.002, F.A.C., filed by Sam Badger and the United Faculty of Florida to conduct all aspects of a ratification election electronically. The petition was assigned Case No. MS-2021-029. Any interested person may submit written comments on this petition within 5 days of publication of this notice by mail to Commission Clerk, Public Employees Relations Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2492086920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Management Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24920869\",\n            \"created_at\": \"2021-08-25T07:30:08.919042-04:00\"\n        },\n        {\n            \"id\": 55810,\n            \"title\": \"EBA Publishes Peer Review on the Prudential Assessment of Qualifying Holdings\",\n            \"summary\": \"The European Banking Authority (EBA) published today its peer review on the prudential assessment of qualifying holdings, aiming at assessing competent authorities’ application of the Joint ESAs Guidelines on the prudential assessment of the acquisition of qualifying holdings. Overall, competent authorities have largely or fully applied the ESAs Guidelines, which have thus significantly contributed to the convergence of assessment practices of proposed acquisition or increase of qualifying holdings across the EU. The EBA’s ad hoc Peer Review Committee’s conclusions included in this Report are based on competent authorities’ self-assessment of how they applied selected areas of the Joint ESAs Guidelines on the prudential assessment of the acquisition of qualifying holdings, notably the notion of acting in concert, significant influence, indirect qualifying holdings, assessment of completeness of the notification and time limits, financial soundness, reputation of the acquirer, and selected aspects relating to the fifth assessment criterion on money laundering /terrorist finance (ML/TF) risk.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10651520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-publishes-peer-review-prudential-assessment-qualifying-holdings%C2%A0\",\n            \"created_at\": \"2021-08-25T07:30:14.244653-04:00\"\n        },\n        {\n            \"id\": 55743,\n            \"title\": \"Order of Rulemaking: Insurance Solvency and Company Regulation\",\n            \"summary\": \"The director of the Missouri Department of Commerce and Insurance adopts the rule regarding Licensing Procedures for Pharmacy Benefits Managers (20 CSR 200-22.010). A notice of proposed rulemaking containing the text of the proposed rule was published in the Missouri Register on May 17, 2021. No changes have been made in the text of the proposed rule, so it is not reprinted here. This proposed rule becomes effective 30 days after publication in the Code of State Regulations. No comments were received during the comment period or during the hearing held on June 17, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO20I44O20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Orders of Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Department of Commerce and Insurance, Insurance Solvency and Company Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:09.792478-04:00\"\n        },\n        {\n            \"id\": 55710,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 17 (Kill Switch)\",\n            \"summary\": \"On August 9, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend Options 3, Section 17 to decommission the Exchange's quote removal Kill Switch functionality, which is an optional tool that allows Market Makers to initiate a message (or messages) to the System to promptly remove their quotes from the market. Market Makers may submit a request to the System to remove quotes based on certain identifier(s) on either a user or group level (“Identifier”). If quotes are cancelled by the Market Maker using Kill Switch, it will result in the removal of all quotes requested for the Identifier(s). The Market Maker will be unable to enter any additional quotes for the affected Identifier(s) until the Market Maker sends a re-entry request to the Exchange. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18118\",\n            \"regalytics_alert_id\": \"1891FR20211811820210824\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18118/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-08-25T07:30:07.572530-04:00\"\n        },\n        {\n            \"id\": 55827,\n            \"title\": \"Measures of Inflation\",\n            \"summary\": \"Latest blog by GAD in which we look at measures of price inflation, at how inflation was affected during the pandemic, as well as the RPI consultation conclusion. Inflation is a key indicator of the health of an economy but with no single approach to measuring inflation, there’s debate about which methodology is most appropriate. In this blog we look at the outcome of a consultation to reform the UK’s longest standing measure of inflation, the Retail Price Index (RPI). \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKML162215620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Government Actuarys Department\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/measures-of-inflation\",\n            \"created_at\": \"2021-08-25T07:30:15.384748-04:00\"\n        },\n        {\n            \"id\": 55801,\n            \"title\": \"Petition to House Natural Resources Committee\",\n            \"summary\": \"The speaker presented a petition of Interstate Oil and Gas Compact Commission, Oklahoma City, Oklahoma, relative to Resolution 21.054, urging the Federal agencies including the United States Securities and Exchange Commission, Congress, and the President of the United States of America to adopt, administer, and/or enforce laws and rules regulating Environmental, Social, and Governance investments in a manner that does not adversely affect nor discriminate against investment in the oil and gas sector to the Committee on Natural Resources. Referred on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR33PT5120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/51?s=8&r=6\",\n            \"created_at\": \"2021-08-25T07:30:13.655379-04:00\"\n        },\n        {\n            \"id\": 55704,\n            \"title\": \"Proposed Rule Change to Allow the Invesco Focused Discovery Growth ETF and Invesco Select Growth ETF to Strike and Publish an Intra-Day NAV and an End-of-Day NAV\",\n            \"summary\": \"On August 12, 2021, CBOE BZX Exchange, Inc. filed with the Securities and Exchange Commission the proposed rule change. The Exchange proposed and the Commission approved a rule to permit the listing and trading of the Shares of each Fund. On December 22, 2020, the Exchange commenced trading in the Shares of each Fund. The Exchange now proposes to continue listing and trading the Shares of each Fund pursuant to Rule 14.11(m) and to permit the Funds to strike and publish a single intra-day NAV in addition to the current practice of striking and publishing an end-of-day NAV. This proposal is designed to assist market makers in assessing and managing their intra-day risk, provide greater flexibility in creating and redeeming shares and provide the marketplace with additional information about the Funds. The Exchange believes this feature of the Funds will allow market participants to better assess and manage their intra-day risk in making a market in the Funds' shares, and provide additional certainty around intra-day price and hedging for the Funds' shares. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18120\",\n            \"regalytics_alert_id\": \"1891FR20211812020210824\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18120/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"created_at\": \"2021-08-25T07:30:07.165861-04:00\"\n        },\n        {\n            \"id\": 55797,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Tennessee Disaster Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that a major disaster exists in the State of Tennessee and ordered Federal aid to supplement State and local recovery efforts in the areas affected by a severe storm and flooding on August 21, 2021. The President’s action makes Federal funding available to affected individuals in Humphreys County. Federal funding is also available to State and eligible local governments and certain private non-profit organizations on a cost-sharing basis for emergency protective measures in Humphreys County. Damage assessments are continuing in other areas, and more counties and additional forms of assistance may be designated after the assessments are fully completed.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH212320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/24/president-joseph-r-biden-jr-approves-tennessee-disaster-declaration-3/\",\n            \"created_at\": \"2021-08-25T07:30:13.394646-04:00\"\n        },\n        {\n            \"id\": 55814,\n            \"title\": \"Second Supervisory Notice 2021: DAC Pensions Limited\",\n            \"summary\": \"The FCA has decided to vary the requirements imposed on DAC Pensions Limited and notified to it in the First Supervisory Notice. The Authority has decided to take this action because it appears to the Authority that: (i) it is desirable to exercise its power to impose the Requirements in order to advance its operational objective of securing an appropriate degree of protection for consumers; and (ii) the Firm is failing, or is likely to fail, to satisfy the Suitability Threshold Condition as set out in paragraph 2E of Schedule 6 to the Act. The Suitability Threshold Condition requires that a firm must be a fit and proper person having regard to all the circumstances including the need to ensure that its affairs are conducted in an appropriate manner, having regard in particular to the interests of consumers and whether its business is being, or is to be, managed in such a way as to ensure that its affairs will be conducted in a sound and prudent manner. The Authority considers that the Firm has breached and is in breach of Principles 2 and 6 of the Authority’s Principles for Business and COBS 2.1.1R. Principle 2 provides that a Firm must conduct its affairs with due skill, care and diligence. Principle 6 provides that a firm must pay due regard to the interests of its customers and treat them fairly. COBS 2.1.1R requires a firm to act honestly, fairly and professionally in accordance with the best interests of its clients.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA5810520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/supervisory-notices/second-supervisory-notice-dac-pensions-limited.pdf\",\n            \"created_at\": \"2021-08-25T07:30:14.498351-04:00\"\n        },\n        {\n            \"id\": 55770,\n            \"title\": \"Cease and Desist Order: Healthcare Services Group, Inc., John C. Shea, CPA and Derya D. Warner\",\n            \"summary\": \"The Securities and Exchange Commission has issued a Cease-and-Desist order against Healthcare Services Group, inc., John C. Shea, CPA, and Derya D. Warner. This matter involves the failure of Healthcare Services Group, Inc. to properly accrue for or disclose loss contingencies relating to pending civil litigation in violation of generally accepted accounting principles, resulting in the reporting of inflated net income and earnings per share in certain periods. Also, in certain quarters, Derya D. Warner, HCSG’s Controller, made journal entries during the closing process without adequate supporting documentation as required by HCSG’s policies and procedures. Based on these findings, HCSG shall, within 10 days of the entry of this Order, pay a civil money penalty of $6,000,000 to the Commission for transfer to the general fund of the United States Treasury.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331096720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-10967.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.602771-04:00\"\n        },\n        {\n            \"id\": 55805,\n            \"title\": \"Rule Amendments: Professional and Occupational Licensing\",\n            \"summary\": \"The Real Estate Board is claiming an exemption from Article 2 of the Administrative Process Act, which excludes regulations that are necessary to conform to changes in Virginia statutory law or the appropriation act where no agency discretion is involved. The board will receive, consider, and respond to petitions by any interested person at any time with respect to reconsideration or revision. The Virginia Real Estate Board Licensing Regulations is amending rule regarding Maintenance and management of escrow accounts (18VAC135-20-180).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3323VA981820210913\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-01\",\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Final\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Real Estate Board\"\n                }\n            ],\n            \"pdf_url\": \"http://register.dls.virginia.gov/details.aspx?id=9818\",\n            \"created_at\": \"2021-08-25T07:30:13.914827-04:00\"\n        },\n        {\n            \"id\": 55825,\n            \"title\": \"More Than £2bn of Taxpayers’ Money Protected Against Fraud\",\n            \"summary\": \"An anti-fraud scheme run by the Cabinet Office has detected or prevented more than £2bn of fraud since it was launched 25 years ago, helping to protect public money and put fraudsters behind bars. The National Fraud Initiative plays a critical role in identifying people trying to defraud the public sector, ensuring taxpayers’ money goes towards delivering vital services, instead of ending up in the wrong hands.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKMA106589120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Cabinet Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/more-than-2bn-of-taxpayers-money-protected-against-fraud\",\n            \"created_at\": \"2021-08-25T07:30:15.255144-04:00\"\n        },\n        {\n            \"id\": 55718,\n            \"title\": \"Texas Man Pleads Guilty to Wire Fraud for Foreign Exchange Investment Fraud Scheme\",\n            \"summary\": \"A Texas man pleaded guilty today in the Southern District of Texas to defrauding investors that he solicited via social media by falsely promising high rates of return and low or no-risk returns on foreign exchange investments. According to court documents, Kelvin Ramirez, 25, of Houston, used social media platforms to falsely promote himself as a successful trader of foreign exchange investments or “forex” and attract investors. Through his Instagram accounts, Ramirez marketed “investment groups” and “private accounts” that purportedly traded in forex and were managed by Ramirez. For both types of investments, Ramirez solicited individuals by falsely promising high returns on investments, making false representations about the risk associated with the investments and falsely guaranteeing returns on investment. Through his scheme, Ramirez fraudulently obtained more than $650,000 from over 100 individuals, and then used investors’ funds for personal expenses. Ramirez pleaded guilty to wire fraud. He is scheduled to be sentenced on Nov. 9 and faces a maximum penalty of 20 years in prison. In addition, he has agreed to pay full restitution to victims, including a monetary loss of at least $687,792.93. A federal district court judge will determine any sentence after considering the U.S. Sentencing Guidelines and other statutory factors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4915331720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"OIG Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ee0513\",\n            \"created_at\": \"2021-08-25T07:30:08.111288-04:00\"\n        },\n        {\n            \"id\": 55705,\n            \"title\": \"Proposed Rule Change to Amend Rule 13.15, Which Governs the Exchange's Minor Rule Violation Plan\",\n            \"summary\": \"On August 3, 2021, CBOE Exchange, Inc. filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend its MRVP in Rule 13.15 in connection with certain minor rule violations, applicable fines, as well as other clarifying, nonsubstantive changes. Rule 13.15 provides for disposition of specific violations through assessment of fines in lieu of conducting a formal disciplinary proceeding. Rule 13.15(g) sets forth the list of specific Exchange Rules under which a Trading Permit Holder (“TPH”) or person associated with or employed by a TPH may be subject to a fine for violations of such Rules and the applicable fines that may be imposed by the Exchange. Specifically, the proposed rule change amends Rule 13.15(g) by: (1) Eliminating certain rule violations that the Exchange no longer believes to be minor in nature; (2) updating the fine schedule applicable to minor rule violations related to a Market-Maker's failure to meet Exchange quoting obligations; and (3) making other nonsubstantive changes. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons and approving the proposal on an accelerated basis.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18123\",\n            \"regalytics_alert_id\": \"1891FR20211812320210824\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18123/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-and-order-granting-accelerated\",\n            \"created_at\": \"2021-08-25T07:30:07.235467-04:00\"\n        },\n        {\n            \"id\": 55760,\n            \"title\": \"Proposal to Modify the Arca Options Deep Market Data Product\",\n            \"summary\": \"On August 24, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to modify the Arca Options Deep market data product. The Exchange currently offers the following real-time options market data feeds: “Arca Options Top,” “Arca Options Deep,” and “Arca Options Complex” (the “Arca Options Products”). “Arca Options Top” is a single market data product that combines last sale data, best bids and offers (“BBO”), order imbalance information and series status and underlying status messages. “Arca Options Complex,” also a single market data product, provides subscribers NYSE Arca Options quote and trade information (including orders/quotes, requests for responses, and trades) for the complex order book on a realtime basis. “Arca Options Deep” is also a single market data product that provides subscribers NYSE Arca Options quotes and orders at the first three price levels in each series on a real-time basis. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20217520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-75 Pdf.pdf\",\n            \"created_at\": \"2021-08-25T07:30:10.940202-04:00\"\n        },\n        {\n            \"id\": 55765,\n            \"title\": \"Order Making Findings and Imposing Remedial Sanctions: Robert Gilliam\",\n            \"summary\": \"On September 26, 2019, the Securities and Exchange Commission (“Commission”) issued an Order Instituting Administrative Proceedings and Notice of Hearing against Respondent Robert Gilliam (“Gilliam” or “Respondent”). The Commission’s Complaint alleged that, despite not being registered as a broker, Gilliam offered and sold unregistered securities to investors by cold-calling them, assisting other salespeople with calls, providing investors with sales materials and advice, closing sales, and receiving transaction-based compensation for those sales. The Complaint alleged that Gilliam knew the offering materials and website contained materially false and misleading information. On January 24, 2018, Gilliam pled guilty to one count of conspiracy to commit mail fraud. On May 30, 2018, a judgment in the criminal case was entered against Gilliam, sentencing him to 60 months in prison, followed by three years of supervised release. He was also ordered to make restitution, jointly and severally with his criminal co-defendants, in the amount of $13,479,407.09. It is hereby ordered that Respondent Gilliam be, and hereby is, barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization; and hereby is, barred from participating in any offering of a penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349273620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92736.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.263885-04:00\"\n        },\n        {\n            \"id\": 55815,\n            \"title\": \"Website and Instant Message Alert – Fraudulent Website and Phishing Instant Message Related to Standard Chartered Bank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Standard Chartered Bank (Hong Kong) Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA13810824520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210824-5/\",\n            \"created_at\": \"2021-08-25T07:30:14.575835-04:00\"\n        },\n        {\n            \"id\": 55740,\n            \"title\": \"Governor Mills Encourages Maine Businesses to Apply for Newly-Available Federal Drought Disaster Relief Loans\",\n            \"summary\": \"Governor Janet Mills is encouraging small businesses in several Maine counties to apply for newly available Economic Injury Disaster Loans (EIDL) through the U.S. Small Business Administration (SBA). Farm-related entities in Androscoggin, Aroostook, Franklin, Kennebec, Oxford, Penobscot, Piscataquis, Somerset and Waldo counties that have suffered financial losses as a result of the drought that began in Maine on June 22nd are eligible for low-interest loans from the SBA, the agency announced today. Under this declaration, eligible businesses may apply for Economic Injury Disaster Loans (EIDL) of up to $2 million with interest rates of 2.88 percent for small businesses and 2 percent for private nonprofit organizations of all sizes, with terms up to 30 years. The SBA determines eligibility based on the size of the applicant, type of activity and its financial resources. Loan amounts and terms are set by the SBA and are based on each applicant’s financial condition. These working capital loans may be used to pay fixed debts, payroll, accounts payable, and other bills that could have been paid had the disaster not occurred. The loans are not intended to replace lost sales or profits.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME10913120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/governor-mills-encourages-maine-businesses-apply-newly-available-federal-drought-disaster\",\n            \"created_at\": \"2021-08-25T07:30:09.589903-04:00\"\n        },\n        {\n            \"id\": 55772,\n            \"title\": \"Pelosi Statement on Path Forward for Build Back Better Act & Bipartisan Infrastructure Bill\",\n            \"summary\": \"“In consultation with the Chair of the Transportation and Infrastructure Committee, I am committing to pass the bipartisan infrastructure bill by September 27. I do so with a commitment to rally House Democratic support for its passage. Passing an infrastructure bill is always exciting for what it means in terms of jobs and commerce in our Country. Now more than ever, it also has to be a part of protecting our environment. I know that Chairman DeFazio will do the best possible job to that end in the Build Back Better Act.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8242120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/82421\",\n            \"created_at\": \"2021-08-25T07:30:11.735357-04:00\"\n        },\n        {\n            \"id\": 55747,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend General 9, Section 51, Research Analysts\",\n            \"summary\": \"On August 12, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend General 9, Section 51, Research Analysts. Specifically, the Exchange proposes to (1) remove references to FINRA Rules 11203 and 12504; and (2) add references to FINRA Rules 1240 and 1220(a)(6), (a)(14) and (b)(6). The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12564BX349273720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ BX, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/bx/2021/34-92737.pdf\",\n            \"created_at\": \"2021-08-25T07:30:10.074062-04:00\"\n        },\n        {\n            \"id\": 55796,\n            \"title\": \"Russia, Blocking Property of Certain Energy Export Pipelines (EO 14039)\",\n            \"summary\": \"The President of the United States of America ordered: that with respect to any foreign person identified by the Secretary of State, in consultation with the Secretary of the Treasury, in a report to the Congress pursuant to section 7503(a)(1)(B) of PEESA, all property and interests in property of such person that are in the United States, that hereafter come within the United States, or that are or hereafter come within the possession or control of any United States person are blocked and may not be transferred, paid, exported, withdrawn, or otherwise dealt in.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18306\",\n            \"regalytics_alert_id\": \"1891FR20211830620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Presidential Document\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18306/blocking-property-with-respect-to-certain-russian-energy-export-pipelines\",\n            \"created_at\": \"2021-08-25T07:30:13.328796-04:00\"\n        },\n        {\n            \"id\": 55722,\n            \"title\": \"Domestic Lending and the Pandemic: How Does Banks' Exposure to COVID-19 Abroad Affect Their Lending in the United States?\",\n            \"summary\": \"This FEDS Note studies how U.S. banks' exposure to the economic fallout due to governments' response to COVID-19 in foreign countries has affected their credit provision to borrowers in the United States. \\\"We combine a rarely accessed dataset on U.S. banks' cross-border exposure to borrowers in foreign countries with the most detailed regulatory (\\\"credit registry\\\") data that is available on their U.S.-based lending. We compare the change in the U.S. lending of banks that are more vs. less exposed to the pandemic abroad, during and after the onset of COVID-19 in 2020. We document strong spillover effects: U.S. banks with higher foreign exposures in badly \\\"COVID-19-hit\\\" regions cut their lending in the United States substantially more. This effect is particularly strong for longer-maturity loans and term loans and is robust to controlling for firms’ pandemic exposure.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED217s?IC20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/domestic-lending-and-the-pandemic.htm\",\n            \"created_at\": \"2021-08-25T07:30:08.379544-04:00\"\n        },\n        {\n            \"id\": 55745,\n            \"title\": \"Order of Rulemaking: Division of Workers’ Compensation\",\n            \"summary\": \"The director of the Department of Public Safety rescinds rule 8 CSR 50-6.010 regarding Rules Governing Crime Victims. A notice of proposed rulemaking containing the proposed rescission was published in the Missouri Register on April 1, 2021. No changes have been made in the proposed rescission, so it is not reprinted here. This proposed rescission becomes effective 30 days after publication in the Code of State Regulations. No comments were received.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO20D36O20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Orders of Rulemaking\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Division of Workers’ Compensation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:09.926454-04:00\"\n        },\n        {\n            \"id\": 55742,\n            \"title\": \"Governor Whitmer Declares State of Emergency for Branch, Hillsdale and St. Joseph Counties Due to Impacts of High Winds\",\n            \"summary\": \"Governor Gretchen Whitmer today declared a state of emergency for Branch, Hillsdale and St. Joseph counties to address the impacts of severe thunderstorms and straight-line winds on August 11 and 12. By declaring a state of emergency, Governor Whitmer has made available all state resources in cooperation with local response and recovery efforts in the designated area. The declaration authorizes the Michigan State Police, Emergency Management and Homeland Security Division to coordinate state efforts above and beyond what MSP/EMHSD has already been doing in conjunction with local agencies. The declaration of a local state of emergency activates local emergency response and recovery plans. By requesting a governor's declaration, the county has determined local resources are insufficient to address the situation and state assistance is required to protect the health, safety and property to lessen or avert the threat of a crisis.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56651420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-566514--,00.html\",\n            \"created_at\": \"2021-08-25T07:30:09.725655-04:00\"\n        },\n        {\n            \"id\": 55784,\n            \"title\": \"Paperwork Reduction Act Approvals: the Standardized Research Performance Progress Report\",\n            \"summary\": \"The Department of Commerce is requesting a three-year extension of the Research Performance Progress Report (RPPR). This Research Performance Progress Report (RPPR) directly benefits award recipients by making it easier for them to administer Federal grant and cooperative agreement programs through standardization of the types of information required in performance reports—thereby reducing their administrative effort and costs. The RPPR also makes it easier to compare the outputs, outcomes, etc. of research programs across the government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18163\",\n            \"regalytics_alert_id\": \"1891FR20211816320210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18163/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for\",\n            \"created_at\": \"2021-08-25T07:30:12.530277-04:00\"\n        },\n        {\n            \"id\": 55744,\n            \"title\": \"In Addition: Division of Regulation and Licensure\",\n            \"summary\": \"As a result of the creation of the Department of Elementary and Secondary Education’s Office of Childhood and the transfer of the Department of Health and Senior Services’ Section for Child Care Regulation to that Office, the Department of Health and Senior Services is transferring the following rules to the Department of Elementary and Secondary Education. Effective August 30, 2021, the following rules are transferred from the Department of Health and Senior Services’ Division of Regulation and Licensure to the Department of Elementary and Secondary Education’s Office of Childhood: Definitions Relating to Child Care Facilities (5 CSR 25-300.010); Application for Annual Fire Safety and Health and Sanitation Inspections and Inspection Procedures (5 CSR 25-300.020); Local Inspections (5 CSR 25-300.030); Variance Requests (5 CSR 25-300.120); Staffing Requirements (5 CSR 25-300.040); Health Requirements (5 CSR 25-300.050); Responsibilities of Caregivers (5 CSR 25-300.060); Fire Safety Requirements (5 CSR 25-300.070); Sanitation Requirements (5 CSR 25-300.080); Physical Plant, Space, Supplies and Equipment (5 CSR 25-300.090); Transportation and Field Trip Requirements (5 CSR 25-300.100); and Admission Procedures and Required Reports and Records (5 CSR 25-300.110).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO12D39I20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"In Additions\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Division of Regulation and Licensure\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:09.858840-04:00\"\n        },\n        {\n            \"id\": 55781,\n            \"title\": \"Stakeholder Listening Sessions and Request for Information on the Agriculture Innovation Center Demonstration Program\",\n            \"summary\": \"The Rural Business-Cooperative Service (RBCS) is hosting a listening session and opening a request for information for public input about the Agriculture Innovation Center Demonstration (AIC) Program. The AIC program provides grants to Centers that provide services to agricultural producers to assist them with marketing value-added agricultural products. RBCS is currently considering how it can streamline the application process, clarify eligibility requirements and reduce the burden for meeting them, revise the merit review process, and assess the program’s performance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18134\",\n            \"regalytics_alert_id\": \"1891FR20211813420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture, Rural Business-Cooperative Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18134/stakeholder-listening-sessions-and-request-for-information-on-the-agriculture-innovation-center\",\n            \"created_at\": \"2021-08-25T07:30:12.330818-04:00\"\n        },\n        {\n            \"id\": 55803,\n            \"title\": \"Meetings: Commission Hearing\",\n            \"summary\": \"Notice is hereby given of the following hearing of the U.S.-China Economic and Security Review Commission. The Commission is mandated by Congress to investigate, assess, and report to Congress annually on “the national security implications of the economic relationship between the United States and the People’s Republic of China.” Pursuant to this mandate, the Commission will hold a public hearing in Washington, DC on September 8, 2021 on “U.S.-China Relations in 2021: Emerging Risks.” The hearing is scheduled for Wednesday, September 8, 2021, 9:00 a.m.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18214\",\n            \"regalytics_alert_id\": \"1891FR20211821420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S.-China Economic and Security Review Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18214/notice-of-open-public-hearing\",\n            \"created_at\": \"2021-08-25T07:30:13.780925-04:00\"\n        },\n        {\n            \"id\": 55755,\n            \"title\": \"Treasury Announces Gas Tax Rate Will Decrease by 8.3 Cents Effective October 1\",\n            \"summary\": \"After a thorough review of fuel consumption statistics and consultation with the Legislative Budget and Finance Officer, the Department of the Treasury announced on Tuesday that New Jersey’s gas tax rate will decrease by 8.3 cents per gallon beginning October 1 to comport with the 2016 law that requires a steady stream of revenue to support the State’s Transportation Trust Fund program. Under the 2016 law (Chapter 57) enacted prior to the Murphy Administration, New Jersey’s TTF program is required to provide $16 billion over eight years to support critical infrastructure improvements to the state’s roadways and bridges. In order to ensure the State has the funds necessary to support these projects, the law dictates that the Petroleum Products Gross Receipt tax rate must be adjusted accordingly to generate roughly $2 billion per year.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ16974I20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Jersey\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210824a.shtml\",\n            \"created_at\": \"2021-08-25T07:30:10.611434-04:00\"\n        },\n        {\n            \"id\": 55734,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Florida Workers' Compensation Insurance Guaranty Association, Inc\",\n            \"summary\": \"Date and time: September 1, 2021, 2:00 p.m. Place: Conference Call. General subject matter to be considered: The Board will meet to discuss the general business of the Association. The agenda will include but not limited to: Minutes, Receiver's Report, Legal, Financial and Claims Reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491883220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Insurance Guaranty Association, Inc\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24918832\",\n            \"created_at\": \"2021-08-25T07:30:09.187232-04:00\"\n        },\n        {\n            \"id\": 55750,\n            \"title\": \"Stephanie Prebish, Managing Director of Association Services at Nacha on Smarter Faster Payments Remote Connect: Welcome to Day 2 of Remote Connect\",\n            \"summary\": \"\\\"Day one was a whirlwind. We hope you came away with some new ideas and inspiration. It is my pleasure to welcome you to day two of Smarter Faster Payments Remote Connect. As Managing Director of Association Services, I can tell you this is one of my favorite events. I get to work with our conference committee to bring you the best in payments education. We are building on yesterday’s sessions and invite you to try out something new by attending one of the Lunch and Learns, sponsored by TD Bank. However, before we meet for lunch, I hope you’ll join us for our keynote address this morning, which touches on the importance – and the power – of perceptions in the workplace, key relationships needed to ensure your success, and the role authenticity plays in being a powerful leader. We hope it will be a great way to inspire your day. If you are an AAP, APRP, CTP, FP& A, or looking for legal CLEs you are in luck – you’ll be earning continuing education hours by being here. Finally, don’t forget that if you miss a session you can still access it for 90 days after the event. Enjoy today and the next 90 days.\\\"\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC12320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/attendees-dive-day-2-payments-remote-connect\",\n            \"created_at\": \"2021-08-25T07:30:10.274192-04:00\"\n        },\n        {\n            \"id\": 55749,\n            \"title\": \"A Look Under the Hood: Perspectives on Payments\",\n            \"summary\": \"New payment rails is a growth industry, says Gene Neyer of U.S. Bank. “This is an incredibly interesting and vibrant area,” he added. Neyer joins Josh Karoly of Netflix, Kathy Strasser of IncredibleBank, and Connie Theien of the Federal Reserve Bank of Chicago for the session “A Look Under the Hood: Three Perspectives on Multiple Payment Rails in One Payments Landscape” on Tuesday at Smarter Faster Payments Remote Connect. The panel of end-users and practitioners discusses the key features and drivers of the FedNow Service – and whether they tend to adopt the new payments system when available – as well as how new payments rails may have changed their business models. “The entertainment industry has been slow to adopt any form of electronic payment, let alone faster payments. But we are getting better. Same Day ACH is typically all we utilize,” Karoly said. “Frictionless experience is very important to me. We want the decision point to be ‘Do I like Stranger Things’ or not, and not the payment.” Strasser agrees that her bank is interested in all things instant or faster payments. “Customer expectations have drastically changed over the past 12 months. They expect leading-edge functionality,” she said.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC11120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/look-under-hood-perspectives-payments\",\n            \"created_at\": \"2021-08-25T07:30:10.207106-04:00\"\n        },\n        {\n            \"id\": 55752,\n            \"title\": \"Larimer: Nacha and the ACH Network Poised for Future Growth\",\n            \"summary\": \"The last year and a half was turbulent, but through it all the ACH Network delivered for Americans when they needed it most, while also preparing for a strong future, Nacha President and CEO Jane Larimer said. “The ACH Network demonstrated its role as a key part of the of the nation’s economic lifeblood during one of the greatest challenges of our lifetimes,” Larimer said in her keynote speech at Payments Remote Connect. With more than $650 billion of economic aid payments made, and now $15 billion in child tax credit payments in the program’s first month, the ACH Network rose to the task, Larimer said. In her keynote Larimer also looked at some of Nacha’s key accomplishments in 2020, including later hours for submitting Same Day ACH payments; the launch of the SPEAK (Strengthening Payments Education and Knowledge) online learning platform in collaboration with the Payments Associations; the success of a pilot program for Phixius, a subscription-based data service platform facilitating the trusted exchange of vendor information; and the release of new resources from the Payments Innovation Alliance on best practices for voice payments and pandemic-related cybersecurity.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC13620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/larimer-nacha-and-ach-network-poised-future-growth\",\n            \"created_at\": \"2021-08-25T07:30:10.409056-04:00\"\n        },\n        {\n            \"id\": 55761,\n            \"title\": \"Secretary of State Offices to Close for Labor Day\",\n            \"summary\": \"Illinois Secretary of State Jesse White announced that all offices and facilities will be closed in observance of Labor Day. Offices and Driver Services facilities operating on a: Monday through Friday schedule will be closed on Monday, September 6; Tuesday through Saturday schedule will be closed on Saturday, September 4. All offices and Driver Services facilities will be open for business on Tuesday, September 7. As a reminder, Secretary White has extended all driver’s license and ID card expiration dates to January 1, 2022. This extension does not apply to commercial driver’s licenses (CDL) and CDL learner’s permits. In addition, the U.S. Department of Homeland Security has extended the federal REAL ID deadline to May 3, 2023.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1757IL4920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Illinois Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cyberdriveillinois.com/news/2021/august/210823d1.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.003181-04:00\"\n        },\n        {\n            \"id\": 55751,\n            \"title\": \"Enjoy Some Comedy, a Drink, and Maybe Win a Gift Card\",\n            \"summary\": \"On Wednesday, August 25, at 4:30 PM ET an event sponsored by NEACH Payments Group will be held. Laugh until your stomach hurts. Enjoy the unique comedy stylings of Adam Mamawala. Named one of Funny or Die’s \\\"Top 30 Under 30: Comedians to Watch\\\", Adam has appeared on Comedy Central, MTV, BET and SeeSo, and his debut album \\\"One of the Good Ones\\\" debuted at #1 on the iTunes Comedy Charts in December of 2017. Dedicated networking time with old friends and new connections immediately following Adam's performance. L’chaim! Proost! Cheers! However you offer a toast, be sure to bring a glass to raise as you join us tomorrow at 4:30 p.m. ET for the NEACH Payments Group Comedy Show. We’ve got a drink idea to go with the show.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC12720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/enjoy-some-comedy-drink-and-maybe-win-gift-card\",\n            \"created_at\": \"2021-08-25T07:30:10.341412-04:00\"\n        },\n        {\n            \"id\": 55708,\n            \"title\": \"Proposal to Amend Rules Establishing Maximum Fee Rates to be Charged by Member Organizations for Forwarding Proxy Materials to Beneficial Owners\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to amend its rules establishing maximum fee rates to be charged by member organizations for forwarding proxy materials to beneficial owners.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18119\",\n            \"regalytics_alert_id\": \"1891FR20211811920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18119/self-regulatory-organizations-new-york-stock-exchange-llc-order-disapproving-a-proposed-rule-change\",\n            \"created_at\": \"2021-08-25T07:30:07.436057-04:00\"\n        },\n        {\n            \"id\": 55757,\n            \"title\": \"Proposal to Amend the Requirements of Section 102.06 of the NYSE Listed Company Manual for the Listing of Acquisition Companies and the Provisions of Section 802.01B with Respect to the Qualification of an Acquisition Company After its Business Combinatio\",\n            \"summary\": \"On August 23, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the requirements of Section 102.06 of the NYSE Listed Company Manual (“Manual”) for the listing of acquisition companies and the provisions of Section 802.01B with respect to the qualification of an acquisition company after its business combination. The Exchange proposes to modify Section 102.06 of the Manual to allow an acquisition company listed under that rule to contribute a portion of the amount held in its trust account to a trust account of a new AC and spin off the new AC to its shareholders in certain situations where the new AC will be subject to all of the same requirements as the original AC.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20214220210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/SR-NYSE-2021-42, Re-file 2 Pdf.doc\",\n            \"created_at\": \"2021-08-25T07:30:10.741924-04:00\"\n        },\n        {\n            \"id\": 55759,\n            \"title\": \"Homeowners Data and Consent to Rate Data Collection\",\n            \"summary\": \"This bulletin notifies your company of the annual reporting requirements for insurance covering loss to residential real property with not more than four housing units. For the purpose of this data call, all data from homeowners insurance policies shall be reported, including the consent to rate data. Only insurers that have data to report on homeowners policies must complete this Data Call. Data for all homeowners policy forms, excluding HO-4 and HO-6, is required. The information and data requested by NCDOI in this annual Data Call should be submitted no later than April 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC9013920210211\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/property-and-casualty/21-b-02-homeowners-data-and-consent-rate-data-collection-required-gs-58-36-30-b2/open\",\n            \"created_at\": \"2021-08-25T07:30:10.874226-04:00\"\n        },\n        {\n            \"id\": 55754,\n            \"title\": \"Opportunities and Ideas for Helping Nonprofits Increase ACH Donations\",\n            \"summary\": \"Research shows ACH is a great way for nonprofits to increase and keep sustaining donors while lowering costs. But there’s a problem. “Only 25% of donors are using ACH for recurring donations,” said Brad Smith, Nacha Senior Director, Industry Engagement and Advocacy. “This leaves a giant opportunity for us to do more advocating, more educating.” That was among the findings of a study recently conducted for Nacha by Quadrant Strategies, which Smith discussed at the Smarter Faster Payments Remote Connect session “Innovating Charitable Donations via ACH and Technology.” Researchers also discovered that “ACH” isn’t a term that most consumers are familiar with—though they do understand “electronic bank transfer.” Smith said Nacha is encouraging nonprofits to use that term, noting that name standardization will bring “greater brand recognition.” Helping both donors and nonprofits clear hurdles to ACH giving is at the heart of the NetGiver app. Miriam Ackerman, NetGiver Co-founder, said it “made perfect sense” to build the app around ACH. “ACH has a tried and true and trusted history. It’s a platform for money movement that everyone is familiar with, even when we have a bit of a brand recognition issue,” said Ackerman.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC16120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/opportunities-and-ideas-helping-nonprofits-increase-ach-donations\",\n            \"created_at\": \"2021-08-25T07:30:10.545153-04:00\"\n        },\n        {\n            \"id\": 55764,\n            \"title\": \"Application Filed Under the Investment Company Act for Columbia ETF Trust I, et al.\",\n            \"summary\": \"Columbia ETF Trust I, Columbia Management Investment Advisers, LLC and Columbia Management Investment Distributors, Inc. filed an application on June 16, 2021, and an amendment to the application on July 1, 2021, requesting an order under section 6(c) of the Investment Company Act of 1940 (“Act”) for an exemption from sections 2(a)(32), 5(a)(1), 22(d), and 22(e) of the Act and rule 22c-1 thereunder; under sections 6(c) and 17(b) of the Act granting an exemption from sections 17(a)(1) and 17(a)(2) of the Act; and under section 12(d)(1)(J) of the Act for an exemption from sections 12(d)(1)(A) and 12(d)(1)(B) of the Act, which would permit registered open-end investment companies that are actively managed exchange traded funds (each, an “ETF”) to operate without being subject to a daily portfolio transparency condition. The matter has been considered and it is found on the basis of the information set forth in the application, as amended. It is ordered, that the exemption requested by Applicants (File No. 812- 15239), is granted, effective immediately, subject to the conditions contained in the application, as amended.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3435920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34359.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.198046-04:00\"\n        },\n        {\n            \"id\": 55706,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend GEMX's Options Regulatory Fee\",\n            \"summary\": \"On August 9, 2021, NASDAQ GEMX, LLC (“GEMX” or “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change. Currently, GEMX assesses an ORF of $0.0018 per contract side as specified in GEMX's Pricing Schedule at Options 7, Section 5. The Exchange proposes to waive its ORF from October 1, 2021 to January 31, 2022, and then recommence the ORF on February 1, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"Complete\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18122\",\n            \"regalytics_alert_id\": \"1891FR20211812220210824\",\n            \"proposed_comments_due_date\": \"2021-09-14\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ GEMX, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18122/self-regulatory-organizations-nasdaq-gemx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-08-25T07:30:07.302056-04:00\"\n        },\n        {\n            \"id\": 55753,\n            \"title\": \"Payments System Changes Drive Federal Reserve Reorganization\",\n            \"summary\": \"The world of payments is changing rapidly, and the Federal Reserve is changing with it. “The world of payments has seen its fair share of disruption in recent years, driven by technology innovation and new players that are changing the value chain and competitive landscape. Industry stalwarts—the Fed included—are needing to become more agile and creative to address changing needs and expectations,” said Mark Gould, the Federal Reserve’s first Chief Payments Executive. He is overseeing the Fed’s effort to reorganize itself into an “integrated financial services enterprise” that will provide enhanced services and support for Fed customers. Speaking at the fifth annual Federal Reserve Town Hall at Smarter Faster Payments Remote Connect, Gould said a key objective is collaboration with stakeholders to “improve the payments system broadly, with a focus on the speed, safety, and efficiency of domestic and cross-border payments.”Gould was joined by colleagues from the new Federal Reserve Financial Services (FRFS) leadership team including Tracy Harrington, FRFS Chief Information Officer, who said the impact of COVID-19 was felt not only by the Fed but payment systems worldwide. “Just knowing the payment system was a source of stability, and functioned smoothly, was really critical over the last 18 months,” said Harrington. “As we look forward, and hopefully get beyond the pandemic, our vision continues to be to deliver the products and services our customers need in a way that’s easy to use, secure, available and resilient.”\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC14720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/payments-system-changes-drive-federal-reserve-reorganization\",\n            \"created_at\": \"2021-08-25T07:30:10.477873-04:00\"\n        },\n        {\n            \"id\": 55813,\n            \"title\": \"Annual Report 2020\",\n            \"summary\": \"2020 turned out differently to what we had planned. The fact that we would be facing exceptional times started becoming apparent in January, with growing reports that people in China were coming down with a new coronavirus. Just a few weeks later it was clear that this would develop into a global pandemic. For us as a financial supervisory authority, but also for governments and central banks around the world, the challenge was to contain the pandemic’s impact on national economies – and hence on the financial sector. What did BaFin do? Like other supervisory authorities, it used the flexibility offered by the existing frameworks to temporarily adapt a number of supervisory requirements. Its goal was and still is to help financial undertakings mitigate the consequences of the pandemic for the economy. The main focus here was on banks and savings banks, which perform the extremely important function within economies of routing money where it is needed. In other words, they have a particularly responsible role to play during the coronavirus pandemic. In line with this, BaFin offered the institutions some leeway, but only as far as the law, accounting standards and financial stability permit.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17829BAF4110320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Annual Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Supervisory Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bafin.de/SharedDocs/Downloads/EN/Jahresbericht/dl_jb_2020_en.pdf?__blob=publicationFile&v=2\",\n            \"created_at\": \"2021-08-25T07:30:14.433441-04:00\"\n        },\n        {\n            \"id\": 55794,\n            \"title\": \"Paperwork Reduction Act Approvals: Request for Taxpayer Advocate Service Assistance (And Application for Taxpayer Assistance Order)\",\n            \"summary\": \"Currently, the IRS is soliciting comments concerning the burden related to Form 911, Request for Taxpayer Advocate Service Assistance (And Application for Taxpayer Assistance Order). Form 911 is used by taxpayers to apply for relief from a significant hardship which may have already occurred or is about to occur if the IRS takes or fails to take certain actions. This form is submitted to the IRS Taxpayer Advocate Office in the district where the taxpayer resides.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18199\",\n            \"regalytics_alert_id\": \"1891FR20211819920210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18199/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"created_at\": \"2021-08-25T07:30:13.193154-04:00\"\n        },\n        {\n            \"id\": 55778,\n            \"title\": \"Proposed Rules for the Public School Retirement System of Missouri\",\n            \"summary\": \"This rule defines what is meant by “first employed” and “first such employment” as it relates to the part-time election offered to certain certificated members under section 169.712, RSMo, and sets forth the membership requirements of those members who elect membership in the Public Education Employee Retirement System and then undergo certain changes in their work or positions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16012MO14T50P20210901\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"The Public School Retirement System of Missouri\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/default.aspx?PageID=10075\",\n            \"created_at\": \"2021-08-25T07:30:12.130391-04:00\"\n        },\n        {\n            \"id\": 55786,\n            \"title\": \"Paperwork Reduction Act Approvals: Current Population Survey Unemployment Insurance Non-Filer Supplement\",\n            \"summary\": \"The February and May 2022 CPS Unemployment Insurance (UI) Non-Filer Supplement will be conducted at the request of the Department of Labor’s Chief Evaluation Office. The supplement was last collected in May and September of 2018. The UI Non-Filer Supplement will gather information on people who are unemployed as well as on a subset of those who are not in the labor force.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18140\",\n            \"regalytics_alert_id\": \"1891FR20211814020210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18140/agency-information-collection-activities-submission-for-omb-review-comment-request-current\",\n            \"created_at\": \"2021-08-25T07:30:12.666626-04:00\"\n        },\n        {\n            \"id\": 55787,\n            \"title\": \"Meetings of the Native American Employment and Training Council, September 22, 2021\",\n            \"summary\": \"Notice is hereby given of the next meeting of the Native American Employment and Training Council (Council), as constituted under WIOA. The meeting will begin at 1:30 p.m., (Eastern Daylight Time) on Wednesday, September 22, 2021, and continue until 5:00 p.m. The meeting will reconvene at 1:00 p.m., on Thursday, September 23, 2021 and adjourn at 4:30 p.m. The period from 3:00 p.m., to 4:00 p.m., on September 22, 2021 is reserved for participation and comment by members of the public. The formal agenda will focus on the following topics: 1) Training and technical assistance priorities, 2) NAETC Two-Year Strategic Plan update; 3) Update from 477-program Federal Partners Meeting; 4) Census Update and Tabulations; 5) Upcoming Regional/National TAT conferences; 7) Employment and Training Administration updates; and 8) public comment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18146\",\n            \"regalytics_alert_id\": \"1891FR20211814620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Employment and Training Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18146/native-american-employment-and-training-council\",\n            \"created_at\": \"2021-08-25T07:30:12.731794-04:00\"\n        },\n        {\n            \"id\": 55788,\n            \"title\": \"Global Magnitsky Designations\",\n            \"summary\": \"The Office of Foreign Assets Control (OFAC) has updated its Specially Designated Nationals (SDN) List. The following individuals have been added: Liz Paola Doldan Gonzalez, Kassem Mohamad Hijazi, and Khalil Ahmad Hijazi, all of Paraguay. The following entities have been added: Apolo Informatica S.A., Emprendimientos Inmobiliarios Misiones S.A., Espana Informatica S.A., Mobile Zone International Import-Export S.R.L., and Mundo Informatico Paraguay, S.A., all of Paraguay.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT11220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210824\",\n            \"created_at\": \"2021-08-25T07:30:12.797471-04:00\"\n        },\n        {\n            \"id\": 55818,\n            \"title\": \"Forthcoming Events for the Next Four Weeks (24 August – 20 September 2021)\",\n            \"summary\": \"The Hong Kong Monetary Authority published 6 events from 24 August – 20 September 2021, all of which will feature a press release to be issued.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18242HKMA748020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/forthcoming-event/febr.pdf\",\n            \"created_at\": \"2021-08-25T07:30:14.789731-04:00\"\n        },\n        {\n            \"id\": 55800,\n            \"title\": \"Petition to House Natural Resources Committee\",\n            \"summary\": \"The speaker presented a petition of Interstate Oil and Gas Compact Commission, Oklahoma City, Oklahoma, relative to Resolution 21.051, urging the Federal Government to work with states in the spirit of cooperative federalism during review of the Federal Fossil Fuel Program to the Committee on Natural Resources. Referred to the Committee on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR33PT5020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/50?s=8&r=7\",\n            \"created_at\": \"2021-08-25T07:30:13.592213-04:00\"\n        },\n        {\n            \"id\": 55812,\n            \"title\": \"ESMA Consults on Suitability Assessment of DRSP Management Body Members\",\n            \"summary\": \"The European Securities and Markets Authority (ESMA), the EU’s securities markets regulator, today published a Consultation Paper (CP) on draft Regulatory Technical Standards (RTS) under the Markets in Financial Instruments Regulation (MiFIR) regarding suitability assessments of DRSP management body members. ESMA proposes to introduce requirements covering the following areas: Good repute, honesty and integrity, sufficient time commitment, Knowledge, skills and experience, Independence, Induction and training, Diversity, and Record-keeping. The CP builds on the existing ESMA Guidelines regarding the management body of market operators and DRSPs, taking into account different roles and functions carried out by them and the need to avoid conflicts of interest between management body members and users of the Approved Publication Arrangement (APA), Consolidated Tape Provider (CTP) or Approved Reporting Mechanism (ARM).\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17900ESMA7211420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Publication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Securities and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.esma.europa.eu/press-news/esma-news/esma-consults-suitability-assessments-drsp-management-body-members\",\n            \"created_at\": \"2021-08-25T07:30:14.369963-04:00\"\n        },\n        {\n            \"id\": 55824,\n            \"title\": \"Government Equips Staff with Debt Toolkit to Help Vulnerable\",\n            \"summary\": \"The Government Debt Management Function has published a Vulnerability Toolkit which ensures ‘vulnerable’ citizens who are in debt to the public sector are handled with compassion and support by frontline staff. The new guidance will be accessible to government departments and public bodies, enabling them to identify and assist people whose physical or mental health may affect their ability to repay sums owed to the Government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKGT103609520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Cabinet Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/government-equips-staff-with-debt-toolkit-to-help-vulnerable\",\n            \"created_at\": \"2021-08-25T07:30:15.189300-04:00\"\n        },\n        {\n            \"id\": 55728,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Reemployment Assistance Appeals Commission\",\n            \"summary\": \"Date and time: September 1, 2021, 9:30 a.m. Place: Reemployment Assistance Appeals Commission, Tallahassee, Florida. General subject matter to be considered: Disposition of cases pending before the Reemployment Assistance Appeals Commission that are ready for final review and the Chairman's report. No public testimony will be taken.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491844420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24918444\",\n            \"created_at\": \"2021-08-25T07:30:08.785916-04:00\"\n        },\n        {\n            \"id\": 55739,\n            \"title\": \"Governor Pritzker Announces Disaster Assistance for East Central Illinois Residents, Businesses\",\n            \"summary\": \"Governor JB Pritzker today announced the U.S. Small Business Administration (SBA) approved the state's request for assistance to help people and businesses in Ford County recover from severe storms and flash flooding that occurred in August 2021. To be eligible for an SBA declaration, at least 25 homes and/or businesses in a county must sustain major, uninsured losses of 40 percent or more. On August 18, the local jurisdiction led the SBA and Illinois Emergency Management Agency (IEMA) on a joint damage assessment to provide the documentation necessary to apply for these critical resources. The survey identified at least 104 homes and at least 6 businesses in Ford County sustained major damages resulting in more than $2.8 million in uninsured losses. The survey also found at least 35 homes sustained minor damages, resulting in more than $350,000 in damages. A Disaster Loan Outreach Center (DLOC) will be established in Ford County to help walk storm survivors through the application process. The DLOC will be located at Gibson City Fire Department, 115 S. Lawrence Street, Gibson City.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2379120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23791.html\",\n            \"created_at\": \"2021-08-25T07:30:09.519149-04:00\"\n        },\n        {\n            \"id\": 55709,\n            \"title\": \"Proposal New Rules 6.1P-O, 6.37AP-O, 6.40P-O, 6.41P-O, 6.62P-O, 6.64P-O, 6.76P-O, and 6.76AP-O and Proposes Amendments to Rules 1.1, 6.1-O, and 6.1A-O to Reflect the Implementation of the Exchange’s Pillar Trading Technology on its Options Market\",\n            \"summary\": \"NYSE Arca, Inc. proposes new Rules on Applicability, Market Maker Quotations, PreTrade and Activity-Based Risk Controls, Price Reasonability Checks - Orders and Quotes, Orders and Modifiers, Auction Process, Order Ranking and Display, and Order Execution and Routing and proposes amendments to reflect the implementation of the Exchange’s Pillar trading technology on its options market. The Exchange plans to transition its options trading platform to its Pillar technology platform. The Exchange’s and its national securities exchange affiliates’ (together with the Exchange, the “NYSE Exchanges”) cash equity markets are currently operating on Pillar. The Exchange plans to roll out the new technology platform over a period of time based on a range of symbols, anticipated for the fourth quarter of 2021. With this transition, certain rules would continue to be applicable to symbols trading on the current trading platform - the OX system, but would not be applicable to symbols that have transitioned to trading on Pillar. Instead, the Exchange proposes new rules to reflect how options would trade on the Exchange once Pillar is implemented. These proposed rule changes will (1) use Pillar terminology that is based on Exchange Rule 7-E Pillar terminology governing cash equity trading; (2) provide for common functionality on both its options and cash equity markets; and (3) introduce new functionality.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18121\",\n            \"regalytics_alert_id\": \"1891FR20211812120210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18121/self-regulatory-organizations-nyse-arca-inc-notice-of-designation-of-a-longer-period-for-commission\",\n            \"created_at\": \"2021-08-25T07:30:07.504593-04:00\"\n        },\n        {\n            \"id\": 55804,\n            \"title\": \"Rule Amendments: Professional and Occupational Licensing\",\n            \"summary\": \"Pursuant to Chapters 550 and 551 of the 2021 Acts of Assembly, Special Session I, which limits dissemination of criminal history record information and clarifies that convictions for certain misdemeanor marijuana offenses are not to be disclosed to the agency, the amendments update provisions concerning qualifications for licensure and standards of conduct to conform the regulation to statute. The Virginia Real Estate Board Licensing Regulations is amending rules: qualifications for licensure (18VAC135-20-30), qualifications for licensure by reciprocity (18VAC135-20-60), and Prohibited acts (18VAC135-20-260).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3323VA981720210913\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-01\",\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Final\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Real Estate Board\"\n                }\n            ],\n            \"pdf_url\": \"http://register.dls.virginia.gov/details.aspx?id=9817\",\n            \"created_at\": \"2021-08-25T07:30:13.848415-04:00\"\n        },\n        {\n            \"id\": 55798,\n            \"title\": \"Petition to House Judiciary Committee\",\n            \"summary\": \"The speaker presented a petition of Town of Westford, Massachusetts, relative to calling upon the United States Congress to pass and send to the States for ratification a amendment to the Constitution of the United States that would firmly establish two principals: only human beings, not artificial entities such as corporations, are entitled to the rights and privileges guaranteed by the Constitution of the United States; and, election spending is not free speech guaranteed by the First Amendment, and is therefore subject to regulation by federal and state governments, to the Committee on the Judiciary. Referred to the Committee on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR25PT5420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/54?s=8&r=3\",\n            \"created_at\": \"2021-08-25T07:30:13.460826-04:00\"\n        },\n        {\n            \"id\": 55808,\n            \"title\": \"BIS Innovation Hub and HKMA Investigate How Tokenized Green Bonds Can Improve Sustainable Investment\",\n            \"summary\": \"In many countries, issuing and investing in bonds can be cumbersome and complex, involving many steps and parties, and typically requiring a considerable financial commitment from the investor. For those investing in environmentally friendly projects, there is uncertainty about whether the bond issuer is delivering the positive green impact it committed to at issuance. Also, there are typically no liquid and transparent secondary markets for retail investors. The Bank for International Settlements (BIS) Innovation Hub Hong Kong Centre and the Hong Kong Monetary Authority (HKMA) joined forces with the technology industry on Project Genesis to build a prototype digital infrastructure that enables green investments, improves transparency on the use of proceeds, and thereby helps meet regional and global environmental and sustainability goals. The BIS Innovation Hub's first green finance project, Genesis will explore the tokenisation of green bonds enabling investment in small denominations, combined with real-time tracking of environmental outputs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17610BISP21082420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/press/p210824.htm\",\n            \"created_at\": \"2021-08-25T07:30:14.114817-04:00\"\n        },\n        {\n            \"id\": 55719,\n            \"title\": \"FDIC Consumer News: Special Edition - 2021\",\n            \"summary\": \"This article touches the subject that the inability to pay your mortgage can be overwhelming and can lead to problems—even foreclosure. If you are facing such challenges, there are resources that may be available to you to provide relief. If you have a loan or a mortgage with a bank or other lender and are having difficulty making your payments, call your bank/lender as soon as you can. They may have a short-term solution that can give you some immediate relief through forbearance. Forbearance is when a bank or other lender allows you to postpone loan payments, temporarily lower your payments, or extend the term of your loan. Forbearance is not automatic--you need to take action and request it. Your bank or lender may be able to give you the time you need to recover financially without damaging your credit. If you are already in forbearance based on the CARES Act (Coronavirus Aid, Relief, and Economic Security Act of 2020) and are still having financial difficulty, you might be able to request or obtain an extension. But extensions are not automatic--you need to take action and request it.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4914755620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Consumer Alert\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2edee95\",\n            \"created_at\": \"2021-08-25T07:30:08.177175-04:00\"\n        },\n        {\n            \"id\": 55720,\n            \"title\": \"Federal Reserve Board Announces Termination of Enforcement Action with Allnations Bank\",\n            \"summary\": \"The Federal Reserve Board announced the termination of the enforcement action listed below: AllNations Bank, Calumet, Oklahoma, Written Agreement, dated October 22, 2018, Terminated August 19, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED166nk4A20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/enforcement20210824a.htm\",\n            \"created_at\": \"2021-08-25T07:30:08.245968-04:00\"\n        },\n        {\n            \"id\": 55738,\n            \"title\": \"Governor Pritzker Takes Bill Action\",\n            \"summary\": \"Today, Governor JB Pritzker took the following bill action which includes SB 2411 - Recognizes international agreements in the Illinois Insurance Code, ensuring the Illinois Department of Insurance retains their NAIC accreditation. Effective: December 21, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2379920210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-12-21\",\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23799.html\",\n            \"created_at\": \"2021-08-25T07:30:09.453200-04:00\"\n        },\n        {\n            \"id\": 55726,\n            \"title\": \"Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Set Forth in SR-FINRA-2020-015 and SR-FINRA-2020-027\",\n            \"summary\": \"Financial Industry Regulatory Authority, Inc. (FINRA) is filing with the Securities and Exchange Commission, a proposed rule change to extend the expiration date of the temporary amendments set forth in SR-FINRA-2020-015 and SR-FINRA-2020-027 from August 31, 2021, to December 31, 2021. The proposed rule change would not make any changes to the text of FINRA rules.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA1141920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Rule Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FINRARuleFilings/%7E3/uMg9RwSWkC8/sr-finra-2021-019\",\n            \"created_at\": \"2021-08-25T07:30:08.649734-04:00\"\n        },\n        {\n            \"id\": 55731,\n            \"title\": \"Notice of Variances and Waivers: Redding Development Partners, LLC\",\n            \"summary\": \"On August 20, 2021, the Florida Housing Finance Corporation, received a petition for waiver, from Redding Development Partners, LLC, for a waiver of the Corporation's prohibition against changing the development type. Petitioner seeks to change from ‘Garden Apartments’ to ‘Mid-Rise, 4-stories.’\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491737720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24917377\",\n            \"created_at\": \"2021-08-25T07:30:08.985984-04:00\"\n        },\n        {\n            \"id\": 55802,\n            \"title\": \"Petition to House Energy and Commerce and 1 More Committee\",\n            \"summary\": \"The speaker presented a petition of State of New York Attorney General, Albany, New York, relative to a letter expressing strong support for the Consumer Protection and Recovery Act, H.R. 2668, from 29 state attorney generals jointly to the Committees on Energy and Commerce and the Judiciary. Referred on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR56PT5520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/55?s=8&r=2\",\n            \"created_at\": \"2021-08-25T07:30:13.718004-04:00\"\n        },\n        {\n            \"id\": 55782,\n            \"title\": \"Request for Information: Stakeholder Listening Session and Request for Information on the Rural Cooperative Development Grant Program\",\n            \"summary\": \"The Rural Business-Cooperative Service (RBCS) is hosting a listening session and opening a request for information for public input about the Rural Cooperative Development Grant (RCDG) program. The RCDG program provides financial assistance to nonprofit corporations and/or institutions of higher education to start or expand cooperative development centers that provide technical and business development assistance to individuals and businesses to start, expand, or improve cooperatives and other mutually owned businesses. RBCS is currently considering how it can streamline application requirements, establish a multiyear award process, and provide more relevant performance metrics for the program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18135\",\n            \"regalytics_alert_id\": \"1891FR20211813520210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Agriculture, Rural Business-Cooperative Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18135/stakeholder-listening-session-and-request-for-information-on-the-rural-cooperative-development-grant\",\n            \"created_at\": \"2021-08-25T07:30:12.396453-04:00\"\n        },\n        {\n            \"id\": 55721,\n            \"title\": \"A Monetary-Fiscal Theory of Sudden Inflations and Currency Crises\",\n            \"summary\": \"Treating nominal government bonds like other bonds leads to a new theory of sudden inflations and currency crises. Holmstrom (2015) and Gorton (2017) describe bonds as having costly-to-investigate opaque backing that consumers believe is sufficient for repayment. Government bonds' nominal return is their face value, their real return is determined by the government's surplus. In normal times, consumers are confident of repayment but ignorant of the true surpluses that will fund that repayment. When consumers' belief in real repayment wavers, they investigate surpluses. If consumers learn surpluses will be insufficient to repay bonds in real terms, the price level jumps. This explains why we observe inflationary crises, but never deflationary.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED193esES20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/a-monetary-fiscal-theory-of-sudden-inflations-and-currency-crises.htm\",\n            \"created_at\": \"2021-08-25T07:30:08.311840-04:00\"\n        },\n        {\n            \"id\": 55735,\n            \"title\": \"Order to Cease and Desist and Opportunity for a Hearing: Paul Fredrick Johnson\",\n            \"summary\": \"The Director of the Idaho Department of Finance (Director) has conducted an investigation and the Director alleges the following facts that constitute a basis for the issuance of an Order to Cease and Desist (Order) requiring Respondent Paul Fredrick Johnson to cease and desist from violating the Act by offering or selling unregistered securities to Idaho residents, offering or selling securities without being registered as an agent, and omitting material facts, in connection with the offer, sale, or purchase of securities to Idaho residents. This Order is effective upon the date of issuance. Respondent was acting as an agent of the issuers (Woodbridge and Conestoga) in effecting or attempting to effect purchases or sales of securities. Idaho Code§ 30-14-402 provides, \\\"It is unlawful for an individual to transact business in this state as an agent unless the individual is registered under this chapter as an agent or is exempt from registration as an agent under subsection (b) of this section.\\\" Respondent's offer and sale of securities to Idaho residents without properly registering as an agent of the issuer with the Department constitutes a violation of ldaho Code § 30-14-402. Now, therefore, it is hereby ordered that the Respondent shall Cease and Desist from violations of the Idaho Uniform Securities Act (2004), and rules promulgated thereunder, to include: offering or selling unregistered securities to Idaho residents; offering or selling securities as an unregistered agent; and engaging in securities fraud (by failing to disclose material facts in connection with the offer or sale of securities to Idaho residents). Respondent is ordered to pay a civil penalty of $18,000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1163ID2017715B20201029\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2020-10-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Idaho\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Idaho Department of Finance, Financial Institutions Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.finance.idaho.gov/legal/administrative-actions/securities/enforcement-orders/documents/2020/4677-2017-7-15-b-paul-fredrick-johnson-cd-no-opp-hearing.pdf\",\n            \"created_at\": \"2021-08-25T07:30:09.253794-04:00\"\n        },\n        {\n            \"id\": 55792,\n            \"title\": \"Paperwork Reduction Act Approvals: Employer's Annual Tax Return for Agricultural Employees, Agricultural Employer's Record of Federal Tax Liability, and More\",\n            \"summary\": \"The IRS is soliciting comments concerning Form 943, Employer's Annual Tax Return for Agricultural Employees, 943-PR, Planilla Para La Declarcion Annual De La Contribucion Federal Del Patrono De Empleados Agricolas, 943-A, Agricultural Employer's Record of Federal Tax Liability, 943A-PR, Registro De La Obligacion Contributiva Del Patrono Agricola, and 943 (Schedule R), Allocation Schedule for Aggregate Form 943 Filers. Agricultural employers must prepare and file Form 943 and Form 943-PR (Puerto Rico only) to report and pay FICA taxes and income tax voluntarily withheld (Form 943 only). Agricultural employees may attach Forms 943-A and 943A-PR to Forms 943 and 943-PR to show their tax liabilities for semiweekly periods. The information is used to verify that the correct tax has been paid. Form 943 (Schedule R) allows (1) an agent appointed by an employer or payer or (2) a customer who enters into a contract that meets the requirements under 7705(e)(2) or (3) a client who enters into a service agreement described under Regulations section 31.3504-2(b)(2) with a Certified Professional Employer Organization, to allocate information reported on Form 943 to each client.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18176\",\n            \"regalytics_alert_id\": \"1891FR20211817620210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18176/proposed-collection-comment-request-for-forms-943-943-pr-943-a-943a-pr-and-943-schedule-r\",\n            \"created_at\": \"2021-08-25T07:30:13.060084-04:00\"\n        },\n        {\n            \"id\": 55733,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Responses Received from Qualified Respondents for Conference Room A/V Upgrades\",\n            \"summary\": \"Date and Time: Wednesday, October 6, 2021. Place: The meeting will be accessible via phone. General subject matter to be considered: These Review Committee meetings will be to discuss the responses received from qualified Respondents in response to ITN 2021-10, for Conference Room A/V Upgrades, answer any questions the Review Committee may have regarding the responses, give the scores, and submit a recommendation to Florida Housing’s Board of Directors.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491834720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24918347\",\n            \"created_at\": \"2021-08-25T07:30:09.119852-04:00\"\n        },\n        {\n            \"id\": 55777,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend General 9, Section 51, Research Analysts\",\n            \"summary\": \"On August 12, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend General 9, Section 51, Research Analysts. Specifically, the Exchange proposes to (1) remove references to FINRA Rules 11203 and 12504; and (2) add references to FINRA Rules 1240 and 1220(a)(6), (a)(14) and (b)(6). The Exchange also proposes to amend General 9, Section 10, Recommendations to Customers (Suitability). The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349273820210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nasdaq/2021/34-92738.pdf\",\n            \"created_at\": \"2021-08-25T07:30:12.065316-04:00\"\n        },\n        {\n            \"id\": 55729,\n            \"title\": \"Notice of Variances and Waivers: Martha Meyers and the United Faculty of Florida\",\n            \"summary\": \"On August 19, 2021, the Public Employees Relations Commission, received a petition for variance from Rule 60CC-4.002, F.A.C., filed by Martha Meyers and the United Faculty of Florida to conduct all aspects of a ratification election electronically. The petition was assigned Case No. MS-2021-028. Any interested person may submit written comments on this petition within 5 days of publication of this notice by mail to Commission Clerk, Public Employees Relations Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491553420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Management Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24915534\",\n            \"created_at\": \"2021-08-25T07:30:08.852250-04:00\"\n        },\n        {\n            \"id\": 55811,\n            \"title\": \"Speech by Isabel Schnabel, Member of the Executive Board of the ECB, at the Annual Congress of the European Economic Association (EEA): The Rise of Non-Bank Finance and Its Implications for Monetary Policy Transmission\",\n            \"summary\": \"\\\"The financial system plays a central role in transmitting monetary policy to the real economy. Whenever a central bank adjusts its policy instruments, it relies on private financial intermediaries to translate the monetary impulse into the financing conditions for firms and households. In today’s speech, I will discuss how this process is shaped by the structure of the financial system and, specifically, by the relative importance of bank versus non-bank finance in the economy. This question is motivated by the pronounced rise in non-bank financial intermediation in the euro area, especially after the global financial crisis. Non-bank financial intermediaries now make up a much larger share of the financial system than they did in the early years of our common currency. Likewise, a growing number of firms resort to market finance to satisfy their demand for credit. For central banks, it is therefore crucial to understand whether and how these developments matter for the transmission of monetary policy. I will argue that the rise in non-bank finance is likely to have broadened monetary policy transmission, while it has also created new risks for the conduct of monetary policy.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17588ECB18320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/key/date/2021/html/ecb.sp210824%7E9ab47b501b.en.html\",\n            \"created_at\": \"2021-08-25T07:30:14.307040-04:00\"\n        },\n        {\n            \"id\": 55793,\n            \"title\": \"Paperwork Reduction Act Approvals: Taxable Fuel; Registration\",\n            \"summary\": \"The IRS is soliciting comments concerning information collection requirements related to the rules relating to registration under section 4101. Under IRC section 4101(b) Secretary may require, as a condition of registration under 4101(a), that the applicant give a bond in an amount that the Secretary determines is appropriate. Applicant's that do not meet all the applicable registration tests for Form 637 registration must secure a federal bond, from an acceptable surety or reinsurer listed in Circular 570, prior to receiving a Form 637 registration under section 4101. Form 928 is used for this purpose.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18177\",\n            \"regalytics_alert_id\": \"1891FR20211817720210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18177/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"created_at\": \"2021-08-25T07:30:13.126502-04:00\"\n        },\n        {\n            \"id\": 55822,\n            \"title\": \"Money Market Debt Register Claims of the Swiss Confederation: Results\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for 24 August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB76AC314020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_res/source/claims_res.en.pdf\",\n            \"created_at\": \"2021-08-25T07:30:15.056671-04:00\"\n        },\n        {\n            \"id\": 55791,\n            \"title\": \"Paperwork Reduction Act Approvals: Comment Request on Burden Related to the Limitations on Passive Activity Losses and Credits\",\n            \"summary\": \"The IRS is soliciting comments concerning the burden related to the limitations on passive activity losses and credits and the treatment of self-charged items of income and expense. Regulation section 1.469-7(g) permits entities to elect to avoid application of section 1.469-7 in the event the passthrough entity chooses to not have the income from lending transactions with owners of interests in the entity recharacterized as passive activity gross income. The IRS will use this information to determine whether the entity has made a proper timely election and to determine that taxpayers are complying with the election in the taxable year of the election and subsequent taxable years.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18174\",\n            \"regalytics_alert_id\": \"1891FR20211817420210824\",\n            \"proposed_comments_due_date\": \"2021-10-25\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18174/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"created_at\": \"2021-08-25T07:30:12.993650-04:00\"\n        },\n        {\n            \"id\": 55779,\n            \"title\": \"Meeting of the Regulations and Procedures Technical Advisory Committee, September 14, 2021\",\n            \"summary\": \"The Regulations and Procedures Technical Advisory Committee will meet September 14, 2021, at 10:00 a.m., Eastern Daylight Time, via teleconference. The Committee advises the Office of the Assistant Secretary for Export Administration on implementation of the Export Administration Regulations (EAR) and provides for continuing review to update the EAR as needed. Agenda: Public Session 1. Opening remarks by the Chairman 2. Opening remarks by the Bureau of Industry and Security 3. Presentation of papers or comments by the Public 4. Regulations Update 5. Working Group Reports 6. Automated Export System Update Closed Session 7. Discussion of matters determined to be exempt from the provisions relating to public meetings found in 5 U.S.C. app. 2 10(a)(1) and 10(a)(3).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18147\",\n            \"regalytics_alert_id\": \"1891FR20211814720210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Bureau of Industry and Security\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18147/regulations-and-procedures-technical-advisory-committee-notice-of-partially-closed-meeting\",\n            \"created_at\": \"2021-08-25T07:30:12.198953-04:00\"\n        },\n        {\n            \"id\": 55727,\n            \"title\": \"The Journey to the Cloud: Implications for the Securities Industry\",\n            \"summary\": \"The Office of Financial Innovation is a conduit and a facilitator of information related to significant innovation in the financial services industry, working to provide expertise and support to groups within FINRA, as well as FINRA member firms. As cloud computing transforms how broker-dealers operate, FINRA’s Office of Financial Innovation surveyed nearly 40 broker-dealer firms, cloud service providers, industry analysts and technology consultants to better understand the implications of cloud computing on the securities industry. On this episode, FINRA’s Haime Workie and Michael Oh join the podcast to discuss the group’s latest report on cloud computing and to provide an update on other areas of focus.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA141ry20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Rule Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/media-center/finra-unscripted/cloud-journey\",\n            \"created_at\": \"2021-08-25T07:30:08.715991-04:00\"\n        },\n        {\n            \"id\": 55766,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order: Northwest Advisors, Inc.\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it appropriate and in the public interest that public administrative and cease-and-desist proceedings be against Northwest Advisors, Inc. (“NWA” or “Respondent”). These proceedings arise out of breaches of fiduciary duty by NWA, a registered investment adviser, in connection with its mutual fund share class selection practices and the excess fees paid by NWA’s advisory clients in its wrap fee program, including fees charged pursuant to Rule 12b-1 under the Investment Company Act of 1940 (“12b-1 fees”). At times during the period from March 26, 2014 through December 31, 2018 (the “Relevant Period”), NWA purchased, recommended, or held for certain advisory clients mutual fund share classes that charged 12b-1 fees (which did not result in NWA paying transaction fees) instead of lower-cost share classes of the same funds that were available to the clients and did not charge 12b-1 fees (but did result in NWA paying transaction fees). NWA did not adequately disclose this practice or the related conflict of interest in its Forms ADV or otherwise. NWA also breached its duty to seek best execution by causing certain advisory clients to purchase mutual fund share classes that charged 12b-1 fees when share classes of the same funds that presented a more favorable value for these clients under the particular circumstances in place at the time of the transaction were available to the clients. Accordingly, it is hereby ordered that Respondent cease and desist from committing or causing violations and Respondent shall pay disgorgement and prejudgment interest, totaling $902,500.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA583020210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5830.pdf\",\n            \"created_at\": \"2021-08-25T07:30:11.330203-04:00\"\n        },\n        {\n            \"id\": 55821,\n            \"title\": \"Investor Alert - CP Markets Ltd (Also known as Cooper Markets)\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. Listed date: 24 Aug, 2021, Name: CP Markets Ltd (Also known as Cooper Markets).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS4520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Investor Alert\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-08-25T07:30:14.978122-04:00\"\n        },\n        {\n            \"id\": 55817,\n            \"title\": \"Exchange Fund Bills Tender Results\",\n            \"summary\": \"Exchange Fund Bills Tender Results for 24 August 2021 including issue numbers Q2134, H2163. Tenders to be held in the week beginning 30 August 2021 including issue numbers Q2135, H2164 and Y2194.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA3410824320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210824-3/\",\n            \"created_at\": \"2021-08-25T07:30:14.727324-04:00\"\n        },\n        {\n            \"id\": 55771,\n            \"title\": \"SEC Charges Healthcare Services Company and CFO for Failing to Accurately Report Loss Contingencies as Part of Continuing EPS Initiative\",\n            \"summary\": \"The Securities and Exchange Commission today announced that Pennsylvania-based Healthcare Services Group, Inc. has agreed to pay $6 million to settle charges that the company engaged in accounting and disclosure violations. The SEC's order finds that in 2014 and 2015, HCSG, a provider of housekeeping, dining, and other services to healthcare facilities, failed to timely accrue for and disclose material loss contingencies related to the settlement of private litigation against the company, as required by U.S. The SEC's order finds that HCSG and Shea violated the Securities Act of 1933, and that HCSG violated the financial reporting, books and records, and internal controls provisions of the Securities Exchange Act of 1934. The order further finds that Shea caused HCSG's violations, and Warner caused HCSG's books and records and internal controls violations. HCSG, Shea, and Warner have agreed to cease and desist from future violations of the charged provisions and pay civil penalties of $6 million, $50,000, and $10,000, respectively. Shea also has agreed to be suspended from appearing and practicing before the SEC as an accountant, which includes not participating in the financial reporting or audits of public companies.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC55A3D9C620210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-162\",\n            \"created_at\": \"2021-08-25T07:30:11.669034-04:00\"\n        },\n        {\n            \"id\": 55711,\n            \"title\": \"Notice of Regulation Hearing: Insurance and State Fire Marshal Regulation\",\n            \"summary\": \"A hearing will be held at 10:00 a.m. Central Time, on Thursday, October 14, 2021, in the offices of the Alabama Department of Insurance, 201 Monroe Street, Fifth Floor Conference Room, RSA Tower, Montgomery, Alabama, as follows: adoption of new section 20 of Insurance Regulation No. 138; adoption of new Section 8 of Insurance Regulation No. 161; revision of Insurance Regulation No. 164; and adoption of new State Fire Marshal Regulation No. 112.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9016AL2820210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.aldoi.gov/currentnewsitem.aspx?ID=1197\",\n            \"created_at\": \"2021-08-25T07:30:07.649330-04:00\"\n        },\n        {\n            \"id\": 55816,\n            \"title\": \"Website and Instant Message Alert – Fraudulent Website and Phishing Instant Message Related to The Hongkong and Shanghai Banking Corporation Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA14810824420210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210824-4/\",\n            \"created_at\": \"2021-08-25T07:30:14.663874-04:00\"\n        },\n        {\n            \"id\": 55769,\n            \"title\": \"Extension to Rule 17Ac2-1\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is announcing the extension of Rule 17Ac2-1. Rule 17Ac2-1, pursuant to Section 17A(c) of the Exchange Act, generally requires transfer agents for whom the Commission is the transfer agent’s Appropriate Regulatory Agency (“ARA”), to file an application for registration with the Commission on Form TA-1 and to amend their registrations under certain circumstances.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18109\",\n            \"regalytics_alert_id\": \"1891FR20211810920210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18109/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-25T07:30:11.536899-04:00\"\n        },\n        {\n            \"id\": 55826,\n            \"title\": \"Negotiations on the UK’s Future Trading Relationship with New Zealand\",\n            \"summary\": \"The sixth round of free trade agreement negotiations with New Zealand took place between 19-30 July 2021. Both countries are committed to concluding a high-quality free trade agreement (FTA), setting a precedent for high standard FTAs in the future. We have now provisionally closed nine chapters and one annex in total. In Round 6, significant progress was made in the following areas: express delivery services; anti-corruption; and development. An agreement could see the removal of tariffs on an array of UK and New Zealand exports, such as food and drink, clothing, and manufactured goods. A free trade agreement with New Zealand will open another important gateway to the Comprehensive and Progressive Trans-Pacific Partnership (CPTPP), a £9 trillion free trade area of 11 Asia-Pacific nations, including New Zealand and Australia. Membership will open huge new opportunities for our farmers, manufacturers, and services firms, with two-thirds of the world’s middle classes set to be in Asia by 2030.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKNT1057711320210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/negotiations-on-the-uks-future-trading-relationship-with-new-zealand-update--6\",\n            \"created_at\": \"2021-08-25T07:30:15.318817-04:00\"\n        },\n        {\n            \"id\": 55716,\n            \"title\": \"Division of Insurance Hosting Meetings for Consumers Regarding the Colorado Option\",\n            \"summary\": \"The Colorado Division of Insurance is hosting a series of virtual stakeholder meetings designed to address specific stakeholder groups and the concerns of those groups regarding the Colorado Option and the standardized benefit plan being developed. These meetings will be virtual via Zoom and open to the public. Starting in 2023, the Colorado Option will be available to all Coloradans who buy their health insurance on the individual market (i.e., not from an employer) and small employers with less than 100 employees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1664CO8212220210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies\"\n                }\n            ],\n            \"pdf_url\": \"https://dora.colorado.gov/press-release/division-of-insurance-hosting-meetings-for-consumers-regarding-the-colorado-option\",\n            \"created_at\": \"2021-08-25T07:30:07.978159-04:00\"\n        },\n        {\n            \"id\": 55799,\n            \"title\": \"Petition to House Natural Resources Committee\",\n            \"summary\": \"The speaker presented a petition of Interstate Oil and Gas Compact Commission, Oklahoma City, Oklahoma, relative to Resolution 21.052, urging the President of the United States and the United States Congress to carefully consider the negative impacts and unintended consequences and oppose CLEAN Future Act and any substantially similar legislation or policies to the Committee on Natural Resources. Referred to the Committee on August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR33PT4920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Petition\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/petition/49?s=8&r=8\",\n            \"created_at\": \"2021-08-25T07:30:13.527041-04:00\"\n        },\n        {\n            \"id\": 55724,\n            \"title\": \"Proposals to Engage in or to Acquire Companies Engaged in Permissible Nonbanking Activities\",\n            \"summary\": \"The companies listed below have given notice under section 4 of the Bank Holding Company Act (BHC Act) and Regulation Y, (12 CFR part 225) to engage de novo, or to acquire or control voting securities or assets of a company, including the companies listed below, that engages either directly or through a subsidiary or other company, in a nonbanking activity that is listed in § 225.28 of Regulation Y or that the Board has determined by Order to be closely related to banking and permissible for bank holding companies. Unless otherwise noted, these activities will be conducted throughout the United States. A. Federal Reserve Bank of Atlanta: 1. Peoples Bancshares, Inc., through its nonbank subsidiary, PB Community Impact Fund, LLC, both of Mendenhall, Mississippi; to engage de novo in community development activities pursuant to section 225.28(b)(12) of the Board’s Regulation Y.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18198\",\n            \"regalytics_alert_id\": \"1891FR20211819820210824\",\n            \"proposed_comments_due_date\": \"2021-09-08\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18198/notice-of-proposals-to-engage-in-or-to-acquire-companies-engaged-in-permissible-nonbanking\",\n            \"created_at\": \"2021-08-25T07:30:08.518161-04:00\"\n        },\n        {\n            \"id\": 55820,\n            \"title\": \"Investor Alert - FDX Capital\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. Listed date: 24 Aug, 2021, Name: FDX Capital.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS1120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Investor Alert\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-08-25T07:30:14.915207-04:00\"\n        },\n        {\n            \"id\": 55768,\n            \"title\": \"Extension to Rule Rule 24b-1\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is announcing the extension of Rule 24b-1. Rule 24b-1 requires a national securities exchange to keep and make available for public inspection a copy of its registration statement and exhibits filed with the Commission, along with any amendments thereto.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18106\",\n            \"regalytics_alert_id\": \"1891FR20211810620210824\",\n            \"proposed_comments_due_date\": \"2021-09-23\",\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": \"2021-08-24\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-24\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/24/2021-18106/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-25T07:30:11.467272-04:00\"\n        },\n        {\n            \"id\": 55629,\n            \"title\": \"Senate Bill 2522: Amends the Eminent Domain Act: Moultrie County\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Eminent Domain Act. Provides that quick-take proceedings may be used for a period of no more than 2 years after the effective date by Moultrie County for the acquisition of certain described property for the purpose of replacing a structure and constructing an associated roadway on Township Road 185A. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1252228P6420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2522&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:16.109973-04:00\"\n        },\n        {\n            \"id\": 55605,\n            \"title\": \"House Bill 3313: Tax Increment Allocation for City of Morris-TIF Dist 1\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Tax Increment Allocation Redevelopment Act of the Illinois Municipal Code. Creates a tax increment allocation financing extension to the 47th year (currently, the 35th year) after the adoption of the ordinance of December 29, 1986 by the City of Morris and that is known as the Morris TIF District 1. Requires adoption of an ordinance by the City of Morris extending the completion date of the redevelopment project area to 47 years and providing notice to the taxing bodies that would otherwise constitute the joint review board. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1331328P7320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3313&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.479936-04:00\"\n        },\n        {\n            \"id\": 55617,\n            \"title\": \"Senate Bill 1845: Property Tax Notice\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Property Tax Code. Provides that the owner of a certificate of purchase must file with the county clerk the names and addresses of the owners of the property and those persons entitled to service of notice at their last known addresses. Provides that the clerk shall mail notice within 30 days from the date of the filing of addresses with the clerk.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1184528P2820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1845&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.323400-04:00\"\n        },\n        {\n            \"id\": 55574,\n            \"title\": \"PSA Regarding Flooding After Wildfire\",\n            \"summary\": \"Rain across the State gives us a glimmer of hope that fire season is coming to an end and fall is quickly approaching. Wildfires may be dying down, but there is still risk of property damage due to severe flooding after wildfires. Wildfires can dramatically decrease the soil’s ability to absorb rainfall. As a result, even small amounts of precipitation can cause flash flooding and mudflows leading to significant loss or damage to property. Property owners, particularly those in areas affected by wildfire, should consider purchasing flood insurance to protect themselves against flood. Now is the time to review your situation and determine your level of risk — most flood insurance policies take thirty days to become effective. Whether you are considering private or federal flood insurance, our team can help you understand your risks and walk you through options to protect your home in case of flood damage.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1290720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/psa-flooding-after-wildfire/\",\n            \"created_at\": \"2021-08-24T07:30:12.439410-04:00\"\n        },\n        {\n            \"id\": 55650,\n            \"title\": \"Notice of Variances and Waivers: Kelsey Cove, Ltd\",\n            \"summary\": \"On August 20, 2021, the Florida Housing Finance Corporation, received a petition for waiver of paragraph 67-48.0075(3)(a), F.A.C. (06-23-2020) Florida Administrative Code from Kelsey Cove, Ltd, for a waiver of the Corporation's prohibition against including within the Total Development Cost (\\\"TDC\\\") total costs of acquiring real property which exceed the appraised value of that real property as determined in the credit underwriting process.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491146020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24911460\",\n            \"created_at\": \"2021-08-24T07:30:18.046081-04:00\"\n        },\n        {\n            \"id\": 55634,\n            \"title\": \"Proposed Rule Change to Make Technical Changes to the By-Laws and Rules of the Options Clearing Corporation\",\n            \"summary\": \"On August 6, 2021, the Options Clearing Corporation (“OCC”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend OCC's By-Laws and Rules to (i) correct typographical errors, (ii) make conforming changes intended by prior proposed rule change filings, (iii) correct erroneous cross-references, and (iv) remove certain inoperative provisions and clarifying certain other provisions related to OCC's Clearing Member Trade Assignment (“CMTA”) process. Amendments to OCC's By-Laws and Rules are included in Exhibit 5 of filing SR-OCC-2021-008. Material proposed to be added is marked by underlining, and material proposed to be deleted is marked with strikethrough text. All terms with initial capitalization that are not otherwise defined herein have the same meaning as set forth in the By-Laws and Rules.. OCC filed the proposed rule change so that the proposal was effective upon filing with the Commission. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17966\",\n            \"regalytics_alert_id\": \"1891FR20211796620210823\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The Options Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17966/self-regulatory-organizations-the-options-clearing-corporation-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-08-24T07:30:16.999349-04:00\"\n        },\n        {\n            \"id\": 55666,\n            \"title\": \"Get Ready for Back-to-School Season\",\n            \"summary\": \"Here are some insurance coverage tips that parents and their students should look at before heading off to college: Home: suppose your student is moving into a dorm room. In that case, your homeowners policy will likely cover their belongings in case of a loss. Just ask your child to let you know if they buy a new computer or other pricey items. You’ll need to check with your insurance company to insure your coverage will take care of these things; Auto: Oklahoma requires every car to have auto liability coverage or otherwise meets the financial responsibility requirements of Oklahoma law. Auto liability insurance pays for property damage and bodily injury to someone else if you are found responsible for an accident, up to the policy’s limits. If the title to the car is in your student’s name, they will have to have their own policy. If your college student is driving a car you own, your child can likely stay on your policy; and, Health: students have several options for health insurance coverage while away at college. If your children are covered under your insurance now, chances are they will still be covered while away at school. Any insurance plan that offers dependent coverage must make that available until the dependent is 26 years old. Before they head off to school, make sure your student has a copy of your insurance cards and knows what doctors, hospitals and pharmacies are covered within your network.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9173OK73NGE20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oklahoma\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oklahoma Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"https://www.oid.ok.gov/getready8_2021/\",\n            \"created_at\": \"2021-08-24T07:30:19.091378-04:00\"\n        },\n        {\n            \"id\": 55669,\n            \"title\": \"Dear Colleague on Advancing the Build Back Better Plan for the Children\",\n            \"summary\": \"As you know, our Build Back Better Plan will deliver transformative, life-changing benefits for working families across the nation: creating jobs, cutting taxes for families and small businesses, and lowering health care costs. This package includes child care, home health care, paid family and medical leave, free universal pre-K, the Biden Child Tax Credit, workforce development, expanding Medicare benefits, addressing the climate crisis and more. All of these initiatives enjoy a broad and bipartisan level of public support throughout the country. With regard to the $3.5 trillion topline number for this package, the President has been clear: this is the number that will honor his vision to Build Back Better. To that end: first, this is the number that has been agreed to in the Senate and is now before us in the House. Accordingly, we will write a reconciliation bill with the Senate that is consistent with that topline; second, we will craft a bill that is paid for, including by increasing taxes on the wealthiest Americans and largest corporations, some of whom currently pay little to no federal income taxes. The House is exploring ways to advance tax fairness and enforcement in this bill that are widely popular, including 72 percent support for crackdowns on tax evasion by corporations and the wealthy; third, as we proceed with this legislation, we will work closely with the Senate to assemble a bill that will pass both chambers, consistent with the 51-vote privilege of reconciliation and respectful of the Byrd Rule. To do so, we must first pass the budget resolution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8212120210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/82121\",\n            \"created_at\": \"2021-08-24T07:30:19.287630-04:00\"\n        },\n        {\n            \"id\": 55625,\n            \"title\": \"Senate Bill 2357: Chicago Teachers Article of the Illinois Pension Code\",\n            \"summary\": \"Approved by the Governor on 008/20/2021. Amends the Chicago Teachers Article of the Illinois Pension Code to make changes concerning the criminal conviction of a teacher. Amends the School Code. Provides that the notification regarding the dismissal or resignation of an individual holding a Professional Educator License as a result of abuse or neglect of a child must include the Illinois Educator Identification Number of the license holder and a brief description of the misconduct alleged. Amends the Educator Licensure Article to provide for the suspension or revocation of an endorsement or approval. Provides that a homicide conviction is grounds for disqualification for educator licensure or suspension or revocation of a license. Makes changes in provisions concerning a license holder's criminal conviction. Amends the Employment of Teachers Article. Changes certain references concerning teacher certification to teacher licensure. Makes changes concerning the termination of contractual continued service by a teacher. Amends the State Mandates Act to require implementation without reimbursement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1235728P5220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2357&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.846049-04:00\"\n        },\n        {\n            \"id\": 55637,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Business Before the Claims Committee\",\n            \"summary\": \"Date and time: Thursday, September 9, 2021, 1:00 p.m. ET. Place: Join via Zoom. General subject matter to be considered: Business before the Claims Committee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2484908920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Citizen's Property Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24849089\",\n            \"created_at\": \"2021-08-24T07:30:17.195405-04:00\"\n        },\n        {\n            \"id\": 55556,\n            \"title\": \"Department’s Responses to Questions Received During the Scoping Period for Regulations to Be Proposed for SB 138\",\n            \"summary\": \"The Alaska Department of Revenue (DOR) provides responses to four (4) questions received regarding DOR's scoping notice published July 27, 2021, specifically in relationship to oil and gas production tax allocations, lease expenditures, haircut calculations, and payments of tax in kind.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20349820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Regulations\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129343\",\n            \"created_at\": \"2021-08-24T07:30:11.241729-04:00\"\n        },\n        {\n            \"id\": 55594,\n            \"title\": \"House Bill 1428: Public Employee Benefits-Tech\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Pension Code. Makes a technical change in a Section concerning definitions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1142828P1520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1428&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:13.756345-04:00\"\n        },\n        {\n            \"id\": 55667,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, Cancellation of August 19, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is announcing that the closed meeting scheduled for Thursday, August 19, 2021 at 2:00 p.m., has been cancelled.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18173\",\n            \"regalytics_alert_id\": \"1891FR20211817320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18173/sunshine-act-meeting-cancellation\",\n            \"created_at\": \"2021-08-24T07:30:19.156806-04:00\"\n        },\n        {\n            \"id\": 55559,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the Response Time Period in the Facilitation and Solicitation Auction Mechanisms\",\n            \"summary\": \"On August 10, 2021, BOX Exchange LLC (the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend the time period allowed for Participant submission of Responses in the Facilitation and Solicitation auction mechanisms from one (1) second to a time period designated by the Exchange of no less than 100 milliseconds and no more than one (1) second. The purpose of the proposed rule change is to amend the time period allowed for Participant submission of Responses in the Facilitation and Solicitation auction mechanisms from one (1) second to a time period designated by the Exchange of no less than 100 milliseconds and no more than one (1) second. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12563BOX349272420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-10\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Box Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/box/2021/34-92724.pdf\",\n            \"created_at\": \"2021-08-24T07:30:11.443548-04:00\"\n        },\n        {\n            \"id\": 55591,\n            \"title\": \"Texas Man Pleads Guilty to Wire Fraud for Foreign Exchange Investment Fraud Scheme\",\n            \"summary\": \"A Texas man pleaded guilty today in the Southern District of Texas to defrauding investors that he solicited via social media by falsely promising high rates of return and low or no-risk returns on foreign exchange investments. According to court documents, Kelvin Ramirez, 25, of Houston, used social media platforms to falsely promote himself as a successful trader of foreign exchange investments or “forex” and attract investors. Through his Instagram accounts, Ramirez marketed “investment groups” and “private accounts” that purportedly traded in forex and were managed by Ramirez. For both types of investments, Ramirez solicited individuals by falsely promising high returns on investments, making false representations about the risk associated with the investments and falsely guaranteeing returns on investment. Through his scheme, Ramirez fraudulently obtained more than $650,000 from over 100 individuals, and then used investors’ funds for personal expenses. Ramirez pleaded guilty to wire fraud. He is scheduled to be sentenced on Nov. 9 and faces a maximum penalty of 20 years in prison. In addition, he has agreed to pay full restitution to victims, including a monetary loss of at least $687,792.93.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ188E420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/texas-man-pleads-guilty-wire-fraud-foreign-exchange-investment-fraud-scheme\",\n            \"created_at\": \"2021-08-24T07:30:13.535650-04:00\"\n        },\n        {\n            \"id\": 55630,\n            \"title\": \"House Bill 164: Acquisition, Sale, or Demolition of Municipal Land or Buildings\",\n            \"summary\": \"Approved by the Governor on 08/10/2021. An Act relative to the acquisition, sale, or demolition of municipal land or buildings.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB1648720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-09\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB164/\",\n            \"created_at\": \"2021-08-24T07:30:16.173258-04:00\"\n        },\n        {\n            \"id\": 55557,\n            \"title\": \"Comments Received: Scoping Notice Published July 27, 2021 – SB 138 (2014 Legislative Session)\",\n            \"summary\": \"The Alaska Oil and Gas Association (“AOGA”) appreciates the opportunity to provide comments in response to the Department of Revenue’s (“DOR”) scoping notice dated July 27, 2021 concerning regulations in 15 AAC 55. For nearly half a century, AOGA has been the trade association of the petroleum industry in Alaska, and our members actively continue to explore for, develop, produce, transport and refine oil and gas in the state. In keeping with our practice regarding tax matters, all our members have had the opportunity to review and contribute to these comments, and they have been approved without dissent. As an overarching comment, we would encourage DOR to use the implementation of SB 138, ch. 14, SLA 2014 as an opportunity to simplify and streamline its regulations, particularly in regard to allocations of lease expenditures between oil and gas and the calculation of carried-forward annual losses. We would also suggest that DOR not attempt to “over-engineer” any implementing regulations in an attempt to capture all possible scenarios—additional regulations can be promulgated in the future to address major gas projects if necessary.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20349920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129344\",\n            \"created_at\": \"2021-08-24T07:30:11.308700-04:00\"\n        },\n        {\n            \"id\": 55631,\n            \"title\": \"Proposed Rule Change to List and Trade Shares of the Global X Bitcoin Trust Under BZX Rule 14.11(e)(4), Commodity-Based Trust Shares\",\n            \"summary\": \"On August 3, 2021, CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to list and trade the Shares under BZX Rule 14.11(e)(4),[4] which governs the listing and trading of Commodity-Based Trust Shares on the Exchange. Global X Digital Assets, LLC is the sponsor of the Trust (the “Sponsor”). The Shares will be registered with the Commission by means of the Trust's registration statement on Form S-1 (the “Registration Statement”). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17965\",\n            \"regalytics_alert_id\": \"1891FR20211796520210823\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17965/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"created_at\": \"2021-08-24T07:30:16.797368-04:00\"\n        },\n        {\n            \"id\": 55571,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule to adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, Miami International Securities Exchange LLC (“MIAX” or “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the MIAX Options Fee Schedule (the “Fee Schedule”) to adjust the Options Regulatory Fee (“ORF”). Currently, the Exchange assesses ORF in the amount of $0.0029 per contract side. The Exchange proposes to reduce the amount of ORF from $0.0029 per contract side to $0.0019 per contract side in order to help ensure that revenue collected from the ORF, in combination with other regulatory fees and fines, does not exceed the Exchange’s total regulatory costs. The Exchange’s proposed change to the ORF should balance the Exchange’s regulatory revenue against the anticipated regulatory costs. The Exchange initially filed this proposal on July 30, 2021 (SR-MIAX-2021-36) and withdrew such filing on August 12, 2021. The Exchange proposes to implement the fee change effective August 12, 2021. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12574MIAX349272520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-12\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/miax/2021/34-92725.pdf\",\n            \"created_at\": \"2021-08-24T07:30:12.243788-04:00\"\n        },\n        {\n            \"id\": 55689,\n            \"title\": \"Loan Determination and Administration Transmission Infrastructure Program\",\n            \"summary\": \"The Western Area Power Administration (WAPA), a Federal power marketing administration of the United States Department of Energy (DOE), will be responsible for the loan determination and administration of loan applications submitted to its Transmission Infrastructure Program (TIP or Program) for use of WAPA’s borrowing authority.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17997\",\n            \"regalytics_alert_id\": \"1891FR20211799720210823\",\n            \"proposed_comments_due_date\": \"2021-08-23\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Western Area Power Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17997/notice-of-wapa-loan-determination-and-administration-transmission-infrastructure-program\",\n            \"created_at\": \"2021-08-24T07:30:20.687399-04:00\"\n        },\n        {\n            \"id\": 55628,\n            \"title\": \"Senate Bill 2460: Municipal Identification Cards\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Secretary of State Act. Provides that in addition to any form of identification which may be issued by the Secretary of State, a municipal identification card shall be considered an acceptable secondary form of identification. Amends the Departments of State Government Law of the Civil Administrative Code of Illinois. Provides that for applications for services as may be provided by any department created under the Code, a municipal identification card shall be considered an acceptable secondary form of identification if such identification is required by an applicable department. Amends the Department of Central Management Services Law of the Civil Administrative Code of Illinois. Provides that any State-owned building that requires the display of a State-issued identification card for the purpose of gaining access to the premises shall accept the use of any municipal identification card as an acceptable form of identification for the purpose of entering the premises. Defines \\\"municipal identification card\\\".\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1246028P6120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2460&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:16.042282-04:00\"\n        },\n        {\n            \"id\": 55670,\n            \"title\": \"Minnesota State Register, Volume 46, Issue 8\",\n            \"summary\": \"The Minnesota State Register, Volume 46, Issue 8, updated on August 23, 2021, contains exempt rules from the Minnesota Department of Revenue; adopted rules from the Minnesota Department of Health; revenue notices of the Minnesota Department of Revenue; oficial notices from the Emergency Medical Services Regulatory Board, and the Department of Human Services; state Grants and Loans from the Department of Employment and Economic Development, and the Minnesota Housing Finance Agency; and, state contracts from the Minnesota State Colleges and Universities, among other information.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15280MN10720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"State of Minnesota’s Executive Branch\"\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/admin/assets/SR46_8 - Accessible_tcm36-494856.pdf\",\n            \"created_at\": \"2021-08-24T07:30:19.349712-04:00\"\n        },\n        {\n            \"id\": 55638,\n            \"title\": \"Appropriations Report Fiscal Year 2021-22\",\n            \"summary\": \"The Joint Budget Committee (JBC) staff prepare this report annually to assist members of the General Assembly, state personnel, and other interested parties in understanding state funding decisions made during the 2021 Regular Legislative Session. This report provides an overview of state revenue and expenditures, comparative and historical information regarding appropriations, and a detailed explanation of major funding changes for each state department. While this report does not detail all historical appropriations included within line items through the budget, also known as the \\\"base\\\" budget, this report provides information on all change decisions made in the just completed legislative session that make adjustments to the base budget. The FY 2021-22 Appropriations Report is comprised of four sections: overview, department summaries, department details, and appendices.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO120120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Joint Budget Committee\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/appropriations-report-fiscal-year-2021-22\",\n            \"created_at\": \"2021-08-24T07:30:17.261427-04:00\"\n        },\n        {\n            \"id\": 55627,\n            \"title\": \"Senate Bill 2395: Aquaculture Development Act\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Repeals the Aquaculture Development Act. Amends the Civil Administrative Code of Illinois, the Illinois Municipal Code, the Illinois Pesticide Act, the Agricultural Areas Conservation and Protection Act, the County Cooperative Extension Law, the Fish and Aquatic Life Code, and the Unemployment Insurance Act making conforming changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1239528P5520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2395&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.976449-04:00\"\n        },\n        {\n            \"id\": 55604,\n            \"title\": \"House Bill 3267: Foster Care Commission\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Creates the Advisory Commission on Reducing the Disproportionate Representation of African-American Children in Foster Care Act. Creates the Advisory Commission on Reducing the Disproportionate Representation of African-American Children in Foster Care. Provides that the Commission shall be a coordinating and advocating body that acts on behalf of the interests of African-American children who are at risk of placement within the State's child welfare system. Requires the Commission to advise the Governor and the General Assembly, as well as work directly with State agencies, to identify factors contributing to the overrepresentation of African-American children in foster care, to collaborate with State agencies and other social services organizations to develop effective strategies, policies, services, and programs that are aimed at providing African-American children and their families with the resources and preventive services they need to stay out of foster care and the child welfare system; and to assist in the development of child welfare policies and practices that advance more equitable outcomes for African-American children and their families who have contact with the Department of Children and Family Services. Sets forth specific duties including: examining and developing strategies and policies to address reported racial disproportionality during key stages of the child welfare decision-making process; assisting in the development of cultural competency training programs for child welfare workers; and identifying best practices to safely increase the number of family or relative placements for African-American children. Contains provisions on Commission membership; meetings; and reporting requirements. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1326728P7020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3267&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.415144-04:00\"\n        },\n        {\n            \"id\": 55583,\n            \"title\": \"8/25 Special Board Meeting Link\",\n            \"summary\": \"PSERS is holding a Special Board Meeting on August 25 at 5:30PM EST.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA317040020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania School Employees' Retirement System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/Public-School-Employees-Retirement-System_details.aspx?newsid=170\",\n            \"created_at\": \"2021-08-24T07:30:13.023138-04:00\"\n        },\n        {\n            \"id\": 55606,\n            \"title\": \"House Bill 3474: Municipal Retirement Fund Board Trustees\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Municipal Retirement Fund (IMRF) Article of the Illinois Pension Code. Provides that a person who meets the criteria to be an executive trustee may not serve as an employee trustee. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1347428P7920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3474&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.543818-04:00\"\n        },\n        {\n            \"id\": 55570,\n            \"title\": \"Proposed Rule Change Relating to Eligible Collateral and Liquidity Risk Management\",\n            \"summary\": \"On August 18, 2021, Banque Centrale de Compensation, which conducts business under the name LCH SA (“LCH SA”), filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to expand the non-cash collateral that a Clearing Member may post with LCH SA to meet the member’s margin requirements (the “Eligible Collateral”) to include certain additional non-Euro government bonds by (i) amending its CDS Clearing Rulebook (the “Rule Book”) to clarify that such additional non-Euro government bonds are excluded from the Pledged Eligible Collateral, and (ii) publishing a new Clearing Notice, in accordance with Article 4.2.6.1 of the CDS Clearing Rule Book, specifying the additional acceptable non-Euro government bonds. LCH SA is also proposing to expand the custodians at which Clearing Members may deposit Eligible Collateral by adding Clearstream Banking Luxembourg as a central securities depository for LCH SA in Section 3 of the CDS Clearing Procedures – Collateral, Variation Margin and Cash Payment. Finally, LCH SA is proposing to amend its Liquidity Risk Modelling Framework (the “Framework”) to take into account the expanded list of Eligible Collateral. Currently, the only non-Euro Eligible Collateral are Gilts, issued by the United Kingdom, and Treasury Bills, issued by the United States. LCH SA is proposing to expand the list of Eligible Collateral in response to clearing member requests and in order to harmonize permitted Eligible Collateral with the Eligible Collateral permitted to satisfy clearing member margin requirements at LCH SA’s affiliate LCH Limited.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12573LCH349272320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"LCH SA\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/lchsa/2021/34-92723.pdf\",\n            \"created_at\": \"2021-08-24T07:30:12.178635-04:00\"\n        },\n        {\n            \"id\": 55690,\n            \"title\": \"Proposed Rule in Final Draft Form Regarding Credit for Reinsurance Accreditation Amendments\",\n            \"summary\": \"On August 16, 2021, the Office of the Commissioner of Insurance submitted a proposed rule to the Wisconsin Legislative Council Clearinghouse. The proposed rule affects ch. Ins 52, relating to credit for reinsurance accreditation amendments. The scope statement for this rule, SS 125-20, was approved by the Governor on September 2, 2020, published in Register No. 777A1, on September 2, 2020, and approved by the Commissioner on September 29, 2020. A public hearing is required and will be held on September 21, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15855WI2106620210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Commissioner of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/code/register/2021/788A4/register/submit_proposed/cr_21_066/cr_21_066\",\n            \"created_at\": \"2021-08-24T07:30:20.752610-04:00\"\n        },\n        {\n            \"id\": 55562,\n            \"title\": \"Weekly Notification of Rule Amendments - Week of August 16, 2021\",\n            \"summary\": \"The clearing house division of Chicago Mercantile Exchange Inc. (“CME Clearing”) submits this Weekly Notification of the following rule amendments issued during the week of August 16, 2021 including Clearing House Advisory Notice 21-284 (August 16, 2021), OTC IRS New Release Advisory - 2021 ISDA Interest Rate Definitions: New Floating Rate Options – Effective August 16, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4652620210823-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Chicago Mercantile Exchange\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46526\",\n            \"created_at\": \"2021-08-24T07:30:11.640505-04:00\"\n        },\n        {\n            \"id\": 55693,\n            \"title\": \"Interview with Isabel Schnabel, Member of the Executive Board of the ECB, Conducted by Carla Neuhaus\",\n            \"summary\": \"\\\"Climate change has far-reaching effects on economic developments and therefore also on price stability – which is our main task. For example, it exposes the economy to more frequent macroeconomic shocks, which has an impact on growth and inflation. Of course governments are primarily responsible for taking action. But we as the central bank cannot just stand on the sidelines and do nothing. Our primary objective is to keep prices stable in the euro area. And climate change has large implications for price stability. That is why we are obliged to act in order to fulfil our mandate.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17589ECB378620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Interview\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/inter/date/2021/html/ecb.in210821%7E186713780d.en.html\",\n            \"created_at\": \"2021-08-24T07:30:20.946926-04:00\"\n        },\n        {\n            \"id\": 55678,\n            \"title\": \"Treasury Department Releases Letter to Nonfinancial Corporate Stakeholders on LIBOR Transition\",\n            \"summary\": \"Today, August 23, 2021, U.S. Secretary of the Treasury Janet L. Yellen, Chair of the Board of Governors of the Federal Reserve System Jerome H. Powell, Chair of the Securities and Exchange Commission Gary Gensler, President and Chief Executive Officer of the Federal Reserve Bank of New York John C. Williams, and Acting Chairman of the Commodity Futures Trading Commission Rostin Behnam released a letter to nonfinancial corporate stakeholders following a discussion of the experiences and concerns of nonfinancial corporations as they prepare to transition from U.S. dollar (USD) LIBOR.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT94033020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                },\n                {\n                    \"name\": \"Federal Reserve Board of Governors\"\n                },\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                },\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0330\",\n            \"created_at\": \"2021-08-24T07:30:19.902229-04:00\"\n        },\n        {\n            \"id\": 55656,\n            \"title\": \"Governor Parson Announces $400 Million Plan to Improve Broadband Infrastructure in Missouri\",\n            \"summary\": \"Today, August 19, 2021, during a press conference at the Missouri State Fair hosted by the Missouri Farm Bureau, Governor Mike Parson announced plans to deploy more than $400 million in American Rescue Plan Act (ARPA) funds to increase broadband internet access, adoption, and assistance statewide. In addition to the $400 million plan, the Department of Economic Development also submitted an application to the U.S. Department of Commerce’s National Telecommunications and Information Administration (NTIA) Broadband Infrastructure Program requesting an additional $56 million for broadband deployment. If approved by NTIA, this funding could support up to 19 projects, connecting more than 17,000 households, businesses, and other institutions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7971MO21320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.mo.gov/press-releases/archive/governor-parson-announces-400-million-plan-improve-broadband-infrastructure\",\n            \"created_at\": \"2021-08-24T07:30:18.428520-04:00\"\n        },\n        {\n            \"id\": 55596,\n            \"title\": \"House Bill 2365: Tax Increment Allocation for Mount Pulaski\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Tax Increment Allocation Redevelopment Act of the Illinois Municipal Code. Extends the estimated dates of completion of a redevelopment project and the retirement of obligations issued to finance redevelopment project costs for an ordinance adopted on February 22, 2000 by the City of Mount Pulaski. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1236528P2520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2365&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:13.886591-04:00\"\n        },\n        {\n            \"id\": 55618,\n            \"title\": \"Senate Bill 1854: Blood Testing\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Insurance Code. Provides that a group or individual policy of accident and health insurance or managed care plan shall provide coverage for A1C testing recommended by a health care provider for prediabetes, type 1 diabetes, and type 2 diabetes in accordance with prediabetes and diabetes risk factors identified by the United States Centers for Disease Control and Prevention. Provides that a group or individual policy of accident and health insurance or managed care plan shall provide coverage for vitamin D testing recommended by a health care provider in accordance with vitamin D deficiency risk factors identified by the United States Centers for Disease Control and Prevention. Defines \\\"A1C testing\\\" and \\\"vitamin D testing\\\". Makes conforming changes in the Medical Assistance Article of the Illinois Public Aid Code.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1185428P3020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1854&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.387724-04:00\"\n        },\n        {\n            \"id\": 55585,\n            \"title\": \"Order Making Fiscal Year 2022 Annual Adjustments to Registration Fee Rates\",\n            \"summary\": \"The Securities Act requires the Commission to make an annual adjustment to the fee rate. The annual adjustment to the fee rate also sets the annual adjustment to the fee rates of the Exchange Act. The statutory target fee collection amount for fiscal year 2021 and each fiscal year thereafter is an amount that is equal to the target fee collection amount for the prior fiscal year, adjusted by the rate of inflation. The target fee collection amount for fiscal year 2021 was $709,554,300. To adjust the fiscal year 2021 target fee collection amount by the rate of inflation to determine the fiscal year 2022 target fee collection amount, the Commission has determined that it will use an approach similar to one that it uses to annually adjust civil monetary penalties by the rate of inflation. The fiscal year 2022 annual adjustments to the fee rates will be effective on October 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC331096520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/33-10965.pdf\",\n            \"created_at\": \"2021-08-24T07:30:13.151622-04:00\"\n        },\n        {\n            \"id\": 55595,\n            \"title\": \"House Bill 1855: Innovation Voucher Program\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Department of Commerce and Economic Opportunity Law of the Civil Administrative Code of Illinois. Provides that the Department of Commerce and Economic Opportunity is authorized to establish the Illinois Innovation Voucher Program for the purpose of fostering research and development in key industry clusters leading to the creation of new products and services that can be marketed by Illinois businesses. Provides that the Department may award innovation vouchers to eligible businesses to offset a portion of expenses incurred through a collaborative research engagement with an Illinois institution of higher education. Provides for the award of matching funds in the form of innovation vouchers. Provides eligibility requirements for receiving innovation vouchers. Provides requirements for administering the Program. Provides for the adoption of rules. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1185528P2120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1855&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:13.822048-04:00\"\n        },\n        {\n            \"id\": 55700,\n            \"title\": \"SNB Chairman Thomas Jordan in Good Condition Following Preventive Medical Procedure\",\n            \"summary\": \"The Chairman of the Governing Board of the Swiss National Bank, Thomas Jordan, had to undergo a medical procedure at the weekend, which proved necessary following a preventive check-up. The operation was successful and Thomas Jordan is in a good condition. He will be able to devote himself fully to SNB official business again after the medically recommended period of convalescence. Until then, Vice Chairman Fritz Zurbrügg, Governing Board member Andréa Maechler and the deputy members of the Governing Board will attend to the upcoming business appointments in Thomas Jordan’s place.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNBC338415820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/pre_20210823/source/pre_20210823.en.pdf\",\n            \"created_at\": \"2021-08-24T07:30:21.390462-04:00\"\n        },\n        {\n            \"id\": 55619,\n            \"title\": \"Senate Bill 1989: Return to Service\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Senate Bill 1989: Amends the Downstate Teacher Article of the Illinois Pension Code. Provides that through June 30, 2023 (instead of June 30, 2021), an annuitant may accept employment as a teacher without impairing his or her retirement status if that employment is not within the school year during which service was terminated and does not exceed 120 paid days or 600 paid hours in each school year. Makes a conforming change. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1198928P3720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1989&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.454158-04:00\"\n        },\n        {\n            \"id\": 55635,\n            \"title\": \"Governor Dunleavy Announces Boards and Commissions Appointments\",\n            \"summary\": \"Alaska Governor Mike Dunleavy today announced the appointment of 28 Alaskans to various State of Alaska and federal boards and commissions, including amongst others: Jess Hall to the Alaska Housing Finance Corporation Board of Directors; Ken Kelsch to the Alaska Municipal Bond Bank Authority; and Kurt Olson to the State Officers Compensation Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1651AK17120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.alaska.gov/newsroom/2021/08/20/governor-dunleavy-announces-boards-and-commissions-appointments-7\",\n            \"created_at\": \"2021-08-24T07:30:17.065475-04:00\"\n        },\n        {\n            \"id\": 55607,\n            \"title\": \"House Bill 3523: Cyber Attack\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Emergency Management Agency Act. Expands the definition of \\\"disaster\\\" to include a cyber attack.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1352328P8520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3523&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.636096-04:00\"\n        },\n        {\n            \"id\": 55671,\n            \"title\": \"Amendment to 1700-04-01, Regarding Bank Collateral Pool\",\n            \"summary\": \"Rulemaking Hearing Rule on 1700-04-01 (Bank Collateral Pool) and the rules 1700-04-01-.02 (Board Membership and Operations); 1700-04-01-.03 (Admission to Collateral Pool); 1700-04-01-.04 (Determination of Collateral PledQe Level); 1700-04-01-.07 (ReportinQ by Qualified Public Depository); 1700-04-01-. 08 (Reports and Procedures for Trustee Custodians); 1700-04-01-.10 (Withdrawal from Collateral Pool Participation); and 1700-04-01-.11 (Reports by Public Depositors).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN959220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Rulemaking Hearing Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Treasury, Collateral Pool Board\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/08-21-21.pdf\",\n            \"created_at\": \"2021-08-24T07:30:19.413678-04:00\"\n        },\n        {\n            \"id\": 55555,\n            \"title\": \"APFC Board of Trustees Meetings\",\n            \"summary\": \"Board of Trustees Audit Committee Meeting will be held on September 2, 2021 8:00 – 11:00 a.m. at Atwood Conference Center 102/104 Anchorage, AK. Agenda include: KPMG - Discuss integrity of financial statements/controls; and Business Continuity and Disaster Recovery (BCDR).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20349720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Agency Meetings\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129340\",\n            \"created_at\": \"2021-08-24T07:30:11.171961-04:00\"\n        },\n        {\n            \"id\": 55702,\n            \"title\": \"Boost for British Shoppers and Exporters from UK-New Zealand Trade Deal\",\n            \"summary\": \"A trade deal with New Zealand could give British shoppers and exporters reason to cheer as both countries ditch tariffs as high as 10% on a range of high-quality products. The latest round of trade talks between both sides ended last month with good progress made towards a final deal. Under a new deal, a multitude of UK goods would no longer be subject to import tariffs when entering the New Zealand market, and exporters would gain an advantage over international rivals in the New Zealand import market, which is expected to grow by 30% by 2030. Iconic British exports such as Beefeater gin and Belvoir soft drinks currently face a tariff of 5% when entering New Zealand, as do products from chocolate to cheese and crisps. The UK’s world-famous fashion industry sold £30m-worth of clothes to New Zealand last year, and businesses like Tee-Time Clothing could now benefit when tariffs of 10% on clothing are lifted. Cars are the UK’s biggest export to New Zealand, with £133 million-worth sold last year. Buses, motorhomes and caravans are in line to also see tariffs up to 10% removed entirely.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKBA1717110620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/boost-for-british-shoppers-and-exporters-from-uk-new-zealand-trade-deal\",\n            \"created_at\": \"2021-08-24T07:30:21.519276-04:00\"\n        },\n        {\n            \"id\": 55616,\n            \"title\": \"Senate Bill 1646: Private School\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Downstate Teacher Article of the Illinois Pension Code. Allows a member to establish optional credit for up to 2 years of service as a teacher or administrator employed by a private school recognized by the Illinois State Board of Education, provided that the teacher (i) was certified under the law governing the certification of teachers at the time the service was rendered, (ii) applies in writing on or before June 30, 2023, (iii) supplies satisfactory evidence of the employment, (iv) completes at least 10 years of contributing service as a teacher, and (v) pays the required contribution. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1164628P2520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1646&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.258740-04:00\"\n        },\n        {\n            \"id\": 55577,\n            \"title\": \"Governor Chris Sununu Signs 5 Bills Into Law\",\n            \"summary\": \"Today, Governor Chris Sununu signed 5 bills into law including, amongst others, Senate Bill 100, establishing legislative committees to study charitable gaming and to study building a pier over the jetty at Hampton Beach state park for disability access.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8463NH11120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.nh.gov/news-and-media?category=Press%20Release\",\n            \"created_at\": \"2021-08-24T07:30:12.635464-04:00\"\n        },\n        {\n            \"id\": 55701,\n            \"title\": \"Warmer, Greener and Cheaper Homes as Government Opens a Triple Win Upgrade for Social Housing\",\n            \"summary\": \"Tens of thousands of people across England are set to benefit from warmer, greener social homes, with social housing providers given the chance to bid for government funding to make major improvements to their stock. Local authorities and housing associations across England will have the chance to secure a share in a significant £160 million cash injection through the government’s Social Housing Decarbonisation Fund, set to enhance the country’s energy efficiency of socially rented homes. In total, through this first wave of funding, up to 38,000 of the UK’s worst energy-performing social housing properties – with energy performance certificate (EPC) ratings of D or below – will have the chance to receive vital energy efficiency upgrades, including installation of insulation and more energy efficient doors, windows and heating systems. This investment will help tenants save around £170 per year on energy bills, while making their homes warmer and reducing carbon emissions. Today’s is the first wave of funding out of a total £3.8 billion to be spent over a 10-year period – with the aim of improving homes across the country to be cheaper to run, more energy efficient and fit for the future.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKWW1249312720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Business, Energy and Industrial Strategy\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/warmer-greener-and-cheaper-homes-as-government-opens-a-triple-win-upgrade-for-social-housing\",\n            \"created_at\": \"2021-08-24T07:30:21.453945-04:00\"\n        },\n        {\n            \"id\": 55655,\n            \"title\": \"Governor Holcomb Announces Gonso Tait Will Step Down as the Executive Director of the Indiana Gaming Commission\",\n            \"summary\": \"Governor Eric J. Holcomb today announced Sara Gonso Tait is stepping away from her role as executive director of the Indiana Gaming Commission to explore opportunities in the private sector. To ensure a smooth transition, Governor Holcomb named Greg Small as new executive director effective September 11. Greg Small will replace Gonso Tait as executive director. He has served as the general counsel for the Indiana Gaming Commission since August, 2015. Prior to that, he was the assistant city attorney for the city of Bloomington and worked in private practice as a litigator for Kreig DeVault LLP. Sara Gonso Tait is stepping down on September 10. Small begins his tenure as executive director on September 11.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN307ANA20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Indiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_announces_gonso_tait_will_step_down_as_the_executive_director_of_the_indiana_gaming_commission?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-08-24T07:30:18.365723-04:00\"\n        },\n        {\n            \"id\": 55584,\n            \"title\": \"Freedom of Information Act Regulations\",\n            \"summary\": \"The Securities and Exchange Commission is making an amendment to the Commission’s Freedom of Information Act regulations to remove a provision stating that records that the FOIA requires to be made available for public inspection in an electronic format will be available to persons who do not have access to the internet in the Commission’s Public Reference Room. The Commission’s FOIA regulations will continue to provide that persons who do not have access to the internet can obtain the documents required to be made available for public inspection by telephone or email request to the Office of FOIA Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1085SEC349272720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Final Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/final/2021/34-92727.pdf\",\n            \"created_at\": \"2021-08-24T07:30:13.087631-04:00\"\n        },\n        {\n            \"id\": 55561,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change Relating to Amend Rule 5.33\",\n            \"summary\": \"On August 10, 2021, CBOE Exchange, Inc. filed with the Securities and Exchange Commission for proposed rule change. Specifically, the proposed rule change makes certain clarifying changes to add detail to the Rule and no substantive changes, including to make certain provisions plain English and to conform certain language in the rule. the Exchange believes the proposed rule change will protect investors and the public interest by adding clarifications and detail to the Rules, as well as conforming and simplifying certain rule provisions. The proposed clarifying and no substantive rule changes will have no impact on trading, as they codify or are otherwise consistent with current functionality and rules.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349272920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-92729.pdf\",\n            \"created_at\": \"2021-08-24T07:30:11.575263-04:00\"\n        },\n        {\n            \"id\": 55620,\n            \"title\": \"Senate Bill 2043: Sick Leave Bank Act\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Sick Leave Bank Act. Provides that the term \\\"Agency\\\" does not include the State Board of Education. Amends the School Code to make changes in provisions concerning the State Board's strategic plan, a State mandate report, the School Technology Program, a reading advisory group, school district and school report cards, the suspension or expulsion of pupils, licensure requirements for educators trained in other states or countries, chronic absenteeism in preschool children, physical fitness assessments, State reimbursement for transportation, and the Chicago Educational Facilities Task Force. Repeals a provision concerning the State Board's annual report to the Governor and General Assembly on the condition of the schools. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1204328P3920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2043&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.519456-04:00\"\n        },\n        {\n            \"id\": 55558,\n            \"title\": \"Arkansas Securities Commissioner Issues a Press Release Regarding Arkansas Securities Department's Back-To-School Cyber Rules\",\n            \"summary\": \"As Arkansas students return to school for another year, Arkansas Securities Commissioner Eric P. Munson has issued a press release warning of cybersecurity threats and offering guidance for good cyber hygiene. The Arkansas Securities Division (ASD) cautions citizen investors of all ages and experiences to thoroughly scrutinize and research any investment opportunity or offer. Contact the ASD at 1-800-981-4429 to check out any person or financial professional offering an investment opportunity or investment advice for a fee and the products they offer for proper registration. Contact the ASD to report suspected fraud, inappropriate securities business practices, or to obtain consumer information. The ASD provides free investor education and fraud prevention materials in print and through educational presentations upon request.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"166AR24320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arkansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Securities Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.securities.arkansas.gov/press-release/1116/arkansas-securities-departmentand#39s-back-to-school-cyber-rules\",\n            \"created_at\": \"2021-08-24T07:30:11.374954-04:00\"\n        },\n        {\n            \"id\": 55586,\n            \"title\": \"SEC Enforcement Chief Counsel Joe Brenner Retires\",\n            \"summary\": \"The Securities and Exchange Commission announced that Joseph K. Brenner has retired as the Chief Counsel of the Division of Enforcement. As Chief Counsel, Mr. Brenner served as the head of the Division of Enforcement's Office of Chief Counsel, where he oversaw the process of providing legal and policy advice on potential enforcement actions and other critical issues to the Division’s leadership and 1400-person staff.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC9E3843F020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-161\",\n            \"created_at\": \"2021-08-24T07:30:13.215740-04:00\"\n        },\n        {\n            \"id\": 55560,\n            \"title\": \"Governor Newsom Requests Presidential Major Disaster Declaration to Aid Wildfire Response and Recovery Efforts\",\n            \"summary\": \"Working to bolster California’s emergency response to multiple wildfires and support impacted communities, Governor Gavin Newsom today requested a Presidential Major Disaster Declaration to assist state and local wildfire response and recovery efforts in Lassen, Nevada, Placer, Plumas, Shasta, Siskiyou, Tehama and Trinity counties. This federal request is specific to the Dixie, Antelope, McFarland, Monument and River fires. If approved, a Presidential Major Disaster Declaration will help people in the impacted counties through eligibility for programs and support that can include housing assistance, food aid, counseling, medical services and legal services. The request includes public assistance to help state, tribal and local governments with ongoing emergency response and recovery costs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6129620210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/23/governor-newsom-requests-presidential-major-disaster-declaration-to-aid-wildfire-response-and-recovery-efforts/\",\n            \"created_at\": \"2021-08-24T07:30:11.509138-04:00\"\n        },\n        {\n            \"id\": 55572,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, MIAX Emerald, LLC (“MIAX Emerald” or “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the Exchange’s Fee Schedule (“Fee Schedule”) to adjust the Options Regulatory Fee (“ORF”). Currently, the Exchange assesses ORF in the amount of $0.00060 per contract side. The Exchange proposes to increase the amount of ORF from $0.00060 per contract side to $0.0016 per contract side. The Exchange initially filed this proposal on July 30, 2021 (SR-EMERALD2021-24) and withdrew such filing on August 12, 2021. The Exchange proposes to implement the fee change effective August 12, 2021. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3020MIAX349272620210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-12\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX Emerald, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/emerald/2021/34-92726.pdf\",\n            \"created_at\": \"2021-08-24T07:30:12.309673-04:00\"\n        },\n        {\n            \"id\": 55649,\n            \"title\": \"Notice of Meeting/Workshop Hearing: the Florida Department of Economic Opportunity\",\n            \"summary\": \"The Florida Department of Economic Opportunity announces a public meeting to which all persons are invited to be held on August 25, 2021, 3:00 p.m. – 5:00 p.m. at the Florida Department of Education, Turlington Building, 325 W. Gaines Street, Tallahassee, Florida 32399, Room: 1703/07 (17th Floor). Subject: The Florida Talent Development Council.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491485520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24914855\",\n            \"created_at\": \"2021-08-24T07:30:17.980506-04:00\"\n        },\n        {\n            \"id\": 55675,\n            \"title\": \"The United States Department of the Treasury and the Monetary Authority of Singapore Finalize a Memorandum of Understanding on Cybersecurity Cooperation\",\n            \"summary\": \"On August 23,2021, the U.S. Department of the Treasury (Treasury) and the Monetary Authority of Singapore (MAS) announced the finalization of a bilateral Memorandum of Understanding (MoU) on Cybersecurity Cooperation. The MoU formalizes and strengthens what has already been a strong cybersecurity partnership between both agencies. The MoU enhances cooperation between Treasury and MAS in these areas: information sharing relating to the financial sector including cybersecurity regulations and guidance, cybersecurity incidents and cybersecurity threat intelligence; staff training and study visits to promote cooperation in the area of cybersecurity; and competency-building activities such as the conduct of cross-border cybersecurity exercises.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT152033120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0331\",\n            \"created_at\": \"2021-08-24T07:30:19.693612-04:00\"\n        },\n        {\n            \"id\": 55603,\n            \"title\": \"House Bill 3223: School Student-Parent/Victim\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the School Code and the Illinois School Student Records Act. In provisions concerning the suspension or expulsion of a pupil, adds references to guardians (rather than just parents). Provides that a student may disclose mitigating factors, such as the student's status as a parent, expectant parent, or victim of domestic or sexual violence, in suspension or expulsion hearings. Provides that home instruction or correspondence courses must be made available to students who are unable to attend school because of pregnancy-related conditions, parenting obligations related to the health of a child, or health and safety concerns arising from domestic or sexual violence. Includes attendance at a medical or therapeutic appointment and appointments with a victim services provider as a valid cause for absence from school. Adds provisions to the Code concerning children and students who are parents, expectant parents, or victims of domestic or sexual violence, the purpose of which is to ensure that Illinois schools have policies, procedures, and protocols in place that ensure children and students who are parents, expectant parents, or victims of domestic or sexual violence are identified by schools in a manner respectful of their privacy and safety, treated with dignity and regard, and provided the protection, instruction, and related accommodations and services necessary to enable them to meet State educational standards and successfully attain a school diploma. Makes changes to the Chicago School District Article of the School Code concerning the transfer of students. Amends the State Mandates Act to require implementation without reimbursement. Makes other changes. Effective July 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1322328P6620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3223&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.350509-04:00\"\n        },\n        {\n            \"id\": 55692,\n            \"title\": \"Proposed Amendments in Eurex Clearing Circular 075/21 Pertaining to the Information of Futures on BTCetc - ETC Group Physical Bitcoin Introduced at Eurex Deutschland\",\n            \"summary\": \"Eurex Clearing is proposing to amend its Clearing Conditions and Price List to reflect the launch of Futures on BTC etc-ETC Group Physical Bitcoin introduced at Eurex Deutschland. Eurex Clearing will provide clearing services for these contracts. For the avoidance of doubt, Eurex Clearing clears these contracts outside the scope of its DCO license, which applies only to swaps.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4652020210823-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Eurex Clearing AG\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46520\",\n            \"created_at\": \"2021-08-24T07:30:20.883282-04:00\"\n        },\n        {\n            \"id\": 55691,\n            \"title\": \"Hearing Notice Regarding Credit for Reinsurance Accreditation Amendments\",\n            \"summary\": \"The Office of the Commissioner of Insurance (OCI) announces that it will hold a public hearing on a permanent rule revising Chapter Ins 52, of the Wisconsin Administrative Code, relating to credit for reinsurance accreditation amendments, on September 21, 2021 at 1PM via conference call. The Commissioner of Insurance is seeking public input through the hearing and comment period regarding the content of the proposed rule.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15857WI210661420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Hearing Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Commissioner of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/code/register/2021/788A4/register/rule_notices/cr_21_066_hearing_information\",\n            \"created_at\": \"2021-08-24T07:30:20.817499-04:00\"\n        },\n        {\n            \"id\": 55673,\n            \"title\": \"Governor Abbott Announces Additional Federal COVID-19 Relief Assistance Payments for Local Communities\",\n            \"summary\": \"Governor Greg Abbott today, August 18, 2021, announced additional federal coronavirus relief assistance payments from the American Rescue Plan Act (ARPA) will begin this week for populations under 50,000. Under ARPA, the Coronavirus Local Fiscal Recovery Fund (CLFRF) provides emergency funding for eligible localities classified as non-entitlement units of local government (NEUs) to support their response efforts, including medical supplies and hospital staffing. NEUs are cities, villages, towns, and townships serving populations of less than 50,000 and will receive funding distributed by the Texas Division of Emergency Management (TDEM). Last month, the State of Texas began the process of contacting and collecting the required information from the nearly 1,200 local governments before certifying and applying to receive the federal funds into the state treasury. Per federal law, states are required to distribute funding to all eligible NEUs (non-entitlement units of government) within 30 days of receiving the funds into the state treasury. Local governments can contact TDEM to begin this application process.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES6102134020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-announces-additional-federal-covid-19-relief-assistance-payments-for-local-communities\",\n            \"created_at\": \"2021-08-24T07:30:19.542839-04:00\"\n        },\n        {\n            \"id\": 55593,\n            \"title\": \"As Cryptocurrency Transactions Spike in Vermont, DFR Warns Vermonters of Risks\",\n            \"summary\": \"With the popular cryptocurrency Bitcoin again surging above $50,000 for a single coin, Department of Financial Regulation (DFR) Commissioner Michael Pieciak urges Vermont investors to fully understand the risks when using and investing in cryptocurrencies. Throughout the pandemic, the number of cryptocurrency transactions initiated in Vermont skyrocketed over 400% percent (224,283 transactions in 2020, compared to 44,290 in 2019). The total value of those Vermont-based transactions topped out at $83.7 million in 2020, compared to $15.1 million in 2019. With interest in cryptocurrency on the rise in Vermont, unfortunately, so are scams. Over the past month, DFR has received consumer complaints relating to cryptocurrency scams that total over $1 million in losses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3733VT217620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Vermont\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Vermont Department of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://dfr.vermont.gov/press-release/dfr-warns-vermonters-about-risks-cryptocurrencies-and-scams\",\n            \"created_at\": \"2021-08-24T07:30:13.668344-04:00\"\n        },\n        {\n            \"id\": 55626,\n            \"title\": \"Senate Bill 2360: Banking Emergency Act - Holidays\",\n            \"summary\": \"Approved by the Governor on 008/20/2021. Amends the Banking Emergencies Act. Provides that any day on which a bank, or any one or more of its offices, is closed during all or any part of its normal banking hours due to an emergency or impending emergency affecting the bank or any one or more of its offices (rather than pursuant to authorization granted by the Secretary) shall be a legal holiday for all purposes with respect to any banking business of any character. Provides that the Department of Financial and Professional Regulation may adopt rules to address the closing or alteration of hours by banks at one or more of their offices when affected by an emergency or impending emergency. Repeals provisions concerning powers of the Secretary of Financial and Professional Regulation and provisions concerning notice to the Secretary and the public.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1236028P5320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2360&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.911660-04:00\"\n        },\n        {\n            \"id\": 55674,\n            \"title\": \"Global Magnitsky Designation\",\n            \"summary\": \"The following individual has been added to the Office of Foreign Assets Control (OFAC) Specially Designated Nationals (SDN) List on August 23, 2021: Woldeyohannes, Filipos (a.k.a. Weldeyohanes, Philipos; a.k.a. Weldeyohannes, Filipos; a.k.a. WeldeyohanneS, Fillipos; a.k.a. Weldeyohannes, Philipos; a.k.a. Woldeyohanes, Filipos; a.k.a. Woldeyohanes, Phillipos; a.k.a. Woldeyohannes, Philipos), Shire, Tigray, Ethiopia; Eritrea; DOB 1955; POB Ts'elot, Asmara, Eritrea; nationality Eritrea; Gender Male (individual) [GLOMAG].\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT11120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210823\",\n            \"created_at\": \"2021-08-24T07:30:19.620035-04:00\"\n        },\n        {\n            \"id\": 55573,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Pearl Options Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, MIAX PEARL, LLC (“MIAX Pearl” or “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the MIAX Pearl Options Fee Schedule (the “Fee Schedule”) to adjust the Options Regulatory Fee (“ORF”). Currently, the Exchange assesses ORF in the amount of $0.0028 per contract side. The Exchange proposes to reduce the amount of ORF from $0.0028 per contract side to $0.0018 per contract side in order to help ensure that revenue collected from the ORF, in combination with other regulatory fees and fines, does not exceed the Exchange’s total regulatory costs. The Exchange’s proposed change to the ORF should balance the Exchange’s regulatory revenue against the anticipated regulatory costs. The Exchange initially filed this proposal on July 30, 2021 (SR-PEARL-2021-37) and withdrew such filing on August 12, 2021. The Exchange proposes to implement the fee change effective August 12, 2021. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12562PEA349272820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-12\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/pearl/2021/34-92728.pdf\",\n            \"created_at\": \"2021-08-24T07:30:12.375049-04:00\"\n        },\n        {\n            \"id\": 55636,\n            \"title\": \"Governor Newsom Signs Executive Order to Bolster Wildfire Response and Recovery Efforts, Support Impacted Communities\",\n            \"summary\": \"Governor Gavin Newsom today signed an executive order to support communities impacted by recent wildfires and bolster response and recovery efforts. The order expedites debris removal and cleanup of hazardous waste resulting from the fires; extends the state’s prohibition on price gouging in impacted counties through October 20, 2021; and helps ensure adequate staffing for fire response by waiving work hour limitations for retired annuitants, among other provisions. California recently secured Fire Management Assistance Grants (FMAGs) from the Federal Emergency Management Agency to support the state’s response to the Dixie Fire in Lassen, Butte and Plumas counties and the response to the Caldor Fire, Monument Fire, River Fire and Lava Fire.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6126620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Executive Order\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/20/governor-newsom-signs-executive-order-to-bolster-wildfire-response-and-recovery-efforts-support-impacted-communities/\",\n            \"created_at\": \"2021-08-24T07:30:17.129945-04:00\"\n        },\n        {\n            \"id\": 55668,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, August 26, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is announcing that a meeting will be held via remote means and/or at the Commission’s headquarters, 100 F Street, NE, Washington, DC 20549. This meeting will be closed to the public. The meeting is scheduled to be held at 2:00 p.m. on Thursday, August 26, 2021. The subject matter of the closed meeting will consist of the following topics: Institution and settlement of injunctive actions; Institution and settlement of administrative proceedings; Resolution of litigation claims; and Other matters relating to examinations and enforcement proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18218\",\n            \"regalytics_alert_id\": \"1891FR20211821820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18218/sunshine-act-meetings\",\n            \"created_at\": \"2021-08-24T07:30:19.222911-04:00\"\n        },\n        {\n            \"id\": 55582,\n            \"title\": \"Proposal to List and Trade Shares of the Franklin Responsibly Sourced Gold ETF Under NYSE Arca Rule 8.201-E\",\n            \"summary\": \"On August 23, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to list and trade shares of the Franklin Responsibly Sourced Gold ETF under NYSE Arca Rule 8.201-E. The Exchange proposes to list and trade shares (“Shares”) of the Franklin Responsibly Sourced Gold ETF (the “Fund”), under NYSE Arca Rule 8.201-E. The Fund is a series of the Franklin Templeton Holdings Trust, a Delaware statutory trust (the “Trust”). Under NYSE Arca Rule 8.201-E, the Exchange may propose to list and/or trade Commodity-Based Trust Shares pursuant to unlisted trading privileges (“UTP”). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20217320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-73 Pdf.pdf\",\n            \"created_at\": \"2021-08-24T07:30:12.957309-04:00\"\n        },\n        {\n            \"id\": 55592,\n            \"title\": \"IRS Accepting Applicants for the Compliance Assurance Process for 2022\",\n            \"summary\": \"The Internal Revenue Service announced today the opening of the application period for the 2022 Compliance Assurance Process (CAP) program. The application period runs September 1 to November 1, 2021. The IRS will inform applicants if they're accepted into the program in February 2022. Launched in 2005, CAP employs real-time issue resolution, through transparent and cooperative interaction between taxpayers and the IRS, to improve federal tax compliance by resolving issues prior to the filing of a tax return.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS709920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-accepting-applicants-for-the-compliance-assurance-process-for-2022\",\n            \"created_at\": \"2021-08-24T07:30:13.604541-04:00\"\n        },\n        {\n            \"id\": 55590,\n            \"title\": \"TDCI Shares Tips on Filing Insurance Claims, Home Safety, Hiring Contractors and Avoiding Scammers After August Flooding\",\n            \"summary\": \"As recovery from the tragic and unprecedented flooding in Middle Tennessee continues, the Tennessee Department of Commerce and Insurance (TDCI) is sharing important consumer information about filing insurance claims, hiring contractors for home repairs, home safety and avoiding scams for Tennesseans who may have sustained home or auto damage. On Saturday, Aug. 21, 2021, heavy rainfall created record-breaking flooding that claimed lives and caused damage to hundreds of homes and vehicles across Dickson, Hickman, Humphreys and Houston counties. To assist consumers’ recovery efforts, TDCI is providing tips to aid Tennesseans when filing their insurance claims, restoring power, selecting contractors and avoiding scammers who might prey on storm victims.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA28920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/8/23/tdci-shares-tips-on-filing-insurance-claims--home-safety--hiring-contractors--and-avoiding-scammers-after-august-flooding.html\",\n            \"created_at\": \"2021-08-24T07:30:13.471998-04:00\"\n        },\n        {\n            \"id\": 55575,\n            \"title\": \"Montana’s Labor Force Continues Growth, Unemployment Rate at 3.6% in July\",\n            \"summary\": \"Governor Greg Gianforte today announced Montana’s unemployment rate decreased by 0.1% in July to 3.6%, while the unemployment rate for the U.S. was 5.4% for the month. The labor force also had strong growth over the month. Montana’s total employment, which includes payroll, agricultural, and self-employed workers, grew by 2,162 in July, with strong growth in the labor force of 1,999 workers. Payroll jobs increased by 3,300 jobs in July. Accommodation and food services had strong growth with 2,900 jobs added.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1616MT7312830020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://news.mt.gov/Governors-Office/Montanas-Labor-Force-Continues-Growth,-Unemployment-Rate-at-3.6-in-July\",\n            \"created_at\": \"2021-08-24T07:30:12.503903-04:00\"\n        },\n        {\n            \"id\": 55657,\n            \"title\": \"Statement by Tynika Wilson, Conference Planning Committee Chair, Navy Federal Credit Union, at Smarter Faster Payments Remote Connect Conference: Welcome to Day 1 of Remote Connect\",\n            \"summary\": \"\\\"As Smarter Faster Payments Remote Connect Conference Chair, I want to welcome you to the event's first day. I encourage you to take advantage of the sessions, networking opportunities, exhibit hall – and if you can’t do it all in four days, remember you receive access to conference recordings for 90 days after the event; you won’t miss a thing. We are excited to begin the best in payments education. From keynotes to the exhibit hall to our Lunch and Learns and each and every session, we will introduce you to new ideas, inspire you to try new things and motivate you to take the next step – whether in your payments career (to earn or maintain an AAP or APRP) or employing new technologies.\\\"\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC10120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/payments-remote-connect-kicks-today\",\n            \"created_at\": \"2021-08-24T07:30:18.495676-04:00\"\n        },\n        {\n            \"id\": 55576,\n            \"title\": \"Panelists Addressed Challenges in Payments at Remote Connect\",\n            \"summary\": \"As digital payments trends settle in and become the norm for B2B transactions, what are the challenges financial institutions and corporates face? Panelists Sanjay Mathew of Oracle Corp., Christine Moy of Onyx by J.P. Morgan, and Alan Ng of Accenture discussed the current payments landscape and how stakeholders can adjust to this new, consistently shifting paradigm. During an hour-long discussion, panelists during the “Addressing Challenges in Payments” session outlined several challenges, including the need for more transparency. Of concern, Mathew says, is while the speed and velocity of payments is increasing, more traditional problems are still not solved, such as payments infrastructure.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC14120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/panelists-addressed-challenges-payments-remote-connect\",\n            \"created_at\": \"2021-08-24T07:30:12.567792-04:00\"\n        },\n        {\n            \"id\": 55581,\n            \"title\": \"Governor Cooper Signs Seven Bills into Law, Vetoes One Bill\",\n            \"summary\": \"Governor Roy Cooper signed the following bills into law today including, amongst others, House Bill 273: Modify Builders Inventory Tax Exclusion. Governor Cooper also vetoed the House Bill 729: Charter School Omnibus.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC395520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nc.gov/news/press-releases/2021/08/23/governor-cooper-signs-seven-bills-law-vetoes-one-bill\",\n            \"created_at\": \"2021-08-24T07:30:12.892648-04:00\"\n        },\n        {\n            \"id\": 55688,\n            \"title\": \"Vermont Prepares for Hurricane Henri\",\n            \"summary\": \"Before the storm: listen to state and local officials on storm activity; sign-up for VT-Alerts to hear emergency alerts; prepare for the flood by reviewing your property and flood insurance policies; gather supplies in case a flood leaves you without power, water, fuel, or food; snap some pictures of your property and do an inventory; locate and safely store your health, financial, and insurance documents. After the storm and if your property sustained damage: be safe when moving in and around damaged property; notify your insurance agent and company as soon as possible to begin filing a claim; take photos of the damaged property; save samples of damaged material, such as carpeting, curtains, and upholstery; secure your property from further by covering broken windows, damaged walls, or leaking roofs, but do not make permanent repairs; make a list of the damage and keep receipts of repairs or replacement; contact your insurance company again if an adjuster is not assigned within two weeks.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3733VT217720210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Vermont\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Vermont Department of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://dfr.vermont.gov/press-release/vermont-prepares-hurricane-henri\",\n            \"created_at\": \"2021-08-24T07:30:20.620280-04:00\"\n        },\n        {\n            \"id\": 55615,\n            \"title\": \"Senate Bill 1533: Trapping License Exemption\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Wildlife Code. Provides that a veteran who is certified by the Department of Veterans' Affairs to be at least 10% disabled with service related disabilities or who is in receipt of total disability pension may trap, as permitted by the Code, without procuring a trapping license. Provides further that a military member returning from mobilization and service outside the United States who is an Illinois resident may trap, as permitted by the Code, without paying any fees required to obtain a trapping license, if he or she applies for the license within 2 years after returning from service abroad or after mobilization. Adds trapping licenses to the terminally ill hunter licensing program. Provides that persons on active duty in the Armed Forces or Illinois residents with a Type 1 or Type 4, Class 2 disability as defined in the Illinois Identification Card Act may trap, as permitted by the Code, without procuring a trapping license. Adds definitions. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1153328P2420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1533&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.194468-04:00\"\n        },\n        {\n            \"id\": 55703,\n            \"title\": \"PM Announces New Trade Envoys to Boost British Business Around the World\",\n            \"summary\": \"Prime Minister Boris Johnson has today [Monday 23rd August 2021] appointed ten Trade Envoys who will boost British business in dynamic markets such as Australia, Brazil and Canada. These Trade Envoys - including Lord Botham, David Mundell MP and Conor Burns MP - will use their skills, experience, and market knowledge to help UK businesses find new export and investment opportunities and promote UK trade in their allocated market. The Government already has Trade Envoys in more than 60 countries, drawn from a cross-section of parties, with Baroness Hoey, Stephen Timms MP, Lord Walney and Sir Jeffrey Donaldson MP being appointed in this round. Trade Envoys will build on the UK’s strong relations with key trading countries and work with the Department for International Trade’s global network to break down barriers to trade.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKPT1297210720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/pm-announces-new-trade-envoys-to-boost-british-business-around-the-world\",\n            \"created_at\": \"2021-08-24T07:30:21.584627-04:00\"\n        },\n        {\n            \"id\": 55597,\n            \"title\": \"House Bill 2411: Data Center Investment\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Department of Commerce and Economic Opportunity Law of the Civil Administrative Code of Illinois. Provides that a qualifying Illinois data center is a place, among other criteria, that within 2 years (rather than 90 days) after being placed in service, certifies that it is carbon neutral or has attained other specified certification. Amends the Brownfields Redevelopment and Intermodal Promotion Act. Extends the use of the South Suburban Brownfields Redevelopment Fund. Amends the New Markets Development Program Act. Modifies provisions concerning certification of qualified equity investments and allocation thereof. Provides further rulemaking requirements. Provides that for fiscal years following fiscal year 2026 (rather than 2021), qualified equity investments under the Act shall not be made unless reauthorization is made. Makes other changes. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1241128P2720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2411&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:13.952605-04:00\"\n        },\n        {\n            \"id\": 55589,\n            \"title\": \"South Dakota Weekly Register\",\n            \"summary\": \"This release contains the South Dakota Register Published weekly by the Legislative Research Council. Updated Monday, 8:00 a.m., August 23, 2021. The Bureau of Administration intends to amend rules to increase the rate for legal publications; 48 SDR 10, August 2, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15621SD22109020450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Legislative Research Council\"\n                }\n            ],\n            \"pdf_url\": \"https://mylrc.sdlegislature.gov/api/Documents/221090.pdf\",\n            \"created_at\": \"2021-08-24T07:30:13.407230-04:00\"\n        },\n        {\n            \"id\": 55632,\n            \"title\": \"Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments set Forth in SR-FINRA-2020-015 and SR-FINRA-2020-027\",\n            \"summary\": \"On August 13, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change. In response to the COVID-19 global health crisis and the corresponding need to restrict in-person activities, FINRA filed proposed rule changes, SR-FINRA-2020-015 and SR-FINRA-2020-027, which respectively provide temporary relief from some timing, method of service and other procedural requirements in FINRA rules and allow FINRA's Office of Hearing Officers (“OHO”) and the National Adjudicatory Council (“NAC”) to conduct hearings, on a temporary basis, by video conference, if warranted by the current COVID-19-related public health risks posed by an in-person hearing. In April 2021, FINRA filed a proposed rule change, SR-FINRA-2021-006, to extend the expiration date of the temporary amendments in both SR-FINRA-2020-015 and SR-FINRA-2020-027 from April 30, 2021, to August 31, 2021. FINRA has designated the proposed rule change as constituting a “non-controversial” rule change under paragraph (f)(6) of Rule 19b-4 under the Act, which renders the proposal effective upon receipt of this filing by the Commission. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17964\",\n            \"regalytics_alert_id\": \"1891FR20211796420210823\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17964/self-regulatory-organizations-financial-industry-regulatory-authority-inc-notice-of-filing-and\",\n            \"created_at\": \"2021-08-24T07:30:16.867470-04:00\"\n        },\n        {\n            \"id\": 55665,\n            \"title\": \"Burgum Statement on Biden Administration Delaying US-Canada Border Reopening by Another Month\",\n            \"summary\": \"Governor Doug Burgum released the following statement today after the U.S. Department of Homeland Security (DHS) announced it is extending restrictions on nonessential travel at the U.S.-Canada border for another month, until September 21. Canada reopened its border to vaccinated U.S. citizens for nonessential travel on August 9. “The percentage of Canada’s population that is fully vaccinated is now more than 12 percentage points higher than in the United States, yet the Biden administration refuses to reopen the border to Canadians for nonessential travel even though Canada has been allowing vaccinated Americans into their country for over 10 days,” Burgum said. “This continues to cause real pain for North Dakota’s retail and tourism industries that depend on Canadian travelers, and for the friends and family members who are separated by these border restrictions and have repeatedly had their hopes dashed by unnecessary delays. It’s long past time for the administration to secure the southern border and safely reopen the northern border.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8422ND9512020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Dakota Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.nd.gov/news/burgum-statement-biden-administration-delaying-us-canada-border-reopening-another-month\",\n            \"created_at\": \"2021-08-24T07:30:19.022713-04:00\"\n        },\n        {\n            \"id\": 55646,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Minneapolis: 1. Peter J. Nelson Trust (in formation), Kari A.M. Nelson, as trustee, both of Glenwood, Minnesota; to join the Nelson-Martinson Family Shareholder Group, a group acting in concert, to acquire voting shares of Financial Services of Lowry, Inc., Lowry, Minnesota, and thereby indirectly retain voting shares of Lowry State Bank, Lowry, Minnesota and First National Bank of Osakis, Osakis, Minnesota.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18002\",\n            \"regalytics_alert_id\": \"1891FR20211800220210823\",\n            \"proposed_comments_due_date\": \"2021-09-07\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18002/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-24T07:30:17.786486-04:00\"\n        },\n        {\n            \"id\": 55699,\n            \"title\": \"Important Monetary Policy Data for the Week Ending 20 August 2021\",\n            \"summary\": \"The Swiss National Bank published important monetary policy data for the week ending 20 August, 2021 including: interest rates and threshold factor; average of sight deposits in Swiss francs at the SNB; minimum reserves: sight deposits of domestic banks averaged over the reporting period; and minimum reserves: compliance during the last 12 reporting periods.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB80EBD14020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/gwd_20210823/source/gwd_20210823.en.pdf\",\n            \"created_at\": \"2021-08-24T07:30:21.328261-04:00\"\n        },\n        {\n            \"id\": 55578,\n            \"title\": \"Governor Cuomo Deploys Emergency Response Assets to Hard-Hit Areas as Remnants of Henri Continue to Impact Downstate Areas with Heavy Rain and Flooding\",\n            \"summary\": \"Governor Andrew M. Cuomo today directed the State's deployed emergency response assets to areas hard-hit by Tropical Depression Henri, which brought heavy rain and flooding to parts of Long Island, New York City, and the Hudson Valley. As of early this morning, rainfall totals from Henri exceeded 7 inches in Brooklyn and Central Park, more than 6 inches in Queens, and 3 to 4 inches in Westchester, Suffolk and Nassau counties. There were several reports of roads closed and cars stranded due to flooding, as well as downed trees and wires in multiple locations. Power outages remained low, with roughly 2,000 remaining. Heavy rain and flooding conditions are expected to continue in affected areas through this evening as the storm slowly spins northeast out of the region.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8458NY16717420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.ny.gov/news/governor-cuomo-deploys-emergency-response-assets-hard-hit-areas-remnants-henri-continue-impact\",\n            \"created_at\": \"2021-08-24T07:30:12.699375-04:00\"\n        },\n        {\n            \"id\": 55623,\n            \"title\": \"Senate Bill 2133: Demographic Data - COVID-19\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. If and only if House Bill 2170 of the 101st General Assembly becomes law, amends the Data Governance and Organization to Support Equity and Racial Justice Act to include, in addition to race and ethnicity, the demographic categories of age, sex, disability status, sexual orientation, and gender identity to the categories of data that must be reported. Amends the University of Illinois Hospital Act and the Hospital Licensing Act to require a hospital to report to the Department of Public Health certain demographic data for individuals who have the symptoms of or a potential exposure to COVID-19 and are released from and not admitted to the hospital and individuals who were tested for COVID-19, who were admitted into the hospital for COVID-19, or who have received a vaccination for COVID-19. Varied effective date.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1213328P4320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2133&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.713642-04:00\"\n        },\n        {\n            \"id\": 55676,\n            \"title\": \"Treasury Sanctions Eritrean Military Leader in Connection with Serious Human Rights Abuse in Tigray\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control sanctioned General Filipos Woldeyohannes, the Chief of Staff of the Eritrean Defense Forces for being a leader or official of an entity that is engaged in serious human rights abuse committed during the ongoing conflict in Tigray. As a result of the sanction, all property and interests in property of the person above that are in the United States or in the possession or control of U.S. Persons are blocked and must be reported to OFAC. In addition, any entities that are owned, directly or indirectly, 50% or more by one or more blocked persons are also blocked.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT99032920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0329\",\n            \"created_at\": \"2021-08-24T07:30:19.763774-04:00\"\n        },\n        {\n            \"id\": 55622,\n            \"title\": \"Senate Bill 2112: Life Insurance\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Insurance Code. Provides that a contract for life insurance covering a natural person 64 years of age or older that has been in force for at least one year may not be lapsed for nonpayment of premium unless the insurer has mailed a notification of the impending lapse in coverage to the policyowner and to a specified secondary addressee if such addressee has been designated in writing by name and address by the policyowner. Provides that an insurer issuing a life insurance contract on or after January 1, 2022 shall notify the applicant of the right to designate a secondary addressee at the time of application for the policy, on a form provided by the insurer and at any time the policy is in force, by submitting a written notice to the insurer containing the name and address of the secondary addressee. Provides that the notice of impending lapse in coverage must be mailed to the policyowner and the secondary addressee at least 21 days before the expiration of the grace period provided in the policy in specified circumstances. Provides that the secondary notice requirement does not apply to any life insurance contract under which premiums are payable monthly or more frequently and are regularly collected by a licensed agent or are paid by credit card or any preauthorized check processing or automatic debit service of a financial institution. Provides that if the policyowner has a life agent of record or any agent of record, the insurer must also notify the agent of the impending lapse in coverage at least 21 days before the effective date of the lapse. Provides that an insurer is not required to notify the agent in specified circumstances. Effective January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1211228P4220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2112&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.649487-04:00\"\n        },\n        {\n            \"id\": 55660,\n            \"title\": \"U.S. Federal Government Resources to Gear Up for Cybersecurity Career Awareness Week\",\n            \"summary\": \"Here are just a few of the United States federal government resources and activities that will help you advocate to others the pursuit of a career in cybersecurity: learn about careers, find career information, and locate career resources and advice with CareerOneStop; Explore industries included in Industries at a Glance arranged in North American Industry Classification System (NAICS) Code; O*NET OnLine is another tool for career exploration and job analysis! The O*NET OnLine tool has detailed descriptions of the world of work for use by job seekers, workforce development and Human Resource professionals, students, researchers, and more!; Visit Apprenticeship.gov, the one-stop source for all-things apprenticeship; and, Match your interests and skills to a career with a CareerScope assessment. Use this online tool to get recommendations for careers you may enjoy and succeed in, and training programs to help you get started.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"254NIST1678546\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Institute of Standards and Technology\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nist.gov/news-events/news/2021/08/us-federal-government-resources-gear-cybersecurity-career-awareness-week\",\n            \"created_at\": \"2021-08-24T07:30:18.696281-04:00\"\n        },\n        {\n            \"id\": 55652,\n            \"title\": \"Georgia Unemployment Rate Drops for 15th Straight Month to 3.7% as Jobs Increase\",\n            \"summary\": \"Today, August 20, 2021, Governor Brian P. Kemp applauded Georgia's unemployment rate dropping for the fifteenth straight month to 3.7 percent for July 2021, down from 4.0 percent in June. The national unemployment rate average is 5.4 percent. In Georgia, the labor force increased 6,000 over the month to over 5.71 million, up 204,000 since July 2020. Georgia’s employed residents in July saw a monthly increase of 21,000, up 389,170 since July of last year to 4,977,053. The number of unemployed dropped almost 15,000 from June to July to 193,486, down 428,000 since the beginning of the pandemic. The number of jobs was up 43,600 in July and was up 83,900 over the past two months. The jobs number has increased by 515,000 since April of 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7957GA80118E20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Georgia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.georgia.gov/press-releases/2021-08-20/georgia-unemployment-rate-drops-15th-straight-month-37-jobs-increase\",\n            \"created_at\": \"2021-08-24T07:30:18.175088-04:00\"\n        },\n        {\n            \"id\": 55568,\n            \"title\": \"Consent to Cease and Desist Order: Grove Exteriors, LLC dba 123 Exteriors\",\n            \"summary\": \"Grove Exteriors does not hold a business entity producer license as public adjuster for Grove Exteriors or 123 Exteriors. It Is ordered Respondent shall immediatelt cease and desist engaging in any unfair trade practice by using contracts that are inconsistent with Iowa Code; Respondent shall pay a civil penalty in the amount of $1,000; and that the Summary Cease and Desist Order issued on May 24, 2021 is vacated.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO3810964620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-grove-exteriors-llc-dba-123-exteriors\",\n            \"created_at\": \"2021-08-24T07:30:12.047821-04:00\"\n        },\n        {\n            \"id\": 55658,\n            \"title\": \"Panelists Address Challenges in Payments at Remote Connect\",\n            \"summary\": \"As digital payments trends settle in and become the norm for B2B transactions, what are the challenges financial institutions and corporates face? Panelists Sanjay Mathew of Oracle Corp., Christine Moy of Onyx by J.P. Morgan, and Alan Ng of Accenture discussed the current payments landscape and how stakeholders can adjust to this new, consistently shifting paradigm. “We clearly see the pandemic has definitely accelerated and deepened the digital payments disruption in the industry,” Ng said. “More people are using digital means to pay as opposed to the traditional means of cash. The chance that this trend will reverse is very slim.” During an hour-long discussion, panelists during the “Addressing Challenges in Payments” session outlined several challenges, including the need for more transparency. Of concern, Mathew says, is while the speed and velocity of payments is increasing, more traditional problems are still not solved, such as payments infrastructure. Moy agrees that payments infrastructure needs to be upgraded and future-proofed. “It is up to the banks to invest in infrastructure. It would be difficult for corporates themselves to drive that, so banks have to serve as the platform intermediary and enable that for corporates,” she said.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC13720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/panelists-address-challenges-payments-remote-connect\",\n            \"created_at\": \"2021-08-24T07:30:18.559645-04:00\"\n        },\n        {\n            \"id\": 55686,\n            \"title\": \"President Biden’s Call with Speaker Pelosi on Afghanistan Evacuations and the Build Back Better Agenda\",\n            \"summary\": \"The President and Speaker Pelosi spoke by phone about the ongoing evacuation operations in Afghanistan as well as the President’s Build Back Better agenda and the upcoming House action this week on key domestic issues. The President updated Speaker Pelosi about increasing progress made evacuating American citizens, our allies, Afghans who aided American military and other efforts, and additional vulnerable Afghans as rapidly as possible. The President also reiterated his support for Speaker Pelosi’s work to advance the rule that would provide for the House’s consideration of the Bipartisan Infrastructure Bill and the Build Back Better Agenda\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH298DA20210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/21/readout-of-president-bidens-call-with-speaker-pelosi-on-afghanistan-evacuations-and-the-build-back-better-agenda/\",\n            \"created_at\": \"2021-08-24T07:30:20.493396-04:00\"\n        },\n        {\n            \"id\": 55610,\n            \"title\": \"House Bill 3864: Blighted Areas Act Repeal\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Repeals the Blighted Areas Redevelopment Act of 1947. Makes conforming changes to the Illinois Municipal Code, the Housing Authorities Act, the Housing Development and Construction Act, the Urban Community Conservation Act, the Redevelopment Project Rehousing and Capital Improvements Act, the Neighborhood Redevelopment Corporation Law, the Urban Community Conservation Act, the Urban Renewal Consolidation Act of 1961, and the Eminent Domain Act. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1386428P1020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3864&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.847509-04:00\"\n        },\n        {\n            \"id\": 55687,\n            \"title\": \"Memorial to House Veterans' Affairs Committee\",\n            \"summary\": \"The Speaker presented a memorial of the General Assembly of the State of New Jersey, relative to Assembly Resolution No. 262, urging the passage of federal \\\"Disabled Veterans Tax Termination Act\\\", to the Committee on Veterans' Affairs. It was referred to Committee on August 20, 2021 to the House Veterans' Affairs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR33ML9620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Memorial\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/memorial/96?s=7&r=9\",\n            \"created_at\": \"2021-08-24T07:30:20.557531-04:00\"\n        },\n        {\n            \"id\": 55682,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Vermont Emergency Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that an emergency exists in the State of Vermont and ordered Federal assistance to supplement State and local response efforts due to the emergency conditions resulting from Tropical Storm Henri beginning on August 22, 2021. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population. FEMA is authorized to identify, mobilize, and provide at its discretion, equipment and resources necessary to alleviate the impacts of the emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH208ON20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/23/president-joseph-r-biden-jr-approves-vermont-emergency-declaration/\",\n            \"created_at\": \"2021-08-24T07:30:20.234159-04:00\"\n        },\n        {\n            \"id\": 55580,\n            \"title\": \"CFTC Regulation 40.6(a) Certification: Amendments to the Exchange and Clearing Transaction Fee Schedule\",\n            \"summary\": \"Commodity Futures Trading Commission (“Commission” or “CFTC”) Regulation 40.6(a), Nodal Clear, LLC (“Nodal Clear”) hereby notifies the Commission that it plans to amend its Exchange and Clearing Transaction Fee Schedule (“Fee Schedule”) for certain environmental contracts. The Fee Schedule shall become effective on September 8, 2021. The Fee Schedule is being revised to provide the fees for new environmental contracts to be launched by Nodal Exchange.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4652420210823-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-08\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Nodal Clear, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46524\",\n            \"created_at\": \"2021-08-24T07:30:12.827274-04:00\"\n        },\n        {\n            \"id\": 55641,\n            \"title\": \"Governor Lamont Announces Connecticut Approved for Presidential Pre-Landfall Emergency Declaration in Advance of Tropical Storm Henri\",\n            \"summary\": \"Governor Ned Lamont today, August 22, 2021, announced that President Joe Biden has approved his request for Connecticut to receive a presidential pre-landfall emergency declaration in advance of Tropical Storm Henri impacting the state. The declaration means that the federal government will provide the state with assistance in anticipation of the storm’s impact. Officials from the Federal Emergency Management Agency (FEMA) are already embedded at the Connecticut State Emergency Operations Center, and they will stay there throughout the duration of the storm. Located inside of the William A. O’Neill State Armory in Hartford, the State Emergency Operations Center became fully activated as of Sunday morning and is being staffed by officials from the relevant state agencies, as well as representatives of the major utility companies. It is also where Governor Lamont will be monitoring the storm’s progress and managing any issues that may arise.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT13316420210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Announces-Connecticut-Approved-for-Presidential-Pre-Landfall-Emergency\",\n            \"created_at\": \"2021-08-24T07:30:17.460409-04:00\"\n        },\n        {\n            \"id\": 55566,\n            \"title\": \"Back-Testing Framework\",\n            \"summary\": \"ICE Clear Credit LLC (“ICC”) proposes revisions to the ICE CDS Clearing: Back-Testing Framework (“Back-Testing Framework”). These revisions do not require any changes to the ICC Clearing Rules (the “Rules”). The proposed revisions to the Back-Testing Framework were recommended by the ICC Risk Committee (the “Risk Committee”) for approval by the ICC Board of Managers (the “Board”) on January 20, 2021, and approved by the Board on March 17, 2021. ICC proposes revising the Back-Testing Framework, which describes ICC’s backtesting approach and procedures and includes guidelines for remediating poor backtesting results. The proposed amendments include additional description on the lookback period for back-testing and other clarifications. ICC believes that such revisions will facilitate the prompt and accurate clearance and settlement of securities transactions and derivative agreements, contracts, and transactions for which it is responsible. ICC proposes to make such changes effective following Commission approval of the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE11319228320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Credit LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/19b-4_BTF_Changes_20210823.pdf\",\n            \"created_at\": \"2021-08-24T07:30:11.914707-04:00\"\n        },\n        {\n            \"id\": 55654,\n            \"title\": \"Governor Pritzker Welcomes University of Illinois Urbana-Champaign Students Back to School with $140 Million Campus Investment\",\n            \"summary\": \"Governor JB Pritzker today joined University of Illinois System President Tim Killeen, University of Illinois Urbana-Champaign Chancellor Robert Jones, and other stakeholders for a back-to-school event where he announced plans for the construction of a new, world-class facility as well as large-scale renovations and updates to two centrally located buildings. The University of Illinois Urbana-Champaign will receive $140 million in state funds, matched by $52 million in non-state funding for a total investment of $192 million. The historic Rebuild Illinois capital plan passed with bipartisan super-majorities and will invest $45 billion in roads, bridges, railways, universities, early childhood centers, and state facilities like the new crime lab and veterans' homes, creating and supporting an estimated 540,000 jobs over the life of the six-year plan and revitalizing local economies across the state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2378420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23784.html\",\n            \"created_at\": \"2021-08-24T07:30:18.302517-04:00\"\n        },\n        {\n            \"id\": 55698,\n            \"title\": \"Economic Data, August 2021\",\n            \"summary\": \"The Swiss National Bank released a publication set containing tables and charts including: balance sheets; credit, domestic loans by maturity, and domestic loans by company size; fiduciary transactions by currency; securities holdings in bank custody accounts; and regulatory data on minimum reserves.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB599FD6420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://data.snb.ch/en/publishingSet/BSTA\",\n            \"created_at\": \"2021-08-24T07:30:21.266644-04:00\"\n        },\n        {\n            \"id\": 55579,\n            \"title\": \"Proposal to Amend Rules 7.31, 7.35, 7.35B, 7.35C, 98, and 104 Relating to the Closing Auction\",\n            \"summary\": \"On August 23, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rules 7.31 (Orders and Modifiers), 7.35 (General), 7.35B (DMM-Facilitated Closing Auctions), 7.35C (Exchange-Facilitated Auctions), 98 (Operation of a DMM Unit), and 104 (Dealings and Responsibilities of DMMs) relating to the Closing Auction. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20214420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/SR-NYSE-2021-44 Pdf.pdf\",\n            \"created_at\": \"2021-08-24T07:30:12.763075-04:00\"\n        },\n        {\n            \"id\": 55598,\n            \"title\": \"House Bill 2454: County/Muni-Permit Fee Relief\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Counties Code and Illinois Municipal Code. Provides that a county board, board of county commissioners, or corporate authorities of a municipality may, by resolution, waive or provide credit for any application or permit costs, fees or other licensing or registration costs for businesses, including, but not limited to, professional or business licensing, liquor licenses, construction, insurance, sales, builders, contractors, food service, delivery, repair, consultation, legal services, accounting, transportation, manufacturing, technology, assembly, tourism, entertainment, or any business, industry, or service the county or municipality is permitted by law to regulate or license. Provides that a waiver of business fees or costs shall be subject to an application or review process and a demonstration of need based upon any financial or logistical hardship as a result of the COVID-19 pandemic. Provides that any such waiver or credit shall not be construed to apply to any of the business and licensing costs of the State or any of its agencies or departments and is not an exemption from safety, health, or regulatory requirements or inspections of a county, municipality, or the State. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1245428P3520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2454&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.020142-04:00\"\n        },\n        {\n            \"id\": 55681,\n            \"title\": \"Extension of Veterans’ Group Life Insurance Application Periods in Response to the COVID-19 Public Health Emergency\",\n            \"summary\": \"This document adopts as a final rule, without change, an interim final rule amending the Department of Veterans Affairs (VA) regulation regarding Veterans’ Group Life Insurance (VGLI). The amendment was necessary in order to extend the deadline for former members to apply for VGLI coverage following separation from service to address the inability of former members directly or indirectly affected by the 2019 Novel Coronavirus (COVID-19) public health emergency to purchase VGLI.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18089\",\n            \"regalytics_alert_id\": \"1891FR20211808920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": \"2021-09-22\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18089/extension-of-veterans-group-life-insurance-vgli-application-periods-in-response-to-the-covid-19\",\n            \"created_at\": \"2021-08-24T07:30:20.167518-04:00\"\n        },\n        {\n            \"id\": 55662,\n            \"title\": \"Governor Cuomo Declares State of Emergency in Advance of Hurricane Henri as Storm Shifts Toward a Direct Hit on Central Long Island\",\n            \"summary\": \"Governor Cuomo today declared a State of Emergency for Bronx, Kings, Nassau, New York, Queens, Richmond, Suffolk, Westchester, Putnam, Rockland, Orange, Dutchess, Sullivan, Columbia, Delaware, Greene, Broome, Chenango, Otsego, Rensselaer, Schoharie, Albany, Montgomery, Schenectady, Saratoga, and contiguous counties as Hurricane Henri threatens to make landfall in Long Island on Sunday. The storm, which is expected to be near hurricane strength when it makes landfall, is forecast to affect coastal areas with dangerous storm surge, as well as heavy rainfall, dangerous surf conditions and widespread power outages. Inland locations, including Westchester County and Upstate areas, could also be affected with heavy rainfall and strong winds. Governor Cuomo is also requesting President Biden declare a pre-landfall emergency declaration. This federal declaration authorizes the Federal Emergency Management Agency to provide emergency protective measures, including direct federal assistance to New Yorkers, in the aftermath of Henri and its impacts. The declaration provides assistance for measures taken to save lives, protect property, and address public health and safety issues.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8458NY17938120210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.ny.gov/news/governor-cuomo-declares-state-emergency-advance-hurricane-henri-storm-shifts-toward-direct-hit\",\n            \"created_at\": \"2021-08-24T07:30:18.827515-04:00\"\n        },\n        {\n            \"id\": 55642,\n            \"title\": \"Governor Lamont Provides Update on Connecticut’s Preparation in Advance of Hurricane Henri\",\n            \"summary\": \"Governor Ned Lamont today, August 21, 2021, announced that the Connecticut State Emergency Operations Center is activated in advance of Hurricane Henri, which is anticipated to make landfall on Connecticut tomorrow, and state emergency management officials have been working throughout the day to prepare for the storm. The governor is urging everyone in Connecticut to be prepared for its impact. In addition, Governor Lamont has issued a declaration of civil preparedness emergency – commonly known as a state of emergency – that will enable the state to take any actions necessary to protect the health and wellbeing of the people of Connecticut. At Governor Lamont’s direction, more than 200 members of the Connecticut National Guard have been placed on state active duty and spent today preparing for storm response. Expected missions include high-wheeled vehicle search and rescue, route clearance, power generation, and commodities distribution, but may shift depending on the actual impact of the storm. Everyone in Connecticut is urged to check for announcements from their local town and city officials pertaining to potential evacuation orders for their area. They should take these orders seriously and follow that guidance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT9016620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Provides-Update-on-Connecticut-Preparation-in-Advance-of-Hurricane-Henri\",\n            \"created_at\": \"2021-08-24T07:30:17.524791-04:00\"\n        },\n        {\n            \"id\": 55563,\n            \"title\": \"Federal Court Orders Alabama Man to Pay More Than $16 Million in Precious Metals Fraud\",\n            \"summary\": \"The Commodity Futures Trading Commission announced today that the U.S. District Court for the Southern District of Texas entered a consent order against Charles McAllister of Alabama. The order requires McAllister to pay $16,186,212.56 in restitution and permanently enjoins McAllister from engaging in conduct that violates the Commodity Exchange Act (CEA), from registering with the CFTC, and from trading in any CFTC-regulated markets. According to the order, BDI customers sent money to McAllister and BDI for the purported purchase of gold, silver, palladium, and platinum that was to either be immediately delivered or stored on the customers’ behalf. Contrary to their promises, McAllister and BDI did not purchase or store metal for customers, but instead misappropriated the customer funds to pay back other customers, cover BDI business expenses, and invest in other businesses. The order also finds that McAllister and BDI issued false account statements to these customers, showing balances of precious metals and cash that were not in McAllister’s or BDI’s possession. In a separate, parallel criminal action, on October 4, 2019, after a trial, a jury found McAllister guilty of two counts of wire fraud and one count of engaging in monetary transactions in criminally-derived property. The court ordered McAllister to pay $16,186,212.56 in restitution to his victims (consistent with its order in the CFTC action) and to serve 10 years in federal prison.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84162120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8416-21\",\n            \"created_at\": \"2021-08-24T07:30:11.706342-04:00\"\n        },\n        {\n            \"id\": 55608,\n            \"title\": \"House Bill 3698: Finance-Credit Unions/Various\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Credit Union Act. In provisions concerning service to the economically disadvantaged, provides that members of a targeted population may be admitted to membership in a credit union. Provides that notice of a meeting of credit union members may be posted on the credit union's website. Provides that unless expressly prohibited by the articles of incorporation or bylaws, the board of directors may provide by resolution that members may attend, participate in, act in, and vote at any annual meeting or special meeting through the use of a conference telephone or interactive technology, subject to specified conditions. Sets forth provisions concerning appointment of associate directors. In provisions concerning compensation of officials, provides that if the Department of Financial and Professional Regulation determines the payment of director or committee member compensation creates a safety and soundness issue for a credit union, the Department may take an enforcement action to reduce or suspend the compensation. Provides that the board of directors shall hold regular meetings at least once each month; however, upon approval of an amendment to the bylaws of the credit union, the board of directors may hold meetings less frequently than once each month but at least once each quarter. Provides that a credit union shall select an annual reporting period, complete an external audit report, agreed-upon procedures report, and internal audit report, and deliver copies to the Secretary of Financial and Professional Regulation no later than 120 days after the end of the annual reporting period. In provisions concerning loan programs and provisions concerning investment of funds, allows a credit union to make loans to or invest in credit union service organizations in a total amount not exceeding the greater of 6% (rather than 3%) of specified amounts. Provides that a surviving credit union may identify the merging credit union as a division, branch, unit, or other descriptive reference. Provides that the network credit union board of directors shall require each advisory board member to sign a confidentiality or non-disclosure agreement. Defines \\\"target market\\\". Makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1369828P9620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3698&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.716353-04:00\"\n        },\n        {\n            \"id\": 55683,\n            \"title\": \"President Joseph R. Biden, Jr. Approves New York Emergency Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that an emergency exists in the State of New York and ordered Federal assistance to supplement State, tribal, and local response efforts due to the emergency conditions resulting from Tropical Storm Henri beginning on August 21, 2021. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency (FEMA), to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population, and to provide appropriate assistance for required emergency measures. FEMA is authorized to identify, mobilize, and provide at its discretion, equipment and resources necessary to alleviate the impacts of the emergency. Emergency protective measures, limited to direct federal assistance and reimbursement for mass care including evacuation and shelter support will be provided at 75 percent Federal funding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH210ON20210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/22/president-joseph-r-biden-jr-approves-new-york-emergency-declaration/\",\n            \"created_at\": \"2021-08-24T07:30:20.299259-04:00\"\n        },\n        {\n            \"id\": 55651,\n            \"title\": \"Governor Kemp Announces Record-Breaking Jobs and Investment in Georgia\",\n            \"summary\": \"Today, August 11, 2021, Governor Brian P. Kemp joined the Georgia Department of Economic Development (GDEcD) to announce record-setting jobs and investments from economic development projects across the state during fiscal year 2021. Investments increased by 46%, while job creation increased 5% above prior state economic development records. New investments totaled $10.97 billion, and 33,439 jobs were created in the state through 379 projects supported by GDEcD’s Global Commerce division between July 1, 2020, and June 30, 2021. Georgia’s international partnerships accounted for the creation of nearly $2 billion in foreign direct investment in the state. Twenty percent more jobs were created by foreign direct investments than during the previous fiscal year. Nineteen projects from Korea represent the highest job creation from a single country, and Swiss-based projects led in total investment. Businesses from Germany created the second-highest number of jobs during FY21.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7957GA66112A20210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Georgia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.georgia.gov/press-releases/2021-08-11/gov-kemp-announces-record-breaking-jobs-and-investment-georgia\",\n            \"created_at\": \"2021-08-24T07:30:18.111200-04:00\"\n        },\n        {\n            \"id\": 55621,\n            \"title\": \"Senate Bill 2103: Amends the Illinois Pension Code\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Pension Code. In the State Universities Article, provides that the optional defined contribution plan shall provide for one or more automatic contribution arrangements, at least one of which shall be an eligible automatic contribution arrangement that permits a withdrawal of default elective contributions in accordance with a specified provision of the Internal Revenue Code of 1986. In the Illinois Municipal Retirement Fund (IMRF) Article, provides that the amount of the separation benefit shall include interest credited to the end of the preceding calendar year for contributions made under provisions authorizing employees to make additional contributions for retirement annuity purposes. Provides that employees who first participate in the Fund on or after 6 months after the effective date of the amendatory Act shall automatically contribute 3% of each payment of earnings as additional contributions for retirement annuity purposes. Provides that employees may change such contributions to an amount not to exceed 10% of each payment of earnings at any time. Provides that the Board may limit the number of withdrawals of those additional contributions to an amount not less than once per calendar year and may charge an administrative fee. In the Deferred Compensation Article, provides for automatic enrollment of any employee who is a member under the State Employee, Downstate Teacher, or Chicago Teacher Article, regardless of when the employee first became a member under that Article. Amends the State Mandates Act to require implementation without reimbursement. Effective immediately, except that the changes to the IMRF and Deferred Compensation Articles of the Illinois Pension Code and to the State Mandates Act take effect January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1210328P4020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2103&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.584118-04:00\"\n        },\n        {\n            \"id\": 55684,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Connecticut Emergency Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that an emergency exists in the State of Connecticut and ordered Federal assistance to supplement State, tribal, and local response efforts due to the emergency conditions resulting from Tropical Storm Henri beginning on August 21, 2021. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency (FEMA), to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population, and to provide appropriate assistance for required emergency measures. FEMA is authorized to identify, mobilize, and provide at its discretion, equipment and resources necessary to alleviate the impacts of the emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH216ON20210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/22/president-joseph-r-biden-jr-approves-connecticut-emergency-declaration/\",\n            \"created_at\": \"2021-08-24T07:30:20.364304-04:00\"\n        },\n        {\n            \"id\": 55569,\n            \"title\": \"Join DFI for Investing - a Beginner's Guide\",\n            \"summary\": \"The Kentucky Department of Financial Institutions (DFI) is partnering with the Investor Protection Trust, Detroit Public Television and PBS Books to produce “Investing: A Beginner’s Guide for Getting Started” on Friday, Aug. 27, 2021, at 1 p.m. ET. Panelists will break down the basics of investing, dissect different investment strategies to help you gain a competitive advantage, and explore the most common investing mistakes novice investors make when they first start out.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1164KY629920210827\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-27\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kentucky\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://kfi.ky.gov/Documents/2021.08.23 Join DFI for Investing - A Beginners Guide Aug. 27.docx.pdf\",\n            \"created_at\": \"2021-08-24T07:30:12.113287-04:00\"\n        },\n        {\n            \"id\": 55645,\n            \"title\": \"Minimum Requirements for Appraisal Management Companies\",\n            \"summary\": \"The Federal Housing Finance Agency is announcing the renewal of “Minimum Requirements for Appraisal Management Companies.” The regulation requires that each state electing to register AMCs for purposes of permitting AMCs to provide appraisal management services relating to covered transactions in the state submit to the ASC the information regarding such AMCs required to be submitted by ASC regulations or guidance concerning AMCs that operate in the state.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17971\",\n            \"regalytics_alert_id\": \"1891FR20211797120210823\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Housing Finance Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17971/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-24T07:30:17.721390-04:00\"\n        },\n        {\n            \"id\": 55653,\n            \"title\": \"IDNR to Accept Bids for Agriculture Leases for 2022-2025\",\n            \"summary\": \"The Illinois Department of Natural Resources (IDNR) will be accepting sealed bids this fall for approximately 12 agricultural lease contracts for crop years 2022 - 2025. The IDNR utilizes agricultural leases as a tool to support wildlife populations and recreational opportunities at sites owned or managed by the IDNR. The leases developed under this program will promote ecologically-sound agricultural practices to improve soil health, minimize soil erosion, improve water quality, and reduce chemical impacts to benefit wildlife populations and their habitats. The IDNR sites with leases open for bid will be publicly announced on the State of Illinois' eProcurement system BidBuy. A non-mandatory vendor conference will be conducted for each open lease with details included in the public notice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2378320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23783.html\",\n            \"created_at\": \"2021-08-24T07:30:18.239474-04:00\"\n        },\n        {\n            \"id\": 55602,\n            \"title\": \"House Bill 3116: Utilities - Alternative Supplier\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Public Utilities Act. Provides that an alternative retail electric supplier by May 31, 2020 and every June 30 (rather than May 31) thereafter, shall submit to the Illinois Commerce Commission and the Office of the Attorney General the rates the retail electric supplier charged to residential customers in the prior year. Provides that alternative gas suppliers serving or seeking to serve residential or small commercial customers shall, by January 1, 2020 and every September 30 (rather than January 1) thereafter, submit to the Commission and the Office of the Attorney General the rates the alternative gas supplier charged to residential customers in the prior year. Provides that on or before October 31 (rather than October 1), the Director of the Commission's Office of Retail Market Development shall submit an annual report regarding the development of competitive retail natural gas markets in Illinois to the Commission, the General Assembly, and the Governor. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1311628P5920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3116&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.285945-04:00\"\n        },\n        {\n            \"id\": 55663,\n            \"title\": \"Governor Cuomo Deploys Emergency Response Assets to Hard-Hit Areas as Remnants of Henri Continue to Impact Downstate Areas with Heavy Rain and Flooding\",\n            \"summary\": \"Governor Andrew M. Cuomo today directed the State's deployed emergency response assets to areas hard-hit by Tropical Depression Henri, which brought heavy rain and flooding to parts of Long Island, New York City, and the Hudson Valley. As of early this morning, rainfall totals from Henri exceeded 7 inches in Brooklyn and Central Park, more than 6 inches in Queens, and 3 to 4 inches in Westchester, Suffolk and Nassau counties. There were several reports of roads closed and cars stranded due to flooding, as well as downed trees and wires in multiple locations. Power outages remained low, with roughly 2,000 remaining. Heavy rain and flooding conditions are expected to continue in affected areas through this evening as the storm slowly spins northeast out of the region. Henri is expected to produce an additional one to three inches of rainfall today over portions of Long Island, New York City, and the Hudson Valley, with rainfall rates of up to one to two inches per hour. Heavy rainfall from Henri will continue to result in urban and small stream flooding impacts, along with potential river flooding. Some storms will produce thunderstorms and torrential downpours.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8458NY18721920210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.ny.gov/news/governor-cuomo-deploys-emergency-response-assets-hard-hit-areas-remnants-henri-continue-impact\",\n            \"created_at\": \"2021-08-24T07:30:18.893624-04:00\"\n        },\n        {\n            \"id\": 55624,\n            \"title\": \"Senate Bill 2312: Consumer Fraud - Kickbacks\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Senate Bill 2312: Amends the Consumer Fraud and Deceptive Business Practices Act. Provides that a violation of the federal Eliminating Kickbacks in Recovery Act of 2018 constitutes a violation of the Consumer Fraud and Deceptive Business Practices Act. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1231228P5020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2312&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.781502-04:00\"\n        },\n        {\n            \"id\": 55661,\n            \"title\": \"Governor Ricketts Highlights Nebraska’s Historically Low Unemployment Rate\",\n            \"summary\": \"Today, August 23, 2021, Governor Pete Ricketts issued a statement following news that Nebraska’s unemployment rate had dropped to 2.3%. “Our unemployment rate has matched our historical low and we continue to have the lowest unemployment rate in the nation,” said Governor Ricketts. “Nebraskans are tough, hardworking people, and they are powering Nebraska’s current economic boom. With tens of thousands of open jobs, there are great opportunities for people of all backgrounds here in the Good Life.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8468NE70113r20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Nebraska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Nebraska Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nebraska.gov/press/gov-ricketts-highlights-nebraska%E2%80%99s-historically-low-unemployment-rate\",\n            \"created_at\": \"2021-08-24T07:30:18.763098-04:00\"\n        },\n        {\n            \"id\": 55611,\n            \"title\": \"House Bill 3955: Automatic Renewal Cancellation Online\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Automatic Contract Renewal Act. Provides that a consumer who accepts an automatic renewal or continuous service offer online shall be allowed to terminate the automatic renewal or continuous service exclusively online. Requires a business that makes an automatic renewal offer or continuous service offer online to provide a toll-free telephone number, electronic mail address, a postal address if the seller directly bills the consumer, or another cost-effective, timely, and easy-to-use mechanism for cancellation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1395528P1720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3955&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.912311-04:00\"\n        },\n        {\n            \"id\": 55588,\n            \"title\": \"Order to Cease-and-Desist: Ronald Larson, jfaadvisorsllc.com, Julieta Palacios and longterminvestorsllc.com\",\n            \"summary\": \"The Securities Commissioner of South Carolina (the “Securities Commissioner”) under the South Carolina Uniform Securities Act of 2005, S.C. Code Ann. §35-1-101, et seq. (the “Act”), and delegated to the Securities Division of the Office of the Attorney General (the “Division”) by the Securities Commissioner, the Division conducted an investigation into the securities-related activities of Ronald Larson (“Larson”), jfaadvisorsllc.com, Julieta Palacios (“Palacios”), and longterminvestorsllc.com (individually, a “Respondent,” and collectively, the “Respondents”), and in connection with its investigation, the Division has determined that the Respondents violated the Act. Now therefore, it is hereby ordered that: each Respondent and every successor, affiliate, control person, agent, servant, and employee of each of the Respondents, and every entity owned, operated, or indirectly or directly controlled by or on behalf of each of the Respondents shall cease and desist from transacting business in this State in violation of the Act; and The Respondents shall jointly and severally pay a civil penalty in the amount of thirty thousand dollars ($30,000) if this order becomes effective by operation of law, or, if a Respondent seeks a hearing and any legal authority resolves this matter, pay a civil penalty in an amount not to exceed ten thousand dollars ($10,000) for each violation of the Act by the Respondent(s) and the actual cost of the investigation or proceeding. It is further ordered that, any exemption from registration with the Division that the Respondents may claim to rely upon under the Act, has been and is permanently revoked.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19275SC18811420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina Office of the Attorney General, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.scag.gov/media/ccdb5zx1/ronald-larson-et-al-order-to-cease-and-desist-matter-no-20213125-02687311xd2c78-02687389xd2c78.pdf\",\n            \"created_at\": \"2021-08-24T07:30:13.344689-04:00\"\n        },\n        {\n            \"id\": 55648,\n            \"title\": \"Notice of a Meeting Under Expedited Procedures: Rates to Be Charged by the Federal Reserve Banks\",\n            \"summary\": \"A closed meeting of the Board of Governors of the Federal Reserve System was held at 11:00 a.m. on August 23, 2021. Matter(s) considered: Review and determination by the Board of Governors of the advance and discount rates to be charged by the Federal Reserve Banks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED121esED20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/aboutthefed/boardmeetings/20210823closed.htm\",\n            \"created_at\": \"2021-08-24T07:30:17.916019-04:00\"\n        },\n        {\n            \"id\": 55694,\n            \"title\": \"Trading Platform Tradergy.io: BaFin Prohibits Unauthorised Proprietary Trading\",\n            \"summary\": \"In a notice dated 21 July 2021, BaFin ordered Interactive Solutions Limited, Dominica, which operates the trading platform tradergy.io, to immediately cease its unauthorised proprietary trading activities. German customers can open trading accounts on the tradergy.io platform and use them to trade in forex products, shares and contracts for difference (CFDs). Interactive Solutions Limited determines the prices for the trades offered on the platform itself and acts as the counterparty in the trades placed by its customers. The company is thus conducting proprietary trading within the meaning of section 1 (1a) sentence 2 no. 4 (c) of the German Banking Act (Kreditwesengesetz – KWG) on a commercial basis. The company does not hold authorisation from BaFin as required under section 32 (1) of the KWG and is thus conducting unauthorised business. According to information available to BaFin, customers of the trading platform tradingon.io were transferred to the trading platform tradergy.io operated by Interactive Solutions Limited without having requested this. In a notice dated 14 May 2020, BaFin had already ordered the operators of the trading platform tradingon.io, Netbit services and solutions limited, Tallin, Estonia, to cease their unauthorised proprietary trading activities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17826BAF8712420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Supervisory Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bafin.de/SharedDocs/Veroeffentlichungen/EN/Verbrauchermitteilung/unerlaubte/2021/meldung_210816_tradergy_en.html\",\n            \"created_at\": \"2021-08-24T07:30:21.009440-04:00\"\n        },\n        {\n            \"id\": 55613,\n            \"title\": \"Senate Bill 2459: Electronic Signature Waiver\",\n            \"summary\": \"Approved by the Governor on 8/23/2021. Amends the Electronic Commerce Security Act. Provides that the Department of Transportation, the Illinois State Toll Highway Authority, and the Capital Development Board shall each accept the use of electronic signatures in transactions between those State agencies and other persons or entities, unless all parties to the transaction waive the right to use electronic signatures.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1245928P7220210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-23\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2459&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.061961-04:00\"\n        },\n        {\n            \"id\": 55639,\n            \"title\": \"Information Collection Approvals: Pending Legal Proceedings\",\n            \"summary\": \"The Commodity Futures Trading Commission (“CFTC” or “Commission”) is announcing an opportunity for public comments on the proposed extension of a collection of certain information by the agency. This notice solicits comments on the information collection requirements concerning notification of pending legal proceedings. The rule is designed to assist the Commission in monitoring legal proceedings involving the responsibilities imposed on designated contract markets (DCMs) and their officials and futures commission merchants (FCMs) and their principals by the Commodity Exchange Act, and is applicable to swap execution facilities (SEFs). This renewal updates the total requested burden based on available reported data.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18079\",\n            \"regalytics_alert_id\": \"1891FR20211807920210823\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18079/agency-information-collection-activities-notice-of-intent-to-renew-collection-3038-0033-notification\",\n            \"created_at\": \"2021-08-24T07:30:17.330135-04:00\"\n        },\n        {\n            \"id\": 55565,\n            \"title\": \"Notice - New Fax Line\",\n            \"summary\": \"Please note we have a new, centralized fax number, (850) 410-9663. Effective immediately, all other Office of Financial Regulation fax numbers are no longer in service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1229FL216120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://flofr.gov/sitePages/OFRNews.htm?p=notice-new-fax-line\",\n            \"created_at\": \"2021-08-24T07:30:11.838752-04:00\"\n        },\n        {\n            \"id\": 55685,\n            \"title\": \"President Joseph R. Biden, Jr. Approves the Mashpee Wampanoag Tribe Emergency Declaration\",\n            \"summary\": \"President Joseph R. Biden, Jr. declared that an emergency exists for the Mashpee Wampanoag Tribe and ordered Federal assistance to supplement the Tribe’s response efforts due to the emergency conditions resulting from Tropical Storm Henri beginning on August 20, 2021. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population, and to provide appropriate assistance for required emergency measures. FEMA is authorized to identify, mobilize, and provide at its discretion, equipment and resources necessary to alleviate the impacts of the emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH248ON20210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/22/president-joseph-r-biden-jr-approves-the-mashpee-wampanoag-tribe-emergency-declaration/\",\n            \"created_at\": \"2021-08-24T07:30:20.428272-04:00\"\n        },\n        {\n            \"id\": 55679,\n            \"title\": \"Paperwork Reduction Act Approvals: Veterans Mortgage Life Insurance Change of Address Statement\",\n            \"summary\": \"The Veterans Mortgage Life Insurance Change of Address Statement solicits information needed to inquire about a veteran’s continued ownership of the property issued under Veterans Mortgage Life Insurance when an address change for the veteran is received. The information obtained is used in determining whether continued Veterans Mortgage Life Insurance coverage is applicable since the law granting this insurance provides that coverage terminates if the veteran no longer owns the property. The information requested is required by law. This form expired due to high volume of work and staffing changes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17933\",\n            \"regalytics_alert_id\": \"1891FR20211793320210823\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17933/agency-information-collection-activity-veterans-mortgage-life-insurance-change-of-address-statement\",\n            \"created_at\": \"2021-08-24T07:30:19.988010-04:00\"\n        },\n        {\n            \"id\": 55609,\n            \"title\": \"House Bill 3712: Car-Sharing Program Act\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Creates the Car-Sharing Program Act. Adds provisions governing: insurance coverage requirements during car-sharing periods, notification of implications of lien, exclusions in motor vehicle liability insurance policies, recordkeeping requirements, vicarious liability, contribution against indemnification, insurable interests, consumer protection disclosures, driver's license verification, data retention, responsibility for equipment, and automobile safety recalls. Effective January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1371228P9720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3712&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.782286-04:00\"\n        },\n        {\n            \"id\": 55647,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Chicago: 1. Robert F. Hingst, Kokomo, Indiana; and Ann Hingst Vyas and Amit Vyas, both of Chicago, Illinois; to become members of the Hingst Family Control Group, a group acting in concert, to acquire voting shares of Community First Financial Corporation and thereby indirectly acquire voting shares of Community First Bank of Indiana, both of Kokomo, Indiana.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18087\",\n            \"regalytics_alert_id\": \"1891FR20211808720210823\",\n            \"proposed_comments_due_date\": \"2021-09-07\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18087/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-24T07:30:17.851184-04:00\"\n        },\n        {\n            \"id\": 55664,\n            \"title\": \"Consumer Alert: Attorney General James Warns About Price Gouging in Aftermath of Hurricane Henri\",\n            \"summary\": \"New York Attorney General Letitia James today issued a consumer alert, warning both consumers and businesses to be on alert for potential price gouging of essential items and services both during and in the aftermath of Hurricane Henri. New York state’s price gouging law (General Business Law §396-r) prohibits merchants from taking unfair advantage of consumers by selling goods or services for an “unconscionably excessive” price during an “abnormal disruption of the market” or a declared state of emergency. An excessive price would be represented by a gross disparity between the price of the product immediately prior to and after such an occurrence. The price gouging law covers New York state vendors, retailers, and suppliers, and includes essential goods and services that are vital and necessary for the health, safety, and welfare of consumers or the general public, such as food, water, gasoline, generators, batteries, flashlights, hotel lodging, and transportation services. Contract services for storm-related damage, both during and after a natural disaster, are covered by the state’s price gouging law as well.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5378720210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/consumer-alert-attorney-general-james-warns-about-price-gouging-aftermath\",\n            \"created_at\": \"2021-08-24T07:30:18.958591-04:00\"\n        },\n        {\n            \"id\": 55672,\n            \"title\": \"Notice of Rulemaking Hearing: Amendment to 0800-02-06 Regarding General Rules of the Workers' Compensation Program - Utilization Review\",\n            \"summary\": \"Hearing to be held at 220 French Landing Drive, 1-A, Tennessee Room; Nashville, 37243 on October 21, 2021 at 10AM CST. Purpose of the hearing is for the amendments of 0800-02-06 regarding General Rules of the Workers’ Compensation Program - Utilization Review, and the rules 0800-02-06-.01 (Definitions); 0800-02-06-.04 (Contents of Utilization Review Report); 0800-02-06-.06 (Time Requirements); 0800-02-06-.07 (Appeals of Utilization Review Decisions); 0800-02-06-.10 (Sanctions and Civil Penalties); 0800-02-06-.14 (Peer-to-Peer Communications); and, 0800-02-06-.15 (Annual Reports from Utilization Review Vendors).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN3353320211021\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Labor and Workforce Development\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/08-17-21.pdf\",\n            \"created_at\": \"2021-08-24T07:30:19.477923-04:00\"\n        },\n        {\n            \"id\": 55680,\n            \"title\": \"Loan Guaranty: COVID-19 Veterans Assistance Partial Claim Payment Program\",\n            \"summary\": \"The Department of Veterans Affairs (VA) is making technical amendments to the final rule published on Friday, May 28, 2021. The final rule establishes the COVID-19 Veterans Assistance Partial Claim Payment program (COVID-VAPCP), a temporary program to help Veterans return to making normal loan payments on a VA guaranteed loan after exiting a forbearance for financial hardship due, directly or indirectly, to the COVID-19 national emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18001\",\n            \"regalytics_alert_id\": \"1891FR20211800120210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": \"2021-08-23\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18001/loan-guaranty-covid-19-veterans-assistance-partial-claim-payment-program\",\n            \"created_at\": \"2021-08-24T07:30:20.094441-04:00\"\n        },\n        {\n            \"id\": 55640,\n            \"title\": \"Governor Lamont: Summary of Emergency Orders in Effect Due to Tropical Storm Henri as of Sunday Morning\",\n            \"summary\": \"The following list is a summary of all the emergency orders that Governor Ned Lamont and his administration have implemented in response to the impact of Tropical Storm Henri as of 10:30 a.m. on Sunday, August 22, 2021: declaration of a civil preparedness emergency for the State of Connecticut in advance of the impacts of Tropical Storm Henri; order calling 200 members of the Connecticut National Guard to state active duty beginning Saturday, August 21, to prepare teams and specialized equipment in support of the state’s response from the storm; order implementing a travel ban on all empty tractor trailers, tandem trailers, and motorcycles on Interstate 95. This order is effective at 11:00 a.m. on Sunday, August 22, and will remain in effect until further notice; order authorizing utility company restoration vehicles to travel on the Merritt Parkway and Wilbur Cross Parkway to help expedite potential power restoration from the storm. This order is effective 8:00 a.m. on Sunday, August 22 until 8:00 p.m. on Thursday, August 26; order increasing the weight limits for trucks carrying brush and storm debris to help expedite the access to and removal of trees for power line repairs. This order is in effect through Saturday, September 4; and an order granting a limited exemption providing motor carriers with relief from limits on drivers’ hours of service while they are providing direct assistance through the delivery of gasoline, diesel fuel, fuel oil, biodiesel, and propane to homes and businesses during the emergency in connection with the storm.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT10314820210822\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Summary-of-Henri-Orders-in-Effect-As-of-Sunday-Morning\",\n            \"created_at\": \"2021-08-24T07:30:17.395418-04:00\"\n        },\n        {\n            \"id\": 55644,\n            \"title\": \"Request for Information: National Flood Insurance Program's Community Rating System\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) is issuing this Request for Information (RFI) to receive input from the public on transforming the Community Rating System (CRS) under the National Flood Insurance Program (NFIP) to better align with the current understanding of flood risk and flood risk approaches and to incentivize communities to not only manage but also lower their flood risk through floodplain management initiatives.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18167\",\n            \"regalytics_alert_id\": \"1891FR20211816720210823\",\n            \"proposed_comments_due_date\": \"2021-09-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18167/request-for-information-on-the-national-flood-insurance-programs-community-rating-system\",\n            \"created_at\": \"2021-08-24T07:30:17.655660-04:00\"\n        },\n        {\n            \"id\": 55599,\n            \"title\": \"House Bill 2569: Downstate Teacher Article of the Illinois Penison Code - Return to Teaching\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Downstate Teacher Article of the Illinois Pension Code. In the provision defining \\\"eligible employment\\\" for the purpose of allowing a teacher to return to teaching in subject shortage areas without impairing his or her retirement status or retirement annuity, changes the ending date of the employment from no later than June 30, 2021 to no later than June 30, 2026. Removes language requiring a school to advertise its vacancies in the subject shortage area in a newspaper of general circulation in the area in which the school is located. Provides that certain requirements related to advertising the vacancy in the subject shortage area and searching for teachers legally qualified to fill those vacancies through the Illinois Education Job Bank shall not apply to a school district replacing a teacher who is unable to continue employment with the school district because of illness, injury, or disability after being hired by a school district. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1256928P4020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2569&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.089168-04:00\"\n        },\n        {\n            \"id\": 55601,\n            \"title\": \"House Bill 2826: Tax Increment Allocation for City of Washington\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Tax Increment Allocation Redevelopment Act of the Illinois Municipal Code. Creates a tax increment allocation financing extension to the 47th year (currently, the 35th year) after the adoption of the ordinance of December 22, 1986 by the City of Washington creating the Washington Square TIF #2. Requires adoption of an ordinance by the City of Washington extending the completion date of the redevelopment project area to 47 years and providing notice to the taxing bodies that would otherwise constitute the joint review board. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1282628P4620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2826&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.221156-04:00\"\n        },\n        {\n            \"id\": 55659,\n            \"title\": \"Kick-Start Payments Remote Connect with Kick-Start Sessions\",\n            \"summary\": \"Sometimes you need a kick-start to get moving. We have just the thing for you – our Kick-Start Sessions. Today you can begin your Smarter Faster Payments Remote Connect experience with this tailored lineup of thought leadership sessions. While a kick-start still can’t put you in two places at once, remember that you’ll have access to all sessions for 90 days after the event. So, choose one for this morning and save another for later – we’ve got you covered. On this session we have: Transforming Treasury: Treasury’s Evolving Role at 11 AM to 12 PM ET; Are Dirty Little Secrets Lurking in Your Policies, Procedures & Agreements? at 11 AM to 12 PM ET; Fraud in Focus: Extracting the Benefits of Artificial Intelligence at 1:10 PM to 2:10 PM ET; Conducting Annual Reviews & Audits in Remote Environments: The Time is Now! at 1:10 PM to 2:10 PM ET; Nacha Validation Rule 2021: What You Need to Do to Mitigate Fraud and Risk at 1:10 PM to 2:10 PM ET; Skimming, Scammers and Security at 1:10 PM to 2:10 PM ET; Building Culture, One Conversation at a Time at 3:10 PM to 4:10 PM ET; Real Life Experiences with RTP Capabilities at 3:10 PM to 4:10 PM ET; and, Gaining a Holistic View of Security and Risk Across the Payment and Cash Lifecycle at 3:10 PM to 4:10 PM ET.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC14020210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/kick-start-payments-remote-connect-kick-start-sessions\",\n            \"created_at\": \"2021-08-24T07:30:18.630044-04:00\"\n        },\n        {\n            \"id\": 55643,\n            \"title\": \"Technical Specifications for Credit Card Agreement and Data Submissions Required under the Truth in Lending Act and the Credit Card Accountability Responsibility and Disclosure Act\",\n            \"summary\": \"Certain credit card issuers must submit credit card agreements and data to the Bureau of Consumer Financial Protection (Bureau) under the Truth in Lending Act (TILA) and the Credit Card Accountability Responsibility and Disclosure Act of 2009 (CARD Act). The Bureau is issuing new technical specifications for complying with those submission requirements. Credit card issuers will make the required submissions under TILA and the CARD Act through the Bureau’s “Collect” website. These technical specifications include registration information and the URL for the website at which issuers (or their designees) can submit the required information.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17994\",\n            \"regalytics_alert_id\": \"1891FR20211799420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": \"2021-08-23\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17994/technical-specifications-for-credit-card-agreement-and-data-submissions-required-under-tila-and-the\",\n            \"created_at\": \"2021-08-24T07:30:17.589883-04:00\"\n        },\n        {\n            \"id\": 55587,\n            \"title\": \"Fee Rate Advisory #1 for Fiscal Year 2022\",\n            \"summary\": \"The Securities and Exchange Commission today announced that in fiscal year 2022 the fees that public companies and other issuers pay to register their securities with the Commission will be set at $92.70 per million dollars. The Commission's projections are calculated using a methodology developed in consultation with the Congressional Budget Office and the Office of Management and Budget. As directed by the statute, the Commission determined the statutory target amount for fiscal year 2022 to be $747,806,372 by adjusting the fiscal year 2021 target collection amount of $709,554,300 million for the rate of inflation. Effective Oct. 1, 2021, fee rate applicable to the registration of securities, repurchase of securities, proxy solicitations and statements in corporate control transactions will decrease to $92.70 per million dollars from $109.10 per million dollars.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECF9026EF420210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-160\",\n            \"created_at\": \"2021-08-24T07:30:13.280333-04:00\"\n        },\n        {\n            \"id\": 55633,\n            \"title\": \"Proposed Rule Change to Modify the Rules & Procedures of National Securities Clearing Corporation in Connection with the Implementation of Section 1446(f) of the Internal Revenue Code of 1986\",\n            \"summary\": \"On July 14, 2021, National Securities Clearing Corporation (“NSCC”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend the Rules in connection with the implementation of Section 1446(f). The proposed rule change also includes technical changes. On October 7, 2020, the IRS and Treasury Department issued final regulations under Section 1446(f) which require Section 1446(f) Withholding on partnerships that are publicly traded on exchanges (“PTPs”) in respect of transfers that occur on or after January 1, 2022. The Final Regulations provided U.S. clearing organizations, such as NSCC, an exemption from the obligation to perform the Section 1446(f) Withholding at this time. In order to comport with the legislative understanding underlying the Section 1446(f) Withholding exemption, NSCC is proposing amendments to its Rules to ensure that all NSCC FFI Members that are Members would accept the responsibility to perform the Section 1446(f) Withholding. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17963\",\n            \"regalytics_alert_id\": \"1891FR20211796320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Securities Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-17963/self-regulatory-organizations-national-securities-clearing-corporation-order-approving-a-proposed\",\n            \"created_at\": \"2021-08-24T07:30:16.933953-04:00\"\n        },\n        {\n            \"id\": 55564,\n            \"title\": \"Order of Summary Suspension, Intent to Revoke Mortgage Loan Originator License and Notice of Right to Hearing: Cristobal Lara Garcia\",\n            \"summary\": \"Cristobal Lara Garcia (“Respondent”) is an individual whose unique identifier on the Nationwide Multistate Licensing System and Registry (“NMLS”) is 1049418. The Commissioner finds that the public safety and welfare imperatively require emergency action to summarily suspend Respondent’s mortgage loan originator license in Connecticut pursuant to Sections 36a-51(a) and 4-182(c) of the Connecticut General Statutes to prevent potential harm to Connecticut consumers as a result of Respondent’s failure to demonstrate the requisite character and general fitness by falsifying account documents while in the securities industry and failing to disclose the resultant FINRA Decision on his Application. In addition, the revocation of his license by several states statutorily prevents Respondent from maintaining a mortgage loan originator license in Connecticut. The Commissioner has reason to believe that Respondent has engaged in acts or conduct which constitutes sufficient grounds for the Commissioner to revoke Respondent’s mortgage loan originator. The Commissioner has made the findings required under Sections 36a-51(a) and 4-182(c) of the Connecticut General Statutes. Now therefore, the Commissioner orders that the license of Cristobal Lara Garcia (NMLS # 1049418) to engage in the business of a mortgage loan originator in Connecticut be and is hereby summarily suspended pending proceedings to revoke his license. Further, notice is hereby given to Respondent that the Commissioner intends to issue an order to revoke Respondent’s mortgage loan originator license subject to Respondent’s right to a hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19299CT2212420210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Banking, Securities and Business Investments Division\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Consumer-Credit/2021-CC-Orders/Cristobal-Lara-Garcia-Summ-Susp-NOI-Revoke.pdf#\",\n            \"created_at\": \"2021-08-24T07:30:11.773147-04:00\"\n        },\n        {\n            \"id\": 55614,\n            \"title\": \"Senate Bill 0508: Property Tax\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Property Tax Extension Limitation Law in the Property Tax Code. Provides that a taxing district's aggregate extension base shall be adjusted whenever an assessment increase or decrease due to the issuance of a certificate of error, a decision of the board of review, or a decision of the Property Tax Appeal Board results in the overextension or underextension of taxes for the last preceding levy year. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1050828P1920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=508&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:15.130222-04:00\"\n        },\n        {\n            \"id\": 55695,\n            \"title\": \"Consumer Warning on Northern Provident Investments\",\n            \"summary\": \"We are notifying consumers of NPI’s liquidation and warning them of the danger of scammers contacting them. As part of this we are setting out the steps customers should take if contacted by people claiming to be from NPI or FRP. NPI operated a platform where retail customers could buy debentures and shares, which may be held in an Innovative Finance Individual Savings Account (IFISA) or Stocks and Shares Individual Savings Account (SSISA). Some of these investments were mini-bonds. NPI previously approved financial promotions for issuers of mini-bonds. In February 2020, following the firm’s application to the FCA, we imposed requirements on NPI for it to cease approving any further financial promotions. As part of these requirements NPI placed a statement on its website that it would no longer be offering this service. These requirements were previously confidential between us and NPI.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17753FCA638820210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/news-stories/consumer-warning-northern-provident-investments\",\n            \"created_at\": \"2021-08-24T07:30:21.072350-04:00\"\n        },\n        {\n            \"id\": 55677,\n            \"title\": \"Paperwork Reduction Act Approvals: Burden Related to the Application for Exemption from Social Security and Medicare Taxes and Waiver of Benefits\",\n            \"summary\": \"Currently, the IRS is soliciting comments concerning the burden related to the application for exemption from social security and Medicare taxes and waiver of benefits. Form 4029 is used by members of recognized religious groups to apply for exemption from social security and Medicare taxes under Internal Revenue Code sections 1402(g) and 3127. The information is used to approve or deny exemption from social security and Medicare taxes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-18097\",\n            \"regalytics_alert_id\": \"1891FR20211809720210823\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": \"2021-08-23\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/23/2021-18097/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"created_at\": \"2021-08-24T07:30:19.829914-04:00\"\n        },\n        {\n            \"id\": 55612,\n            \"title\": \"House Bill 4132: Parking Tax - State Fair Exemption\",\n            \"summary\": \"Introduced on 08/23/2021. Amends the Parking Excise Tax Act. Creates an exemption for parking areas and garages that are operated for the use of attendees, vendors, or employees of the Illinois State Fair or the DuQuoin State Fair and are not otherwise subject to taxation under the Act in the ordinary course of business.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1413240FAN20210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4132&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.981656-04:00\"\n        },\n        {\n            \"id\": 55697,\n            \"title\": \"The United States Department of the Treasury and the Monetary Authority of Singapore Finalise a Memorandum of Understanding on Cybersecurity Cooperation\",\n            \"summary\": \"The United States Department of the Treasury (“Treasury”) and the Monetary Authority of Singapore (“MAS”) announced the finalisation of a bilateral Memorandum of Understanding (“MoU”) on Cybersecurity Cooperation. This announcement was made during Vice President Kamala Harris’ visit to Singapore, where both the US and Singapore recognised the importance of deepening cooperation in new domains to deal with the challenges of the 21st century. The Treasury and MAS have had ongoing exchange of cyber threat information since 2018. The MoU formalises and strengthens what has already been a strong cybersecurity partnership between both agencies. Specifically, the MoU enhances cooperation between Treasury and MAS in the following areas: Information sharing relating to the financial sector including cybersecurity regulations and guidance, cybersecurity incidents, and cybersecurity threat intelligence. Staff training and study visits to promote cooperation in the area of cybersecurity; and Competency-building activities such as the conduct of cross-border cybersecurity exercises.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18504MAS15213520210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/news/media-releases/2021/us-treasury-and-mas-finalise-a-memorandum-of-understanding-on-cybersecurity-cooperation\",\n            \"created_at\": \"2021-08-24T07:30:21.203757-04:00\"\n        },\n        {\n            \"id\": 55567,\n            \"title\": \"Pritzker Administration Breaks Ground on $216.8 Million Rebuild Illinois Funded I-57/74\",\n            \"summary\": \"Governor JB Pritzker and the Illinois Department of Transportation were joined today by local officials and community leaders to announce the start of construction on a new Interstate 57/74 interchange, one of the cornerstone projects of the governor's historic, bipartisan Rebuild Illinois capital program. The $216.8 million project will rebuild the original interchange built more than 50 years ago, improve safety and mobility, and create thousands of constructions and permanent jobs while positioning the region for long-term economic opportunity. Passed in 2019, Rebuild Illinois is investing $33.2 billion into the state's aging transportation system, creating jobs, and promoting economic growth\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2378620210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23786.html\",\n            \"created_at\": \"2021-08-24T07:30:11.980532-04:00\"\n        },\n        {\n            \"id\": 55696,\n            \"title\": \"Amending Part EE of Delivery Procedures to Add Provisions Relating to Delivery of an Additional Contract, the ICE Endex Austrian CEGH VTP Natural Gas Daily Futures\",\n            \"summary\": \"ICE Clear Europe Limited (“ICE Clear Europe” or the “Clearing House”) proposes to amend Part EE of its Delivery Procedures to add provisions relating to delivery of an additional contract, the ICE Endex Austrian Central European Gas Hub AG (“CEGH”) Virtual Trading Point (“VTP”) Natural Gas Daily Futures (“ICE Endex VTP Natural Gas Daily Futures”), that will be traded on the ICE Endex exchange and cleared at ICE Clear Europe. The amendments also propose to correct the name of the ICE Endex CEGH Austrian VTP Natural Gas Futures to ICE Endex Austrian CEGH VTP Natural Gas Futures (“ICE Endex VTP Natural Gas Futures”) and make certain corresponding updates throughout Part EE.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE114IC1878320210823\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Europe Limited\"\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/ICEEU 2021-016 FOR website.pdf\",\n            \"created_at\": \"2021-08-24T07:30:21.137106-04:00\"\n        },\n        {\n            \"id\": 55600,\n            \"title\": \"House Bill 2653: Colonoscopy Coverage\",\n            \"summary\": \"Approved by the Governor on 08/20/2021. Amends the Illinois Insurance Code to require a group policy of accident and health insurance that is amended, delivered, issued, or renewed on or after January 1, 2022 to provide coverage for a colonoscopy that is a follow-up exam based on an initial screen where the colonoscopy was determined to be medically necessary by a physician licensed to practice medicine in all its branches, an advanced practice registered nurse, or a physician assistant. Provides that a group insurance policy shall not impose a deductible, coinsurance, copayment, or any other cost-sharing requirement on colonoscopy coverage, except to the extent such coverage would disqualify a high-deductible health plan from eligibility for a health savings account under the Internal Revenue Code. Makes conforming changes in the Counties Code, the Illinois Municipal Code, and the Health Maintenance Organization Act. Effective January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1265328P4320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-23\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2653&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-24T07:30:14.153442-04:00\"\n        },\n        {\n            \"id\": 55119,\n            \"title\": \"Governor Provides Funding Vehicle for $2,350 PFD and Student Scholarships\",\n            \"summary\": \"Alaska Governor Mike Dunleavy today introduced a budget bill to provide for a $2,350 Permanent Fund Dividend (PFD) and fully fund Alaska’s student scholarship programs. The budget bill includes critical appropriations to help the legislature finalize a structured fiscal solution for Alaska, provide Alaskans with an equitable distribution of the state’s resource wealth, and fully fund student scholarship programs: $1.53 billion for the payment of the 2021 PFD, providing an estimated $2,350 per eligible Alaskan; $11.7 million to Alaska Performance Scholarship Awards; $6.4 million to Alaska Education Grants; $3.3 million to WWAMI Medical Education; and a $1.47 billion one-time transfer from the earnings reserve account to the constitutional budget reserve.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1651AK18720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.alaska.gov/newsroom/2021/08/19/governor-provides-funding-vehicle-for-2350-pfd-and-student-scholarships\",\n            \"created_at\": \"2021-08-23T07:30:10.652586-04:00\"\n        },\n        {\n            \"id\": 55098,\n            \"title\": \"Filing of Final Rulemaking: CO2 Budget Trading Program\",\n            \"summary\": \"The Independent Regulatory Review Commission (Commission) received the following regulation. It is scheduled to be considered on the dates noted. The Commission's public meetings are held at 333 Market Street, 14th Floor, Harrisburg, PA at 10 a.m. Agency and Title: Environmental Quality Board on CO2 Budget Trading Program; received on July 28, 2021; Public meeting on September 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33220210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Independent Regulatory Review Commission\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1332.html\",\n            \"created_at\": \"2021-08-23T07:30:09.165600-04:00\"\n        },\n        {\n            \"id\": 55120,\n            \"title\": \"Governor Hutchinson Issues Statement on July Unemployment Rate\",\n            \"summary\": \"Governor Asa Hutchinson released the following statement on the decline in the unemployment rate for July: “Our unemployment rate continues to be significantly below the national rate, and the fact that unemployment is now down to 4.3% reflects a growing economy in the state. The job opportunities are abundant with virtually every employer in Arkansas needing more workers. The challenge is the number of Arkansans who have not returned to the labor force after they lost a job early in the pandemic.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7913AR6211820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arkansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.arkansas.gov/news-media/press-releases/governor-hutchinson-issues-statement-on-july-unemployment-rate\",\n            \"created_at\": \"2021-08-23T07:30:10.715638-04:00\"\n        },\n        {\n            \"id\": 55154,\n            \"title\": \"Amendment of Rule 0600-04: Assessment Certification and Education Program\",\n            \"summary\": \"This rule amendment primarily serves to clarify the existing rule requirements for candidates and applicants for candidacy in the Assessment Certification program, as well as the implementation and administration requirements for the State Board of Equalization and the Division of Property Assessments. This rule does not eliminate or amend any existing rights or privileges afforded to individuals enrolled in the Program, nor does it create any new burden for such individuals. The Tennessee Association of Assessing Officers is most directly affected by this rule. No comments were received from the Tennessee Association of Assessing Officers or from any individual.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN959020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Rulemaking Hearing Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Comptroller of the Treasury, State Board of Equalization\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/08-18-21.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.921089-04:00\"\n        },\n        {\n            \"id\": 55101,\n            \"title\": \"Application for Approval to Redomesticate from the Commonwealth of Pennsylvania: Lackawanna Casualty Company\",\n            \"summary\": \"Lackawanna Casualty Company, a domestic stock casualty insurance company, has filed for approval of a plan of redomestication whereby the state of domicile would change from the Commonwealth of Pennsylvania to Texas. The filing was made under section 357 of The Insurance Company Law of 1921.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33520210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1335.html\",\n            \"created_at\": \"2021-08-23T07:30:09.356184-04:00\"\n        },\n        {\n            \"id\": 55132,\n            \"title\": \"Governor Little Appoints Jared Zwygart to Tax Commission\",\n            \"summary\": \"Governor Brad Little announced today his appointment of Nampa CPA Jared Zwygart to the Idaho State Tax Commission. Zwygart is partner at Zwygart John & Associates, CPAs, in Nampa and a former partner at Bailey & Co., CPAs, in Nampa.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3651ID01343\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Idaho\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Idaho Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.idaho.gov/pressrelease/gov-little-appoints-jared-zwygart-to-tax-commission/\",\n            \"created_at\": \"2021-08-23T07:30:11.482117-04:00\"\n        },\n        {\n            \"id\": 55130,\n            \"title\": \"Filing of Amendment No. 1 and Order Instituting Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change\",\n            \"summary\": \"On May 7, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend the margin requirements for covered agency transactions under FINRA Rule 4210. The Proposed Rule Change was published for public comment in the Federal Register on May 25, 2021. On June 30, 2021, FINRA consented to an extension of the time period in which the Commission must approve the Proposed Rule Change, disapprove the Proposed Rule Change, or institute proceedings to determine whether to approve or disapprove the Proposed Rule Change to August 23, 2021. On August 9, 2021, FINRA responded to the comment letters received in response to the Notice and filed an amendment to modify the Proposed Rule Change (“Amendment No. 1”). The Commission is publishing this notice and order to solicit comment on the Proposed Rule Change, as modified by Amendment No. 1, from interested persons and to institute proceedings determine whether to approve or disapprove the Proposed Rule Change, as modified by Amendment No. 1. The Commission requests that interested persons provide written submissions of their views, data, and arguments with respect to the issues identified above, as well as any other concerns they may have with the Proposed Rule Change, as modified by Amendment No. 1. In particular, the Commission invites the written views of interested persons concerning whether the Proposed Rule Change, as modified by Amendment No. 1, is consistent with the Exchange Act and the rules thereunder.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349271320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/finra/2021/34-92713.pdf\",\n            \"created_at\": \"2021-08-23T07:30:11.355861-04:00\"\n        },\n        {\n            \"id\": 55121,\n            \"title\": \"Former San Clemente Insurance Agent Arrested for Allegedly Stealing $1.2 Million from Elderly Consumers\",\n            \"summary\": \"Formerly licensed insurance agent Robert Stoddard, 66, of San Clemente, was arrested after a Department of Insurance investigation found he allegedly stole over $1.2 million from more than 20 victims, including 14 seniors. He is being charged with 51 felony counts of grand theft, elder abuse, money laundering, securities violations and aggravated white-collar crime enhancements. Stoddard owned and operated an insurance agency, The Stoddard Group, Inc., that also offered living trusts and investment advice. The Department’s investigation revealed that between August 2012 and June 2018, Stoddard conducted investment and retirement related seminars that targeted senior citizens and used various schemes to fraudulently gain victims’ trust and cultivate friendships in order to steal money from them. Stoddard was arrested on August 18, 2021, and his bail was originally set at $1 million. However, after being taking into custody, his bail was increased to a “no bail” hold due to a previous unrelated financial elder abuse case. Stoddard is scheduled to be arraigned on September 15, 2021, in Orange Superior Court.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA18520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release088-2021.cfm\",\n            \"created_at\": \"2021-08-23T07:30:10.778607-04:00\"\n        },\n        {\n            \"id\": 55152,\n            \"title\": \"Notice of Substituted Compliance Application Submitted by the Spanish Financial Conduct Authority in Connection with Certain Requirements Applicable to Security-Based Swap Dealers and Major Security-Based Swap Participants Subject to Regulation in the Kin\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission” or “SEC”) is soliciting public comment on an application by the Spanish Comisión Nacional del Mercado de Valores (“CNMV”) requesting that, the Commission determine that registered security-based swap dealers and registered major security-based swap participants (together, “SBS Entities”) that are not U.S. persons and that are subject to certain regulation in the Kingdom of Spain (“Spain”) may comply with certain requirements under the Exchange Act via compliance with corresponding requirements of Spain and the European Union (“EU”). The Commission also is soliciting comment on a proposed Order providing for conditional substituted compliance in connection with the application. Comments should be received on or before September 15, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349271620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-92716.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.787643-04:00\"\n        },\n        {\n            \"id\": 55165,\n            \"title\": \"Governor Justice Announces Over $400,000 in Grants for West Virginia Airports\",\n            \"summary\": \"Governor Jim Justice and leaders with the West Virginia Aeronautics Commission announced today that a combined total of $444,063 in grant funding has been secured for airports across the state. The grants were approved during the WVAC’s latest meeting on Thursday. Twenty-four airports will receive General Revenue grants of $12,500 each that combine for a total of $300,000. These grants go towards safety and infrastructure upgrades.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8246WV73133S20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"West Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.wv.gov/News/press-releases/2021/Pages/Gov.-Justice-announces-over-$400,000-in-grants-for-West-Virginia-airports.aspx\",\n            \"created_at\": \"2021-08-23T07:30:13.636962-04:00\"\n        },\n        {\n            \"id\": 55167,\n            \"title\": \"Minutes of the Productive Finance Working Group - 28 July 2021\",\n            \"summary\": \"The third meeting of the Steering Committee. This meeting took place virtually on July 28, 2021 and it covered the following agenda items: competition law reminder by Simmons & Simmons LLP, discussion of the recommendations in the draft Productive Finance Working Group report; and next steps.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK0CB8920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/july/working-group-to-facilitate-investment-in-productive-finance-28-july-2021\",\n            \"created_at\": \"2021-08-23T07:30:13.768850-04:00\"\n        },\n        {\n            \"id\": 55163,\n            \"title\": \"Letter to the Speaker of the House of Representatives and the President of the Senate on Blocking Property with Respect to Certain Russian Energy Export Pipelines\",\n            \"summary\": \"The order pertains to certain Russian energy pipeline projects intended to expand Russia’s influence over Europe’s energy resources that would weaken European energy security — including that of Ukraine and Eastern flank NATO and EU countries — and thereby threatens the national security, foreign policy, and economy of the United States. The order blocks the property and interests in property of foreign persons identified by the Secretary of State, in consultation with the Secretary of the Treasury, in a report to the Congress pursuant to the Protecting Europe’s Energy Security Act of 2019 (Title LXXV, National Defense Authorization Act for Fiscal Year 2020, Public Law 116-92), as amended by section 1242 of the National Defense Authorization Act for Fiscal Year 2021 (Public Law 116-283) (PEESA), for engaging in certain activities or providing certain services to facilitate construction of the Nord Stream 2 pipeline project, among others. I have determined that it is necessary to block the property and interests in property of such persons unless a national interest waiver under section 7503(f) of PEESA has been issued for such persons.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH398ES20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Presidential Actions\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/presidential-actions/2021/08/20/letter-to-the-speaker-of-the-house-of-representatives-and-the-president-of-the-senate-on-blocking-property-with-respect-to-certain-russian-energy-export-pipelines/\",\n            \"created_at\": \"2021-08-23T07:30:13.507162-04:00\"\n        },\n        {\n            \"id\": 55137,\n            \"title\": \"Governor Beshear Makes Appointments to Kentucky Boards and Commissions\",\n            \"summary\": \"Governor Andy Beshear has made the following appointments to Kentucky boards and commissions, including the following: Honorable Josephine Buckner to the vacancy in the office of District Judge, Division 12, for the 30th Judicial Circuit of Kentucky; and Pat Abell as a member of the Capital Planning Advisory Board. Governor Beshear has also reappointed Lieutenant Governor Jacqueline Coleman.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY6692720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kentucky\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=927\",\n            \"created_at\": \"2021-08-23T07:30:11.817825-04:00\"\n        },\n        {\n            \"id\": 55100,\n            \"title\": \"Application for Approval to Redomesticate from the Commonwealth of Pennsylvania: Lackawanna American Insurance Company\",\n            \"summary\": \"Lackawanna American Insurance Company, a domestic stock casualty insurance company, has filed for approval of a plan of redomestication whereby the state of domicile would change from the Commonwealth of Pennsylvania to Texas. The filing was made under section 357 of The Insurance Company Law of 1921.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33420210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1334.html\",\n            \"created_at\": \"2021-08-23T07:30:09.292687-04:00\"\n        },\n        {\n            \"id\": 55179,\n            \"title\": \"Consolidated List of Directions Waiving or Modifying FCA Handbook Rules\",\n            \"summary\": \"Consolidated list of waivers, modifications and CRR Permissions. This list should be read in conjunction with the Financial Services Register where details of live Directions & Notice of Permissions can be found.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA788520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/waivers-permissions/consolidated-list-waivers.xlsx\",\n            \"created_at\": \"2021-08-23T07:30:14.516628-04:00\"\n        },\n        {\n            \"id\": 55133,\n            \"title\": \"IDES Reminding Claimants Federal Unemployment Benefit Programs Ending September 4, 2021\",\n            \"summary\": \"The Illinois Department of Employment Security (IDES) is reminding claimants that federal unemployment programs are coming to an end on September 4, 2021. These programs include the following: Pandemic Unemployment Assistance (PUA); Federal Pandemic Unemployment Compensation (FPUC); Pandemic Emergency Unemployment Compensation (PEUC); and Mixed Earners Unemployment Compensation (MEUC). The expiration of these programs has no impact on the state's regular unemployment system or the claimants receiving regular unemployment benefits.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2377320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23773.html\",\n            \"created_at\": \"2021-08-23T07:30:11.545357-04:00\"\n        },\n        {\n            \"id\": 55097,\n            \"title\": \"Pennsylvania’s Unemployment Rate Drops for Fifth Consecutive Month\",\n            \"summary\": \"The Pennsylvania Department of Labor & Industry Pennsylvania's unemployment rate was down three-tenths of a percentage point over the month to 6.6 percent in July. The U.S. rate fell one-half of a percentage point to 5.4 percent. The commonwealth's unemployment rate was 6.4 percentage points below its July 2020 level and the national rate was down 4.8 points over the year. The estimated number of residents working or looking for work decreased 16,000 over the month due to a drop in unemployment which fell for the fifth consecutive month. Employment rose for the fifth time in the past six months.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA891438420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Labor and Industry\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=614\",\n            \"created_at\": \"2021-08-23T07:30:09.102475-04:00\"\n        },\n        {\n            \"id\": 55162,\n            \"title\": \"Executive Order on Blocking Property with Respect to Certain Russian Energy Export Pipelines\",\n            \"summary\": \"With respect to any foreign person identified by the Secretary of State, in consultation with the Secretary of the Treasury, in a report to the Congress pursuant to section 7503(a)(1)(B) of PEESA, all property and interests in property of such person that are in the United States, that hereafter come within the United States, or that are or hereafter come within the possession or control of any United States person are blocked and may not be transferred, paid, exported, withdrawn, or otherwise dealt in. The Secretary of State shall implement section 7503(b) of PEESA as it applies to visas, and the Secretary of Homeland Security shall implement section 7503(b) of PEESA as it applies to admission and parole. Such implementation shall be consistent with any exceptions or waivers provided by statute, or in regulations, orders, or directives that may be issued pursuant to this order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH258ES20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Presidential Actions\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/presidential-actions/2021/08/20/executive-order-on-blocking-property-with-respect-to-certain-russian-energy-export-pipelines/\",\n            \"created_at\": \"2021-08-23T07:30:13.442382-04:00\"\n        },\n        {\n            \"id\": 55131,\n            \"title\": \"ICC hereby submits notification of changes to risk parameters established by ICC in consultation with the ICC Risk Committee, Trading Advisory Group and/or Risk Working Group.\",\n            \"summary\": \"ICE Clear Credit (“ICC”) submits a notification of changes to risk parameters established by ICC in consultation with the ICC Risk Committee, Trading Advisory Group and/or Risk Working Group. ICC is registered with the Commission as a derivatives clearing organization. The purpose of this notification is to report any changes to the risk parameters established by ICC. During the week ending August 20, 2021, changes were made to the following parameters: recovery rates for a North American risk factor.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4651820210820-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Credit LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46518\",\n            \"created_at\": \"2021-08-23T07:30:11.419379-04:00\"\n        },\n        {\n            \"id\": 55185,\n            \"title\": \"CMA Finds Competition Concerns With Nvidia’s Purchase of Arm\",\n            \"summary\": \"A summary of the CMA’s report, which was sent to the Secretary of State (SoS) for the Department for Digital, Culture, Media and Sport (DCMS) on 20 July ahead of the set deadline, has now been published. The CMA has determined that an in-depth investigation into the deal between NVIDIA and Arm is warranted on competition grounds. Ultimately, the CMA is concerned this loss of competition could stifle innovation across a number of markets, including data centres, gaming, the ‘internet of things’, and self-driving cars. This could result in more expensive or lower quality products for businesses and consumers. On 19 April 2021, the SoS issued a public interest intervention notice in relation to the merger, on the ground of national security. In line with its legal duties, the CMA has provided the DCMS SoS with a report on its competition findings, along with a summary of representations received from third parties which relate to the national security public interest consideration. The SoS will decide whether the merger should be referred for an in-depth Phase 2 investigation on both competition and national security grounds, or if it should be passed back to the CMA to investigate on competition grounds only. The timing of this decision will be decided by the SoS. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCT120609520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-finds-competition-concerns-with-nvidia-s-purchase-of-arm\",\n            \"created_at\": \"2021-08-23T07:30:14.939996-04:00\"\n        },\n        {\n            \"id\": 55099,\n            \"title\": \"Agency Contract Termination: Turley Insurance Agency, Inc and the Harford Mutual Insurance Company\",\n            \"summary\": \"Turley Insurance Agency, Inc. has requested review of an agency contract termination by The Harford Mutual Insurance Company. A pre-review videoconference initiated by this office is scheduled for September 23, 2021. A date for a review shall be determined, if necessary, at the pre-review videoconference. Protests, petitions to intervene or notices of intervention, if any, must be electronically filed on or before September 9, 2021. The e-mail address to be used for the Administrative Hearings Office is ra-hearings@pa.gov. Answer to protests, petitions to intervene or notices of intervention, if any, shall be electronically filed on or before September 21, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33320210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1333.html\",\n            \"created_at\": \"2021-08-23T07:30:09.229796-04:00\"\n        },\n        {\n            \"id\": 55118,\n            \"title\": \"Tax Guidance for United Way Member Agencies\",\n            \"summary\": \"Act 2021-299 removes the requirement for United Way member agencies to receive more than a de minimis amount of funding through the approval of the board of a United Way organization.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR508720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/08/notice-tax-guidance-for-united-way-member-agencies/\",\n            \"created_at\": \"2021-08-23T07:30:10.589458-04:00\"\n        },\n        {\n            \"id\": 55096,\n            \"title\": \"Notice of Proposed Agency Action and Opportunity for Hearing: Continental Life Insurance Company\",\n            \"summary\": \"The Commissioner of Securities and Insurance, office of the Montana State Auditor, has cause to believe that the Continental Life Insurance Company has violated the Montana Insurance Code. Aetna developed a dental, vision and hearing plan in Montana that was written by Continental Life Insurance. The Commissioner proposes to levy a $50,000 fine. Acceptance of the penalty and compliance with other proposed actions will resolve this matter and will be deemed a final agency action. It is hereby ordered that the respondent pays a fine to the state of Montana. The respondent shall discontinue marketing and selling PPO products until it has an been approved provider network. The respondent shall notify CSI when the last plan with the disapproved PPO Network expires.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19288MT90Nng20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/wp-content/uploads/2021-08-16-NOPPA-Aetna-Health.pdf\",\n            \"created_at\": \"2021-08-23T07:30:09.039103-04:00\"\n        },\n        {\n            \"id\": 55164,\n            \"title\": \"Governor Northam Announces Virginia’s Unemployment Rate Dropped to 4.2 Percent in July\",\n            \"summary\": \"Governor Ralph Northam today announced that Virginia’s seasonally adjusted unemployment rate fell to 4.2 percent in July, which is 3.7 percentage points below the rate from one year ago. The labor force expanded by 7,818 to 4,241,686, as the number of unemployed residents decreased by 7,595. The number of employed residents rose to 4,065,473, an increase of 15,413. In July 2021, Virginia saw over-the-year job gains of 3.8 percent. Virginia’s seasonally adjusted unemployment rate continues to be below the national rate of 5.4 percent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA90665720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/august/headline-906657-en.html\",\n            \"created_at\": \"2021-08-23T07:30:13.572216-04:00\"\n        },\n        {\n            \"id\": 55094,\n            \"title\": \"Order and Decision: Kerri Leigh Hamilton\",\n            \"summary\": \"On or about July 8, 2021, Kerri Leigh Hamilton submitted an application for a mortgage loan originator license. Upon review of the applicant’s credit report, it was initially determined that the applicant did not meet the financial responsibility requirements. Therefore, the applicant provided additional information and was offered and accepted a conditional license and waived the right to a contested hearing before the North Carolina Commissioner of Banks. Based on the information provided, it is hereby ordered that: the applicant shall have no meritorious complaints filed with the OCOB for the duration of this order; Applicant shall take appropriate steps to resolve her credit-related issues; and meet Statutory requirements before being appointed as a branch manager or control person and cooperate fully with any investigation and examinations. The terms and conditions of this order shall be in effect for 5 years or until satisfied.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1156NC21065351820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of Commissioner of Banks\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nccob.gov/Online/Shared/DocumentsDisplay.aspx?FileNameAndPath=u:\\\\Enforcements\\\\21_065.pdf\",\n            \"created_at\": \"2021-08-23T07:30:08.910402-04:00\"\n        },\n        {\n            \"id\": 55135,\n            \"title\": \"Governor Pritzker Takes Bill Action\",\n            \"summary\": \"Today, Governor JB Pritzker took bill actions including signing SB 508, which makes changes to the property tax code regarding scavenger sales in Cook County and allows taxing districts to receive refunds when the previous tax year amount was an error. This bill is effective immediately. The governor also signed SB 2112, which Requires a life insurance provider to notify an applicant of their right to designate a secondary addressee to receive notice of cancellation of the policy based on nonpayment of premium. This bill will take effect on January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2378220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23782.html\",\n            \"created_at\": \"2021-08-23T07:30:11.680587-04:00\"\n        },\n        {\n            \"id\": 55095,\n            \"title\": \"Illinois Register Volume 45, Issue 34\",\n            \"summary\": \"The Illinois Register Volume 45, Issue 34, updated on August 20, 2021, includes proposed rules from the Chief Procurement Officer for General Services, the Illinois Emergency Management Agency, the Illinois Environmental Protection Agency, the Office of the State Treasurer; adopted rules from the Illinois Racing Board; second notices received from the Joint Committee on Administrative Rules; and executive orders, among other information.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1079IL453420210804\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Illinois Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cyberdriveillinois.com/departments/index/register/volume45/register_volume45_issue_34.pdf\",\n            \"created_at\": \"2021-08-23T07:30:08.975145-04:00\"\n        },\n        {\n            \"id\": 55134,\n            \"title\": \"Governor Pritzker Signs Legislation Lowering Employee's Contribution to the CTA Retiree Health Plan\",\n            \"summary\": \"Building on efforts to fully support workers and their families, Governor JB Pritzker signed legislation that lowers employee contributions to the CTA's Retiree Health Care Trust while maintaining 100% funding. The law allows workers to take home every hard-earned dollar possible, while protecting their full benefits and healthcare they earned upon retirement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2377620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23776.html\",\n            \"created_at\": \"2021-08-23T07:30:11.613289-04:00\"\n        },\n        {\n            \"id\": 55155,\n            \"title\": \"Governor Abbott Announces Additional Federal COVID-19 Relief Assistance Payments for Local Communities\",\n            \"summary\": \"Governor Greg Abbott today announced additional federal coronavirus relief assistance payments from the American Rescue Plan Act (ARPA) will begin this week for populations under 50,000. Last month, the State of Texas began the process of contacting and collecting the required information from the nearly 1,200 local governments before certifying and applying to receive the federal funds into the state treasury. Per federal law, states are required to distribute funding to all eligible NEUs (non-entitlement units of government) within 30 days of receiving the funds into the state treasury. Local governments can contact TDEM to begin this application process.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES5102134020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-announces-additional-federal-covid-19-relief-assistance-payments-for-local-communities\",\n            \"created_at\": \"2021-08-23T07:30:12.986469-04:00\"\n        },\n        {\n            \"id\": 55136,\n            \"title\": \"Governor Holcomb Announces Gonso Tait will Step Down as the Executive Director of the Indiana Gaming Commission\",\n            \"summary\": \"Governor Eric J. Holcomb today announced Sara Gonso Tait is stepping away from her role as executive director of the Indiana Gaming Commission to explore opportunities in the private sector. To ensure a smooth transition, Governor Holcomb named Greg Small as new executive director effective September 11. Gonso Tait has been the executive director of the Indiana Gaming Commission since 2015.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN319ANA20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Indiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_announces_gonso_tait_will_step_down_as_the_executive_director_of_the_indiana_gaming_commission?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-08-23T07:30:11.747199-04:00\"\n        },\n        {\n            \"id\": 55122,\n            \"title\": \"Attorney General Bonta Announces Guilty Pleas in Multimillion Dollar Tax Evasion Scheme in Los Angeles\",\n            \"summary\": \"California Attorney General Rob Bonta today announced that Yan Lu, the former owner of multiple Los Angeles-based restaurants, and her brother William Lu, pleaded guilty in Los Angeles Superior Court to conspiracy to file a false sales tax return and filing a false sales tax return. Yan Lu also pleaded guilty to an additional charge of filing a false income tax return. Sentencing will occur at a later date. Yan Lu will receive a three-year split sentence, serving one year in county jail and two years on mandatory supervision. William Lu will be placed on two years felony probation, and serve four months in county jail. Together, the duo has paid the full $2,184,696 owed in restitution, of which $1,649,499 was paid to the California Department of Tax and Fee Administration (CDTFA) and $535,197 was paid to the California Franchise Tax Board (FTB). The amounts represent the tax owed, the interest on the outstanding tax, and the cost of the investigations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54410220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-guilty-pleas-multimillion-dollar-tax-evasion\",\n            \"created_at\": \"2021-08-23T07:30:10.843060-04:00\"\n        },\n        {\n            \"id\": 55150,\n            \"title\": \"Investment Professional Charged by SEC Sentenced to Three and a Half Years in Prison in Parallel Criminal Case\",\n            \"summary\": \"Marcus Boggs, whom the SEC charged in August 2019 with stealing more than $1.7 million from at least three of his investment advisory clients, was sentenced in a parallel criminal case to 42 months in prison. The SEC's complaint alleges that Boggs, without his clients' knowledge or authorization, misappropriated his clients' money by selling securities in their advisory accounts and then transferring the proceeds to his personal credit card account. The complaint further alleges that from 2016 to 2018, Boggs made more than 200 illegal transfers from three advisory clients' accounts to his personal credit card account. On December 18, 2019, the district court entered a partial judgment against Boggs enjoining him from violating the antifraud provisions of the Securities Act of 1933, the Securities Exchange Act of 1934 and the Investment Advisers Act of 1940 and ordering him to pay disgorgement, prejudgment interest, and penalties in amounts to be determined by the court at a later date.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25178.htm\",\n            \"created_at\": \"2021-08-23T07:30:12.661365-04:00\"\n        },\n        {\n            \"id\": 55151,\n            \"title\": \"SEC Charges San Antonio Investment Adviser with Operating a Fraudulent Scheme and Misappropriating Investor Assets\",\n            \"summary\": \"The Securities and Exchange Commission charged a San Antonio, Texas-based investment adviser with operating a years-long fraudulent scheme that raised approximately $58 million from nearly 300 investors in two investment funds. The SEC's complaint alleges that Robert J. Mueller and his company Deeproot Funds, LLC were investment advisers to two pooled investment funds that Mueller created. According to the complaint, Mueller and Deeproot persuaded investors to cash out annuities they held with other investment companies and invest in the funds. The complaint alleges that the funds ultimately received more than $58 million from investors. As alleged, Mueller funnelled more than $30 million of the funds' assets to other businesses he controlled, and used at least $820,000 of new investor money to pay earlier investors. The SEC's complaint, filed in federal district court in San Antonio, charges Mueller and Deeproot Funds, LLC with violating the antifraud provisions of the Investment Advisers Act of 1940. The complaint also charges Policy Services, Inc. with violating the antifraud provisions of the Securities Act, and the Exchange Act.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25179.htm\",\n            \"created_at\": \"2021-08-23T07:30:12.725068-04:00\"\n        },\n        {\n            \"id\": 55161,\n            \"title\": \"Child Tax Credit: New Update Address Feature Available with IRS Online Portal, Make Other Changes by August 30 for September Payment\",\n            \"summary\": \"The Internal Revenue Service has launched a new feature allowing any family receiving monthly Child Tax Credit payments to quickly and easily update their mailing address using the Child Tax Credit Update Portal, found exclusively on IRS.gov. This feature will help any family that chooses to receive their payment by paper check avoid mailing delays or even having a check returned as undeliverable. Any family can easily have their September check and all future checks sent to their new address by using the portal to make an address change request. To have the change take effect in September, people need to complete the request before midnight Eastern Time on Monday, August 30.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS13115920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/child-tax-credit-new-update-address-feature-available-with-irs-online-portal-make-other-changes-by-august-30-for-september-payment\",\n            \"created_at\": \"2021-08-23T07:30:13.374800-04:00\"\n        },\n        {\n            \"id\": 55153,\n            \"title\": \"South Dakota Requests ARPA Funding\",\n            \"summary\": \"Governor Kristi Noem announced that South Dakota has requested the state’s allocation from the State and Local Fiscal Recovery Fund. As part of the American Recovery Plan Act, the SLFRF provides an allocation of $974.5 million to the state. An additional $65.2 million dollars will flow through state government to non-metropolitan cities within South Dakota. Under the law, Treasury has the authority to split the funding into two equal payments for state governments except where the unemployment rate is 2.0 or more percentage points above the pre-pandemic level. This means South Dakota will get half the funding in 2021 and the other half in 2022. The non-metropolitan city funding will also be provided in two tranches.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11741SD2843720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Department Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28437\",\n            \"created_at\": \"2021-08-23T07:30:12.857226-04:00\"\n        },\n        {\n            \"id\": 55117,\n            \"title\": \"Tax Guidance for Alcoholic Beverage Delivery, Wine Festivals, Direct Wine Shippers, Direct Wine Sales\",\n            \"summary\": \"Act 2021-188 amends provisions for the issuance of alcoholic beverage delivery licenses by the Alabama Alcoholic Beverage Control Board. A delivery service license issued by the Alabama Alcoholic Beverage Control Board authorizes the licensee, the licensee’s employees, or independent contractors under a contractual or business arrangement with the licensee to transport and deliver alcoholic beverages to an individual in the state who is at least 21 years of age. Act 2021-287 adds provision for the licensure for wine festivals and wine festival participants by the Alcoholic Beverage Control Board beginning July 1, 2021. Act 2021-419 provides that the Alabama Alcoholic Beverage Control Board shall allow certain wine manufacturers to obtain a direct wine shipper’s license to allow the licensee to ship limited quantities of wine to Alabama residents for personal use in limited circumstances. Act 2021-440 provides that certain small farm wineries are allowed to sell and transport their table wines directly to licensed retailers and to sell directly to consumers under certain conditions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR10814220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/08/notice-tax-guidance-for-alcoholic-beverage-delivery-wine-festivals-direct-wine-shippers-direct-wine-sales/\",\n            \"created_at\": \"2021-08-23T07:30:10.525994-04:00\"\n        },\n        {\n            \"id\": 55166,\n            \"title\": \"Comparing Minds and Machines: Implications for Financial Stability\",\n            \"summary\": \"Is human or artificial intelligence more conducive to a stable financial system? To answer this question, we compare human and artificial intelligence with respect to several facets of their decision-making behaviour. On that basis, we characterise possibilities and challenges in designing partnerships that combine the strengths of both minds and machines. Leveraging on those insights, we explain how the differences in human and artificial intelligence have driven the usage of new techniques in financial markets, regulation, supervision, and policy making and discuss their potential impact on financial stability. Finally, we describe how effective mind-machine partnerships might be able to reduce systemic risks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UKDD2A820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/working-paper/2021/comparing-minds-and-machines-implications-for-financial-stability\",\n            \"created_at\": \"2021-08-23T07:30:13.703874-04:00\"\n        },\n        {\n            \"id\": 55181,\n            \"title\": \"Website and Email Alert – Fraudulent Websites and Phishing Emails Related to the Hongkong and Shanghai Banking Corporation Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to fraudulent websites and phishing emails, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA13010820520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210820-5/\",\n            \"created_at\": \"2021-08-23T07:30:14.691319-04:00\"\n        },\n        {\n            \"id\": 55125,\n            \"title\": \"Withdrawal of Proposed Rule Change: CBOE BZX Exchange, Inc.\",\n            \"summary\": \"On April 29, 2021, CBOE BZX Exchange, Inc. (the “Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to exclude a National Best Bid or Offer3 (“NBBO”) from the calculation of the BZX Official Closing Price, that is outside the bands provided under the National Market System Plan to Address Extraordinary Market Volatility (“Limit Up-Limit Down Plan” or “LULD Plan”). The proposed rule change was published for comment in the Federal Register on May 18, 2021. On August 12, 2021, the Exchange withdrew the proposed rule change (SRCBOEBZX-2021-036).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349271920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-92719.pdf\",\n            \"created_at\": \"2021-08-23T07:30:11.037773-04:00\"\n        },\n        {\n            \"id\": 55182,\n            \"title\": \"Exchange Fund Notes Tender Results\",\n            \"summary\": \"Exchange Fund Bills Tender Results for 20 August 2021. Issue number: 02Y2308. Issue date: 23 August 2021. Maturity Date: 23 August 2023. Coupon: 0.15% p.a. Amount applied: HK$14,750 MN. Amount alloted: HK$1,200 MN. Average price accepted (yield): 100.04 (0.13 PCT). Lowest price accepted (yield): 100.00 (0.15 PCT). Pro rata ratio: about 21 PCT. Average tender price (yield): 99.96 (0.17 PCT).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA3410820420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210820-4/\",\n            \"created_at\": \"2021-08-23T07:30:14.752007-04:00\"\n        },\n        {\n            \"id\": 55180,\n            \"title\": \"Mobile Application (App) Alert – Fraudulent Mobile Application (App) Related to Bank of Singapore Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Bank of Singapore Limited relating to a fraudulent App, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA10510820620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210820-6/\",\n            \"created_at\": \"2021-08-23T07:30:14.618789-04:00\"\n        },\n        {\n            \"id\": 55075,\n            \"title\": \"Senate Bill 791: California Surplus Land Unit\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill creates the Surplus Land Unit within the state Department of Housing and Community Development (HCD), to facilitate the development and construction of housing on local surplus property.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB7915720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB791\",\n            \"created_at\": \"2021-08-23T07:30:07.361682-04:00\"\n        },\n        {\n            \"id\": 55103,\n            \"title\": \"Application for Renewal of Designation as a Certified Reinsurer: ACE INA Overseas Reinsurance Company Ltd.\",\n            \"summary\": \"ACE INA Overseas Reinsurance Company Ltd. has applied for renewal of its designation as a certified reinsurer in this Commonwealth. The application was received on June 28, 2021, and was made under section 319.1 of The Insurance Company Law of 1921 and 31 Pa. Code section 161.3a (relating to requirements for certified reinsurers).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33720210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1337.html\",\n            \"created_at\": \"2021-08-23T07:30:09.486197-04:00\"\n        },\n        {\n            \"id\": 55184,\n            \"title\": \"Supervisory Policy Manual: Climate Risk Management\",\n            \"summary\": \"To provide guidance to Authorized Institutions (AIs) on the key elements of climate-related risk management; and to set out the HKMA’s approach to, and expectations in, reviewing AIs’ climate-related risk management. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18247HKMA12913120210720\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Closed Consultation\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-functions/banking-stability/supervisory-policy-manual/GS-1_for_consultation_20Jul2021.pdf\",\n            \"created_at\": \"2021-08-23T07:30:14.878457-04:00\"\n        },\n        {\n            \"id\": 55104,\n            \"title\": \"Application for Designation as a Certified Reinsurer: Chubb European Group SE\",\n            \"summary\": \"Chubb European Group SE has applied for designation as a certified reinsurer in this Commonwealth. The application was received on June 28, 2021, and was made under section 319.1 of The Insurance Company Law of 1921 and 31 Pa. Code section 161.3a (relating to requirements for certified reinsurers).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33820210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1338.html\",\n            \"created_at\": \"2021-08-23T07:30:09.549309-04:00\"\n        },\n        {\n            \"id\": 55148,\n            \"title\": \"Issuance of Summons: Kjersti Wallace\",\n            \"summary\": \"The State of Montana has issued an order granting leave to file information direct and for issuance of summons to Kjersti Wallace (Defendant). Having considered the State’s Motion for Leave to File Information Direct and supporting affidavit, and finding probable cause to believe that the Defendant has committed the offense of Criminal Insurance Fraud. It Is Hereby Ordered that W. Adam Duerk, Special Deputy Flathead County Attorney is granted leave to file an Information charging the defendant, Kjersti Wallace with the described offense. It Is Further Ordered that a Summons shall be issued commanding the defendant’s appearance before this court for further proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19288MT35Mct20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/wp-content/uploads/2021.08.12-Order-Granting-Leave-to-File-Information-Direct-Wallace-1.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.534047-04:00\"\n        },\n        {\n            \"id\": 55102,\n            \"title\": \"Application for Approval to Redomesticate from the Commonwealth of Pennsylvania: Lackawanna National Insurance Company\",\n            \"summary\": \"Lackawanna National Insurance Company, a domestic stock casualty insurance company, has filed for approval of a plan of redomestication whereby the state of domicile would change from the Commonwealth of Pennsylvania to Texas. The filing was made under section 357 of The Insurance Company Law of 1921.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33620210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1336.html\",\n            \"created_at\": \"2021-08-23T07:30:09.421868-04:00\"\n        },\n        {\n            \"id\": 55183,\n            \"title\": \"Result of the Tenders of the People’s Bank of China Rmb Bills\",\n            \"summary\": \"Result of the tenders of the People's Bank of China, Issue Date 24 August 2021, Issue Numbers BCHKFP21012, BCHKFP21013.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA8410820320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210820-3/\",\n            \"created_at\": \"2021-08-23T07:30:14.814705-04:00\"\n        },\n        {\n            \"id\": 55147,\n            \"title\": \"Information: Kjersti Wallace\",\n            \"summary\": \"W. Adam Duerk, Special Deputy Flathead County Attorney, alleges that the Defendant, Kjersti Wallace, has committed the following offense in Flathead County: Criminal Insurance Fraud. On or about or between June 29, 2020, and July 28, 2020, Defendant knowingly and for the purpose of obtaining any money or benefit presented to Progressive Casualty Insurance Company false written and oral statements, including computer-generated documents containing false, incomplete, or misleading information material to a claim for payment or benefit from Progressive. Because this offense involved a benefit of over $1,500, this offense is punishable by imprisonment in the state prison for a term of not more than 10 years, or by a fine of not more than $50,000, or both.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19288MT35Ion20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/wp-content/uploads/2021.08.12-Filed-Information-Wallace-1-1.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.471680-04:00\"\n        },\n        {\n            \"id\": 55074,\n            \"title\": \"Senate Bill 718: Health Care Coverage: Small Employer Groups\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Permits an association of employers to offer a large group health care service plan contract to small group employer members in the biomedical industry if the contract has been in continuous existence since January 1, 2012, and meets other requirements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB7185720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB718\",\n            \"created_at\": \"2021-08-23T07:30:07.288533-04:00\"\n        },\n        {\n            \"id\": 55073,\n            \"title\": \"Senate Bill 692: Local Control and Accountability Plans: State Priorities: Least Restrictive Environment\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill adds least restrictive environment to the state priorities for purposes of a school district’s Local Control and Accountability Plan (LCAP), requires the evaluation rubric to include least restrictive environment as an indicator, requires special education local plan areas to be invited to all differentiated assistance meetings related to least restrictive environment, and requires the Superintendent of Public Instruction (SPI) to conduct a survey on the minimum amount of professional development needed for teachers to be prepared to teach pupils with learning disabilities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB6925720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB692\",\n            \"created_at\": \"2021-08-23T07:30:07.223671-04:00\"\n        },\n        {\n            \"id\": 55077,\n            \"title\": \"House Bill 4127: Unemployment Benefits-Recovery\",\n            \"summary\": \"Introduced on 08/17/2021. Amends the Unemployment Insurance Act. In a provision concerning the recoupment of any overpayment made to an individual who is found to have been ineligible for benefits, provides that the individual must be provided written notice of his or her appeal rights including the ability to request waiver of any recovery. Provides that if the Department of Employment Security has previously recouped or recovered overpayment funds from an individual and that individual is granted waiver with respect to those funds, then the individual shall be refunded those funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1412738ADY20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4127&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-23T07:30:07.488019-04:00\"\n        },\n        {\n            \"id\": 55111,\n            \"title\": \"Financial Institutions Approved as Depositories for Fiduciary Accounts; No. 214 Disciplinary Rules Doc.\",\n            \"summary\": \"This 9th day of August, 2021, it is hereby Ordered that the financial institutions named on the list are approved as depositories for fiduciary accounts in accordance with Pa.R.D.E. 221. List of Approved Financial Institutions as Depositories of Trust Accounts of Attorneys are now available. Included in the list are American Bank (PA), Ameriserv Financial, CFS Bank, and First United National Bank.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL31120210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Supreme Court\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1311.html\",\n            \"created_at\": \"2021-08-23T07:30:09.992640-04:00\"\n        },\n        {\n            \"id\": 55076,\n            \"title\": \"Senate Bill 800: Real Estate: Licenses\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Makes various changes to the Real Estate Law intended to improve oversight of real estate and real estate appraiser professionals stemming from the joint sunset review oversight of the Department of Real Estate (DRE) and Bureau of Real Estate Appraisers (BREA).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB8005720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB800\",\n            \"created_at\": \"2021-08-23T07:30:07.425266-04:00\"\n        },\n        {\n            \"id\": 55114,\n            \"title\": \"Notice of Rulemaking Hearing: General Rules of the Workers' Compensation Program - Utilization Review\",\n            \"summary\": \"Hearing to be held at the Tennessee Room, 220 French Landing Drive, 1-A, on October 21, 2021 at 10 AM. Amended Rules: Chapter 0800-02-06, General Rules of the Workers’ Compensation Program, Utilization Review. Rules: 0800-02-06-.01, Definitions; 0800-02-06-.04, Contents of Utilization Review Report; 0800-02-06-.06, Time Requirements; 0800-02-06-.07, Appeals of Utilization Review Decisions; 0800-02-06-.10, Sanctions and Civil Penalties; 0800-02-06-.14, Peer-to-Peer Communications; and 0800-02-06-.15, Annual Reports from Utilization Review Vendors.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN3353120211021\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Labor and Workforce Development\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/08-17-21.pdf\",\n            \"created_at\": \"2021-08-23T07:30:10.198221-04:00\"\n        },\n        {\n            \"id\": 55126,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend its Fees Schedule with Respect to its Strategy Fee Cap\",\n            \"summary\": \"On August 17, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule changes to amend its Fees Schedule with respect to its strategy fee cap. The Exchange proposes to amend Footnote 13 of its Fees Schedule in relation to its strategy order fee cap, effective August 17, 2021. Footnote 13 provides that Market-Maker, Clearing Trading Permit Holder, JBO participant, broker-dealer and non-Trading Permit Holder market-maker transaction fees are capped at $0.00 for all merger, short stock interest, reversal, conversion and jelly roll strategies executed in open outcry on the same trading day in the same option class across all symbols in equities, ETFs and ETNs. Footnote 13 also provides that strategy orders must be marked with a code approved by the Exchange identifying the orders as eligible for fee cap, and that strategy orders executed during September 2020 will be eligible for the fee cap notwithstanding not being marked, provided that a TPH submits a rebate request with supporting documentation for such orders to the Exchange within 3 business days of September 30, 2020 (i.e., October 5, 2020). The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349271220210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-92712.pdf\",\n            \"created_at\": \"2021-08-23T07:30:11.102999-04:00\"\n        },\n        {\n            \"id\": 55082,\n            \"title\": \"State of Emergency in El Dorado County\",\n            \"summary\": \"On August 17, 2021, Governor Gavin Newsom proclaimed a state of emergency for El Dorado County due to the Caldor Fire, which has burned 6,500 acres, threatening homes and power lines and causing the evacuation of thousands of residents.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"252CA385634St20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Education\"\n                }\n            ],\n            \"pdf_url\": \"http://www.cde.ca.gov/ls/nu/stemrgeldorcntcaldorfire.asp\",\n            \"created_at\": \"2021-08-23T07:30:08.136372-04:00\"\n        },\n        {\n            \"id\": 55112,\n            \"title\": \"Confirmation Order: PG&E Fire Victim Trust\",\n            \"summary\": \"The PG&E Fire Victim Trust beneficially owns more than ten percent of PG&E Corporation common stock. The Trust was created to provide funds for certain tort claimants of PG&E. On January 29, 2019, PG&E Corporation and its principal operating subsidiary Pacific Gas and Electric Company, filed in the U.S. Bankruptcy Court for the Northern District of California a joint request for relief. At the time of the filing, tens of thousands of tort and other claims were pending against Utility for its alleged responsibility in connection with fires that occurred between 2015 and 2018. On July 8, 2021, the Trust and Debtors entered into an agreement pursuant to which they agreed to terms and procedures making it possible for the Trust to consummate a share exchange prior to each sale of new shares. Therefore, It is hereby ordered, that PG&E Fire Trust shall be exempted with respect to the Share Exchange\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349271120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-92711.pdf\",\n            \"created_at\": \"2021-08-23T07:30:10.069354-04:00\"\n        },\n        {\n            \"id\": 55091,\n            \"title\": \"Documents Filed but Not Published\",\n            \"summary\": \"The Legislative Reference Bureau (Bureau) accepted the following documents during the preceding calendar month for filing without publication. The Bureau will continue to publish on a monthly basis either a summary table identifying the documents accepted during the preceding calendar month under this subsection or a statement that no documents have been received. Executive Board: Resolution No. CB-21-001, dated July 6, 2021, authorizes the side agreement with AFSCME that provides for a pilot incentive program with the Department of Banking and Securities (DoBS) designed to encourage and promote employee professional development through the attainment and maintenance of professional education certifications to enhance the retention and recruitment of DoBS staff; and Resolution No. CB-21-002, dated July 28, 2021, authorizes the labor agreement entered between the Commonwealth and the Pennsylvania State Troopers Association (PSTA). Governor's Office: Manual No. 210.09—The Commonwealth of Pennsylvania General Records Retention and Disposition Schedule, Amended July 28, 2021;  Management Directive No. 310.40—Automated Clearing House (ACH) Payments, Dated July 16, 2021; Management Directive No. 325.07—Implementation of the Commonwealth's State-Level Single Audit, Amended July 16, 2021; and Administrative Circular No. 21-11—Revenue Estimates, 2021-22 & 2022-23 Fiscal Years, Dated July 8, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34420210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Legislative Reference Bureau of Pennsylvania\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1344.html\",\n            \"created_at\": \"2021-08-23T07:30:08.716280-04:00\"\n        },\n        {\n            \"id\": 55170,\n            \"title\": \"Did Movements in Exchange-Traded Funds Act as a Price Signal for Open-Ended Fund Investors During the ‘Dash for Cash’ Stress Period?\",\n            \"summary\": \"At the start of the Covid pandemic, a ‘dash for cash’ saw even the safest and most highly liquid assets experience large price declines as liquidity deteriorated in financial markets, and the cost of trading increased. Our recent analysis showed that price data from ETFs, such as NAV discounts and bid-ask spreads, could help OEFs to more accurately identify the cost of trading underlying assets. OEFs base their NAVs on the prices of the underlying assets they hold, and this can become harder to do accurately in stressed market conditions. So information provided by ETF price data could help OEF fund managers to calculate price adjustments more accurately, especially during a shock. During the ‘dash for cash’, market intelligence suggests that ETF NAV discounts also signalled the future direction of NAV movements in OEFs, suggesting that OEF NAVs were slower to incorporate price information. The market intelligence indicates that ETF prices more closely reflected ‘real’ trading costs than reported spreads on underlying assets, which OEF NAVs were based on. We used a regression model to test this hypothesis. We found that in normal market conditions, and consistent with efficient market pricing, ETF NAV discounts provide no information about future changes in OEF NAVs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17725UK7210520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/bank-overground/2021/did-movements-exchange-traded-funds-act-as-price-signal-open-ended-fund-investors\",\n            \"created_at\": \"2021-08-23T07:30:13.960665-04:00\"\n        },\n        {\n            \"id\": 55085,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (12 U.S.C. 1841 et seq.) (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Atlanta (Erien O. Terry, Assistant Vice President) 1000 Peachtree Street NE, Atlanta, Georgia 30309. Comments can also be sent electronically to Applications.Comments@atl.frb.org: 1. South State Corporation, Winter Haven, Florida; to merge with Atlantic Capital Bancshares, Inc., and thereby indirectly acquire Atlantic Capital Bank, National Association, both of Atlanta, Georgia.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17914\",\n            \"regalytics_alert_id\": \"1891FR20211791420210820\",\n            \"proposed_comments_due_date\": \"2021-09-20\",\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": \"2021-08-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/20/2021-17914/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-23T07:30:08.331795-04:00\"\n        },\n        {\n            \"id\": 55081,\n            \"title\": \"Governor Ducey Launches Program to Help Small Businesses Recover from Pandemic, Extreme Weather\",\n            \"summary\": \"Governor Doug Ducey today announced $5 million to launch the Back to Work Small Business Rehiring and Retention Program, with a special focus on helping Arizona businesses affected by wildfires and flooding. The Small Business Rehiring and Retention Program is designed to assist small, locally owned or operated businesses hire and retain employees. The program will fund up to $10,000 in expenditures for employee hiring/signing bonuses, relocation bonuses for employees that are moving to take an open position, and employee retention bonuses. An Arizona small business has to meet eligibility requirements to receive funding, including it must be: owned and operated in the state of Arizona; incorporated before January 1, 2020; rent or lease a physical location in Arizona; have between five and 25 total employees that work at the physical location. Eligible businesses in areas impacted by wildfires or floods may have up to 50 employees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ21820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/08/governor-ducey-launches-program-help-small-businesses-recover-pandemic-extreme\",\n            \"created_at\": \"2021-08-23T07:30:08.070952-04:00\"\n        },\n        {\n            \"id\": 55065,\n            \"title\": \"Senate Bill 270: Public Employment: Labor Relations: Employee Information\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Should the Legislature require the Public Employment Relations Board (PERB) to levy a civil penalty not to exceed $10,000, plus attorneys’ fees and enforcement costs, as specified, if the employer fails to comply with existing law requiring disclosure of employee information to public employee unions?\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB2705720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB270\",\n            \"created_at\": \"2021-08-23T07:30:06.704202-04:00\"\n        },\n        {\n            \"id\": 55080,\n            \"title\": \"Governor Ivey Announces Alabama’s July Unemployment Rate is 3.2%\",\n            \"summary\": \"Governor Kay Ivey and Alabama Department of Labor Secretary Fitzgerald Washington announced today that Alabama’s preliminary, seasonally adjusted July 2021 unemployment rate is 3.2%, down from June’s rate of 3.3%, and well below July 2020’s rate of 7.4%. July’s rate represents 71,627 unemployed persons, compared to 73,769 in June and 165,510 in July 2020. Alabama remains below the July national rate of 5.4%. Over the year, wage and salary employment increased 73,100 with the biggest gains seen in leisure and hospitality (+25,400), manufacturing (+11,900), and education and health services (+10,700), among others. Annual losses were seen in construction and mining and logging. Total private average weekly earnings measured $986.29 in July, a new record high. This represents a yearly increase of $64.16 and a monthly increase of $20.46. Additionally, the leisure and hospitality sector hit a new record high, with weekly wages rising to $402.98, up $51.56 over the year, and $13.37 over the month.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7867ALG6410920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Alabama\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.alabama.gov/newsroom/2021/08/governor-ivey-announces-alabamas-july-unemployment-rate-is-3-2/\",\n            \"created_at\": \"2021-08-23T07:30:08.004944-04:00\"\n        },\n        {\n            \"id\": 55105,\n            \"title\": \"Application for Renewal of Designation as a Certified Reinsurer: Chubb Reinsurance (Switzerland) Ltd.\",\n            \"summary\": \"Chubb Reinsurance (Switzerland) Ltd. has applied for renewal of its designation as a certified reinsurer in this Commonwealth. The application was received on June 30, 2021, and was made under section relating to requirements for certified reinsurers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL33920210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1339.html\",\n            \"created_at\": \"2021-08-23T07:30:09.613538-04:00\"\n        },\n        {\n            \"id\": 55116,\n            \"title\": \"Major Disaster Declaration: Montana\",\n            \"summary\": \"This is a Notice of the Presidential declaration of a major disaster for Public Assistance Only for the State of Montana (FEMA - 4608 - DR ), dated 08/13/2021. Incident: Straight-line Winds. Incident Period: 06/10/2021. Physical Loan Application Deadline Date: 10/12/2021. Economic Injury (EIDL) Loan Application Deadline Date: 05/13/2022\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17871\",\n            \"regalytics_alert_id\": \"1891FR20211787120210820\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": \"2021-08-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/20/2021-17871/presidential-declaration-of-a-major-disaster-for-public-assistance-only-for-the-state-of-montana\",\n            \"created_at\": \"2021-08-23T07:30:10.331571-04:00\"\n        },\n        {\n            \"id\": 55089,\n            \"title\": \"Notice of Variances and Waivers: Wells Landing Apartments, LLC\",\n            \"summary\": \"On August 19, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002 Florida Administrative Code and the 2019 Qualified Allocation Plan from Wells Landing Apartments, LLC waiving the timing found in the 2019 QAP to allow the requested credit exchange to be approved before the fourth calendar quarter of 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490874420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24908744\",\n            \"created_at\": \"2021-08-23T07:30:08.589720-04:00\"\n        },\n        {\n            \"id\": 55176,\n            \"title\": \"Monetary Developments in the Euro Area (Dataset: BSI)\",\n            \"summary\": \"Event: Monetary developments in the euro area (Dataset: BSI). Date: Thursday, 26 August 2021. Time: 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB53Mo20210826\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.334617-04:00\"\n        },\n        {\n            \"id\": 55078,\n            \"title\": \"Proposed Rule Change Consisting of Amendments to Rule G-10, on Investor and Municipal Advisory Client Education and Protection, and Rule G-48, on Transactions with Sophisticated Municipal Market Professionals, to Amend Certain Dealer\",\n            \"summary\": \"On August 2, 2021 the Municipal Securities Rulemaking Board (“MSRB” or “Board”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change consisting of amendments to MSRB Rule G-10, on investor and municipal advisory client education and protection, and MSRB Rule G-48, on transactions with sophisticated municipal market professionals (“SMMPs”) (collectively, the “proposed rule change”). The proposed rule change would clarify the scope of the requirements for brokers, dealers and municipal securities dealers (collectively, “dealers”) to provide the required notifications under Rule G-10 to those customers who would best be served by the receipt of the information and make accompanying amendments to Rule G-48 to exclude SMMPs from certain requirements under Rule G-10. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17830\",\n            \"regalytics_alert_id\": \"1891FR20211783020210820\",\n            \"proposed_comments_due_date\": \"2021-09-10\",\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": \"2021-08-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Municipal Securities Rulemaking Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/20/2021-17830/self-regulatory-organizations-municipal-securities-rulemaking-board-notice-of-filing-of-a-proposed\",\n            \"created_at\": \"2021-08-23T07:30:07.875842-04:00\"\n        },\n        {\n            \"id\": 55177,\n            \"title\": \"Publication of the Consolidated Financial Statement of the Eurosystem\",\n            \"summary\": \"Event: Publication of the Consolidated Financial Statement of the Eurosystem. Date: Tuesday, 24 August 2021. Time: 15:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB69Pu20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.395312-04:00\"\n        },\n        {\n            \"id\": 55062,\n            \"title\": \"Senate Bill 825: Tax and Fee Administration: Local Government Finance\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. An act to Sections 15670, 15676.2, 15679, and 27061 of, and to repeal Sections 15676.5, 27062, and 27064 of, the Government Code, and to amend Sections 214.02, 401.10, 1752.2, and 2910.1 of the Revenue and Taxation Code, relating to taxation. Existing law requires the county treasurer to make a specified statement under oath for purposes of making the settlement. Existing law imposes a $500 penalty on the treasurer for neglecting or refusing to settle or report as described above, and requires the board of supervisors to institute suits for the recovery of that penalty. This bill, instead, would require the county treasurer to settle those accounts no less frequently than monthly. The bill, additionally, would require the county treasurer, upon the request of the auditor, to provide a settlement of cash receipts and disbursements of the prior calendar month to the auditor on or before 10 business days after the treasurer receives the auditor’s request. The bill would remove the requirement that the treasurer make a specified statement under oath to make the settlement. The bill would also remove the above-described penalty provisions. This bill would extend the application of this rebuttable presumption to the 2025–26 fiscal year. This bill would authorize the participating counties to adopt a set of rules of notice and procedures for the multijurisdictional assessment appeals board as may be required to facilitate their work and to ensure uniformity in the processing and decision of equalization petitions. The bill, additionally, would remove the specified application of the above-mentioned State Board of Equalization regulations. This bill would additionally require the cancellation of those penalties if the assessee demonstrates to the tax collector that delinquency is due to the tax collector’s failure to mail or electronically transmit the tax bill to the address provided on the unsecured roll or electronic address provided and authorized by the taxpayer to the tax collector. This bill would provide that, if the Commission on State Mandates determines that the bill contains costs mandated by the state, reimbursement for those costs shall be made pursuant to the statutory provisions noted above.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB8255720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB825\",\n            \"created_at\": \"2021-08-23T07:30:06.511447-04:00\"\n        },\n        {\n            \"id\": 55069,\n            \"title\": \"Senate Bill 420: Unemployment Insurance: Unemployment Insurance Integrity Enforcement Act\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Should the Legislature require the Attorney General (AG) to establish a program within the DOJ and a task force consisting of the AG, the State Auditor, and five members appointed by the AG to pursue available methods, including civil and criminal actions, to recover funds misappropriated from the Employment Development Department?\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB4205720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB420\",\n            \"created_at\": \"2021-08-23T07:30:06.966416-04:00\"\n        },\n        {\n            \"id\": 55066,\n            \"title\": \"Senate Bill 28: Rural Broadband and Digital Infrastructure Video Competition Reform Act of 2021\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill expands the authority of the California Public Utilities Commission (CPUC) to regulate cable video franchises, modifies annual data reporting requirements for video service provider holding a state video franchise, requires the CPUC to consult with local governments regarding franchise violations, and requires the CPUC to evaluate a franchisee’s service obligations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB285720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB28\",\n            \"created_at\": \"2021-08-23T07:30:06.767419-04:00\"\n        },\n        {\n            \"id\": 55168,\n            \"title\": \"Minutes of the Productive Finance Working Group - 22 June 2021\",\n            \"summary\": \"Minutes of the fifth Technical Expert Group (TEG) meeting of the Working Group on Productive Finance. This meeting took place virtually on June 22, 2021 and it covered the following agenda items: competition law reminder by Simmons & Simmons LLP, Chairs’ opening remarks, stress testing exercise, sey questions for discussion, and next steps and closing remarks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK277BE20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/june/working-group-to-facilitate-investment-in-productive-finance-22-june-2021\",\n            \"created_at\": \"2021-08-23T07:30:13.834654-04:00\"\n        },\n        {\n            \"id\": 55064,\n            \"title\": \"Senate Bill 18: Green Electrolytic Hydrogen\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill establishes a new definition for green hydrogen, requires the California Air Resources Board (CARB) to include a strategic plan for green hydrogen in the Climate Change Scoping Plan, requires the California Public Utilities Commission (CPUC) to consider green hydrogen in resource adequacy requirements, and it classifies green hydrogen as a zero-carbon resource for electric utility procurement plans. This bill also requires the California Energy Commission (CEC) to submit a report to the Legislature on the uses of green hydrogen for transportation and energy decarbonization.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB185720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB18\",\n            \"created_at\": \"2021-08-23T07:30:06.640421-04:00\"\n        },\n        {\n            \"id\": 55175,\n            \"title\": \"Participation by Isabel Schnabel in the Panel “The Implications of the Rise in Non-Bank Financial Intermediation” at the Virtual EEA-ESEM Conference\",\n            \"summary\": \"A Participation by Isabel Schnabel in the panel \\\"The implications of the rise in non-bank financial intermediation\\\" at the virtual EEA-ESEM conference will be held on Thursday, August 26, 2021 at 14:30 CET. Contact number: Media Services - ECB Global Media Relations - Tel: +49 69 1344 7455. E-mail address: media@ecb.europa.eu. Text: The text will be made available on the ECB's website.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB145Pa20210824\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.270982-04:00\"\n        },\n        {\n            \"id\": 55124,\n            \"title\": \"Governor Newsom Statement on July Jobs Report\",\n            \"summary\": \"Governor Gavin Newsom released a statement regarding today’s July jobs report, which showed that California added 114,400 new jobs last month, more new jobs than any other state. This follows 71,500 jobs created in June, 94,700 jobs created in May, 102,000 jobs created in April, 132,400 jobs created in March and 156,100 jobs created in February – totaling 671,100 new jobs created this year. The unemployment rate of 7.6 percent in July 2021 is 5.6 percentage points better than that of July 2020 and is California’s lowest unemployment rate since March 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6073620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/20/governor-newsom-statement-on-july-jobs-report/\",\n            \"created_at\": \"2021-08-23T07:30:10.973452-04:00\"\n        },\n        {\n            \"id\": 55084,\n            \"title\": \"Enterprise Zone Rules - Adopted\",\n            \"summary\": \"On August 18, 2021, the Colorado Department of Revenue, Division of Taxation, adopted five enterprise zone rules. The adoption was based on the public rulemaking hearing held on April 22, 2021. Prior to the public rulemaking hearing, the Department solicited public comment on the rules from December 7, 2020 through January 15, 2021. These are the adopted rules: rule 39-30-103.5. Credit for Enterprise Zone Contributions; rule 39-30-104. Enterprise Zone Investment Tax Credit; rule 39-30-105. Enterprise Zone New Business Facility Employee Credits; rule 39-30-105.6. Credit for Rehabilitation of Vacant Buildings; and rule 39-35-104. Aircraft Manufacturer New Employee Income Tax Credit.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18850CO31EN6720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Rulemaking\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Revenue, Taxation Division\"\n                }\n            ],\n            \"pdf_url\": \"https://tax.colorado.gov/news-article/enterprise-zone-rules-adopted\",\n            \"created_at\": \"2021-08-23T07:30:08.265512-04:00\"\n        },\n        {\n            \"id\": 55068,\n            \"title\": \"Senate Bill 41: Privacy: Genetic Testing Companies\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill establishes the Genetic Information Privacy Act, providing additional protections for genetic data by regulating the collection, use, maintenance, and disclosure of such data.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB415720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB41\",\n            \"created_at\": \"2021-08-23T07:30:06.899515-04:00\"\n        },\n        {\n            \"id\": 55115,\n            \"title\": \"Amendments to Chapter 155: Rules of Procedure\",\n            \"summary\": \"The adopted amendments to §155.255 of State Office of Administrative Hearings (SOAH)'s Rules of Procedure will clarify SOAH's written discovery rules in light of the January 1, 2021, amendments to Rules 194 and 195 of the Texas Rules of Civil Procedure (TRCP). The amendments are necessary to avoid confusion among the parties during the discovery phase of a contested case at SOAH, as some parties might otherwise remain uncertain as to whether the disclosures required by the TRCP apply to a general administrative hearing at SOAH. TRCP Rules 194 and 195 now require litigants to make certain initial disclosures without awaiting a discovery request for the information. The amendments to SOAH's written discovery rule specify that the \\\"automatic\\\" disclosures required by TRCP Rules do not apply to a contested administrative case proceeding at SOAH, except as may otherwise be ordered by the presiding administrative law judge. Instead, the adopted amendments provide a non-exclusive listing of categories of information that may be subject to a request for disclosure, thereby incorporating categories of information similar to those included in the TRCP Rules. The adopted rule amendment implements Texas Government Code §2003.050, which provides that the Chief Administrative Law Judge shall adopt rules that govern procedures that relate to hearings conducted by SOAH.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX188020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-24\",\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas State Office of Administrative Hearings\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August202021/Adopted Rules/1.ADMINISTRATION.html#80\",\n            \"created_at\": \"2021-08-23T07:30:10.262335-04:00\"\n        },\n        {\n            \"id\": 55171,\n            \"title\": \"Address by Christopher Kent, Assistant Governor (Financial Markets) of the Reserve Bank of Australia, to FX Markets Australia: Updates to the FX Global Code\",\n            \"summary\": \"\\\"The FX Global Code was launched in 2017. Globally, almost 1,100 entities have signalled their adherence to the Code's principles by posting a signed Statement of Commitment on a public register.1 This includes a wide range of participants in the Australian market. Take-up of the Code by sell-side market participants was fairly rapid, as was expected. But it has been pleasing to see that over time more and more entities on the buy-side have been confirming their adoption of the Code's principles. In setting out standards for good practice, the Code is relevant to all participants in the wholesale market, not just liquidity providers. To ensure that the Code remains relevant and keeps pace with the evolution of the market, the GFXC committed itself to carefully reviewing the Code's principles periodically. The first of these reviews has just been completed. The priorities for the review were established after surveying market participants in 2019 and following consultation with the GFXC's member committees, including the Australian Foreign Exchange Committee (AFXC), which I chair. A consistent theme of the feedback was that the Code remained fit for purpose and changes should only be made as necessary. To this end, the GFXC identified some key areas requiring attention to ensure that the Code continues to provide appropriate guidance.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17613BISR210820A20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/review/r210820a.htm\",\n            \"created_at\": \"2021-08-23T07:30:14.025305-04:00\"\n        },\n        {\n            \"id\": 55146,\n            \"title\": \"Issuance of Summons: State of Montana v. John Leesburg\",\n            \"summary\": \"The State of Montana has issued and order granting leave to file information direct and supporting affidavit, and finding probable cause to believe that John Leesburg has committed the following offenses: Criminal Insurance Fraud and Exploitation of older persons, incapacitated person, or person with developmental disability. It is hereby ordered that W. Adam Duerk, Special Deputy Custer County Attorney is granted leave to file information charging the defendant, John Leesburg with the described offenses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19288MT33Ons20450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Montana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/wp-content/uploads/2021.08.12-FILED-Order-Granting-Leave-to-File-Information-Direct-Leesburg.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.408812-04:00\"\n        },\n        {\n            \"id\": 55092,\n            \"title\": \"Maryland Department of Labor Releases June Jobs Report\",\n            \"summary\": \"The U.S. Department of Labor’s Bureau of Labor Statistics (BLS) released state jobs and unemployment data today. According to the preliminary survey data, Maryland’s total jobs decreased by 6,400 and the unemployment rate increased to 6.2%. The Education and Health Services sector experienced the most growth with an increase of 3,500 jobs from the Educational Services (2,800) and Health Care and Social Assistance (700) subsectors. The Leisure and Hospitality sector increased by 1,400 jobs from the Accommodation and Food Services (1,300) and Arts, Entertainment, and Recreation (100) subsectors. The Education and Health Services sector experienced the most growth with an increase of 3,500 jobs from the Educational Services (2,800) and Health Care and Social Assistance (700) subsectors. The Leisure and Hospitality sector increased by 1,400 jobs from the Accommodation and Food Services (1,300) and Arts, Entertainment, and Recreation (100) subsectors.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1236MD544620210716\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maryland\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Department of Labor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dllr.state.md.us/whatsnews/mlrjune2021.shtml\",\n            \"created_at\": \"2021-08-23T07:30:08.779856-04:00\"\n        },\n        {\n            \"id\": 55178,\n            \"title\": \"Participation by Luis de Guindos in Europe’s Summer Course III organised by Diario de Navarra, Spain\",\n            \"summary\": \"A Participation by Luis de Guindos in Europe’s Summer Course III organised by Diario de Navarra, Spain, will be held on Wednesday, August 25, 2021, at 10:30 CET in Pamplona. Contact number: Esther Tejedor - ECB Global Media Relations - Tel: +49 69 1344 95596 - Mob: +49 172 5171280. E-mail address: esther.tejedor@ecb.europa.eu. Text: No text will be made available.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB99Pa20210825\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.455964-04:00\"\n        },\n        {\n            \"id\": 55113,\n            \"title\": \"Virtual Event: a Beginner’s Guide for Getting Started to Build Your Financial Foundation\",\n            \"summary\": \"The Department of Commerce and Insurance is committed to providing Tennesseans with the best business experience. Our goal is to serve consumers by providing fair and efficient oversight of regulated industries, as well as to promote the success of individuals and small businesses through fair market places, public safety and consumer responsibility. The Department of Commerce and Insurance is responsible for licensing and regulating several hundred thousand Tennesseans in their professions and businesses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA27620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/8/20/join-tdci-for-investing-beginners-guide-for-getting-started-virtual-event-and-build-your-financial-foundation.html\",\n            \"created_at\": \"2021-08-23T07:30:10.133713-04:00\"\n        },\n        {\n            \"id\": 55173,\n            \"title\": \"National Balance Sheet of Euro Area Monetary Financial Institutions, Excluding the Eurosystem (Dataset: BSI)\",\n            \"summary\": \"The National balance sheet of euro area monetary financial institutions, excluding the Eurosystem (Dataset: BSI) Event will be held on Thursday August 26, 2021 at 10 AM CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB108Na20210826\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.150160-04:00\"\n        },\n        {\n            \"id\": 55139,\n            \"title\": \"Division of Insurance Reminds Massachusetts Residents that Preparedness is Key when it Comes to Severe Storms\",\n            \"summary\": \"According to a recent survey by the National Association of Insurance Commissioners (NAIC), 73% of homeowners said the most significant threats facing their homes are weather-related, with water damage and wind damage topping the list of their concerns. While no one can fully prevent weather-related damages from occurring, there are many steps a homeowner can take in advance of severe storms to help mitigate potential losses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9163MA24920210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Division of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/news/division-of-insurance-reminds-massachusetts-residents-that-preparedness-is-key-when-it-comes-to-severe-storms\",\n            \"created_at\": \"2021-08-23T07:30:11.948966-04:00\"\n        },\n        {\n            \"id\": 55158,\n            \"title\": \"US Department of Labor Obtains Consent Order Restraining Danbury Bakery, Owner from Retaliating Against Employees who Cooperate with Wage Investigation\",\n            \"summary\": \"A Danbury bakery and its owner may not threaten, terminate or cause harm to current or former workers who cooperate with a U.S. Department of Labor investigation of the bakery’s employment practices, a federal court in Hartford has ordered in a consent preliminary injunction obtained by the department. The department’s complaint states that during those meetings, Coelho told his employees he would fire them and report them to immigration authorities if they cooperated with the investigation. The complaint also alleges that defendants blacklisted a former employee they believed filed a complaint with the division. Due to the potential for ongoing retaliation by the defendants, the department sought and obtained the consent preliminary injunction. The consent injunction also requires the defendants to permit a division representative to notify all the defendants’ employees on paid working time of their FLSA rights, which includes their right to speak freely and honestly with the Wage and Hour Division without fear of retaliation, and provide a written notice of FLSA rights to all employees in a language they understand.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1511447BO525210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Wage and Hour Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/whd/whd20210820\",\n            \"created_at\": \"2021-08-23T07:30:13.180511-04:00\"\n        },\n        {\n            \"id\": 55149,\n            \"title\": \"Secretary Gorbea Launches RI Census Data Explorer\",\n            \"summary\": \"Secretary of State Nellie M. Gorbea has launched the Rhode Island Census Data Explorer. This interactive online resource allows users to explore more than two centuries of Rhode Island census data down to the community level. The Census Data Explorer illustrates how Rhode Island's population and demographics have evolved from 1708 to today. Users can view state-wide data or drill down to specific communities for details on changes in each city and town. Until 1965, Rhode Island conducted its own state census five years after each decennial national census. The Count Me In! story map, developed ahead of the 2020 U.S. Census, outlines the genesis and importance of the decennial count.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4191320210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Rhode Island\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Office of the Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ri.gov/press/view/41913\",\n            \"created_at\": \"2021-08-23T07:30:12.595527-04:00\"\n        },\n        {\n            \"id\": 55159,\n            \"title\": \"Issuance of Executive Order Blocking Property with Respect to Certain Russian Energy Export Pipelines, Issuance of Russia-related General License and related Frequently Asked Questions, PEESA Designations, Non-Proliferation Designations Updates\",\n            \"summary\": \"The President has signed a new Executive Order Blocking Property with Respect to Certain Russian Energy Export Pipelines. OFAC has issued Russia-related General License 1A and related FAQ 921. It has also updated FAQ 894. OFAC has also published FAQ 919 and FAQ 920 that are related to today's Non-Proliferation Designations Updates.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT32420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210820\",\n            \"created_at\": \"2021-08-23T07:30:13.245276-04:00\"\n        },\n        {\n            \"id\": 55106,\n            \"title\": \"Application for Renewal of Designation as a Certified Reinsurer: Chubb Tempest Reinsurance Ltd.\",\n            \"summary\": \"Chubb Tempest Reinsurance Ltd. has applied for renewal of its designation as a certified reinsurer in this Commonwealth. The application was received on June 28, 2021, and was made under section 319.1 of The Insurance Company Law of 1921 and 31 Pa. Code section161.3a (relating to requirements for certified reinsurers).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34020210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1340.html\",\n            \"created_at\": \"2021-08-23T07:30:09.676675-04:00\"\n        },\n        {\n            \"id\": 55070,\n            \"title\": \"Senate Bill 423: Energy: Firm Zero-Carbon Resources\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill proposes to explicitly accelerate procurement and planning of specified emerging renewable energy and zero-carbon resources into existing energy procurement and planning processes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB4235720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB423\",\n            \"created_at\": \"2021-08-23T07:30:07.031591-04:00\"\n        },\n        {\n            \"id\": 55129,\n            \"title\": \"Minutes of the Federal Open Market Committee, July 27-28, 2021\",\n            \"summary\": \"The Federal Reserve Board and the Federal Open Market Committee released the minutes of the Committee meeting held on July 27–28, 2021. The minutes for each regularly scheduled meeting of the Committee ordinarily are made available three weeks after the day of the policy decision and subsequently are published in the Board's Annual Report.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED139218A20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Monetary Policy Update\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/monetary20210818a.htm\",\n            \"created_at\": \"2021-08-23T07:30:11.291954-04:00\"\n        },\n        {\n            \"id\": 55144,\n            \"title\": \"Governor Cooper Announces State Boards and Commissions Appointments\",\n            \"summary\": \"Governor Roy Cooper announced new appointments and nominations to North Carolina boards and commissions today. Governor Cooper has nominated the following individuals to serve on the North Carolina Employment Security Board of Review: Albert D. Kirby, Jr. of Clinton as a representative of employees; Melinda Quick Porter of Plymouth as a public member; Mark E. Reed of Charlotte as a practical banker; Yashira Simon Cangas of Whispering Pines as a public member; and Audrey Mae Shen of Carrboro as a certified behavior analyst.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC395420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nc.gov/news/press-releases/2021/08/20/governor-cooper-announces-state-boards-and-commissions-appointments\",\n            \"created_at\": \"2021-08-23T07:30:12.279230-04:00\"\n        },\n        {\n            \"id\": 55145,\n            \"title\": \"Order Instituting Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change to List and Trade Shares of the First Trust SkyBridge Bitcoin ETF Trust under NYSE Arca Rule 8.201-E\",\n            \"summary\": \"On May 6, 2021, NYSE Arca, Inc. (“NYSE Arca” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to list and trade shares (“Shares”) of the First Trust SkyBridge Bitcoin ETF Trust (“Trust”) under NYSE Arca Rule 8.201-E (Commodity-Based Trust Shares). On July 7, 2021, the Commission designated a longer period within which to approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to disapprove the proposed rule change. This order institutes proceedings of the Act to determine whether to approve or disapprove the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349271420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-92714.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.344174-04:00\"\n        },\n        {\n            \"id\": 55061,\n            \"title\": \"Senate Bill 267: Property Taxation: Active Solar Energy Systems: Partnership Flip Transactions\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill would provide that for a legal entity that owns an active solar energy system pursuant to a partnership flip transaction, as defined, neither an initial transfer of a capital and profits interest in the legal entity, nor any subsequent change in the allocation of the capital and profits of the legal entity among the members, shall be deemed to constitute a transfer of control of, or of a majority interest in, the legal entity. The bill would make related findings and declarations. By adding to the duties of county assessors in applying this exclusion, the bill would impose a state-mandated local program. The California Constitution requires the state to reimburse local agencies and school districts for certain costs mandated by the state. Statutory provisions establish procedures for making that reimbursement. This bill would provide that, if the Commission on State Mandates determines that the bill contains costs mandated by the state, reimbursement for those costs shall be made pursuant to the statutory provisions noted above. Existing law requires the state to reimburse local agencies annually for certain property tax revenues lost as a result of any exemption or classification of property for purposes of ad valorem property taxation. This bill would provide that, notwithstanding those provisions, no appropriation is made and the state shall not reimburse local agencies for property tax revenues lost by them pursuant to the bill. This bill would take effect immediately as a tax levy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB2675720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB267\",\n            \"created_at\": \"2021-08-23T07:30:06.442620-04:00\"\n        },\n        {\n            \"id\": 55083,\n            \"title\": \"Commissioner Lara Protects More Than 25,000 Policyholders Affected by Beckwourth Complex Fire and Lava Fire from Policy Non-Renewal for One Year\",\n            \"summary\": \"Insurance Commissioner Ricardo Lara today issued a mandatory one-year moratorium on insurance companies from non-renewing or cancelling residential property insurance policies – the first moratorium called by Commissioner Lara thus far this year. This action helps more than 25,000 policyholders who have been affected by the devastating Lava Fire and the Beckwourth Complex Fire in the counties of Siskiyou, Plumas, and Lassen. That includes more than 20,000 consumers who were already covered under last year’s moratorium, effectively extending their protection for several more months. Today’s moratorium order follows Governor Gavin Newsom's emergency declaration this year on July 16 for the Lava Fire and the Beckwourth Complex Fire, and gives insurer-initiated non-renewal protections for one year for residential property insurance policies in ZIP codes within or adjacent to the fire perimeter. Consumers can go to the California Department of Insurance website to see if their ZIP Code is included in the moratorium. This is the third consecutive year that Commissioner Lara has implemented the moratorium law. After the record setting wildfires of 2020, his order protected more than 2.4 million policyholders from non-renewal or cancellation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA22620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release086-2021.cfm\",\n            \"created_at\": \"2021-08-23T07:30:08.201156-04:00\"\n        },\n        {\n            \"id\": 55174,\n            \"title\": \"Participation by Isabel Schnabel in Economist Roundtable on ECB’s Strategy Review Organised by the German Federal Ministry of Finance\",\n            \"summary\": \"The Participation by Isabel Schnabel in Economist Roundtable on ECB's strategy review organised by the German Federal Ministry of Finance will be held on August 26, 2021, via online at 5PM, CET. Contact number: Media Services - ECB Global Media Relations - Tel: +49 69 1344 7455; e-mail address: media@ecb.europa.eu; slides will be made available on the ECB's website; notes: Upon invitation only!\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB130Pa20210826\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.210321-04:00\"\n        },\n        {\n            \"id\": 55143,\n            \"title\": \"Final Order to Cease-and-Desist and Order Awarding Restitution, Civil Penalties, and Costs: Cutting Edge Supplements, LLC and Desmond Richard Bloss\",\n            \"summary\": \"On July 1, 2021, the Commissioner issued an Order to Cease and Desist and Order to Show Cause Why Restitution, Civil Penalties, Costs, and Other Administrative Relief Should Not Be Imposed (“the Order”) against Cutting Edge Supplements, LLC and Desmond Richard Bloss (“Respondents”). It is hereby ordered that Respondents, their agents, employees and servants, and all other persons participating in or about to participate in the described violations with knowledge of this order be prohibited from violating or materially aiding in any violation in connection with the offer or sale of securities, engaging in an act, practice, or course of business that operates or would operate as a fraud or deceit upon another person. It is further ordered that Respondents shall pay a civil penalty of $25,000, jointly and severally, for one violation of Section 409.5-501. It is further ordered that Respondents shall pay restitution and annual statutory interest in the amount of $82,853.28, jointly and severally, from the date of the violation of Section 409.5-501. It is further ordered that Respondents shall pay $5,489.12, jointly and severally, in actual costs for investigation into, and the proceedings associated with this matter.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8187MOAP210720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Office of the Secretary of State, Investor Protection and Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.mo.gov/CMSImages/Securities/AP-21-07F.pdf\",\n            \"created_at\": \"2021-08-23T07:30:12.214138-04:00\"\n        },\n        {\n            \"id\": 55123,\n            \"title\": \"Attorney General Bonta Announces Sentencing of Orange County Pharmacy Owner for $1.8 Million Insurance Fraud Scheme\",\n            \"summary\": \"California Attorney General Rob Bonta today announced the sentencing of Quality Care Pharmacy owner Divina Catalasan for defrauding the Medi-Cal and Medicare programs. An audit by the California Department of Justice (DOJ) found that the amount of drugs the owner of the Santa Ana-based pharmacy claimed to have purchased and billed the programs for was not supported by her actual inventory, and that her fraudulent over-billing totaled more than $1.8 million. Catalasan pleaded guilty on May 14, 2021, to three felony counts of fraudulent healthcare claims and grand theft, with a sentencing enhancement for aggravated white-collar crime. She was sentenced today in Orange County Superior Court to three years in state prison.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54410520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-sentencing-orange-county-pharmacy-owner-18\",\n            \"created_at\": \"2021-08-23T07:30:10.908451-04:00\"\n        },\n        {\n            \"id\": 55128,\n            \"title\": \"Closed Board Meeting on August 23, 2021\",\n            \"summary\": \"It is anticipated that the closed meeting of the Board of Governors of the Federal Reserve System at 11:30 a.m. on Monday, August 23, 2021, will be held under expedited procedures, as set forth in section 261b.7 of the Board's Rules Regarding Public Observation of Meetings, via conference call. Items of official Board business are tentatively scheduled to be considered at that meeting, including the review and determination by the Board of Governors of the advance and discount rates to be charged by the Federal Reserve Banks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED130esED20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/aboutthefed/boardmeetings/20210823closed.htm\",\n            \"created_at\": \"2021-08-23T07:30:11.229578-04:00\"\n        },\n        {\n            \"id\": 55156,\n            \"title\": \"Federal Court Permanently Shuts Down Chicago Tax Preparer\",\n            \"summary\": \"A federal court in the Northern District of Illinois has permanently enjoined a Chicago, Illinois, tax return preparer from preparing returns for others and from owning or operating any tax return preparation business in the future. The civil complaint filed in the case alleged that Lennette Roberts and her company, Real Counseling Solution Inc., which did business under the assumed name RR Tax and Accounting, prepared fraudulent federal income tax returns. According to the court’s order, Lennette Roberts and her company consented to entry of the injunction, which permits the United States to conduct full post-judgment discovery to monitor compliance. The order requires that Roberts (1) send notice of the injunction to each person for whom she and her company prepared federal tax returns, other tax forms, or claims for refund after Jan. 1, 2018, and (2) post an electronic copy of the injunction on any business social media profile currently maintained or created over the next five years.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1451520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/federal-court-permanently-shuts-down-chicago-tax-preparer\",\n            \"created_at\": \"2021-08-23T07:30:13.051356-04:00\"\n        },\n        {\n            \"id\": 55088,\n            \"title\": \"Notice of Declaratory Statement: Standard Custody & Trust Company, LLC\",\n            \"summary\": \"The Florida Office of Financial Regulation has received the petition for declaratory statement from Standard Custody & Trust Company, LLC. The petition seeks the agency's opinion as to the applicability of Chapter 560, Florida Statutes, as it applies to the petitioner. On 8/17/2021, the Florida Office of Financial Regulation (Consumer Finance) received a Petition for Declaratory Statement from Standard Custody & Trust Company, LLC. The petition seeks a declaratory statement from the Office on whether Petitioner as a New York state chartered trust would be exempt from licensure under the Florida Money Transmitter Statute, Chapter 560, Florida Statutes. The Petitioner intends to act as a custodian of digital assets including but not limited to traditional virtual currencies, stable coins, tokenized commodities, and tokenized securities. The company offers client fiduciary services related to those assets.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490952020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Declaratory Statement\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24909520\",\n            \"created_at\": \"2021-08-23T07:30:08.526936-04:00\"\n        },\n        {\n            \"id\": 55090,\n            \"title\": \"Weekly Risk Parameters\",\n            \"summary\": \"ICE Clear Credit (“ICC”) hereby submits, pursuant to Section 5c(c)(1) of the Commodity Exchange Act and Commodity Futures Trading Commission (“Commission”) Regulation 40.6(d), a notification of changes to risk parameters established by ICC in consultation with the ICC Risk Committee, Trading Advisory Group and/or Risk Working Group. ICC is registered with the Commission as a derivatives clearing organization. The purpose of this notification is to report any changes to the risk parameters established by ICC. During the week ending August 20, 2021, changes were made to the following parameters: recovery rates for a North American risk factor.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE113WE1510020210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Credit LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/Weekly_Risk_Parameters_CFTC_Notice_20210820.pdf\",\n            \"created_at\": \"2021-08-23T07:30:08.653176-04:00\"\n        },\n        {\n            \"id\": 55071,\n            \"title\": \"Senate Bill 472: Social Innovation Financing Program\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. The purpose of this bill is to expand the existing Social Innovation Financing Program to five counties, extend the program’s sunset to 2031, and make other changes to the program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB4725720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB472\",\n            \"created_at\": \"2021-08-23T07:30:07.095349-04:00\"\n        },\n        {\n            \"id\": 55141,\n            \"title\": \"Governor Whitmer on Michigan's Job Growth and Decreasing Unemployment\",\n            \"summary\": \"Governor Gretchen Whitmer issued a statement after the release of Michigan's latest jobs and unemployment numbers. The state's unemployment rate in July was down to 4.8%, well below the national average of 5.4%. Michigan added 31,000 non-farm jobs in July, with the largest increase coming from the leisure and hospitality sector. Throughout the pandemic, the state of Michigan unveiled dozens of economic relief programs for businesses that supported more than 25,000 companies and retained more than 200,000 jobs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56632120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-566321--,00.html\",\n            \"created_at\": \"2021-08-23T07:30:12.087489-04:00\"\n        },\n        {\n            \"id\": 55138,\n            \"title\": \"Governor Hogan Announces $400 Million Initiative to Ensure Universal Broadband for Maryland\",\n            \"summary\": \"Governor Larry Hogan today announced the launch of Connect Maryland, a transformative new initiative to supercharge the State of Maryland’s broadband investment with a total new investment of $400 million to fully address the digital divide. The governor made the announcement in Snow Hill, where he was joined by Senate President Bill Ferguson, House Speaker Adrienne A. Jones, and other local elected officials. Connect Maryland includes the investment of an additional $100 million to expand broadband access across the state. This is in addition to the $300 million investment that was announced in March as part of a bipartisan budget agreement to allocate federal funding from the American Rescue Plan Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD29759620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maryland\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.maryland.gov/2021/08/20/governor-hogan-announces-400-million-initiative-to-ensure-universal-broadband-for-maryland/\",\n            \"created_at\": \"2021-08-23T07:30:11.881405-04:00\"\n        },\n        {\n            \"id\": 55109,\n            \"title\": \"License Denial Appeal: Robert F. Walters, Jr.\",\n            \"summary\": \"Robert F. Walters, Jr. has appealed the denial of the application for a 1033 written waiver to engage in the business of insurance. A prehearing videoconference initiated by this office is scheduled for August 25, 2021. A date for a hearing shall be determined, if necessary, at the prehearing videoconference. Protests, petitions to intervene or notices of intervention, if any, must be electronically filed on or before September 8, 2021. Answer to protests, petitions to intervene or notices of intervention, if any shall be electronically filed on or before September 20, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34320210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1343.html\",\n            \"created_at\": \"2021-08-23T07:30:09.866813-04:00\"\n        },\n        {\n            \"id\": 55140,\n            \"title\": \"Bid/Request for Proposal: Develop, Operate and Maintain Rickenbacker and Venetian Causeways\",\n            \"summary\": \"Miami-Dade County has received an unsolicited proposal and is soliciting proposals for the same project purpose to enter into an Interim Agreement and one or more subsequent Project/Concession Agreements to design, permit, construct/build, finance, manage, operate, repair and maintain the Rickenbacker and Venetian Causeways of Miami, Florida together with associated recreational elements along the Rickenbacker Causeway including greenways and beaches. The Project construction completion timeline for the Rickenbacker Causeway, including associated recreational elements, greenways and beaches, is estimated at four years and for the Venetian Causeway is estimated at seven years, from the execution of the Project/Concession Agreement. The solicitation, which is available starting August 15, 2021, can be obtained at no cost on-line.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2491029620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notice of Bid/Request for Proposal\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Miami-Dade County Internal Services Department\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24910296\",\n            \"created_at\": \"2021-08-23T07:30:12.017999-04:00\"\n        },\n        {\n            \"id\": 55142,\n            \"title\": \"Governor Whitmer on Historic Increase of SNAP Dollars to Feed more Families, Kids\",\n            \"summary\": \"Governor Gretchen Whitmer released the following statement applauding the U.S. Department of Agriculture's decision to modernize the Thrifty Food Plan: \\\"Today, the Biden Administration is taking a significant step towards ending hunger across the United States. Increasing food assistance will help cash and time-strapped families stay healthy and feed their kids. The additional $539 million in yearly SNAP benefits coming to Michigan will uplift hundreds of thousands of families, communities, and small businesses as we continue our economic jumpstart.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56632420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-566324--,00.html\",\n            \"created_at\": \"2021-08-23T07:30:12.150659-04:00\"\n        },\n        {\n            \"id\": 55172,\n            \"title\": \"Publication of the Account of the Monetary Policy Meeting of the Governing Council Held on 21-22 July 2021\",\n            \"summary\": \"Event: Publication of the account of the monetary policy meeting of the Governing Council held on 21-22 July 2021. Date: Thursday, 26 August 2021. Time: 13:30 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB106Pu20210826\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-23T07:30:14.087885-04:00\"\n        },\n        {\n            \"id\": 55157,\n            \"title\": \"Mexican Laborers’ Vote on Future of Collective Bargaining Agreement at Silao General Motors’ Plant is a Win for Labor Protections\",\n            \"summary\": \"On August 18, workers at the General Motors’ Silao plant in Mexico voted to reject a proposed collective bargaining agreement, an action heralded as a win for the labor protections built into the United States-Mexico-Canada Agreement. The vote comes as a result of a first-of-its-kind comprehensive plan to remediate a past denial of freedom of association and collective bargaining rights for the workers at the plant, when irregularities were identified in an April 2021 collective bargaining legitimization vote. Nearly 6,000 workers voted during a period of 34 hours, and 2,623 voted yes for the collective bargaining agreement while 3,214 voted no.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1291549NA501210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Bureau of International Labor Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/ilab/ilab20210820\",\n            \"created_at\": \"2021-08-23T07:30:13.115559-04:00\"\n        },\n        {\n            \"id\": 55067,\n            \"title\": \"Senate Bill 381: Surplus Residential Property: City of South Pasadena\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill makes changes to the Roberti Act to encourage the sale of homes owned by Caltrans for low- and moderate-income rental housing in the State Route 710 corridor in South Pasadena.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB3815720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB381\",\n            \"created_at\": \"2021-08-23T07:30:06.836484-04:00\"\n        },\n        {\n            \"id\": 55169,\n            \"title\": \"Minutes of the Productive Finance Working Group - 16 July 2021\",\n            \"summary\": \"Minutes of the sixth Technical Expert Group (TEG) meeting of the Working Group on Productive Finance. This meeting took place virtually on June 16, 2021 and it covered the following agenda items: competition law reminder, Chairs’ opening remarks, discussion of the draft executive summary of the report, discussion of the draft recommendations of the report, next steps, and closing remarks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK38D9420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/july/working-group-to-facilitate-investment-in-productive-finance-16-july-2021\",\n            \"created_at\": \"2021-08-23T07:30:13.897378-04:00\"\n        },\n        {\n            \"id\": 55072,\n            \"title\": \"Senate Bill 611: Income Taxes: Credits: Motion Pictures\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. Would allow an additional credit to the California Film and TV 3.0 tax credit program for those \\\\ taxpayers that hire certain individuals.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB6115720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB611\",\n            \"created_at\": \"2021-08-23T07:30:07.159614-04:00\"\n        },\n        {\n            \"id\": 55108,\n            \"title\": \"Review Procedure Hearings under the Unfair Insurance Practices Act: Nazareth Mutual Insurance Company\",\n            \"summary\": \"Nazareth Mutual Insurance Company has requested a hearing as authorized by section 8 of the Unfair Insurance Practices Act in connection with the company's termination of the insured's homeowners policy. The hearing will be held in accordance with the requirements of the act. This administrative hearing will be held as follows. Failure by the appellant to appear at the scheduled hearing may result in dismissal with prejudice. The hearing will be held in the Administrative Hearings Office, Capitol Associates Building, Room 200, 901 North Seventh Street, Harrisburg, PA 17102. Appeal of Nazareth Mutual Insurance Company; Earl J. Muth; File No. 20-116-247743; Doc. No. P20-06-012; September 8, 2021, 9 a.m. Following the hearing and receipt of the stenographic transcript, the Insurance Commissioner (Commissioner) will issue a written order resolving the factual issues presented at the hearing and stating what remedial action, if any, is required. The Commissioner's Order will be sent to those persons participating in the hearing or their designated representatives. The Order of the Commissioner may be subject to judicial review by the Commonwealth Court.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34220210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1342.html\",\n            \"created_at\": \"2021-08-23T07:30:09.803470-04:00\"\n        },\n        {\n            \"id\": 55063,\n            \"title\": \"Senate Bill 109: Office of Emergency Services: Office of Wildfire Technology Research and Development\",\n            \"summary\": \"Hearing scheduled for August 19, 2021. This bill would establish the Office of Wildfire Technology Research and Development (Office), within the California Office of Emergency Services (OES), to study, test, and advise state and local agencies regarding the procurement of emerging technologies and tools in order to more effectively prevent and suppress wildfires, as specified.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB1095720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB109\",\n            \"created_at\": \"2021-08-23T07:30:06.575578-04:00\"\n        },\n        {\n            \"id\": 55127,\n            \"title\": \"Governor Lamont Declaring State of Emergency in Advance of Tropical Storm Henri\",\n            \"summary\": \"Governor Ned Lamont today announced that as Tropical Storm Henri is projected to move toward Connecticut in the coming days and strengthen to a hurricane before making landfall, he will be requesting a presidential pre-landfall emergency declaration to provide the state with federal assistance in anticipation of the impacts of the storm. The governor will be issuing a declaration of civil preparedness emergency to enable the state to take any actions necessary to protect the health and wellbeing of the people of Connecticut. The governor has directed the Connecticut State Emergency Operations Center to become partially activated on Saturday, August 21, and fully activated by the morning of Sunday, August 22.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT7915720210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Declaring-State-of-Emergency-in-Advance-of-Tropical-Storm-Henri\",\n            \"created_at\": \"2021-08-23T07:30:11.166051-04:00\"\n        },\n        {\n            \"id\": 55087,\n            \"title\": \"Notice of Meeting/Workshop Hearing: the Florida Building Commission, Hurricane Research Advisory Committee\",\n            \"summary\": \"Date and time: August 27, 2021, 9:00 a.m. Place: Meetings to be conducted using communications media technology. General subject matter to be considered: To consider and recommend potential research projects for consideration by the Commission. Other Committee Business on the agenda.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490835620210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24908356\",\n            \"created_at\": \"2021-08-23T07:30:08.463449-04:00\"\n        },\n        {\n            \"id\": 55086,\n            \"title\": \"Federal Reserve Board Announces Approval of Application by Smartfinancial, Inc\",\n            \"summary\": \"The Federal Reserve Board on Tuesday announced its approval of the application by SmartFinancial, Inc., Knoxville, Tennessee, to merge with Sevier County Bancshares, Inc., and thereby indirectly acquire its subsidiary state nonmember bank, Sevier County Bank, both of Sevierville, Tennessee. The Board also approved the proposals by SmartBank, Pigeon Forge, Tennessee, to merge with Sevier County Bank and to establish and operate branches at the locations of the main office and branches of Sevier County Bank.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED154c.7A20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Banking Application Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/orders20210817a.htm\",\n            \"created_at\": \"2021-08-23T07:30:08.395224-04:00\"\n        },\n        {\n            \"id\": 55110,\n            \"title\": \"Amendment of Rules 208, 218 and 532 of the Pennsylvania Rules of Disciplinary Enforcement: No. 215 Disciplinary Rules Doc.\",\n            \"summary\": \"This 10th day of August, 2021, upon the recommendation of the Disciplinary Board of the Supreme Court of Pennsylvania; which followed the proposal to amend Pa.R.D.E. 208, 218, and 532 having been published for comment in the Pennsylvania Bulletin, 50 Pa.B. 5975 (October 31, 2020): It Is Ordered pursuant to Article V, Section 10 of the Constitution of Pennsylvania that Rules 208 (Procedure), 218 (Reinstatement), and 532 (Duty to Report Bankruptcy Filing) of the Rules of Disciplinary Enforcement are amended. This Order shall be processed in accordance with Pa.R.J.A. No. 103(b), and shall be effective in 30 days.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL30720210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-30\",\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Supreme Court\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1307.html\",\n            \"created_at\": \"2021-08-23T07:30:09.929894-04:00\"\n        },\n        {\n            \"id\": 55079,\n            \"title\": \"Proposed Rule Change Consisting of Amendments to Rule G-10, on Investor and Municipal Advisory Client Education and Protection, and Rule G-48, on Transactions with Sophisticated Municipal Market Professionals, to Amend Certain Dealer\",\n            \"summary\": \"On August 10, 2021, NYSE American LLC (“NYSE American” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rule 952NY (Opening Process) to provide an option for ATP Holders to instruct the Exchange to cancel Marketable orders if a series is not opened within a specified time period. Rule 952NY sets forth the Exchange’s process for opening and reopening a series for trading. Rule 952NY(b) provides that the Exchange will accept market and limit orders for inclusion in the opening auction process (“Auction Process”) until such time as the Auction Process is initiated in that option series.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEAMER20213620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE American LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/rule-filings/federal-registers/2021/NYSEAmer-2021-36, 86 FR 46746 %288-19-21%29.pdf\",\n            \"created_at\": \"2021-08-23T07:30:07.942358-04:00\"\n        },\n        {\n            \"id\": 55107,\n            \"title\": \"Public Adjuster License Denial Appeal: Charles Alan Molter; Doc. No. AG21-08-001\",\n            \"summary\": \"Under the act of December 20, 1983, referred to as the Public Adjuster's Act, Charles Alan Molter has appealed the denial of an application for an insurance public adjuster license. A prehearing videoconference initiated by this office is scheduled for September 14, 2021, at 1:30 p.m. A date for a hearing shall be determined, if necessary, at the prehearing videoconference. Protests, petitions to intervene or notices of intervention, if any, must be electronically filed on or before August 31, 2021. Answer to protests, petitions to intervene or notices of intervention, if any shall be electronically filed on or before September 13, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL34120210821\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-34/1341.html\",\n            \"created_at\": \"2021-08-23T07:30:09.739446-04:00\"\n        },\n        {\n            \"id\": 55093,\n            \"title\": \"Attorney General James Announces Indictment of Bronx Clinic Owner for Stealing More Than $4 Million from New York Taxpayers\",\n            \"summary\": \"New York Attorney General Letitia James announced the indictment of Leslie Montgomery for defrauding New York state out of millions of dollars in false Medicaid claims. Montgomery allegedly scammed individuals and taxpayers through an elaborate scheme, whereby Montgomery advertised a fake housing assistance program to lure low-income New Yorkers into providing their personal information, including their Medicaid numbers. Montgomery is accused of stealing more than $4 million from the illegal scheme. The indictment charges Montgomery with one count of Grand Larceny in the First Degree, a class B felony; one count of Health Care Fraud in the First Degree, a class B felony; one count of Money Laundering in the First Degree, a class B felony; and five counts of Identity Theft in the First Degree, a class D felony. In addition, LCM Livery is also charged with one count of Money Laundering in the First Degree. If convicted on the top charge, Montgomery could face up to 25 years in state prison.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5376520210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-announces-indictment-bronx-clinic-owner-stealing-more-4\",\n            \"created_at\": \"2021-08-23T07:30:08.845780-04:00\"\n        },\n        {\n            \"id\": 55160,\n            \"title\": \"Treasury Sanctions Russian Operatives and Entities Linked to the Poisoning of Aleksey Navalny, Chemical Weapons Program\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) and the U.S. Department of State joined the United Kingdom in imposing additional sanctions on Russia in response to the state-sponsored poisoning of Russian opposition leader Aleksey Navalny that took place one year ago today. Specifically, OFAC is designating nine Russian individuals and two Russian entities involved in Navalny’s poisoning or Russia’s chemical weapons program. This is the third use of Treasury’s discretionary authorities to respond to Russia’s use of Novichok against its own citizens. Additionally, the U.S. Department of State is designating two Russian Ministry of Defense scientific laboratories that have engaged in activities to develop Russia’s chemical weapons capabilities. These actions build upon those announced by the United States in March and are consistent with the spirit of the U.S. Chemical and Biological Control and Warfare Elimination Act of 1991 (CBW Act).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT119032820210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-20\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0328\",\n            \"created_at\": \"2021-08-23T07:30:13.310851-04:00\"\n        },\n        {\n            \"id\": 55002,\n            \"title\": \"House Bill 0645: Future of Work Task Force\",\n            \"summary\": \"Signed by the Governor on 08/19/2021. Creates the Illinois Future of Work Act. Creates the Illinois Future of Work Task Force. Provides for the duties and responsibilities of the Task Force. Provides for the membership and meetings of the Task Force. Provides that members of the Task Force shall serve without compensation. Provides that the Department of Commerce and Economic Opportunity shall provide administrative support to the Task Force. Requires the Task Force to submit a final report to the Governor and the General Assembly no later than November 1, 2022. Dissolves the Task Force upon the filing of its report. Repeals the Act on January 1, 2024. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1064528P0720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-19\",\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=645&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-20T07:30:08.571263-04:00\"\n        },\n        {\n            \"id\": 55033,\n            \"title\": \"Civil Monetary Penalty Inflation Adjustment\",\n            \"summary\": \"The Department of Defense is issuing this final rule to adjust each of its statutory civil monetary penalties (CMP) to account for inflation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17675\",\n            \"regalytics_alert_id\": \"1891FR20211767520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": \"2021-08-19\",\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Defense\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17675/civil-monetary-penalty-inflation-adjustment\",\n            \"created_at\": \"2021-08-20T07:30:10.594241-04:00\"\n        },\n        {\n            \"id\": 55053,\n            \"title\": \"Website Alert – Suspicious Website Related to DBS Bank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by DBS Bank (Hong Kong) Limited relating to a suspicious website, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS (including via embedded hyperlinks). Anyone who has provided his or her personal information, or who has conducted any financial transactions, through or in response to the website concerned, should contact the bank using the contact information provided in the press release, and report the matter to the Police by contacting the Cyber Security and Technology Crime Bureau of the Hong Kong Police Force at 2860 5012.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA7410819320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210819-3/\",\n            \"created_at\": \"2021-08-20T07:30:11.913986-04:00\"\n        },\n        {\n            \"id\": 54978,\n            \"title\": \"Proposal to Amend Rule 952NY to Provide an Option for ATP Holders to Instruct the Exchange to Cancel Marketable Orders if a Series Is not Opened within a Specified Time Period\",\n            \"summary\": \"On August 10, 2021, NYSE American LLC (“NYSE American” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rule 952NY (Opening Process) to provide an option for ATP Holders to instruct the Exchange to cancel Marketable orders if a series is not opened within a specified time period. Rule 952NY sets forth the Exchange’s process for opening and reopening a series for trading. Rule 952NY(b) provides that the Exchange will accept market and limit orders for inclusion in the opening auction process (“Auction Process”) until such time as the Auction Process is initiated in that option series.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17757\",\n            \"regalytics_alert_id\": \"1891FR20211775720210819\",\n            \"proposed_comments_due_date\": \"2021-09-09\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE American LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17757/self-regulatory-organizations-nyse-american-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-08-20T07:30:06.972229-04:00\"\n        },\n        {\n            \"id\": 55018,\n            \"title\": \"Proposal to Amend the Provisions of Section 314.00 of the NYSE Listed Company Manual in Relation to the Review and Approval of Related Party Transactions\",\n            \"summary\": \"On August 19, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the provisions of Section 314.00 of the NYSE Listed Company Manual (“Manual”) in relation to the review and approval of related party transactions. Section 314.00 of the Manual provides that a company's audit committee or another independent body of the board of directors, shall conduct a reasonable prior review and oversight of all related party transactions for potential conflicts of interest and will prohibit such a transaction if it determines it to be inconsistent with the interests of the company and its shareholders. For purposes of this rule, the term \\\"related party transaction\\\" refers to transactions required to be disclosed pursuant to Item 404 of Regulation S-K under the Act (but without applying the transaction value threshold of that provision). In the case of foreign private issuers, the term \\\"related party transactions\\\" refers to transactions required to be disclosed pursuant to Item 7.B of Form 20-F (but without regard to the materiality threshold of that provision). The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20214320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/SR-NYSE-2021-43, Re-file Pdf.pdf\",\n            \"created_at\": \"2021-08-20T07:30:09.622918-04:00\"\n        },\n        {\n            \"id\": 55051,\n            \"title\": \"Record of Discussion of the Meeting of the Exchange Fund Advisory Committee Currency Board Sub-Committee Held on 9 July 2021\",\n            \"summary\": \"The Sub-Committee noted that the Hong Kong dollar (HKD) traded within a range of 7.7574 and 7.7699 against the US dollar during the review period. Despite some selling pressure from the repatriation of funds raised in initial public offerings and share placements, the HKD remained firm due to corporates’ dividend payment needs and net inflows from the southbound Stock Connects. With the sizeable Aggregate Balance, HKD interbank interest rates (i.e. HIBORs) stayed at low levels during the review period. Overall, the HKD exchange and interbank markets continued to trade in a smooth and orderly manner. The Sub-Committee noted that the Monetary Base edged up to HK$2,112.44 billion at the end of the review period. In accordance with the Currency Board principles, all changes in the Monetary Base had been fully matched by corresponding changes in foreign reserves. The Sub-Committee noted that the global inflationary pressure had been on rise with the US seeing a relatively higher risk of high and persistent inflation, which could challenge the market’s “low for even longer” expectations and lead to a premature tightening of global financial conditions. While some Asian economies registered positive growth in 2021 Q1 on the back of goods exports, economic conditions in the region remained weak especially in those tourism-dependent economies. As such, any financial tightening may further drag economic activity in the region. The Sub-Committee further noted that in Mainland China, efforts continued to be made by policymakers to contain systemic financial risks. Meanwhile, China-US tensions remained a recurring issue.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA12410819520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210819-5/\",\n            \"created_at\": \"2021-08-20T07:30:11.764562-04:00\"\n        },\n        {\n            \"id\": 55019,\n            \"title\": \"OCC Enforcement Actions and Terminations\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC) today released new enforcement actions taken against national banks, federal savings associations, and individuals currently and formerly affiliated with national banks and federal savings associations. A notice was filed in the matter of Jacqueline Brown, GN Bank, Chicago. Existing enforcement actions were terminated in the matters of UBS AG Stamford Br, Stamford; MUFG Bank, Ltd. Primary NY Branch and MUFG Bank, Ltd., Secondary NY Branch, New York; and cfsbank, Charleroi. All Cease and Desist Orders, Civil Money Penalty Orders, and Removal/Prohibition Orders are issued with the consent of the parties, unless otherwise indicated.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC4073NS4220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-82.html\",\n            \"created_at\": \"2021-08-20T07:30:09.687542-04:00\"\n        },\n        {\n            \"id\": 55046,\n            \"title\": \"Interview with Carolyn Rogers, Secretary General of the Basel Committee on Banking Supervision, ECB Supervision Newsletter: I Don’t See Basel III as a Burden – I See a Compelling Case to Get It Done\",\n            \"summary\": \"“The Basel III reforms were the centrepiece of the regulatory response to the great financial crisis and they were more than ten years in the making. When the completion of the reforms was first announced in December 2017, there were still a small number of outstanding details that required finalisation, including some targeted calibrations and revisions to the market risk framework. Those details were completed by early 2020 and shortly after that, the Group of Central Bank Governors and Heads of Supervision (GHOS) announced an end to the policy work on Basel III reforms. The objective of marking this clear end – what is now referred to as the \\\"hard stop\\\" – was to bring stability to the framework so that member jurisdictions and banks could move forward with implementation. It was also an important signal that the Basel Committee was turning its focus to new and emerging risks. There is still work to do to complete Basel III, but that work is focused on implementing the reforms in a full, timely and consistent manner. Global financial stability is a public good: the full benefits of Basel III can only be locked in if all members implement these reforms.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17612BISSP21081820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/speeches/sp210818.htm\",\n            \"created_at\": \"2021-08-20T07:30:11.437332-04:00\"\n        },\n        {\n            \"id\": 55003,\n            \"title\": \"House Bill 4128: Attorney Act - Client Property\",\n            \"summary\": \"Introduced on 08/19/2021. An act to amend the Attorney Act. Provides that if an attorney has received, in the course of collection or settlement of any claim left with him or her for collection or settlement, any money or other property belonging to any client, and, upon demand made, and a tender of his or her reasonable fees and expenses, refuses or neglects to pay over or deliver the same to the client, it shall be lawful for the client to, among other things: (1) request that the attorney provide an accounting of any and all money or other property belonging to the client in the possession of the attorney; and (2) request that the attorney deliver any and all money or other property belonging to the client in the possession of the attorney. Provides that an attorney who receives a request for an accounting shall provide the client with a full and accurate accounting of any and all money or property belonging to the client in the possession of the attorney within 30 days. Provides that an attorney who receives a request for delivery shall delivery any and all money or property belonging to the client in the possession of the attorney within 30 days. Provides that an attorney who knowingly violates a request for accounting or request for delivery for the express purpose of misappropriating money or property belonging to the client shall forfeit any and all rights and claims that the attorney may have otherwise held in such money or property or any portion thereof. Provides that the client may elect to enforce violations in the same court proceeding from which the money or property at issue was derived or through a separate action. Allows the court, upon a showing of cause for the issuance of injunctive relief, to issue such temporary restraining orders, preliminary injunctions, and permanent injunctions as may be appropriate. Allows the court to award reasonable attorney's fees, costs, and expenses to the prevailing party.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1412839FAN20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4128&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-20T07:30:08.636012-04:00\"\n        },\n        {\n            \"id\": 55052,\n            \"title\": \"Composite Interest Rate: End of July 2021\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) announced today, August 19, 2021, the composite interest rate at the end of July 2021. The composite interest rate, which is a measure of the average cost of funds of banks, increased by 1 basis point to 0.19% at the end of July 2021, from 0.18% at the end of June 2021. The increase in composite interest rate mainly reflected an increase in the weighted funding cost for deposits during the month. The historical data of the composite interest rate from the end of the fourth quarter of 2003 to the end of July 2021 are available in the Monthly Statistical Bulletin on the HKMA website (www.hkma.gov.hk).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA4110819420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210819-4/\",\n            \"created_at\": \"2021-08-20T07:30:11.848115-04:00\"\n        },\n        {\n            \"id\": 54976,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend the Expiration Timeframe of Long-Term Index Options Series\",\n            \"summary\": \"On August 10, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend BX Options 2, Section 4, Obligations of Market Makers and Lead Market Makers; Options 2, Section 5, Market Maker Quotations; and Options 4A, Section 12, Terms of Index Option Contracts. Specifically, the Exchange proposes to amend the expiration timeframe of Long-Term Options Series or “LEAPs.” The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17756\",\n            \"regalytics_alert_id\": \"1891FR20211775620210819\",\n            \"proposed_comments_due_date\": \"2021-09-09\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ BX, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17756/self-regulatory-organizations-nasdaq-bx-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2021-08-20T07:30:06.839767-04:00\"\n        },\n        {\n            \"id\": 55048,\n            \"title\": \"Seeking High-Level Consultants for Digital Euro Project\",\n            \"summary\": \"Following the ECB Governing Council’s decision to launch the investigation phase of a digital euro project, which is foreseen to run from October 2021 to October 2023, the Directorate General Market Infrastructure and Payments is seeking offers from senior payments industry experts to provide high-level consultancy services for the digital euro project. Two calls for proposals have been published, requesting offers to provide consultancy services focused on: the business model of a digital euro (part-time working basis – 50%); and the possible design and infrastructure of a digital euro (part-time working basis – 50%).\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17583EU557220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/paym/intro/news/html/ecb.mipnews210819.en.html\",\n            \"created_at\": \"2021-08-20T07:30:11.562858-04:00\"\n        },\n        {\n            \"id\": 55054,\n            \"title\": \"Reform of Interest Rate Benchmarks\",\n            \"summary\": \"The US Alternative Reference Rates Committee (ARRC) announced on 29 July that it formally recommended CME Group’s forward-looking SOFR term rates for adoption by market participants. The Hong Kong Monetary Authority (HKMA) understood from its ongoing industry outreach that some corporates were hesitant to migrate from LIBOR to SOFR because of the lack of a commonly accepted term structure. Riding on the ARRC’s latest recommendation, authorized institutions (AIs) are expected to step up their efforts to encourage customers to transition to SOFR. Consistent with the guidance provided by banking regulators around the world, the HKMA has required AIs to cease to enter into new LIBOR-linked contracts after 2021. As certain USD LIBOR settings will continue to be published for an additional 18 months after 2021, it is recognised that there may be a need for AIs to issue new USD LIBORlinked contracts under certain exceptional circumstances until June 2023 in order to manage (or help customers manage) risks associated with pre-existing USD LIBORlinked contracts. The HKMA notes that banking regulators in several jurisdictions have specified the exceptional circumstances under which their banks are permitted to issue new USD LIBOR-linked contracts after 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"18245HKMA5515T10520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Circular\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/guidelines-and-circular/2021/20210819e1.pdf\",\n            \"created_at\": \"2021-08-20T07:30:11.979877-04:00\"\n        },\n        {\n            \"id\": 55031,\n            \"title\": \"The Tennessee Department of Commerce & Insurance Securities Division Shares SEC Investor Alert About Scammers Posing as Brokers or Investment Advisers\",\n            \"summary\": \"The Tennessee Department of Commerce & Insurance’s Securities Division is joining the FBI Criminal Investigative Division and the U.S. Securities and Exchange Commission’s Office of Investor Education and Advocacy to warn investors about the rise of scammers and con artists making false claims about being registered investment brokers. To quickly and easily check if someone offering you an investment is currently licensed or registered, use the search tool on Investor.gov. Contact the seller using contact information you verify independently by using a phone number or website listed in the firm’s Client Relationship Summary rather than relying on contact information the seller provides you. The SEC maintains a list of Impersonators of Genuine Firms. This list is not exhaustive as firms may be impersonated even if they are not on the list.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA26020210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/8/19/tdci-securities-division-shares-sec-investor-alert-about-scammers-posing-as-brokers-or-investment-advisers.html\",\n            \"created_at\": \"2021-08-20T07:30:10.465713-04:00\"\n        },\n        {\n            \"id\": 55028,\n            \"title\": \"SEC Order Determining Whistleblower Award Claim\",\n            \"summary\": \"The Claims Review Staff (“CRS”) issued Preliminary Determinations recommending that REDACTED (“Claimant 1”) receive a whistleblower award equal to REDACTED percent ( REDACTED %) of the monetary sanctions collected or to be collected in the REDACTED Covered Action. The CRS also recommended the denial of the award application from REDACTED (“Claimant 4”). Claimant 1 did not contest the Preliminary Determinations and Claimant 4 filed a timely response contesting the Preliminary Determinations. For the reasons discussed, the CRS’s recommendation is adopted with respect to both Claimant 1 and Claimant 4.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349270820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-92708.pdf\",\n            \"created_at\": \"2021-08-20T07:30:10.272924-04:00\"\n        },\n        {\n            \"id\": 55020,\n            \"title\": \"Governor Kate Brown Extends Residential Mortgage Foreclosure Moratorium Until December 31, 2021\",\n            \"summary\": \"Governor Kate Brown announced today that she has extended Oregon’s residential mortgage foreclosure moratorium until December 31, 2021. This moratorium prevents Oregonians who own their homes from losing their homes to foreclosure if they have lost income and been unable to pay their mortgage during the COVID-19 pandemic. House Bill 2009 authorized the governor to extend the mortgage foreclosure moratorium period for two successive three-month periods beyond June 30. The Governor previously issued Executive Order 21-14, extending the moratorium until September 30, 2021. The extension until December 31 is the last extension allowed under House Bill 2009. Extending House Bill 2009’s foreclosure moratorium will also provide relief to mortgagors that are leasing property to residential tenants, allowing landlords needed flexibility to continue to work with tenants who are struggling to pay rent. These protections are necessary as Oregon continues to deploy federal financial relief both for Oregonians who rent and for Oregonians who own their homes, including the Emergency Rental Assistance program and the Homeownership Assistance Fund, both of which are in the initial stages of deployment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8359OR6426420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.oregon.gov/newsroom/Pages/NewsDetail.aspx?newsid=64264\",\n            \"created_at\": \"2021-08-20T07:30:09.751417-04:00\"\n        },\n        {\n            \"id\": 55017,\n            \"title\": \"Proposal to Amend the Requirements of Section 102.06 of the NYSE Listed Company Manual for the Listing of Acquisition Companies and the Provisions of Section 802.01B with Respect to the Qualification of an Acquisition Company After its Business Combinatio\",\n            \"summary\": \"On August 18, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the requirements of Section 102.06 of the NYSE Listed Company Manual (“Manual”) for the listing of acquisition companies and the provisions of Section 802.01B with respect to the qualification of an acquisition company after its business combination. The Exchange proposes to modify Section 102.06 of the Manual to allow an acquisition company listed under that rule to contribute a portion of the amount held in its trust account to a trust account of a new AC and spin off the new AC to its shareholders in certain situations where the new AC will be subject to all of the same requirements as the original AC.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20214220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/SR-NYSE-2021-42, Re-file Pdf.pdf\",\n            \"created_at\": \"2021-08-20T07:30:09.556077-04:00\"\n        },\n        {\n            \"id\": 55023,\n            \"title\": \"Two Special Elections Scheduled in Central Falls\",\n            \"summary\": \"Secretary of State Nellie M. Gorbea is providing the following schedule for two upcoming special elections in Central Falls. The first is a special election to fill a seat on the City Council in Ward 3. The second is a special bond referendum election that would authorize up to $5,760,000 in borrowing for construction, renovation, and improvement of schools and facilities in the city.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4190320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Rhode Island\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Office of the Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ri.gov/press/view/41903\",\n            \"created_at\": \"2021-08-20T07:30:09.940370-04:00\"\n        },\n        {\n            \"id\": 55021,\n            \"title\": \"Wolf Administration Joins Legislators to Announce $20 Million in Pandemic Relief Available to Salon Industry\",\n            \"summary\": \"Governor Tom Wolf today announced that $20 million is available to help image and hair care professionals recover from the pandemic. The pandemic relief from American Rescue Plan funding was announced during a press conference in Philadelphia, where Department of Community and Economic Development (DCED) Executive Deputy Secretary Neil Weaver joined House Democratic Leader Joanna McClinton and Senate Democratic Appropriations Chairman Vincent Hughes. Last year, Governor Tom Wolf announced $225 million in assistance to Pennsylvania’s small businesses. The grants announced today will be open to businesses that applied to, but did not receive assistance from, that program. Approximately 1,200 community-based small businesses would be eligible. This effort builds on previous efforts by the administration and general assembly to provide emergency relief to small businesses, including $145 million for the hospitality industry and $50 million in hazard pay to front-line, essential workers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8285PA253ry20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.pa.gov/newsroom/wolf-administration-joins-legislators-to-announce-20-million-in-pandemic-relief-available-to-salon-industry/\",\n            \"created_at\": \"2021-08-20T07:30:09.814936-04:00\"\n        },\n        {\n            \"id\": 55027,\n            \"title\": \"SEC Obtains Final Judgment Against Securities Lawyer and Microcap Agent and Bars Lawyer from Practicing or Appearing Before the SEC\",\n            \"summary\": \"The SEC's complaint, filed on July 12, 2019, charged William Scott Lawler with engaging in schemes to fraudulently transfer control over the shares of two publicly-traded shell companies to a client. The complaint alleged that Lawler represented his client on the purchase of Broke Out Inc. (BRKO) and the predecessor to Immage Biotherapeutics Corp. (IMMG). Microcap agent Natalie Bannister allegedly participated in the BRKO scheme by assisting in the sale of BRKO to the client. The judgments permanently enjoin Lawler and Bannister from violating the antifraud provisions, and the registration provisions, and enjoin Lawler from violating the market manipulation provision. The judgments also bar Lawler and Bannister from participating in an offering of penny stock. Lawler is ordered to pay $386,790, consisting of $186,594 in disgorgement, $13,602 in prejudgment interest and a civil penalty of $186,594. Bannister is ordered to pay $21,781, consisting of $10,000 in disgorgement, $1,781 in prejudgment interest and a civil penalty of $10,000. Separately, the SEC instituted settled administrative proceedings against Lawler in which, without admitting or denying the findings, Lawler consented to an order barring him from appearing or practicing before the SEC.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25175.htm\",\n            \"created_at\": \"2021-08-20T07:30:10.207963-04:00\"\n        },\n        {\n            \"id\": 55032,\n            \"title\": \"Governor Abbott Announces Additional Federal COVID-19 Relief Assistance Payments for Local Communities\",\n            \"summary\": \"Governor Greg Abbott today announced additional federal coronavirus relief assistance payments from the American Rescue Plan Act will begin this week for populations under 50,000. Under ARPA, the Coronavirus Local Fiscal Recovery Fund provides emergency funding for eligible localities classified as non-entitlement units of local government to support their response efforts, including medical supplies and hospital staffing. NEUs are cities, villages, towns, and townships serving populations of less than 50,000 and will receive funding distributed by the Texas Division of Emergency Management.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES2102134020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-announces-additional-federal-covid-19-relief-assistance-payments-for-local-communities\",\n            \"created_at\": \"2021-08-20T07:30:10.529420-04:00\"\n        },\n        {\n            \"id\": 55014,\n            \"title\": \"Minnesotans Gain New Privacy Protections for Insurance Data\",\n            \"summary\": \"Minnesota consumers have new protections to protect the privacy of data they provide to insurance companies, including personal and financial information, through a new law championed by the Minnesota Department of Commerce. The new law applies to insurers, insurance agents, and other insurance-related entities licensed by the Department of Commerce and asks them to do three things: to create a plan on how to deal with cybersecurity events; to work this plan and investigate cybersecurity events if they think one has occurred; and to notify the Department of Commerce and to notify consumers when a cybersecurity event has occurred.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"471MN49451520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/commerce/media/news/index.jsp?id=17-494515\",\n            \"created_at\": \"2021-08-20T07:30:09.352925-04:00\"\n        },\n        {\n            \"id\": 54990,\n            \"title\": \"Issuance, Accounting and Reporting of Government Land\",\n            \"summary\": \"Notice is hereby given that the Federal Accounting Standards Advisory Board (FASAB) has issued Statement of Federal Financial Accounting Standards (SFFAS) 59, Accounting and Reporting of Government Land.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17798\",\n            \"regalytics_alert_id\": \"1891FR20211779820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Accounting Standards Advisory Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17798/notice-of-issuance-of-sffas-59-accounting-and-reporting-of-government-land\",\n            \"created_at\": \"2021-08-20T07:30:07.781991-04:00\"\n        },\n        {\n            \"id\": 54991,\n            \"title\": \"Former Marshall University Student Pleads Guilty to Role in Fraud and Money Laundering Scheme\",\n            \"summary\": \"One of eight individuals indicted in April 2021 in connection with a large fraud and money laundering scheme pleaded guilty to conspiracy to commit money laundering. Romello Thorpe, 25, of Washington, D.C., was involved from at least September 2019 to January 2, 2020, with Kenneth Emeni, John Nassy, Kenneth Ogudu, Oluwagbenga Harrison, Ouluwabamishe Awolesi, and others in a money laundering conspiracy that took place in Huntington, West Virginia and elsewhere. Co-conspirators created online false personas and contacted victims via email, text messaging or online dating and social media websites in order to induce the victims into believing they were in a romantic relationship, friendship or business relationship with various false personas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4911706620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"OIG Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ed7778\",\n            \"created_at\": \"2021-08-20T07:30:07.845358-04:00\"\n        },\n        {\n            \"id\": 55015,\n            \"title\": \"Register Now for NCUA’s Modernized Examination Tools Webinar on September 8\",\n            \"summary\": \"The National Credit Union Administration will host a webinar on the agency’s modernized examination tools on Wednesday, September 8, beginning at 2 p.m. Eastern. The webinar will focus on the NCUA’s new modern examination platforms and systems, including the agency’s Modern Examination & Risk Identification Tool, or MERIT. The webinar will discuss the benefits of these systems to credit unions and federal and state examiners, and it will also provide information on the Data Exchange Application (DEXA); NCUA Connect; and the Admin Portal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA7111120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Training\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/register-now-ncuas-modernized-examination-tools-webinar-sept-8\",\n            \"created_at\": \"2021-08-20T07:30:09.419415-04:00\"\n        },\n        {\n            \"id\": 55016,\n            \"title\": \"House Bill 605: the Therapeutic Cannabis Program\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An act relative to the therapeutic cannabis program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB6055220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-10\",\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB605/\",\n            \"created_at\": \"2021-08-20T07:30:09.485069-04:00\"\n        },\n        {\n            \"id\": 54989,\n            \"title\": \"U.S. Economy Again Limited by COVID and Supply Chain Concerns\",\n            \"summary\": \"The full-year 2021 real GDP growth forecast was revised modestly downward due in part to the expectation that COVID-related disruptions to consumer spending and supply chains will more greatly hinder economic activity in the second half of the year than previously forecast, according to the August 2021 commentary from the Fannie Mae (FNMA/OTCQB) Economic and Strategic Research (ESR) Group. The ESR Group downgraded its forecast for single-family home sales through the second half of 2021 due to ongoing inventory and supply chain constraints. On a full-year basis, the ESR Group expects total home sales of 6.66 million, down from last month’s projected 6.71 million – which would still represent a 3.1% increase compared to 2020. Due to recent declines in long-term interest rates, the ESR Group projects the refinance share of mortgage origination activity to be 58 percent in 2021, up from a projected 56 percent last month, before falling to 41 percent in 2022. Further, home prices, as measured by the FHFA Purchase-Only Index, are expected to rise 14.8 percent in 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA16820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Fannie Mae\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/us-economy-again-limited-covid-and-supply-chain-concerns\",\n            \"created_at\": \"2021-08-20T07:30:07.713745-04:00\"\n        },\n        {\n            \"id\": 55022,\n            \"title\": \"Treasurer Magaziner Reports Office Vaccination Requirement is Proving Effective\",\n            \"summary\": \"General Treasurer Seth Magaziner announced today that, in the week since he announced the policy requiring staff in his office to either provide proof of vaccination or submit to regular testing, all of the 82 active staff in his office have demonstrated compliance. The Treasurer further stated this success demonstrates the policy can and should be expanded to all state and school employees. Out of the 82 active staff currently employed in the Office of the General Treasurer, 77, or 94%, have shown proof of vaccination or are planning to become fully vaccinated in the coming month. The remaining 5 staff have indicated that they are willing to submit to regular testing. The updated COVID-19 office protocols issued by Treasurer Magaziner mirror President Biden's plan for federal employees and policies of other states including California, Hawaii, Minnesota, Nevada, New Mexico, New York, North Carolina, Oregon, Virginia, Washington, Puerto Rico, and the District of Columbia.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4190120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Rhode Island\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Office of the General Treasurer\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ri.gov/press/view/41901\",\n            \"created_at\": \"2021-08-20T07:30:09.877708-04:00\"\n        },\n        {\n            \"id\": 54974,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule to Adopt a Tiered-Pricing Structure for Additional Limited Service MIAX Express Interface Ports\",\n            \"summary\": \"On August 2, 2021, Miami International Securities Exchange LLC (“MIAX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the Fee Schedule to adopt a tiered-pricing structure for additional Limited Service MIAX Express Interface (“MEI”) Ports [3] available to Market Makers. The Exchange believes a tiered-pricing structure will encourage Market Makers to be more efficient and economical when determining how to connect to the Exchange. This should also enable the Exchange to better monitor and provide access to the Exchange's network to ensure sufficient capacity and headroom in the System. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17762\",\n            \"regalytics_alert_id\": \"1891FR20211776220210819\",\n            \"proposed_comments_due_date\": \"2021-09-09\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17762/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-filing-and\",\n            \"created_at\": \"2021-08-20T07:30:06.637518-04:00\"\n        },\n        {\n            \"id\": 55010,\n            \"title\": \"Governor Beshear Requests Individual Assistance from Federal Government for Nicholas County Flood Event\",\n            \"summary\": \"Governor Andy Beshear submitted a request to President Joe Biden today to issue a Major Disaster Declaration and fund individual assistance to eligible residents in Nicholas County who were impacted by the once-in-a-thousand-year flood event that occurred July 29-30, 2021. If granted, funding from the Federal Emergency Management Agency (FEMA) Individuals and Households Assistance Program can provide support to impacted citizens in the form of temporary housing, repair of homes, replacement of personal property and vehicles and other eligible needs. The maximum funding for home repair and restoration is $36,000 for each household and an additional $36,000 is available for necessary expenses and serious needs directly caused by the disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY9992620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kentucky\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=926\",\n            \"created_at\": \"2021-08-20T07:30:09.095485-04:00\"\n        },\n        {\n            \"id\": 54975,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule to Adopt a Tiered-Pricing Structure for Additional Limited Service MIAX Emerald Express Interface Ports\",\n            \"summary\": \"On August 2, 2021, MIAX Emerald, LLC (“MIAX Emerald” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the Fee Schedule to adopt a tiered-pricing structure for additional Limited Service MIAX Emerald Express Interface (“MEI”) Ports available to Market Makers. The Exchange believes a tiered-pricing structure will encourage Market Makers to be more efficient and economical when determining how to connect to the Exchange. This should also enable the Exchange to better monitor and provide access to the Exchange's network to ensure sufficient capacity and headroom in the System. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17759\",\n            \"regalytics_alert_id\": \"1891FR20211775920210819\",\n            \"proposed_comments_due_date\": \"2021-09-09\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX Emerald, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17759/self-regulatory-organizations-miax-emerald-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"created_at\": \"2021-08-20T07:30:06.764258-04:00\"\n        },\n        {\n            \"id\": 55030,\n            \"title\": \"Pelosi Statement on Meeting with President Biden on Build Back Better Bill\",\n            \"summary\": \"Speaker Nancy Pelosi issued this statement following a virtual meeting with President Biden, House Democratic leaders, and the Chairs of House Committees of jurisdiction on the path forward in crafting and passing the Democrats’ Build Back Better bill through the budget reconciliation process: “Today, President Biden met with the Chairs of the House Committees that will write the reconciliation bill.  In the discussion, all agreed that we have an historic opportunity for transformational change For The People.  The President expressed his appreciation for the Committees’ work to enact his Build Back Better agenda. House Committee Chairs were joined by members of the House Democratic Leadership in commending President Biden for the boldness of his vision and his determination to pass legislation which includes expanding the Biden Child Tax Credit, Child Care, home health care, paid family and medical leave, universal pre-K, workforce development, lower health costs and prescription drug prices, initiatives for veterans, education, climate, housing and more.  The meeting was marked by a determination to produce results – and soon.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH81921020210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81921-0\",\n            \"created_at\": \"2021-08-20T07:30:10.403117-04:00\"\n        },\n        {\n            \"id\": 55004,\n            \"title\": \"House Bill 4129: Parking Tax - Purchase Price\",\n            \"summary\": \"Introduced on 08/19/2021. An act to amend the Parking Excise Tax Act. Provides that the term \\\"purchase price\\\" does not include fees or charges paid to or retained by a booking intermediary and not remitted to the operator.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1412948FKI20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4129&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-20T07:30:08.701116-04:00\"\n        },\n        {\n            \"id\": 54977,\n            \"title\": \"Proposed Rule Change to Amend its Rules to Prohibit Member Organizations from Seeking Reimbursement from Issuers for Forwarding Proxy and Other Materials to Beneficial Owners who Received Shares from their Broker\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to amend its rules to prohibit member organizations from seeking reimbursement from issuers for forwarding proxy and other materials to beneficial owners who received shares from their broker at no cost or at a price substantially less than the market price in connection with a promotion by the broker.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17760\",\n            \"regalytics_alert_id\": \"1891FR20211776020210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17760/self-regulatory-organizations-new-york-stock-exchange-llc-order-granting-approval-of-proposed-rule\",\n            \"created_at\": \"2021-08-20T07:30:06.905489-04:00\"\n        },\n        {\n            \"id\": 55029,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order: Sofi Wealth, LLC\",\n            \"summary\": \"The Securities and Exchange Commission has issued a cease-and-desist order against SoFi Wealth, LLC which is an internet-based registered investment adviser incorporated in Delaware that utilizes proprietary software to provide investment advice to individuals on asset allocation. It is a wholly-owned subsidiary of Social Finance, Inc. and has been registered with the Commission as an investment adviser since June 14, 2013. In early 2019, SoFi began planning to create its own proprietary ETFs to replace third-party ETFs in the SoFi Invest program. SoFi Wealth intended to use the client’s assets managed in the SoFi Invest program to infuse cash into the newly-created, proprietary ETFs to capitalize the ETFs on the second day of trading. It unlawful for any investment adviser, directly or indirectly, to engage in any transaction, practice or course of business which operates as a fraudor deceit upon any client or prospective client. Therefore, it is hereby ordered that: the Respondent cease and desist from committing or causing any violations and any future violations of the Advisers Act and pay a civil money penalty in the amount of $300,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA582620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5826.pdf\",\n            \"created_at\": \"2021-08-20T07:30:10.339148-04:00\"\n        },\n        {\n            \"id\": 54988,\n            \"title\": \"2020 Mortgage Market Activity and Trends\",\n            \"summary\": \"This is the fourth in an annual series of Bureau Data Point articles describing mortgage market activity over time based on data reported under the Home Mortgage Disclosure Act (HMDA). It focuses on mortgage trends from 2018 to 2020, when the new and revised HMDA data became available under the 2015 HMDA Rule.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19074CFPB40DS10520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Research Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/research-reports/\",\n            \"created_at\": \"2021-08-20T07:30:07.648407-04:00\"\n        },\n        {\n            \"id\": 55012,\n            \"title\": \"Consent Order: Peter J. Borrello\",\n            \"summary\": \"This is an order of the Securities Administrator issued with the consent of Peter J. Borrello (\\\"Borrello\\\") (CRD #1841005). He was licensed by the Maine Office of Securities as an agent of UBS Financial Services. On or about July 2018, Borrello's client HD died, leaving a Transfer on Death (\\\"TOD\\\") account and an Individual Retirement Account (IRA) to his sister and sole beneficiary, EH. In 2017, HD signed paperwork designating Attorney M as attorney-in-fact on HD's UBS accounts. Attorney M was also responsible for settling HD's estate. After HD's death, Attorney M contacted Borrello to discuss the transfer of HD's accounts to his beneficiary EH. Attorney M told Borrello that EH resided at Pine Point. Attorney M told Borrello that EH had appointed her niece as agent under her Power-of Attorney (POA), and that Niece was also EH's sole beneficiary. This consent of order declares Borrello is censured and shall pay a civil fine of $2,500 per violation for a total of $5,000. This amount is doubled to $10,000 because of the violations involved an investor 65 years of age or older. Borrello shall attend trainings on maintaining the confidentiality of client information and spotting the red flags of elder abuse and the appropriate steps to take in response.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1109ME537261020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Maine\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Department of Professional and Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/tools/whatsnew/attach.php?id=5372610&an=1\",\n            \"created_at\": \"2021-08-20T07:30:09.223636-04:00\"\n        },\n        {\n            \"id\": 54987,\n            \"title\": \"Governor Lamont Signs Student Loan Subsidy Legislation for Educators Who Commit to Serving in Connecticut’s Highest Need School Districts\",\n            \"summary\": \"Governor Ned Lamont today held a bill signing ceremony to commemorate the adoption of legislation establishing the Connecticut Higher Education Supplemental Loan Authority (CHESLA) Alliance District Teacher Loan Subsidy Program, which will provide an interest rate subsidy on CHESLA loans to teachers who commit to teaching in one of Connecticut’s 33 highest need school districts. The legislation is part of a multipronged approach the Lamont administration and Connecticut State Department of Education are taking in alignment with the State Board of Education’s plan to attract, support, and retain great teachers and leaders with an intentional focus on building an educator workforce that reflects the racial, ethnic, and linguistic diversity of its students. There is a wide range of evidence to support the benefits of a diverse teacher workforce for students of all races/ethnicities, including its positive impact on strengthening schools, reduced dropout rates, improved college admissions, and achievement gains. In May, Governor Lamont announced that, over the last five years, school districts in Connecticut have hired more than 1,900 educators of color, exceeding the goal set by the State Board of Education to increase the number of educators of color from 8.3 percent to 10 percent – approximately 1,000 positions – between 2017 and 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT13714620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Signs-Student-Loan-Subsidy-Legislation-for-Educators\",\n            \"created_at\": \"2021-08-20T07:30:07.583921-04:00\"\n        },\n        {\n            \"id\": 55047,\n            \"title\": \"The EBA Updates Data Used for the Identification of Global Systemically Important Institutions (G-SIIs)\",\n            \"summary\": \"The European Banking Authority (EBA) published today, August 19, 2021, 12 indicators and updated the underlying data from the 31 largest institutions in the EU. This end-2020 data serves as input for the internationally agreed standards on which a smaller subset of banks will be identified as global systemically important institutions (G-SIIs), following the final decision from the Basel Committee on Banking Supervision (BCBS) and the Financial Stability Board (FSB). The EBA, acting as a central data hub in the disclosure process, updates this data on a yearly basis and provides a user-friendly platform to aggregate it across the EU. A stable sample of 27 institutions shows that the aggregate amount for total exposures, as measured for the leverage ratio, increased by 6.3%, the fastest pace on record, and stood at EUR 20.3 trillion at the end of 2020. Underwriting and payments activities increased by 31.4% and 5.5%, respectively, while aggregate values for trading and available-for-sale-securities increased by 9.9%. Equally, the value for both cross-jurisdictional claims and liabilities rose to the highest value since 2013 standing at EUR 8.1 trillion (3.7% increase from end-2019) and EUR 6.2 trillion (4.9% increase from end-2019), respectively. Conversely, securities outstanding decreased by 8.1% from end-2019, totally offsetting the 5.8% increase observed last year.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10651320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-updates-data-used-identification-global-systemically-important-institutions-g-siis-0\",\n            \"created_at\": \"2021-08-20T07:30:11.501222-04:00\"\n        },\n        {\n            \"id\": 55013,\n            \"title\": \"DIFS Files Cease and Desist Order Against Health Care Sharing Ministry, Connected Businesses Operating in Michigan\",\n            \"summary\": \"The Michigan Department of Insurance and Financial Services (DIFS) has issued a cease-and-desist order against a healthcare sharing ministry and two connected companies for allegedly acting in violation of the Michigan Insurance Code. The DIFS cease-and-desist order alleges that Aliera Companies is in violation of the law by marketing and selling memberships in a for-profit risk-transferring entity. Further, the order states that Aliera maintains direct control of two additional entities, Sharity Ministries and Ensurian Agency, and that all three entities broadly market HCSM plans to individuals and charge monthly premiums, which vary depending on age and health. The Order alleges that the three entities take advantage of the Health Care Sharing Ministries Freedom to Share Act to operate as unlicensed insurers in Michigan and thereby avoid both state and federal insurance regulations. Under the Order, Aliera, Sharity, and Ensurian will have 30 calendar days after the service of the Order to contest it by requesting a hearing on the allegations. The alleged actions may carry civil fines of up to $50,000 and restitution paid to those affected by the purported HCSMs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1146MI18520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Department of Insurance and Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/difs/0,5269,7-303-13222_13250-566288--,00.html\",\n            \"created_at\": \"2021-08-20T07:30:09.288669-04:00\"\n        },\n        {\n            \"id\": 55001,\n            \"title\": \"Hawai‘i’s Unemployment Rate at 7.3 Percent in July – Jobs Increased by 53,000 Over-The-Year\",\n            \"summary\": \"The Hawai‘i State Department of Business, Economic Development & Tourism (DBEDT) today announced that the seasonally adjusted unemployment rate for July was 7.3 percent compared to 7.7 percent in June. Statewide, 598,850 were employed and 47,200 unemployed in July for a total seasonally adjusted labor force of 646,000. Nationally, the seasonally adjusted unemployment rate was 5.4 percent in July, down from 5.9 percent in June.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI254AIIS37580\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Hawaii\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Hawaii Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.hawaii.gov/newsroom/dbedt-news-release-hawaiis-unemployment-rate-at-7-3-percent-in-july-jobs-increased-by-53000-over-the-year/\",\n            \"created_at\": \"2021-08-20T07:30:08.506296-04:00\"\n        },\n        {\n            \"id\": 54979,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend the Expiration Timeframe of Long-Term Index Options Series\",\n            \"summary\": \"On August 9, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend NOM Rules at Options 2, Section 5, Market Maker Quotations and Options 4A, Section 12, Terms of Index Option Contracts. Specifically, the Exchange proposes to amend the expiration timeframe of Long-Term Options Series or “LEAPs.” The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17758\",\n            \"regalytics_alert_id\": \"1891FR20211775820210819\",\n            \"proposed_comments_due_date\": \"2021-09-09\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17758/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-08-20T07:30:07.039692-04:00\"\n        },\n        {\n            \"id\": 54992,\n            \"title\": \"National Rates and Rate Caps - Monthly Update\",\n            \"summary\": \"The FDIC's National Rates and Rate Caps have been updated and are now available. This article presents Monthly Rate Cap information as of August 16, 2021 for savings, interest checking, money market, and CD.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4908094120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Weekly National Rates and Caps\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ecea63\",\n            \"created_at\": \"2021-08-20T07:30:07.908509-04:00\"\n        },\n        {\n            \"id\": 54980,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Listing Rule 5910 to Modify the Application Fee for Companies Listing Under IM-5101-2\",\n            \"summary\": \"On August 3, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to revise the application fee payable by Acquisition Companies listing on the NASDAQ Global Market to make it the same as the application fee payable by Acquisition Companies listing on the NASDAQ Capital Market. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17761\",\n            \"regalytics_alert_id\": \"1891FR20211776120210819\",\n            \"proposed_comments_due_date\": \"2021-09-09\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17761/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-08-20T07:30:07.118231-04:00\"\n        },\n        {\n            \"id\": 55000,\n            \"title\": \"Mortgage Rates Show Little Movement\",\n            \"summary\": \"Freddie Mac today released the results of its Primary Mortgage Market Survey, showing that the 30-year fixed-rate mortgage (FRM) averaged 2.86 percent. The PMMS is focused on conventional, conforming, fully amortizing home purchase loans for borrowers who put 20 percent down and have excellent credit. Average commitment rates should be reported along with average fees and points to reflect the total upfront cost of obtaining the mortgage. Freddie Mac makes home possible for millions of families and individuals by providing mortgage capital to lenders.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2343120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Freddie Mac\"\n                }\n            ],\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/mortgage-rates-show-little-movement\",\n            \"created_at\": \"2021-08-20T07:30:08.442290-04:00\"\n        },\n        {\n            \"id\": 54996,\n            \"title\": \"Order Approving a Proposed Rule Change to Amend FINRA Rule 1011(p) (\\\"Specified Risk Event\\\")\",\n            \"summary\": \"On May 12, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“SEC” or “Commission”), a proposed rule change to amend FINRA Rule 1011(p) (which defines the term “specified risk event”) to clarify the scope of “final regulatory actions” that are included in the definition of “specified risk event”. The proposed rule change was published for comment in the Federal Register on May 26, 2021. It Is Therefore Ordered that the proposal (SR-FINRA-2021-011), be and hereby is approved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349271020210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/finra/2021/34-92710.pdf\",\n            \"created_at\": \"2021-08-20T07:30:08.179283-04:00\"\n        },\n        {\n            \"id\": 54981,\n            \"title\": \"Notice of Proposed Amendments: Amendments to the Alaska Deferred Compensation Plan\",\n            \"summary\": \"The Division of Retirement and Benefits proposes to adopt amendments in the Alaska Deferred Compensation Program (DCP) Plan Document, dealing with new in-service distributions for participants of the DCP. Under legislation that includes the SECURE Act, governmental 457(b) plan sponsors can now offer in-service distributions to participants starting at age 59-1/2 (rather than the previous threshold of age 70-1/2) for plan years beginning after December 31, 2019. This allows participants who remain employed after age 59-1/2 the option of taking a distribution at any time. The SECURE Act also allows 457 plans to permit qualified birth or adoption distributions up to $5,000. These amendments will update the 457(b) Alaska Deferred Compensation Program, implementing three new IRS-approved distribution/withdrawal options: age 59-1/2; a one-time-only Small Account; and birth or adoption. These options will make funds available to the qualified participant shortly before age 60, in preparation for retirement, administratively reduce the workload managing small, inactive accounts, and make funds available to parents of a new baby or a new adopted child.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20346820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129309\",\n            \"created_at\": \"2021-08-20T07:30:07.190226-04:00\"\n        },\n        {\n            \"id\": 55026,\n            \"title\": \"SEC Enhances Access to Financial Disclosure Data\",\n            \"summary\": \"The Securities and Exchange Commission today announced open data enhancements that provide public access to financial statements and other disclosures made by publicly traded companies on its Electronic Data Gathering, Analysis, and Retrieval system (EDGAR). The SEC is releasing for the first time Application Programming Interfaces (APIs) that aggregate financial statement data, making corporate disclosures quicker and easier for developers and third-party services to use. APIs will allow developers to create web or mobile apps that directly serve retail investors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC252607CA20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-159\",\n            \"created_at\": \"2021-08-20T07:30:10.140956-04:00\"\n        },\n        {\n            \"id\": 55038,\n            \"title\": \"Federal Government Participation in the Automated Clearing House\",\n            \"summary\": \"The Department of the Treasury, Bureau of the Fiscal Service (Fiscal Service) is proposing to amend its regulation governing the use of the Automated Clearing House (ACH) Network by Federal agencies. Its regulation adopts, with some exceptions, the Operating Rules Operating Guidelines (Operating Rules & Guidelines) developed by Nacha as the rules governing the use of the ACH Network by Federal agencies. The Department is issuing this proposed rule to address changes that Nacha has made since the publication of the 2019 Operating Rules & Guidelines. Acceptance of this rule will enable individuals and entities to make Same-Day ACH payments of up to $1,000,000 to the government and will enable Federal payments in the same amount. Failure to adopt this rule at the same time as other ACH Network participants may prevent clearance and processing of certain high-value transactions. For example, a taxpayer would be unable to make a tax payment exceeding $100,000 to the Federal Government via Same-Day ACH, even though it could initiate a similarly-sized Same-Day ACH payment to a private party. The failed transaction and resulting confusion could negatively impact both the taxpayer and the Federal Government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17268\",\n            \"regalytics_alert_id\": \"1891FR20211726820210819\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Bureau of the Fiscal Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17268/federal-government-participation-in-the-automated-clearing-house\",\n            \"created_at\": \"2021-08-20T07:30:10.918959-04:00\"\n        },\n        {\n            \"id\": 54997,\n            \"title\": \"Notice of Petitions/Dispositions Regarding Rule Validity: Rule Number 18-21 (Protection)\",\n            \"summary\": \"This is a Notice of Petitions/Dispositions Regarding Rule Validity in the matter of NE 32 Street LLC, Hillsboro Inlet Investments, LLC; Broward ICW Investments, LLC; and South Spanish Trail, LLC vs. The Board of Trustees of the Internal Improvement Trust Fund and the Florida Department of Environmental, on Rule number 18-21 (Protection).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490699820210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Petitions/Dispositions Regarding Rule Validity\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Board of Trustees Internal Improvement Trust Fund\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24906998\",\n            \"created_at\": \"2021-08-20T07:30:08.243612-04:00\"\n        },\n        {\n            \"id\": 54983,\n            \"title\": \"Arizona Register 2021 - Volume 27, Issue 34\",\n            \"summary\": \"The Arizona Register 2021, Volume 27, Issue 34, updated August 20, 2021, includes a notice of final rulemaking from the Commission for the Deaf and the Hard of Hearing; notices of Final Exempt Rulemaking from the Department of Agriculture - Animal Services Division, the Department of Agriculture - Plant Services Division, the Department of Agriculture - Office of Commodity Development and Promotion, the Department of Agriculture - Citrus Fruit and Vegetable Division and the Board of Psychologist Examiners; and notices of Proposed Delegation Agreement from the Department of Environmental Quality, among other information.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8462AZ273420210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Register Index\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://apps.azsos.gov/public_services/register/2021/34/contents.pdf\",\n            \"created_at\": \"2021-08-20T07:30:07.325484-04:00\"\n        },\n        {\n            \"id\": 55025,\n            \"title\": \"SEC Obtains Judgments Against Bitconnect Promoters Michael Noble and Joshua Jeppesen and a Relief Defendant\",\n            \"summary\": \"On August 13, 2021, the United States District Court for the Southern District of New York entered a judgment against Michael Noble (a.k.a. Michael Crypto) and a final judgment against Joshua Jeppesen for their involvement with BitConnect and the promotion of its \\\"lending program.\\\" The court also entered a final judgment against Laura Mascola as a relief defendant. The defendants and relief defendant have been ordered to collectively pay more than $3.5 million and 190 Bitcoin in disgorgement and prejudgment interest. From approximately June 2017 to January 2018, Noble promoted BitConnect and marketed and sold securities in its \\\"lending program.\\\"  The SEC's complaint alleges that Noble offered and sold the securities without registering the securities offering with the Commission, and without being registered as a broker-dealer with the Commission, as required by the federal securities laws.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25177.htm\",\n            \"created_at\": \"2021-08-20T07:30:10.077265-04:00\"\n        },\n        {\n            \"id\": 54998,\n            \"title\": \"Notice of Declaratory Statement: Standard Custody & Trust Company, LLC\",\n            \"summary\": \"The Florida Office of Financial Regulation has received the petition for declaratory statement from Standard Custody & Trust Company, LLC. The petition seeks the agency's opinion as to the applicability of Chapter 560, Florida Statutes, as it applies to the petitioner. On August 17, 2021 the Petition was withdrawn. The petition sought a declaratory statement from the Office on whether Petitioner as a New York state chartered trust would be exempt from licensure under the Florida Money Transmitter Statute, Chapter 560, Florida Statutes. The Petitioner intends to act as a custodian of digital assets including but not limited to traditional virtual currencies, stable coins, tokenized commodities, and tokenized securities. The company offers client fiduciary services related to those assets.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490263320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Declaratory Statement\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24902633\",\n            \"created_at\": \"2021-08-20T07:30:08.312784-04:00\"\n        },\n        {\n            \"id\": 55036,\n            \"title\": \"Meeting of the Federal Advisory Committee on Insurance, September 9, 2021\",\n            \"summary\": \"This notice provides updated videoconference links for the U.S. Department of the Treasury’s Federal Advisory Committee on Insurance (FACI) meeting on Thursday, September 9, 2021 from 11:00 a.m. – 1:00 p.m. Eastern Time. The meeting is open to the public.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17774\",\n            \"regalytics_alert_id\": \"1891FR20211777420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17774/open-meeting-of-the-federal-advisory-committee-on-insurance\",\n            \"created_at\": \"2021-08-20T07:30:10.787186-04:00\"\n        },\n        {\n            \"id\": 55011,\n            \"title\": \"Insurance Commissioner Recognizes Those Affected by Hurricane Laura\",\n            \"summary\": \"As the one-year anniversary of Hurricane Laura making landfall in the Lake Charles area approaches, Insurance Commissioner Jim Donelon reminds policyholders affected by the hurricane that their struggle has not been forgotten. Hurricane Laura was responsible for 175,160 total insurance claims, most of which were residential property claims. Total paid losses plus reserves on reported claims for Hurricane Laura as of the end of June were $8.6 billion, accounting for the vast majority of the estimated $10 billion in insured damage from the historic 2020 hurricane season in Louisiana. The Help Southwest Louisiana Now campaign was created and launched as a grassroots effort to advocate for much needed federal supplemental disaster relief funding. \",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9077LA8520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Louisiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ldi.la.gov/news/press-releases/8.19.21-insurance-commissioner-recognizes-those-affected-by-hurricane-laura\",\n            \"created_at\": \"2021-08-20T07:30:09.159136-04:00\"\n        },\n        {\n            \"id\": 55055,\n            \"title\": \"An Assessment on the Vulnerabilities of Open-Ended Funds to Leveraged Loans\",\n            \"summary\": \"Leveraged loans (LLs), which are illiquid and carry significant default risk, have grown rapidly alongside their securitised products (i.e. Collateralised Loan Obligations, CLOs). Investment funds are the second largest holder of these assets after banks, causing financial stability concerns about the liquidity risk of open-ended funds and the spillover risk to banks through common holdings of LLs. By examining the portfolios of open-ended funds that invested in LLs or CLOs around the world, this study finds that although the aggregate exposures to these assets remained limited at around 4% of their total assets at end-2019, and only 2% of these open-ended funds invested heavily in LLs (i.e. >50% of the fund’s assets, referred to as ‘LL funds’), fire-sales of LLs by such a small portion of funds could generate a downward spiral in LL prices and sharp fund outflows. In particular, during the March-2020 episode, these LL funds sold US$14 bn of LLs, accounting for 11% of the transactions in the secondary LL market and contributing to the sharp drop of 19% in LL prices during the episode. Our empirical analysis shows further that the fire-sales may mainly stem from the liquidity risk of LL funds, which is estimated to be higher than that of high-yield (HY) bond funds. During times of stress, a one percentage point (ppt) drop in funds’ return would lead to fund outflows by 1.5 ppts for LL funds, much higher than the estimate of 0.7 ppts for HY bond funds. We also identify factors that amplify the liquidity risk of LL funds. Specifically, we find that LL funds’ holding of LLs are highly pro-cyclical, and they hold significant common LLs. These could make LL funds more susceptible to fire-sales when there is a shock to LL prices, putting downward pressure on LL funds returns and amplifying outflows from them. However, most of LL funds employed little leverage, making it unlikely a significant factor in amplifying the risk. Given the rising issuance of LLs and the continued search-for-yield by investors amid the abundant global liquidity conditions, open-ended funds’ exposure to LLs could increase further. This calls for close monitoring and policy to address the risks identified by this study.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18254HKMA7510720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Research Memorandum\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/publication-and-research/research/research-memorandums/2021/RM07-2021.pdf\",\n            \"created_at\": \"2021-08-20T07:30:12.043081-04:00\"\n        },\n        {\n            \"id\": 54982,\n            \"title\": \"Governor Ducey Statement on Proposition 208 Ruling\",\n            \"summary\": \"Governor Doug Ducey today, August 19, 2021, released the following statement regarding the Supreme Court ruling on Proposition 208: \\\"The Supreme Court has said it plainly and clearly: Prop 208 is, in their words, 'unconstitutional'. As one Justice put it: The framework 'almost certainly dooms the measure'. There is a clear legal path to Prop 208 being knocked down entirely, it's only a matter of time. Today's ruling is a very positive one for the state and for taxpayers. The out-of-state proponents of this measure drafted bad language, and now they are paying the price.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ14220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/08/governor-ducey-statement-proposition-208-ruling\",\n            \"created_at\": \"2021-08-20T07:30:07.257749-04:00\"\n        },\n        {\n            \"id\": 55056,\n            \"title\": \"Investor Alert Regarding www.exmo.xyz/download.aspx\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. This list is not exhaustive and is based on what was known to MAS at the time of publication. Today August 19, 2021, www.exmo.xyz/download.aspx has been added to the this list.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS2620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Investor Alert\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-08-20T07:30:12.107113-04:00\"\n        },\n        {\n            \"id\": 55005,\n            \"title\": \"House Bill 4130: Property Tax - Recapture\",\n            \"summary\": \"Introduced on 08/19/2021. If and only if Senate Bill 508 of the 102nd General Assembly becomes law, amends the Property Tax Code. Repeals provisions added by Senate Bill 508 of the 102nd General Assembly concerning levy adjustments for certificates of error, court orders, and final administrative decisions of the Property Tax Appeal Board. Provides that a taxing district may adopt a levy to recapture revenue lost due to refunds issued pursuant to a decision of the Property Tax Appeal Board, an assessment or exemption decision of the Department of Revenue, a court order, or an administrative decision of a local assessment official. Provides that those recapture levies are not included in the taxing district's aggregate extension base under the Property Tax Extension Limitation Law. Amends the School Code to make conforming changes. Effective immediately or on the date Senate Bill 508 of the 102nd General Assembly takes effect, whichever is later.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1413048FKI20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4130&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-20T07:30:08.766018-04:00\"\n        },\n        {\n            \"id\": 55024,\n            \"title\": \"SEC Charges Technology Company and Two Individuals with Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today charged Medsis International, Inc., a data software and financial technology company, Joshua Dax Cabrera, Medsis's CEO, and Paul Hess, an individual who raised investor funds for Medsis, with fraud and conducting an unregistered securities offering. Beginning in 2015 and continuing through at least 2020, Hess and Cabrera partnered to fraudulently raise more than $12.9 million from more than 150 U.S. and foreign investors by offering unregistered Medsis securities. The complaint alleges that while offering Medsis securities, Cabrera and Hess made multiple material misrepresentations and misleading statements about Medsis to investors concerning the existence and value of contracts with customers, existing and expected revenue, and business operations. The complaint also alleges that Cabrera and Hess misrepresented to investors their personal use of investor funds. The SEC seeks against all defendants permanent injunctive relief, disgorgement plus prejudgment interest, and civil penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25176.htm\",\n            \"created_at\": \"2021-08-20T07:30:10.007685-04:00\"\n        },\n        {\n            \"id\": 55044,\n            \"title\": \"Senate Bill 518: Natural Resources and Energy\",\n            \"summary\": \"Introduced on 08/19/2021. An act to renumber and amend relating to environmental pollution in an environmental remediation tax incremental district.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI33SB5181520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/sb518\",\n            \"created_at\": \"2021-08-20T07:30:11.308415-04:00\"\n        },\n        {\n            \"id\": 55049,\n            \"title\": \"Blog by Philip R. Lane, Member of the Executive Board, European Central Bank: The New Monetary Policy Strategy: Implications for Rate Forward Guidance\",\n            \"summary\": \"\\\"Today, August 19, 2021, I will explain the revision to the Governing Council’s rate forward guidance that we announced in our latest meeting. This should be viewed as a fundamental step in implementing our new monetary policy strategy, since it is essential that our approach to setting our policy rates is fully aligned with delivering our symmetric two per cent inflation target over the medium term. Our monetary policy strategy statement stipulates that “The ECB is committed to setting its monetary policy to ensure that inflation stabilises at its two per cent target in the medium term.” Through the strong set of conditions linking our policy rates to reaching the two per cent target, our new rate forward guidance is an elemental step in fulfilling this commitment. In addition to rate forward guidance, also highlights the potential roles of asset purchases and longer-term refinancing operations, as appropriate, in addressing the effective lower bound constraint on policy rates. We stand ready to adjust all of our instruments, as appropriate, to ensure that inflation stabilises at our two per cent target over the medium term. The revision to rate forward guidance constitutes just the first step in implementing our new strategy. The monetary policy strategy statement lays out the range of factors that will shape our monetary policy decisions in the coming months and years, with further context provided by the accompanying overview document. Accordingly, the new monetary policy strategy should be viewed as laying strong foundations for future decision-making, in the service of delivering our price stability objective.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17586EU21081920210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Blog\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/blog/date/2021/html/ecb.blog210819%7Ec99d1b768d.en.html\",\n            \"created_at\": \"2021-08-20T07:30:11.626020-04:00\"\n        },\n        {\n            \"id\": 55059,\n            \"title\": \"UKEF Backs Landmark £430 Million Green Transition Loan for Wood Plc\",\n            \"summary\": \"The first ever government-backed green transition loan has been awarded to engineering and consultancy firm Wood to seize new clean growth export opportunities, International Trade Secretary Liz Truss has announced today. With less than three months before the UN climate change conference, COP26 in Glasgow, the UK continues to align its free trade agenda behind green exports to speed up the country’s transition away from fossil fuels to low-carbon energy sources, which is expected to deliver up to £170 billion of export sales in goods and services for the UK by 2030. Firms operating in the UK’s industrial heartlands, like Aberdeen-headquartered Wood, will be backed by Government to drive forward this transition, whilst supporting thousands of green jobs. This £430 million commercial loan will be supported by an 80% UKEF Transition Export Development Guarantee (Transition EDG) and will give Wood the financial resources to enhance its clean growth plans.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUU1186710120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Export Finance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/ukef-backs-landmark-430-million-green-transition-loan-for-wood-plc\",\n            \"created_at\": \"2021-08-20T07:30:12.297408-04:00\"\n        },\n        {\n            \"id\": 55042,\n            \"title\": \"Governor Bryan Applauds HUD’s Approval of CDBG Mitigation Action Plan for Hurricane Recovery\",\n            \"summary\": \"Governor Albert Bryan Jr. applauded the decision by the U.S. Department of Housing, and Urban Development to approve the Territory’s action plan using the fourth tranche of $774 million of disaster relief funding for the 2017 hurricanes, which is awarded through Community Development Block Grant (CDBG-MIT) funding earmarked for mitigation projects in the U.S. Virgin Islands. Approval of the plan frees up federal funding to spend on housing, infrastructure & public facilities; economic resilience & revitalization; public services, and planning.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI557420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-applauds-huds-approval-of-cdbg-mitigation-action-plan-for-hurricane-recovery/\",\n            \"created_at\": \"2021-08-20T07:30:11.180679-04:00\"\n        },\n        {\n            \"id\": 55040,\n            \"title\": \"President Joe Biden Speaks on Initial Unemployment Insurance Claims\",\n            \"summary\": \"President Biden released a statement today concerning the recent decrease in initial unemployment claims: \\\"The number of Americans filing initial unemployment insurance claims fell to the lowest level since the pandemic began. This reflects the important progress we are making in our economic recovery. An average of more than 830,000 Americans were filing initial unemployment insurance claims. That number has fallen by more than half to below 378,000. Our economy has created more than 4 million jobs and is also growing at the fastest rate in the first half of a year in nearly 40 years.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH219MS20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/19/statement-by-president-joe-biden-on-initial-unemployment-insurance-claims/\",\n            \"created_at\": \"2021-08-20T07:30:11.051666-04:00\"\n        },\n        {\n            \"id\": 55007,\n            \"title\": \"Putnam County Tentative Multiplier Announced\",\n            \"summary\": \"Putnam County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2377120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23771.html\",\n            \"created_at\": \"2021-08-20T07:30:08.899042-04:00\"\n        },\n        {\n            \"id\": 54995,\n            \"title\": \"FTC Alleges Facebook Resorted to Illegal Buy-Or-Bury Scheme to Crush Competition After String of Failed Attempts to Innovate\",\n            \"summary\": \"Today, August 19, 2021, the Federal Trade Commission filed an amended complaint against Facebook in the agency’s ongoing federal antitrust case. The complaint alleges that after repeated failed attempts to develop innovative mobile features for its network, Facebook instead resorted to an illegal buy-or-bury scheme to maintain its dominance. It unlawfully acquired innovative competitors with popular mobile features that succeeded where Facebook’s own offerings fell flat or fell apart. And to further moat its monopoly, Facebook lured app developers to the platform, surveilled them for signs of success, and then buried them when they became competitive threats. Lacking serious competition, Facebook has been able to hone a surveillance-based advertising model and impose ever-increasing burdens on its users. According to the amended complaint, a critical transition period in the history of the internet, and in Facebook’s history, was the emergence of smartphones and the mobile Internet in the 2010s. Facebook’s CEO, Mark Zuckerberg, recognized at the time that “we’re vulnerable in mobile” and a major shareholder worried that Facebook’s mobile weakness “ran the risk of the unthinkable happening - being eclipsed by another network.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC124159474120210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Trade Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/08/ftc-alleges-facebook-resorted-illegal-buy-or-bury-scheme-crush\",\n            \"created_at\": \"2021-08-20T07:30:08.114411-04:00\"\n        },\n        {\n            \"id\": 55008,\n            \"title\": \"Governor Pritzker Signs Legislation Expanding Training and Education Opportunities for Working Families\",\n            \"summary\": \"Governor JB Pritzker signed House Bill 645 into law. The legislation creates the Illinois Future of Work Task Force with the goal of producing recommendations to expand workforce development, training, education, and apprenticeship programs. During the height of the COVID-19 pandemic, the Pritzker administration launched multiple grant and funding opportunities to invest in communities across the state and create job opportunities for residents. The grant programs included a $16.6 million investment to expand opportunities for Illinoisans who became unemployed during the pandemic and a Youth Summer Employment Program, on top of existing supports like federally funded workforce training programs offered at Illinois' network of local workforce centers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2377220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23772.html\",\n            \"created_at\": \"2021-08-20T07:30:08.964195-04:00\"\n        },\n        {\n            \"id\": 55009,\n            \"title\": \"Wayne County Final Multiplier Announced\",\n            \"summary\": \"Wayne County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2375920210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23759.html\",\n            \"created_at\": \"2021-08-20T07:30:09.029131-04:00\"\n        },\n        {\n            \"id\": 55034,\n            \"title\": \"Global Magnitsky Designations\",\n            \"summary\": \"The Officer of Foreign Assets Control (OFAC) is providing notice that its Specially Designated Nationals List (SDN List) has been updated. The following individuals have been added to OFAC's SDN List: Gonzalez Brito, Andres Laureano; Jimenez Gonzalez, Abelardo; and Legra Sotolongo, Roberto.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT11220210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210819\",\n            \"created_at\": \"2021-08-20T07:30:10.658694-04:00\"\n        },\n        {\n            \"id\": 55037,\n            \"title\": \"Secretary of the Treasury Janet L. Yellen and Secretary of the Department of Labor Martin J. Walsh's Letter to Congressional Leaders on Unemployment Insurance\",\n            \"summary\": \"U.S. Secretary of the Treasury Janet L. Yellen and Secretary of the Department of Labor Martin J. Walsh sent a letter to Senate Finance Committee Chairman Wyden and House Ways and Means Committee Chairman Neal on the expiration of emergency unemployment insurance on September 6, 2021. These programs have been a critical lifeline for millions of Americans who were unemployed, through no fault of their own during the COVID pandemic. Since Congress began work on the American Rescue Plan, the labor market has seen tremendous progress. More than 4 million jobs have been created, with an average of 832,000 jobs per month created over the last three months. The unemployment rate has fallen from 6.3%to 5.4 %. The temporary $300 boost in benefits will expire on September 6th.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT163032620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0326\",\n            \"created_at\": \"2021-08-20T07:30:10.853460-04:00\"\n        },\n        {\n            \"id\": 55039,\n            \"title\": \"Readout of President Biden’s Meeting with House Leadership and Committee Chairs on Build Back Better Agenda\",\n            \"summary\": \"This afternoon, the President held a virtual meeting with House Democratic leadership and the chairs of 15 House committees of jurisdiction about moving forward with his Build Back Better agenda, which would cut prescription drug costs, reduce the cost of housing and education, strengthen care for veterans, take on climate change, and help families afford childcare and care for older Americans. The President and House leaders agreed that the American people cannot afford to wait for the generational benefits these initiatives would deliver in terms of creating jobs, growing our economy in a manner that overwhelmingly benefits the middle class, and cutting costs for families.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH286DA20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/19/readout-of-president-bidens-meeting-with-house-leadership-and-committee-chairs-on-build-back-better-agenda/\",\n            \"created_at\": \"2021-08-20T07:30:10.986895-04:00\"\n        },\n        {\n            \"id\": 55041,\n            \"title\": \"Build Back Better Agenda Will Provide Greater Tax Fairness for Small Businesses\",\n            \"summary\": \"President Biden has focused on providing America’s small businesses with the tools and resources they need to reopen, rehire, and rebuild. The Administration has delivered more than $300 billion in relief to Main Street and is on track to fully forgive more than 6 million small business loans by year-end. The Build Back Better Agenda will crack down on the unfair tax schemes that give big corporations a leg up. It will protect 97% of small business owners from income tax rate increases, while delivering tax cuts to more than 3.9 million entrepreneurs; increase access to contracting opportunities; and provide tens of billions of dollars in financing and technical assistance programs for small businesses, including small manufacturers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH262ES20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/19/fact-sheet-the-build-back-better-agenda-will-provide-greater-tax-fairness-for-small-businesses/\",\n            \"created_at\": \"2021-08-20T07:30:11.116069-04:00\"\n        },\n        {\n            \"id\": 55043,\n            \"title\": \"Foreclosure Moratorium Ended July 31, Free Counseling Available Statewide for At-Risk Homeowners\",\n            \"summary\": \"After the federal foreclosure moratorium ended on July 31, Attorney General Bob Ferguson is offering guidance and resources to Washington homeowners about the availability of housing counseling services. Ferguson is encouraging homeowners need to act now to learn what post-forbearance options they may have based on the type of loan they have. Housing counselors can assist homeowners to navigate new federal rules and assistance programs that take effect at the end of August to help people keep their homes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"174WA140973520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://www.atg.wa.gov/news/news-releases/ag-ferguson-foreclosure-moratorium-ended-july-31-free-counseling-available\",\n            \"created_at\": \"2021-08-20T07:30:11.244312-04:00\"\n        },\n        {\n            \"id\": 55045,\n            \"title\": \"Bank of England Weekly Report 18 August 2021\",\n            \"summary\": \"Bank of England's Weekly Report containing the latest data on assets and liabilities. The report is published every Thursday.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UKC3C5D20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/weekly-report/2021/18-august-2021\",\n            \"created_at\": \"2021-08-20T07:30:11.375788-04:00\"\n        },\n        {\n            \"id\": 55035,\n            \"title\": \"Treasury Sanctions Senior Cuban Officials in Response to Violence Against Peaceful Demonstrators\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) sanctioned three Cuban individuals pursuant to Executive Order (E.O.) 13818, which builds upon and implements the Global Magnitsky Human Rights Accountability Act and targets perpetrators of serious human rights abuse and corruption around the world.  This is the fourth round of sanctions since protests started in Cuba on July 11, 2021.  Treasury continues to target persons in connection with actions to suppress peaceful, pro-democratic protests in Cuba.  The targets of today’s designations are Roberto Legra Sotolongo (Legra) and Andres Laureano Gonzalez Brito (Gonzalez) of the Cuban Ministry of Revolutionary Armed Forces (MINFAR), and Abelardo Jimenez Gonzalez (Jimenez) of the Cuban Ministry of Interior (MININT).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT96032720210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0327\",\n            \"created_at\": \"2021-08-20T07:30:10.722438-04:00\"\n        },\n        {\n            \"id\": 55057,\n            \"title\": \"Money Market Debt Register Claims of the Swiss Confederation: Results\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for 19' August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB6ECF618620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_new/source/claims_new.en.pdf\",\n            \"created_at\": \"2021-08-20T07:30:12.169253-04:00\"\n        },\n        {\n            \"id\": 54985,\n            \"title\": \"Proposed Rule Change to Amend Rule 5.4 and Make Corresponding Changes to Other Rules\",\n            \"summary\": \"On August 6, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change  to amend the minimum increment for complex orders with ratios of greater than three-to-one or less than one-to-three. Currently, Rule 5.4(b) provides that the minimum increment for bids and offers on complex orders with any ratio greater than or equal to one-to-three (.333) and less than or equal to three-to-one (3.00) for equity and index options, and for Index Combo4 orders, is $0.01 or greater, which may be determined by the Exchange on a class-by-class basis, and the legs may be executed in $0.01 increments. The proposed rule change provides that the minimum increment for bids and offers on complex orders with any ratio may be in $0.01 or greater, as determined by the Exchange on a class-by-class basis. This will provide TPHs with the same pricing flexibility with respect to all complex orders they submit to the Exchange, regardless of their ratios.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349270920210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-92709.pdf\",\n            \"created_at\": \"2021-08-20T07:30:07.454807-04:00\"\n        },\n        {\n            \"id\": 54993,\n            \"title\": \"Office of Inspector General Memorandum Update: Concerns Related to the FDIC’s Pending Authorization to Operate its External Wireless Network Solution Cloud Service _x000D_\",\n            \"summary\": \"While conducting our ongoing audit of Security Controls Over FDIC Wireless Networks, we identified concerns that require your prompt attention. These concerns relate to the FDIC’s pending Authorization to Operate (ATO) its external wireless network solution cloud service (Wireless solution). The Wireless solution allows users to set up, monitor, and configure wireless networks through a cloud-based service. The FDIC’s Division of Resolutions and Receiverships (DRR) has used the Wireless solution to set up secure wireless networks during bank closings. In addition, the FDIC’s Corporate University (CU) has used the Wireless solution for examiner courses with a need for an external internet connection. Also, the FDIC’s Division of Information Technology (DIT) has used the Wireless solution for setting up mobile devices.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4910433620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"OIG Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ed45be\",\n            \"created_at\": \"2021-08-20T07:30:07.971635-04:00\"\n        },\n        {\n            \"id\": 54986,\n            \"title\": \"The Colorado Division of Securities Alerts Firms of FINRA Imposter Scam\",\n            \"summary\": \"The Colorado Division of Securities (the “Division”) warns FINRA member firms of an ongoing phishing campaign that involves fraudulent emails purporting to be from FINRA and using one of at least three imposter FINRA domain names: @finrar-reporting.org, @Finpro-finrar.org, @gateway2-finra.org. The Division reminds firms to verify the legitimacy of any suspicious email before responding, opening any attachments, or clicking on any embedded links. FINRA has requested that the relevant Internet domain registrars suspend services for all three domain names.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO712DFF20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2ed2dff\",\n            \"created_at\": \"2021-08-20T07:30:07.518833-04:00\"\n        },\n        {\n            \"id\": 55050,\n            \"title\": \"Final Notice 2021: William Bernard Drinkwater\",\n            \"summary\": \"For the reasons listed below, the Authority had decided to take the following action against Mr. Drinkwater: a) to make an order prohibiting Mr. Drinkwater from performing any function in relation to any regulated activity carried on by any authorised person, exempt person or exempt professional firm; and b) to cancel Mr. Drinkwater’s Part 4A permission. Mr. Drinkwater has not referred the matter to the Tribunal within 28 days of the date on which the Decision Notice was issued to him. Accordingly, the Authority has today prohibited Mr. Drinkwater from performing any function in relation to any regulated activity carried on by any authorised person, exempt person or exempt professional firm, and also cancelled Mr. Drinkwater’s Part 4A permission. Between 23 November 2016 and 29 July 2019, Mr. Drinkwater held the CF8 Apportionment and Oversight function and was the sole shareholder at Trade Centre Warrington Ltd. Since 27 April 2016, Mr. Drinkwater was also authorised by the Authority as a sole trader. Whilst Mr. Drinkwater was approved to perform the CF8 function at Trade Centre Warrington Ltd, Mr. Drinkwater committed offences of fraudulent trading and conspiracy to handle and dishonestly receive stolen goods. On 5 June 2019, Mr. Drinkwater was convicted, upon his own confession, of two counts of fraudulent trading and participation in a fraudulent business carried on by a sole trader. On 2 September 2019, Mr. Drinkwater was sentenced to 20 months’ imprisonment suspended for 24 months, 200 hours of unpaid work, and a rehabilitation activity requirement for 20 days, and was required to pay the victim surcharge and compensation orders. In addition, a Directors Disqualification Order was made against Mr. Drinkwater. Accordingly, the Authority concludes that a prohibition order should be made against Mr. Drinkwater, and that Mr. Drinkwater’s Part 4A permission should be cancelled.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA518420210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/final-notices/william-bernard-drinkwater-2021.pdf\",\n            \"created_at\": \"2021-08-20T07:30:11.690344-04:00\"\n        },\n        {\n            \"id\": 55006,\n            \"title\": \"Pritzker Administration Announces $10.1 Million Rail Improvement Project in Metro East\",\n            \"summary\": \"The Illinois Department of Transportation announced today a $10.1 million project to modernize rail operations, improve safety and enhance the mobility of goods, people and services throughout Metro East. The project, will reconfigure an outdated network of tracks and signals, while replacing a 97-year-old trackside control tower and transferring its functions to a centralized facility. The project is made possible by a $5.1 million grant from the Consolidated Rail Infrastructure and Safety Improvements Program, administered by the Federal Railroad Administration, with contributions of $1.3 million from IDOT, $2 million from Union Pacific, $1 million from Amtrak, $440,000 from BNSF Railway and $300,000 from Kansas City Southern. The improvements will increase the speed of freight train operations and decrease traffic congestion on local roads, resulting in fewer blocked crossings and reducing passenger service travel times.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2376320210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23763.html\",\n            \"created_at\": \"2021-08-20T07:30:08.831648-04:00\"\n        },\n        {\n            \"id\": 55058,\n            \"title\": \"Updated Opening Hours for the DBS Contact Centre\",\n            \"summary\": \"The DBS contact centre will be closed on Saturday 14, and Saturday 21 August.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUT77488320210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Disclosure and Barring Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/updated-opening-hours-for-the-dbs-contact-centre\",\n            \"created_at\": \"2021-08-20T07:30:12.234180-04:00\"\n        },\n        {\n            \"id\": 55060,\n            \"title\": \"Performance Update – August 2021\",\n            \"summary\": \"Our performance statistics currently only cover our appeals casework. In summary: we made 18,123 appeal decisions in the last 12 months, an average of over 1500 per month; the mean average time to make an appeal decision across all types of casework in the last 12 months was 27 weeks; at the end of July 2021, we had 11,982 open cases. This is an increase of 173 (1.5%), from the previous month.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKPP87326520210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Planning Inspectorate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/performance-update-august-2021\",\n            \"created_at\": \"2021-08-20T07:30:12.361566-04:00\"\n        },\n        {\n            \"id\": 54994,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y to acquire shares of a bank or bank holding company. A. Federal Reserve Bank of Minneapolis: 1. Daniel Otten, Hayward, Minnesota; to retain voting shares of Minnesota Community Bancshares, Inc., Albert Lea, Minnesota, and thereby indirectly retain voting shares of Arcadian Bank, Hartland, Minnesota. B. Federal Reserve Bank of Kansas City: 1. Kathleen Sullivan, Cedar Rapids, Nebraska; to join the Sullivan Family Group, a group acting in concert, to acquire voting shares of Cedar Rapids State Company, and thereby indirectly acquire voting shares of Cedar Rapids State Bank, both of Cedar Rapids, Nebraska.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17817\",\n            \"regalytics_alert_id\": \"1891FR20211781720210819\",\n            \"proposed_comments_due_date\": \"2021-09-03\",\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": \"2021-08-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/19/2021-17817/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-20T07:30:08.036616-04:00\"\n        },\n        {\n            \"id\": 54999,\n            \"title\": \"Notice of Variances and Waivers: Independence Landing, LLC\",\n            \"summary\": \"On August 17, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002(96) Florida Administrative Code (Definitions) and the 2019 Qualified Allocation Plan from Independence Landing, LLC waiving the timing requirements in subsection II.k. of the 2019 QAP to allow Petitioner to exchange its 2020 allocation of housing credits for an allocation of 2021 housing credits and thereby extend the associated deadlines.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2490253620210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24902536\",\n            \"created_at\": \"2021-08-20T07:30:08.377206-04:00\"\n        },\n        {\n            \"id\": 54984,\n            \"title\": \"Notice to Insurers of a Forthcoming Bulletin Requiring a Moratorium Against Non-Renewal or Cancellation of Residential Property Insurance Policies for Properties within or Adjacent to a Fire Perimeter\",\n            \"summary\": \"As wildfires continue to rage across California this summer, I am reminding residential property insurers that Insurance Code Section 675.1(b)(1), as enacted by Senate Bill 824 (Lara, Chapter 616, Statutes of 2018), prohibits insurers from non-renewing or cancelling policies of residential property insurance in ZIP Codes within or adjacent to a fire perimeter for one year following a Governor’s declaration of a state of emergency. On August 17, 2021, Governor Gavin Newsom proclaimed a state of emergency covering the Caldor Fire in El Dorado County. As required by statute, I am coordinating with the California Department of Forestry and Fire Protection (CAL FIRE) and the California Governor’s Office of Emergency Services (CalOES) to identify the fire perimeters that are subject to the one-year moratorium for residential property owners. This prohibition applies to all policies of residential property insurance in effect at the time of each relevant declared emergency. As soon as the fires are sufficiently contained and necessary data is obtained to determine the fire perimeters and which ZIP Codes are within or adjacent to the impacted fire perimeters, I will issue a Bulletin informing insurers of the ZIP Codes that fall within the Section 675.1(b)(1) moratorium relating to these specific declarations. In the meantime, to avoid the need to reverse any adverse policy action after the Section 675.1(b)(2) Bulletin is issued, insurers should refrain from issuing any notice of non-renewal or cancellation, due to wildfire risk, for any policy of residential property insurance in effect on August 17, 2021 that covers property in any known active wildfire areas in the state that may be related to the fire identified in this declaration.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6388CA517212021\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-19\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0250-insurers/0300-insurers/0200-bulletins/bulletin-notices-commiss-opinion/upload/notice-to-insurers-of-a-forthcoming-bulletin-requiring-a-moratorium-against-non-renewal-or-cancellation-of-residential-property-insurance.pdf\",\n            \"created_at\": \"2021-08-20T07:30:07.389997-04:00\"\n        },\n        {\n            \"id\": 54923,\n            \"title\": \"Proposed Rule Change to Modify Certain Pricing Limitations for Companies Listing in Connection with a Direct Listing Primary Offering\",\n            \"summary\": \"On June 11, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or the “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change as to modify certain pricing limitations for companies listing in connection with a Direct Listing primary offering in which the company will sell shares itself in the opening auction on the first day of trading on NASDAQ. NASDAQ recently adopted Listing Rule IM-5315-2 to permit a company to list in connection with a primary offering in which the company will sell shares itself in the opening auction on the first day of trading on the Exchange (a “Direct Listing with a Capital Raise”); created a new order type (the “CDL Order”), which is used during the NASDAQ Halt Cross (the “Cross”) for the shares offered by the company in a Direct Listing with a Capital Raise; and established requirements for disseminating information, establishing the opening price and initiating trading through the Cross in a Direct Listing with a Capital Raise. For a Direct Listing with a Capital Raise, NASDAQ rules currently require that the actual price calculated by the Cross be at or above the lowest price and at or below the highest price of the price range established by the issuer in its effective registration statement (the “Pricing Range Limitation”). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17668\",\n            \"regalytics_alert_id\": \"1891FR20211766820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17668/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-designation-of-a-longer-period\",\n            \"created_at\": \"2021-08-19T07:30:07.978489-04:00\"\n        },\n        {\n            \"id\": 54967,\n            \"title\": \"Website and Instant Message Alert – Fraudulent Website and Phishing Instant Message Related to the Hongkong and Shanghai Banking Corporation Limited \",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA14810818320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210818-3/\",\n            \"created_at\": \"2021-08-19T07:30:10.878834-04:00\"\n        },\n        {\n            \"id\": 54972,\n            \"title\": \"Scottish Secretary Comments on August Labour Market Statistics\",\n            \"summary\": \"The UK Government’s furlough and self-employed schemes will run till the end of September 2021. At their peak, these schemes supported more than 900,000 Scottish jobs. More than 100,000 Scottish businesses have benefitted from £4 billion of UK Government loans. The UK Government has provided billions in extra funding for the welfare system for those unable to access other forms of support. This includes the £20 Universal Credit uplift which will run until the end of September 2021. This direct support is on top of the additional £14.5 billion provided to the Scottish Government since the start of the pandemic. The UK Government is investing billions to help people of all ages back into work, including our £2 billion Kickstart scheme for young people, sector-based work programs and recruitment of thousands of additional work coaches. The Office for National Statistics (ONS) showed unemployment in Scotland fell slightly since last quarter (-0.1%). The rate of employment in Scotland increased slightly (+0.04%), which is a stronger position than the UK average.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSA155629720210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Office of the Secretary of State for Scotland\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/scottish-secretary-comments-on-august-labour-market-statistics\",\n            \"created_at\": \"2021-08-19T07:30:11.193084-04:00\"\n        },\n        {\n            \"id\": 54973,\n            \"title\": \"Scottish Secretary Alister Jack Responds to GERS 2020-21 Figures\",\n            \"summary\": \"Stats reveal unprecedented level of support from UK Government as Scotland tackles pandemic. Total public spending for the benefit of Scotland increased from £81.9bn in 2019-20, to £99.1bn in 2020-21. Increased spending on the pandemic amounted to £17.2 billion – equivalent to more than £3,100 per person in Scotland. Scotland’s notional deficit rose from £15.8 billion in 2019-20 to £36.3 billion in 2020-21. This is more than Scotland’s entire health, education, transport, housing and culture budgets for the year, which was cumulative £35.8 billion in 2020-21. As a percentage of Scotland’s GDP the notional deficit increased from -8.8% in 2019-20 to -22.4% in 2020-21. For comparison, the UK’s deficit rose from -2.6% of GDP to -14.2% over the same period. New members of the EU are required to have a deficit less than 3% of GDP. Public spending per person was £1,828 higher in Scotland than the UK average. This was an increase from £1,754 the previous year. Tax revenues in Scotland were £382 per person lower than the UK average, compared with £290 lower the previous year. The ‘Union dividend’ (reflecting Scotland’s lower tax revenues and higher public spending) was £2,210 per person compared with £2,043 the previous year. North Sea revenues fell from £643m in 2019/20 to £414m in the last financial year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSS91649920210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Office of the Secretary of State for Scotland\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/scottish-secretary-alister-jack-responds-to-gers-2020-21-figures\",\n            \"created_at\": \"2021-08-19T07:30:11.253901-04:00\"\n        },\n        {\n            \"id\": 54903,\n            \"title\": \"Georgia Woman Pleads Guilty to Bank Fraud for COVID-Relief Fraud Scheme\",\n            \"summary\": \"A Georgia woman pleaded guilty today in the Northern District of Georgia for perpetrating a scheme to fraudulently obtain more than $7.9 million in Paycheck Protection Program (PPP) loans guaranteed by the Small Business Administration (SBA) under the Coronavirus Aid, Relief, and Economic Security (CARES) Act. According to court documents, Hunter VanPelt, aka Ellen Corkrum, 49, of Roswell, submitted six fraudulent PPP loan applications to four different lenders on behalf of entities she owned or controlled, namely: Georgia Nephrology Physician Associated, United Healthcare Group & Co., Nephrology Network Group LLC, First Corporate International, Corkrum Consolidated Inc., and Kiwi International Inc. Through the six PPP loan applications, VanPelt fraudulently sought more than $7.9 million in PPP loan funds, of which more than $6 million was disbursed to accounts controlled by VanPelt. The Department of Justice, working with law enforcement partners, seized and recovered approximately $2.1 million of the disbursed PPP funds in this matter. An additional $1.6 million of the disbursed PPP funds were seized by a bank and returned to the lender. VanPelt pleaded guilty to bank fraud. She is scheduled to be sentenced on Jan. 4, 2022, and faces a maximum penalty of 30 years in prison.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ166BB20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/georgia-woman-pleads-guilty-bank-fraud-covid-relief-fraud-scheme\",\n            \"created_at\": \"2021-08-19T07:30:06.332793-04:00\"\n        },\n        {\n            \"id\": 54970,\n            \"title\": \"FAQs on the Securities and Future Regulations 2013\",\n            \"summary\": \"These FAQs are meant to provide guidance to the industry on MAS’ policy and administration of the Securities and Futures Act and regulations. They do not constitute legal advice. If in doubt, MAS expects industry participants to seek independent legal opinion on how they should comply with the requirements under the SFA. Generally, financial institutions and other persons with significant derivatives activities may be subject to reporting obligations. Specified derivatives contracts which are traded in Singapore and/or booked in Singapore are in scope of the reporting obligations. Under the reporting obligations, the prescribed information must be reported to a licensed trade repository (LTR) or licensed foreign trade repository (LFTR), within two business days of the execution of the specified derivatives contracts. Specified persons should ensure that the accuracy of information reported to the LTR or LFTR is maintained, and make timely amendments to the reported information where necessary. These FAQs are to aid implementation of the reporting obligations and elaborate on MAS’ intent for some of the requirements set out under the SF(RDC)R.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18599MAS8812520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"FAQ\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/regulation/faqs/faqs-on-the-securities-and-futures-reporting-of-derivatives-contracts-regulations-2013\",\n            \"created_at\": \"2021-08-19T07:30:11.068882-04:00\"\n        },\n        {\n            \"id\": 54959,\n            \"title\": \"Governor Northam Highlights Historic $2.6 Billion Surplus, Record Reserve Funding\",\n            \"summary\": \"Governor Ralph Northam addressed a Joint Meeting of the Senate Finance and Appropriations, House Appropriations, and House Finance Committees, where he highlighted Virginia’s record budget surplus and roaring economic outlook. Virginia ended fiscal year 2021 with an historic $2.6 billion surplus the largest in the Commonwealth’s history. Virginia’s economic recovery continues to outpace the nation. Virginia was again named America’s top state for business in 2021. Since Governor Northam took office in January 2018, the Commonwealth has created a record-breaking 90,000 new jobs and secured more than $45.4 billion in state-wide capital investment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA90561620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/august/headline-905616-en.html\",\n            \"created_at\": \"2021-08-19T07:30:10.365846-04:00\"\n        },\n        {\n            \"id\": 54910,\n            \"title\": \"New Affordable Housing Goals Proposal for Fannie Mae, Freddie Mac\",\n            \"summary\": \"U.S. Senator Sherrod Brown, Chairman of the Senate Committee on Banking, Housing, and Urban Affairs issued a statement on the Federal Housing Finance Agency’s announcement of their proposed rule establishing new affordable housing goals for Fannie Mae and Freddie Mac. The proposed rule includes a new benchmark to assess the GSEs’ activity serving low and moderate-income homeowners in areas with significant populations of minority households.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU208B20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-applauds-new-affordable-housing-goals-proposal-for-fannie-mae-freddie-mac\",\n            \"created_at\": \"2021-08-19T07:30:06.814567-04:00\"\n        },\n        {\n            \"id\": 54875,\n            \"title\": \"Meeting Agenda: Alaska Mental Health Trust Authority\",\n            \"summary\": \"Meeting: Board of Trustees; Date: August 25-26, 2021; Time: 9:00 AM; Location: Online via webinar and teleconference. Subjects that will be handled incluide the following: Statutory Advisor Update; Finance Committee Report; Inflation Proofing; Amended Budget; and Resource Management Committee Report/Update.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20345320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129295\",\n            \"created_at\": \"2021-08-19T07:30:04.453850-04:00\"\n        },\n        {\n            \"id\": 54957,\n            \"title\": \"Meeting of the U.S. Federal Retirement Thrift Investment Board, August 24, 2021\",\n            \"summary\": \"The Federal Retirement Thrift Investment Board is providing notice its upcoming meeting on August 24, 2021 at 10:00 a.m. The agenda for the meeting is as follows: I. Open Session: 1. Approval of the July 27, 2021 Board Meeting Minutes 2. Monthly Reports a) Participant Activity Report b) Investment Report c) Legislative Report 3. Quarterly Reports d) Metrics 4. FY22 Budget Review and Approval 5. Participant Survey Report II. Closed Session 6. Information covered under 5 U.S.C. 552b (c)(9)(B) and 552b(c)(10).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17680\",\n            \"regalytics_alert_id\": \"1891FR20211768020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Federal Retirement Thrift Investment Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17680/notice-of-board-meeting\",\n            \"created_at\": \"2021-08-19T07:30:10.232930-04:00\"\n        },\n        {\n            \"id\": 54878,\n            \"title\": \"Conversation on the First ED of the 2023 USPAP\",\n            \"summary\": \"Michelle Bradley, Chair of the Appraisal Standards Board, and Lisa Desmarais, Vice President of Appraisal Issues at The Appraisal Foundation will host a webinar on September 2, 2021 at 1:00 pm ET/10 am PT where they will discuss the First Exposure Draft of Potential Changes for the 2023 USPAP. They will review the proposed changes and answer questions.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14801AF629020210902\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Appraisal Foundation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.appraisalfoundation.org/imis/TAFCore/Events/Event_Display.aspx?EventKey=090221\",\n            \"created_at\": \"2021-08-19T07:30:04.662995-04:00\"\n        },\n        {\n            \"id\": 54954,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 92-64 Application for Exporter Short Term Single Buyer Insurance\",\n            \"summary\": \"The information requested enables the applicant to provide EXIM with the information necessary to obtain legislatively required assurance of repayment and fulfills other statutory requirements. Comments must be received on or before October 18, 2021 to be assured of consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17652\",\n            \"regalytics_alert_id\": \"1891FR20211765220210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17652/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-19T07:30:10.019562-04:00\"\n        },\n        {\n            \"id\": 54946,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. The list includes 2 individuals, 4 entities, and 1 Vessel, all from Oman.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17716\",\n            \"regalytics_alert_id\": \"1891FR20211771620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17716/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-08-19T07:30:09.482811-04:00\"\n        },\n        {\n            \"id\": 54874,\n            \"title\": \"RCA Public Meeting: the Regulatory Commission of Alaska\",\n            \"summary\": \"This public meeting will be held on August 25 via telephone. The meeting agenda includes the following presentations: Vantage Point; Remote Alaska Fund; and The Best Solution for Alaska (Jeff Smith, Jens Laipenieks, Kelly Williams, Steve Kramer). The Commission will meet daily, as necessary, at 9 a.m., to respond to matters for which time constraints prohibit providing published notice, including such items as proposed legislation for which the legislature requires a 24-hour response by the Commission. The Commission will have Public Meetings telephonically until further notice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20345820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203458\",\n            \"created_at\": \"2021-08-19T07:30:04.387620-04:00\"\n        },\n        {\n            \"id\": 54896,\n            \"title\": \"SEC Order Against William Scott Lawler, Esq.\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order against William Scott Lawler. The Respondent has submitted an Offer of Settlement which the Commission has determined to accept. Lawler is and has been an attorney licensed to practice in the States of California and Arizona,was also licensed to practice in the State of Utah, but this license has been suspended. The Commission’s complaint alleged that Lawler participated in deceptive schemes from August 2015 through March 2016 for BRKO, and from February 2015 through April 2017 for IMMG, that resulted in the unlawful, unregistered sales of millions of shares of those issuers to the investing public. The complaint alleged that Lawler participated in the deposit of certain of those shares in brokerage accounts so that they could be resold to the public. It is hereby ordered, effective immediately, that Lawler is suspended from appearing or practicing before the Commission as an attorney.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349270720210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92707.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.844985-04:00\"\n        },\n        {\n            \"id\": 54885,\n            \"title\": \"Order and Consent to Order: Katina L. Parrish\",\n            \"summary\": \"On December 11, 2019, the Commissioner entered an order immediately suspending Parrish's insurance producer license, effective immediately. On December 31, 2020, Parrish's producer license expired while she was still suspended. Parrish has not submitted an application for reinstatement or reissuance of her lincense. From on or about December 18, 2019, until February 4, 2020, Parrish was the agent of record and submitted 26 insurance applications to AFLAC while her license was suspended. Parrish received $3,595.30 in commission payments in connection with the 26 applications. On March 15, 2020, Parrish filed an application for Pandemic Unemployment Assistance (\\\"PUA\\\") with Iowa Workforce Development (\\\"IWD\\\"). As a result of her misrepresentations, Parrish received $39,236 in PUA benefits for which she was not entitled. It is ordered: Parrish's Iowa resident insurance producer license is revoked and Parrish is prohibited from engaging in the business of insurance in this state; Parrish shall, contemporaneously with this Order, pay a civil penalty in the amount of $2,600.00; and Parish shall pay the amount of $500.00 for costs of investigation and prosecution.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1711043220210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-katina-l-parrish\",\n            \"created_at\": \"2021-08-19T07:30:05.128650-04:00\"\n        },\n        {\n            \"id\": 54904,\n            \"title\": \"Federal Court Finds Miami-Area Tax Preparer in Contempt for Violating Permanent Injunction\",\n            \"summary\": \"A federal court in the Southern District of Florida has held a Miami-area tax preparer in contempt for violating a permanent injunction that barred her from preparing, filing or assisting in the preparation or filing of federal tax returns for others. The United States filed a complaint against Milagros Espinal on February 7, 2011, that alleged that she had prepared returns for customers that claimed deductions for fraudulent medical expenses, charitable contributions and unreimbursed employee business expenses. According to the complaint, an IRS review of returns she prepared uncovered errors in 97% of the returns the agency examined. The parties contemporaneously filed a consent order, in which Espinal agreed to a full bar on return preparation. On February 16, 2011, the court issued a permanent injunction. In holding Espinal in contempt today, the court found that the United States proved by clear and convincing evidence that Espinal continued to prepare returns notwithstanding the injunction.The court also found that the returns Espinal filed in violation of the injunction contained numerous fraudulent claims. In particular, the order concludes that Espinal frequently fabricated fuel tax credits and that she included more than $269,095 in fabricated or overstated deductions on the returns she prepared for the customers who testified at the contempt hearing. According to the order, the court will impose a sanction on Espinal on a later date.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2046620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/federal-court-finds-miami-area-tax-preparer-contempt-violating-permanent-injunction\",\n            \"created_at\": \"2021-08-19T07:30:06.400586-04:00\"\n        },\n        {\n            \"id\": 54905,\n            \"title\": \"Ohio Resident Pleads Guilty to Operating Darknet-Based Bitcoin ‘Mixer’ That Laundered Over $300 Million\",\n            \"summary\": \"An Ohio man pleaded guilty today to a money laundering conspiracy arising from his operation of Helix, a Darknet-based cryptocurrency laundering service. According to court documents, Larry Dean Harmon, 38, of Akron, admitted that he operated Helix from 2014 to 2017. Helix functioned as a bitcoin “mixer” or “tumbler,” allowing customers, for a fee, to send bitcoin to designated recipients in a manner that was designed to conceal the source or owner of the bitcoin. Harmon admitted that Helix partnered with several Darknet markets, including AlphaBay, Evolution, Cloud 9 and others, to provide bitcoin money laundering services for market customers. In total, Helix moved over 350,000 bitcoin – valued at over $300 million at the time of the transactions – on behalf of customers, with the largest volume coming from Darknet markets. As part of his plea, Harmon also agreed to the forfeiture of more than 4,400 bitcoin, valued at more than $200 million at today’s prices, and other seized properties that were involved in the money laundering conspiracy. Harmon will be sentenced at a date to be determined and faces a maximum penalty of 20 years in prison, a fine of $500,000 or twice the value of the property involved in the transaction, a term of supervised release of not more than three years, and mandatory restitution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2266720210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/ohio-resident-pleads-guilty-operating-darknet-based-bitcoin-mixer-laundered-over-300-million\",\n            \"created_at\": \"2021-08-19T07:30:06.467246-04:00\"\n        },\n        {\n            \"id\": 54951,\n            \"title\": \"On Passing Budget Resolution to Deliver Once-in-a-Generation Progress for the People\",\n            \"summary\": \"Speaker Nancy Pelosi published the following press release today: \\\"Today, President Biden endorsed the House Rule which will allow us to consider the budget resolution, H.R. 4 and the bipartisan infrastructure bill next week. The budget resolution is the key to unlocking the 51-vote privilege of the reconciliation path for our transformative Build Back Better bill. When the House returns on August 23rd, it is essential that we pass the budget resolution so that we can move forward united and determined to realize President Biden’s transformative vision and deliver historic progress.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH81721020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81721-0\",\n            \"created_at\": \"2021-08-19T07:30:09.818026-04:00\"\n        },\n        {\n            \"id\": 54877,\n            \"title\": \"Meeting Agenda: Alaska Mental Health Trust Authority Program & Planning Committee\",\n            \"summary\": \"Meeting: Program & Planning Committee; Date: August 26, 2021; Time: 10:45 AM; Location: Online via webinar and teleconference. Trustees: Verné Boerner (Chair), Rhonda Boyles, Chris Cooke, Kevin Fimon, Brent Fisher, Anita Halterman, and John Sturgeon. Subjects: Approval(s) Providence Health & Services Washington/Housing and Home & Community Based Services Focus Area Allocation; Alaska Behavioral Health/Fairbanks Adult Mental Health Residential Treatment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20345520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129296\",\n            \"created_at\": \"2021-08-19T07:30:04.592269-04:00\"\n        },\n        {\n            \"id\": 54939,\n            \"title\": \"Back-to-Basics: Financial Fundamentals\",\n            \"summary\": \"In conjunction with the back-to-school season, the Department of Finance wishes to remind consumers of the benefits of a “back-to-basics” approach to their personal finances. Budgeting, saving, building credit, and retirement planning remain key ingredients in achieving and maintaining financial stability. As cost of-living expenses increase and economic conditions fluctuate, consider creating a financial plan that includes the following components: create a budget and schedule time to review it regularly, automate saving, get credit for your credit and save and invest your money for retirement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18868ID37BA11620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Idaho\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Idaho Department of Finance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.finance.idaho.gov/about/press-releases/documents/2021/2021-DOF-PR-Back-Basics-Financial-Fundamentals.pdf\",\n            \"created_at\": \"2021-08-19T07:30:09.027753-04:00\"\n        },\n        {\n            \"id\": 54907,\n            \"title\": \"U.S. Small Business Administration Announces Key Staff\",\n            \"summary\": \"Today, the U.S. Small Business Administration announced its senior leadership team and key Biden-Harris Administration appointees. This experienced group of staffers will join thousands of SBA career servants working tirelessly to deliver recovery funding to millions of small businesses and rebuild the engine of our nation's economy. In April, Antwaun Griffin was named Chief of Staff to lead the agency as it provides a historic $1 trillion in economic relief to America's entrepreneurs, small businesses, and nonprofits. Appointees and their roles are listed per office: Daniel Krupnick, Counselor to the Administrator; Arthur Plews, Deputy Chief of Staff for Policy; Kendall Corley, Deputy Chief of Staff for External Affairs; Scott Harriford, White House Liaison; Diedra Henry-Spires, Senior Advisor for COVID Programs; and Bajeyah Eaddy, Special Assistant to the Chief of Staff.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA54AFF921820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/18/us-small-business-administration-announces-key-staff\",\n            \"created_at\": \"2021-08-19T07:30:06.605865-04:00\"\n        },\n        {\n            \"id\": 54937,\n            \"title\": \"Extension of the ICE Bakkt Bitcoin Monthly Futures Contract Spread Trade Program\",\n            \"summary\": \"ICE Futures U.S., Inc. (IFUS or Exchange) hereby submits by written certification, amendments extending the term of the Bakkt Bitcoin Monthly Futures Spread Trade Program (Program) through December 31, 2021. The Exchange believes that the program, which was launched in August of 2020, will continue to incentivize additional liquidity and volume in Bakkt Bitcoin Monthly Futures Contracts. The Exchange certifies that the Program complies with the requirements of the Commodity Exchange Act and the rules and regulations promulgated thereunder. In particular, the Program complies with Core Principle 4 (Monitoring of Trading), Core Principle 9 (Execution of Transactions) and Core Principle 12 (Protection of Market Participants). The Program does not impact order execution priority or otherwise give participants any execution preference or advantage. In addition, the Exchange’s Market Regulation Department actively monitors for trading abuses using electronic exception reports and will take appropriate action against any participants engaging in market abuses. The Exchange is not aware of any opposing views with regard to the amendments extending the Program, which will become effective on September 1, 2021 and further certifies that, concurrent with this filing, a copy of this submission was posted on the Exchange’s website.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE253219311420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear U.S.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/21-58_Amendments_to_Bitcoin_Montlhy_Spread_Trades_Program.pdf\",\n            \"created_at\": \"2021-08-19T07:30:08.892761-04:00\"\n        },\n        {\n            \"id\": 54938,\n            \"title\": \"Extension of the Bakk Bitcoin (USD) Monthly Futures Contract Market Maker Program\",\n            \"summary\": \"ICE Futures U.S., Inc. (IFUS or Exchange) hereby self-certifies an amendment extending the Bakkt Bitcoin (USD) Monthly Futures Contract Market Maker Program (Program) through December 31, 2021. The Exchange believes that the Program has helped attract liquidity and volume to the Bakkt Bitcoin (USD) Monthly Futures Contract and is extending the term, which was set to expire on August 31, 2021, for an addition four months. The Exchange certifies that the Program continues to comply with the requirements of the Commodity Exchange Act and the rules and regulations promulgated thereunder. In particular, the Program complies with Core Principle 4 (Monitoring of Trading), Core Principle 9 (Execution of Transactions) and Core Principle 12 (Protection of Market Participants). The Program does not impact order execution priority or otherwise give participants any execution preference or advantage. In addition, the Exchange’s Market Regulation Department actively monitors for trading abuses using electronic exception reports and will take appropriate action against any participants engaging in market abuses. The Exchange is not aware of any opposing views with regard to the Program, which will become effective on September 1, 2021, and further certifies that, concurrent with this filing, a redacted copy of this submission was posted on the Exchange’s website.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE25321949820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear U.S.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/21-57_Amendments_to_Bitcoin_Monthly_K_MMP.pdf\",\n            \"created_at\": \"2021-08-19T07:30:08.959907-04:00\"\n        },\n        {\n            \"id\": 54886,\n            \"title\": \"August 2021 Mid-Month Revenue Report\",\n            \"summary\": \"The Department of Revenue (DOR) hereby submits its mid-month tax revenue report for the month of August 2021, the second month of fiscal year 2022. August is one of the smaller months for revenue collections because neither individual nor business taxpayers make significant estimated payments during the month. Historically, roughly 6.7% of annual revenue, on average, has been received during August. Total Tax collections for the month-to-date period were $975 million, up $163 million or 20.1% versus the same period in August 2020. The month-to-date increase is mostly due to an increase in withholding. Income Taxes, which includes withholding, totaled $780 million, up $157 million or 25.1% versus the same period in August 2020. Sales & Use Taxes were $118 million, up $21 million or 22.0% versus the same period in August 2020. Corporate & Business Taxes were a net outflow of $0.4 million, resulting in a $13 million decrease in collections versus the same period in August 2020. Other Taxes totaled $77 million, down $1 million or 1.6% versus the same period in August 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18801MA36AU6120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/doc/august-2021-mid-month-revenue-report/download\",\n            \"created_at\": \"2021-08-19T07:30:05.193541-04:00\"\n        },\n        {\n            \"id\": 54945,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. The list includes 22 individuals and 21 entities, all from Belarus.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17665\",\n            \"regalytics_alert_id\": \"1891FR20211766520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17665/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-08-19T07:30:09.417082-04:00\"\n        },\n        {\n            \"id\": 54913,\n            \"title\": \"Statement by Secretary Barca on Release of 2021 Equalized Values Report\",\n            \"summary\": \"Secretary of the Wisconsin Department of Revenue, Peter Barca, released the following statement regarding the 2021 annual Equalized Values Report: \\\"The 2021 report indicates that the increase was approximately 7%. This represents the largest increase since 2006. Further, the 2021 report highlights that state-wide, our new construction values increased by 4.56%, which is the largest state-wide new construction value on record, at over $10 billion. While the state-wide commercial market value increase of 2% lagged the 2020 market value increase, the residential market value experienced a robust increase of 7%. In total, this represents the largest amount of market value increase on record.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18943WI71ST7120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.wi.gov/Pages/News/2021/2021-EQ-Values-Statement.pdf\",\n            \"created_at\": \"2021-08-19T07:30:07.011808-04:00\"\n        },\n        {\n            \"id\": 54971,\n            \"title\": \"Deadline Looms for Parents to Update Child Benefit for 16 Year Olds\",\n            \"summary\": \"HM Revenue and Customs (HMRC) is reminding parents and carers they have until 31 August 2021 to confirm whether their teenagers are staying in full-time education or training beyond 16. Last week, teenagers across the UK received their GSCE or Scottish National Certificate results and many are now considering their future. If they decide to continue their full-time education or training, parents or carers will be eligible to continue receiving Child Benefit payments for their child. From 31 August, M&S Bank is closing their current accounts and Tesco is closing their current accounts from 30 November. Similarly, with Post Office card account holders, any Child Benefit and tax credits customers who receive their payments to an M&S or Tesco current account, will need to provide an alternative account, or their payments will be suspended.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKDF1516710220210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Revenue & Customs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/deadline-looms-for-parents-to-update-child-benefit-for-16-year-olds\",\n            \"created_at\": \"2021-08-19T07:30:11.131790-04:00\"\n        },\n        {\n            \"id\": 54952,\n            \"title\": \"Paperwork Reduction Act Approvals: Community Development Block Grant Entitlement Program\",\n            \"summary\": \"The Department is soliciting public comments on the subject proposal “Community Development Block Grant Entitlement Program.” The Department is revising the currently approved collection. This request identifies the estimated reporting burden associated with information that CDBG entitlement grantees will report in IDIS for CDBG-assisted activities, recordkeeping requirements, and reporting requirements. Grantees are encouraged to update their accomplishments in IDIS on a quarterly basis. In addition, grantees are required to retain records necessary to document compliance with statutory and regulatory requirements, Executive Orders, 2 CFR part 200 requirements, and determinations required to be made by grantees as a determination of eligibility. Grantees are required to prepare and submit their Consolidated Annual Performance and Evaluation Reports, which demonstrate the progress grantees make in carrying out CDBG-assisted activities listed in their consolidated plans. This report is due to HUD 90 days after the end of the grantee’s program year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17666\",\n            \"regalytics_alert_id\": \"1891FR20211766620210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17666/60-day-notice-of-proposed-information-collection-community-development-block-grant-entitlement\",\n            \"created_at\": \"2021-08-19T07:30:09.881964-04:00\"\n        },\n        {\n            \"id\": 54966,\n            \"title\": \"Policy Statement 21/11: General Insurance Pricing Practices – Amendments\",\n            \"summary\": \"In May 2021, we published PS21/5 which set out our final rules to address the harm we had found in our GI Pricing Practices Market Study. On 18 August, we published PS21/11, making minor changes to these rules. The rules aim to improve the way insurance markets function. Our rules ensure that renewing home and motor insurance consumers are quoted prices that are no more than they would be quoted as a new customer through the same channel. We are also making it simpler for customers to stop automatic renewals if they wish to do so. We are also enhancing our product governance rules to ensure that firms deliver fair value on all their insurance products. This policy statement will be of interest mainly to: general insurers and intermediaries; life assurers and intermediaries selling pure protection business; trade bodies representing these firms and consumers; and consumer organizations. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17761FCA183P20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Guidance\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publications/policy-statements/ps21-11-general-insurance-pricing-practices-amendments\",\n            \"created_at\": \"2021-08-19T07:30:10.813900-04:00\"\n        },\n        {\n            \"id\": 54920,\n            \"title\": \"ConvexityShares 1x SPIKES Futures ETF\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to list and trade shares (“Shares”) of the following under NYSE Arca Rule 8.200-E, Commentary .02, which governs the listing and trading of Trust Issued Receipts: ConvexityShares 1x SPIKES Futures ETF (the “Fund”). The Fund is a series of the ConvexityShares Trust (the “Trust”), a Delaware statutory trust. The Fund is managed and controlled by its sponsor and investment manager, ConvexityShares, LLC (the “Sponsor”). The Fund is a commodity pool and the Sponsor is a commodity pool operator subject to regulation by the Commodity Futures Trading Commission (“CFTC”) and the National Futures Association under the Commodity Exchange Act, as amended. U.S. Bank, a national banking association, will provide custody and fund accounting to the Trust and the Fund. Its affiliate, U.S. Bancorp Fund Services, will be the transfer agent (“Transfer Agent”) for Fund Shares and administrator for the Fund. Foreside will serve as the distributor for the Fund (“Distributor”).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17669\",\n            \"regalytics_alert_id\": \"1891FR20211766920210818\",\n            \"proposed_comments_due_date\": \"2021-09-22\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17669/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-of-amendment-no-1-and-order-instituting\",\n            \"created_at\": \"2021-08-19T07:30:07.787374-04:00\"\n        },\n        {\n            \"id\": 54924,\n            \"title\": \"California Secures Federal Assistance to Support Response to Caldor Fire in El Dorado County\",\n            \"summary\": \"Governor Gavin Newsom today, August 17, 2021, announced that California has secured a Fire Management Assistance Grant (FMAG) from the Federal Emergency Management Agency (FEMA) to help ensure the availability of vital resources to suppress the Caldor Fire, hours after the Governor proclaimed a state of emergency for El Dorado County. The Caldor Fire has to date burned more than 22,000 acres of state and private land, threatening approximately 7,500 homes in and around Pollock Pines, Grizzly Flats, Camino and Sly Park. The Governor earlier today also announced that California has secured two Fire Management Assistance Grants (FMAGs) from the Federal Emergency Management Agency to support the state’s response to the Monument Fire burning in Trinity County and the Dixie Fire in Lassen County, enabling local, state and tribal agencies involved in the response to apply for 75-percent reimbursement of their eligible fire suppression costs. This follows recent FMAGs for the Dixie Fire response in Butte and Plumas counties and the response to the River Fire and Lava Fire. Governor Newsom has proclaimed a state of emergency in counties impacted by the McFarland and Monument fires, Antelope and River fires, Dixie, Fly and Tamarack fires and the Lava Fire and Beckwourth Complex.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6046120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/17/california-secures-federal-assistance-to-support-response-to-caldor-fire-in-el-dorado-county/\",\n            \"created_at\": \"2021-08-19T07:30:08.043760-04:00\"\n        },\n        {\n            \"id\": 54918,\n            \"title\": \"Proposal New Rules 6.1P-O, 6.37AP-O, 6.40P-O, 6.41P-O, 6.62P-O, 6.64P-O, 6.76P-O, and 6.76AP-O and Proposes Amendments to Rules 1.1, 6.1-O, and 6.1A-O to Reflect the Implementation of the Exchange’s Pillar Trading Technology on its Options Market\",\n            \"summary\": \"NYSE Arca, Inc. proposes new Rules on Applicability, Market Maker Quotations, PreTrade and Activity-Based Risk Controls, Price Reasonability Checks - Orders and Quotes, Orders and Modifiers, Auction Process, Order Ranking and Display, and Order Execution and Routing and proposes amendments to reflect the implementation of the Exchange’s Pillar trading technology on its options market. The Exchange plans to transition its options trading platform to its Pillar technology platform. The Exchange’s and its national securities exchange affiliates’ (together with the Exchange, the “NYSE Exchanges”) cash equity markets are currently operating on Pillar. The Exchange plans to roll out the new technology platform over a period of time based on a range of symbols, anticipated for the fourth quarter of 2021. With this transition, certain rules would continue to be applicable to symbols trading on the current trading platform - the OX system, but would not be applicable to symbols that have transitioned to trading on Pillar. Instead, the Exchange proposes new rules to reflect how options would trade on the Exchange once Pillar is implemented. These proposed rule changes will (1) use Pillar terminology that is based on Exchange Rule 7-E Pillar terminology governing cash equity trading; (2) provide for common functionality on both its options and cash equity markets; and (3) introduce new functionality.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349269620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-92696.pdf\",\n            \"created_at\": \"2021-08-19T07:30:07.660205-04:00\"\n        },\n        {\n            \"id\": 54953,\n            \"title\": \"SBA Administrator Guzman Celebrates Startup Day Across America\",\n            \"summary\": \"Administrator Isabella Casillas Guzman released the following statement on Start-up Day Across America: \\\"On Start-up Day Across America, we celebrate new business ventures who are innovating and creating, solving problems and bringing new products and services to big cities and small towns throughout our nation. The U.S. Small Business Administration makes the American dream of business ownership a reality. As the only go-to resource and voice for small businesses backed by the strength of the federal government, the SBA empowers entrepreneurs and small business owners with the resources and support they need to start, grow or expand their businesses, or recover from a declared disaster.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA62ICA1021820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/18/sba-administrator-guzman-celebrates-startup-day-across-america\",\n            \"created_at\": \"2021-08-19T07:30:09.946967-04:00\"\n        },\n        {\n            \"id\": 54912,\n            \"title\": \"Administrative Notice of Extention for Tax Filing\",\n            \"summary\": \"Notice of extension of time for filing and tax returns, and periodic filings. All West Virginia tax returns and other West Virginia State tax filings due on any date from and including August 15, 2021, up to and including August 20, 2021 are extended, and are due on August 24, 2021 because of computer system and technology issues. This extension is retroactive in effect to include any West Virginia tax filing due on or between August 15, 2021 through the issuance date of this Administrative Notice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18941WV2021208820450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"West Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia State Tax Department\"\n                }\n            ],\n            \"pdf_url\": \"https://tax.wv.gov/Documents/AdministrativeNotices/2021/AdministrativeNotice.2021-20.pdf\",\n            \"created_at\": \"2021-08-19T07:30:06.946725-04:00\"\n        },\n        {\n            \"id\": 54936,\n            \"title\": \"Freddie Mac Prices $799 Million Multifamily K-Deal\",\n            \"summary\": \"On August 18, 2021, Freddie Mac (OTCQB: FMCC) has priced a new offering of Structured Pass-Through Certificates (K Certificates), which includes a class of floating rate bonds indexed to the Secured Overnight Financing Rate (SOFR). The approximately $799 million in K Certificates (K-F119 Certificates) are expected to settle on or about August 31, 2021. The K-F119 Certificates are backed by floating-rate multifamily mortgages with 10-year terms, which are SOFR-based. The K-F119 Certificates will not be rated and will include one senior principal and interest class and one interest-only class that is also entitled to static prepayment premiums. The K-F119 Certificates are backed by corresponding classes issued by the FREMF 2021-KF119 Mortgage Trust (KF119 Trust) and guaranteed by Freddie Mac. The KF119 Trust will also issue certificates consisting of the Class CS and R Certificates, which will be subordinate to the classes backing the K-F119 Certificates and will not be guaranteed by Freddie Mac.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2340120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Freddie Mac\"\n                }\n            ],\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-prices-799-million-multifamily-k-deal-k-f119\",\n            \"created_at\": \"2021-08-19T07:30:08.830379-04:00\"\n        },\n        {\n            \"id\": 54906,\n            \"title\": \"Readout: Deputy Secretary of the Treasury Wally Adeyemo’s Visit to Maryland Emergency Rental Assistance Grantee\",\n            \"summary\": \"Earlier today, Deputy Secretary of the Treasury Wally Adeyemo participated in a roundtable discussion hosted by Housing Initiative Partnership (HIP) in Hyattsville, Maryland where he heard from tenants, landlords, community leaders and administrators of Prince George’s County’s effective Emergency Rental Assistance (ERA) program. Despite having to build their program largely from scratch, Prince George’s County has already distributed 83% of its first allotment of ERA funds to more than 3,200 Prince George’s County tenants and landlords. Following Treasury’s February guidance encouraging programs to reduce burdensome documentation requirements, the county now relies on self-attestations and income-based proxies based on census tract data to determine eligibility for about half of all applications.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT111032520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0325\",\n            \"created_at\": \"2021-08-19T07:30:06.535670-04:00\"\n        },\n        {\n            \"id\": 54909,\n            \"title\": \"President Biden Announces Five Key Nominations\",\n            \"summary\": \"Today, President Joe Biden announced his intent to nominate the following five individuals to serve in key roles, among them: Scott A. Nathan, Nominee for Chief Executive Officer of the United States International Development Finance Corporation; Viquar Ahmad, Nominee for Assistant Secretary for Administration and Chief Financial Officer, Department of Commerce; Matthew Axelrod, Nominee for Assistant Secretary for Export Enforcement, Department of Commerce; Robert Gordon, Nominee for Assistant Secretary for Financial Resources, Department of Health and Human Services; and Charles F. Sams, Nominee for Director of the National Park Service, Department of the Interior.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH167420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/18/president-biden-announces-five-key-nominations-4/\",\n            \"created_at\": \"2021-08-19T07:30:06.740263-04:00\"\n        },\n        {\n            \"id\": 54889,\n            \"title\": \"Order Disapproving a Proposed Rule Change to Amend its Rules Establishing Maximum Fee Rates to be Charged by Member Organizations for Forwarding Proxy and Other Materials to Beneficial Owners\",\n            \"summary\": \"On December 2, 2020, New York Stock Exchange LLC (“NYSE” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”), a proposed rule change to delete the maximum fee rates for forwarding proxy and other materials to beneficial owners and establish in their place a requirement for member organizations to comply with any schedule of approved charges set forth in the rules of any other national securities exchange or association of which such member organization is a member. The proposed rule change was published for comment in the Federal Register on December 21, 2020. The Commission does not find, that the proposed rule change is consistent with the requirements of the Act and the rules and regulations applicable to a national securities exchange. It Is therefore ordered, that the proposed rule change (SR-NYSE-2020-96) is disapproved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349270020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-92700.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.385969-04:00\"\n        },\n        {\n            \"id\": 54899,\n            \"title\": \"Governor Abbott Announces Additional Federal COVID-19 Relief Assistance Payments for Local Communities\",\n            \"summary\": \"Governor Greg Abbott today announced additional federal coronavirus relief assistance payments from the American Rescue Plan Act will begin this week for populations under 50,000. Under ARPA, the Coronavirus Local Fiscal Recovery Fund provides emergency funding for eligible localities classified as non-entitlement units of local government to support their response efforts, including medical supplies and hospital staffing. NEUs are cities, villages, towns, and townships serving populations of less than 50,000 and will receive funding distributed by the Texas Division of Emergency Management.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXES1102134020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-announces-additional-federal-covid-19-relief-assistance-payments-for-local-communities\",\n            \"created_at\": \"2021-08-19T07:30:06.072188-04:00\"\n        },\n        {\n            \"id\": 54898,\n            \"title\": \"Ten South Dakota Businesses Named to Inc. 5000 National List for Growth\",\n            \"summary\": \"Business is booming across South Dakota. This week, the state had 10 businesses named to the annual Inc. 5000 list of fastest-growing private companies in the nation. These companies didn’t just expand, some have grown exponentially. These companies are winning and elevating South Dakota on the national stage as the premier place to start and grow a business. The companies represented on the list had a median growth of 239 percent with industry revenue hitting over $283 million, all while adding 330 jobs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1711SD2842820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Department of Revenue\"\n                },\n                {\n                    \"name\": \"South Dakota Governor's Office of Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28428\",\n            \"created_at\": \"2021-08-19T07:30:05.975546-04:00\"\n        },\n        {\n            \"id\": 54888,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend PHLX Rules at Options 8, Section 34, FLEX Index, Equity, and Currency Options, to Extend the Maximum Expiration Term for FLEX Index and Equity Options\",\n            \"summary\": \"On August 13, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend PHLX Rules at Options 8, Section 34, “FLEX Index, Equity and Currency Options,” to extend the expiration term for FLEX index and equity options to a maximum expiration term of 15 years.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6810PHLX349269920210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/phlx/2021/34-92699.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.322175-04:00\"\n        },\n        {\n            \"id\": 54919,\n            \"title\": \"Proposal to Amend the NYSE Arca Equities Fees and Charges\",\n            \"summary\": \"On August 2, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the NYSE Arca Equities Fees and Charges (“Fee Schedule”) to (1) modify the application of the per share fee for Tape B securities; (2) adopt increased credits and a cap applicable to the Step Up Tier 4 credit in Tape B securities; (3) eliminate a requirement to qualify for the Tape B Tier 2 credit; (4) adopt increased credits and a cap applicable to the Tape B Step Up Tier; and (5) adopt a new pricing tier, MPID Adding Tier, applicable to Tape A and Tape C securities. The Exchange proposes to implement the fee changes effective August 2, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17667\",\n            \"regalytics_alert_id\": \"1891FR20211766720210818\",\n            \"proposed_comments_due_date\": \"2021-09-08\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17667/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2021-08-19T07:30:07.723530-04:00\"\n        },\n        {\n            \"id\": 54949,\n            \"title\": \"Penn State Extension Partner to Provide Retirement Planning Information for Farmers\",\n            \"summary\": \"The Pennsylvania Department of Banking and Securities is partnering with the Penn State Extension to launch a free, online program to help farmers with retirement planning. The program is free and open to the public. Registration is required. Penn State Extension is a modern educational organization dedicated to delivering science-based information to people, businesses, and communities. To further support the business, transition, and succession planning needs of Pennsylvania agriculture, the Department of Agriculture encourages farmers to take advantage of the $1 million Farm Vitality Grant Program through the Pennsylvania Farm Bill. The program funds professional services aimed at enhancing the long-term health and vitality of Pennsylvania’s farms through sound business planning, efficient transitions of farm ownership, strategic farm expansion, diversification, and financial and technical expertise. Grants are available up to $7,500, which can cover up to 75% of a project.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"145PA1046220210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Banking and Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/banking_details.aspx?newsid=342\",\n            \"created_at\": \"2021-08-19T07:30:09.680617-04:00\"\n        },\n        {\n            \"id\": 54897,\n            \"title\": \"SEC Charges Netflix Insider Trading Ring\",\n            \"summary\": \"The Securities and Exchange Commission today announced insider trading charges against three former Netflix Inc. software engineers and two close associates who generated over $3 million in total profits by trading on confidential information about Netflix's subscriber growth. The complaint alleges that Sung Mo Jun, while employed at Netflix in 2016 and 2017, repeatedly tipped this information to his brother, Joon Mo Jun, and his close friend, Junwoo Chon, who both used it to trade in advance of multiple Netflix earnings announcements. The SEC's complaint, filed in federal court in Seattle, charges Sung Mo Jun, Joon Jun, Chon, Lee, and Bae with violating the antifraud provisions of the Securities Exchange Act of 1934 and Sung Mo Jun, Joon Jun, Chon, and Lee have consented to the entry of judgments which, if approved by the court, would permanently enjoin each from violating the charged provisions; Bae consented to the entry of a final judgment, also subject to court approval, permanently enjoining him from violating the Exchange Act and imposing a civil penalty of $72,875.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC8A7C6F5F20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-158\",\n            \"created_at\": \"2021-08-19T07:30:05.910590-04:00\"\n        },\n        {\n            \"id\": 54890,\n            \"title\": \"Governor Cooper Issues State of Emergency in Response to Severe Weather\",\n            \"summary\": \"In response to Tropical Storm Fred, Governor Roy Cooper issued a State of Emergency today to activate the state’s emergency operations plan and waive transportation rules to help first responders and the agriculture industry. Executive Order 227 waives the size and weight requirements for vehicles carrying emergency relief supplies or services to assist with the restoration of utility services, debris removal and emergency relief efforts. The Order also helps North Carolinians harvest and transport their crops more quickly, by temporarily suspending weighing of vehicles used to transport livestock, poultry or crops ready to be harvested. The Council of State concurred with the Order today.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC394820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nc.gov/news/press-releases/2021/08/18/governor-cooper-issues-state-emergency-response-severe-weather\",\n            \"created_at\": \"2021-08-19T07:30:05.449228-04:00\"\n        },\n        {\n            \"id\": 54887,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend GEMX's Options Regulatory Fee\",\n            \"summary\": \"On August 9, 2021, NASDAQ GEMX, LLC (“GEMX” or “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend GEMX’s Pricing Schedule at Options 7, Section 5 related to the Options Regulatory Fee or “ORF”. While the changes proposed herein are effective upon filing, the Exchange has designated the amendments become operative on October 1, 2021. Currently, GEMX assesses an ORF of $0.0018 per contract side as specified in GEMX’s Pricing Schedule at Options 7, Section 5. The Exchange proposes to waive its ORF from October 1, 2021 to January 31, 2022, and then recommence the ORF on February 1, 2022.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12571GEMX349269820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ GEMX, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/gemx/2021/34-92698.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.257840-04:00\"\n        },\n        {\n            \"id\": 54948,\n            \"title\": \"Model Risk Management: New Comptroller's Handbook Booklet\",\n            \"summary\": \"The Office of the Comptroller of the Currency issued today the new Model Risk Management booklet of the Comptroller's Handbook, which is prepared for use by OCC examiners in connection with the examination and supervision of national banks, federal savings associations, and federal branches and agencies of foreign banking organizations. This booklet presents the concepts and general principles of model risk management; informs and educates examiners about sound model risk management practices that should be assessed during an examination; and provides information needed to plan and coordinate examinations on model risk management, identify deficient practices, and conduct appropriate follow-up.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC5771ET473920210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-39.html\",\n            \"created_at\": \"2021-08-19T07:30:09.615849-04:00\"\n        },\n        {\n            \"id\": 54925,\n            \"title\": \"TriOptima's TriResolve Margin Connects to Major Tri-Party Agents Through SWIFT\",\n            \"summary\": \"TriOptima, a leading infrastructure service that helps to lower costs and to mitigate risk in OTC derivatives markets, has announced that it now offers integration via SWIFT to the four main tri-party agents; BNY Mellon, Clearstream, Euroclear and J.P. Morgan. TriOptima's clients will have direct connectivity to tri-parties via SWIFT for sending instructions as well as receiving status messages and end of day reports. With phase five of the uncleared margin rules (UMR) coming into effect in September, firms in scope will need to ensure they have the right infrastructure in place to exchange initial margin (IM) efficiently. This involves carrying out IM calculations, proactively monitoring their exposure and integrating with tri-party agents.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4860120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CME Group\"\n                }\n            ],\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/trioptimas-triresolve-margin-connects-major-tri-party-agents\",\n            \"created_at\": \"2021-08-19T07:30:08.110004-04:00\"\n        },\n        {\n            \"id\": 54950,\n            \"title\": \"Application by Bundesanstalt für Finanzdienstleistungsaufsicht (“BaFin”), Security-Based Swap Entities Subject to Regulation in the Federal Republic of Germany, Amendment of Substituted Compliance Determination, Proposed Amendments to Order\",\n            \"summary\": \"Bundesanstalt für Finanzdienstleistungsaufsicht (“BaFin”) is requesting that the Commission amend an existing substituted compliance Order for Germany to extend the Order to nonbank capital and margin requirements (the “Amended Application”). The Commission also is soliciting comment on proposed amendments to the Order and is proposing to amend and restate the Order (the “proposed Amended Order”). In the Commission’s preliminary view, certain developments warrant modifications to the substituted compliance Order for Germany. First, since finalizing the Order, the Commission has finalized substituted compliance orders for SBS Entities subject to regulation in the French Republic (“France”) and the United Kingdom (“UK”). The Commission is proposing to amend the Order to align with the French and UK orders where appropriate. The Commission has Determined and Ordered, that a Covered Entity (as defined in paragraph (g)(1) of this Order) may satisfy the requirements under the Exchange Act that are addressed in paragraphs (b) through (f) of this Order so long as the Covered Entity is subject to and complies with relevant requirements of the Federal Republic of Germany and the European Union and with the conditions of this Order, as amended or superseded from time to time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17644\",\n            \"regalytics_alert_id\": \"1891FR20211764420210818\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17644/notice-of-application-for-the-amendment-of-substituted-compliance-determination-regarding\",\n            \"created_at\": \"2021-08-19T07:30:09.749445-04:00\"\n        },\n        {\n            \"id\": 54911,\n            \"title\": \"SCC Reminds Virginians to Review their Property Insurance Before a Hurricane or Other Disaster Strikes\",\n            \"summary\": \"The 2021 Atlantic hurricane season already has had a busy start with eight named storms and one reaching hurricane strength. The State Corporation Commission’s (SCC) Bureau of Insurance (Bureau) reminds Virginians that late August to early October is often the most dangerous and active time for tropical storm activity – and the potential property damage those storms can cause. If you have not already reviewed your property insurance, the Bureau urges Virginians to do so now as the hurricane season is underway. Whether you’re a homeowner, renter or business, protect yourself financially by making sure you have the coverage you need before disaster strikes. Hurricane season officially runs from June 1 to November 30.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7830VA19820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia State Corporation Commission, Bureau of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://scc.virginia.gov/newsreleases/release/SCC-Encourages-Insurance-Review-Before-Threat-Loom\",\n            \"created_at\": \"2021-08-19T07:30:06.880444-04:00\"\n        },\n        {\n            \"id\": 54908,\n            \"title\": \"In Less Than Two Weeks, Paycheck Protection Program Direct Borrower Forgiveness Portal Surpasses Expectations, Accepts More Than 340K Submissions\",\n            \"summary\": \"Since the opening of the Paycheck Protection Program (PPP) Direct Borrower Forgiveness Portal on August 4, the U.S. Small Business Administration has received more than 340,000 submissions from borrowers with PPP loans of $150,000 or less, highlighting Administrator Isabella Casillas Guzman’s priority of rushing relief to the smallest of small businesses and far exceeding expectations. In providing its new, streamlined portal, the SBA is also executing the Biden-Harris Administration's goal of centering equity in all programs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93ONS1401820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/18/less-two-weeks-paycheck-protection-program-direct-borrower-forgiveness-portal-surpasses-expectations\",\n            \"created_at\": \"2021-08-19T07:30:06.671227-04:00\"\n        },\n        {\n            \"id\": 54947,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. The list includes 2 individuals and 1 entity, all from Cuba.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17718\",\n            \"regalytics_alert_id\": \"1891FR20211771820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17718/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-08-19T07:30:09.549362-04:00\"\n        },\n        {\n            \"id\": 54955,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 92-41 Application for Financial Institution Short-Term, Single-Buyer Insurance\",\n            \"summary\": \"The Application for Financial Institution Short-term Single-Buyer Insurance form will be used by financial institution applicants to provide EXIM with the information necessary to determine if the subject transaction is eligible for EXIM insurance coverage. Comments must be received on or before October 18, 2021 to be assured of consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17653\",\n            \"regalytics_alert_id\": \"1891FR20211765320210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17653/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-19T07:30:10.098292-04:00\"\n        },\n        {\n            \"id\": 54914,\n            \"title\": \"Subject Index of Introduced Bills 2021\",\n            \"summary\": \"73rd General Assembly Introduced Bills. Includes: HB21-1163 Allow Retailers To Absorb Sales Or Use Tax ; HB21-1316 Conform The Term Lease Purchase To Accounting Std; HB21-1157 Accurate References For DOR Tax Administration; HB21-1033 Add HMOs Life & Health Insurance Protection Assn; HB21-1068 Insurance Coverage Mental Health Wellness Exam; HB21-1204 Unemployment Insurance Marijuana-licensed Business; HB21-1312 Insurance Premium Property Sales Severance Tax; SB21-063 Multiple Employer Welfare Arrangements Offer Ins; SB21-085 Actuarial Review Health Ins Mandate Legislation; SB21-090 Small Group Health Insurance Plan Renewal; SB21-233 CDLE Unemployment Insurance Division Enterprise; SB21-285 Coverage Levels For Occupational Accident Ins; HB21-1013 Division Of Domestic Stock Insurer; HB21-1291 Insurer Agent Branded Vehicle Title; HB21-1297 Pharmacy Benefit Manager & Insurer Requirements; HB21-1293 Banks Modify Threshold Credentialed Appraiser; HB21-1282 Add Consumer Protections Regul Mortgage Servicers; SB21-002 Extending Limitations On Debt Collection Actions; SB21-055 Collection Of State Debts; and SB21-284 Evidence-based Evaluations For Budget.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO111120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of Legislative Legal Services\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/subject-index-introduced-bills-2021\",\n            \"created_at\": \"2021-08-19T07:30:07.104292-04:00\"\n        },\n        {\n            \"id\": 54917,\n            \"title\": \"Filing of Proposed Rule Change to Permit Monday and Wednesday Expirations for Options Listed Pursuant to the Short Term Option Series Program on the iShares Russell 2000 ETF (“IWM”)\",\n            \"summary\": \"On August 6, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend PHLX Options 4, Section 5 at Supplementary Material .03 to permit Monday and Wednesday expirations for options listed pursuant to the Short Term Option Series Program (“Program”) on the iShares Russell 2000 ETF (“IWM”). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17672\",\n            \"regalytics_alert_id\": \"1891FR20211767220210818\",\n            \"proposed_comments_due_date\": \"2021-09-08\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17672/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-of-proposed-rule-change-to-permit\",\n            \"created_at\": \"2021-08-19T07:30:07.595970-04:00\"\n        },\n        {\n            \"id\": 54932,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y, and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Atlanta: 1. Lafayette Banking Company, Mayo, Florida; to become a bank holding company by acquiring Lafayette State Bank, Mayo, Florida.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17732\",\n            \"regalytics_alert_id\": \"1891FR20211773220210818\",\n            \"proposed_comments_due_date\": \"2021-09-17\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17732/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-19T07:30:08.574195-04:00\"\n        },\n        {\n            \"id\": 54891,\n            \"title\": \"Final Order to Cease-and-Desist, and Order Denying License and Imposing Civil Penalties, Entered by Default: Loretta A. Morris\",\n            \"summary\": \"On April 29, 2021, the Director of the Department of Consumer and Business Services for the State of Oregon (“Director”), served an Order to Cease and Desist, Proposed Order Denying License and Imposing Civil Penalties, and Notice of Right to an Administrative Appeal (“Notice”) on Loretta A. Morris (“Respondent”). The Director did not receive from Respondent a request for a hearing and did not conduct a hearing. The Director finds that the record of this proceeding proves a prima facie case. Now, therefore, after considering the relevant portions of the Division’s file relating to this matter, the Director finds and orders as follows. The Director orders Respondent to cease and desist from violating ORS 744.074(1)(a). The Director denies renewal of Respondent’s Oregon Nonresident Insurance Producer License. The Director orders that Respondent be subject to a civil penalty in the amount of $1,000 for violating ORS 744.074(1).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1123ORINS200091is20210727\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-27\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Division of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://dfr.oregon.gov/AdminOrders/enf-orders-2021/Loretta%20Morris%20Default%20Order%20(for%20posting).pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.514381-04:00\"\n        },\n        {\n            \"id\": 54894,\n            \"title\": \"Order Appointing Tax Administrator and Directing Payment of Certain Funds Received by the Commission: Wendan Bao, et al.\",\n            \"summary\": \"On August 4, 2021, the Commission issued an Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order (the “Order”) against Wendan Bao, Shuo Gu, LendingCar Corporation, and H7 Credit LLC (collectively, the “Respondents”). The Commission ordered Respondents to pay $103,000 in disgorgement to the Commission, in nine installments, which is be distributed to harmed investors to the extent feasible (the “Distribution Fund”). The Distribution Fund constitutes a qualified settlement fund (“QSF”). The appointment of a tax administrator to fulfill the tax obligations of the Distribution Fund is necessary. The appointment of Miller Kaplan Arase LLP (“Miller Kaplan”) is in accordance with the Omnibus Order Directing the Appointment of Tax Administrator in Administrative Proceedings that Establish Distribution Funds (the “Omnibus Order”). The Respondents have made the first payment of $15,450.00 as ordered, which currently comprises the Distribution Fund. Accordingly, it is hereby ordered that Miller Kaplan, in accordance with the Omnibus Order, is appointed Tax Administrator for the QSF in the above referenced proceeding and shall work with the Commission staff to establish the Reserve; after withholding the Reserve, the Commission staff shall disburse the remaining funds in the Distribution Fund to the three Harmed Investors, as set forth in Exhibit 1; and any amounts remaining in the Distribution Fund after the final distribution, that are infeasible to return to investors, and any amounts returned to the Distribution Fund in the future that are infeasible to return to investors, shall be transferred to the general fund of the U.S. Treasury.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349270420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92704.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.715199-04:00\"\n        },\n        {\n            \"id\": 54879,\n            \"title\": \"Wildfire Evacuees Could Be Eligible for Expenses Under Their Current Insurance Policy\",\n            \"summary\": \"Insurance Commissioner Ricardo Lara reminds residents across California who have been ordered to evacuate due to wildfires that they may have homeowner or renter insurance to help with evacuation and relocation costs under Additional Living Expenses coverage, known as ALE. ALE coverage typically includes food and housing costs, furniture rental, relocation and storage, and extra transportation expenses. In 2020 Commissioner Lara’s sponsored bill SB 872, authored by Senator Bill Dodd, was signed by Governor Newsom to remove barriers for disaster survivors to get critical insurance benefits and streamline wildfire recovery processes for homeowners who suffer from a loss. The law allows for an extension of Additional Living Expenses benefits and requires an advance payment for no less than four months of ALE without an itemized inventory form, among other consumer protections.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA18320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release085-2021.cfm\",\n            \"created_at\": \"2021-08-19T07:30:04.729910-04:00\"\n        },\n        {\n            \"id\": 54915,\n            \"title\": \"Senate Bill 147: Student Aid, the Central Registry, Transportation of Students, and Special Education Costs\",\n            \"summary\": \"Signed by the Governor on 8/10/2021. This bill adopts legislation relative to: I. Applications for federal student aid. II. The central registry. III. The transportation of pupils. IV. Mitigation of special education costs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB14713920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB147/\",\n            \"created_at\": \"2021-08-19T07:30:07.168694-04:00\"\n        },\n        {\n            \"id\": 54902,\n            \"title\": \"Georgia Man Convicted of Filing Fraudulent Tax Returns\",\n            \"summary\": \"A federal jury in Athens, Georgia, convicted a Georgia man today of filing fraudulent tax returns in the name of several trusts. According to court documents and evidence presented at trial, between 2016 and 2018, Marquet Mattox, of Lilburn, filed at least 30 fraudulent federal income tax returns in the name of at least 11 different trusts. Those returns falsely represented that the trusts had earned interest income and that federal income taxes had been withheld and paid to the IRS. Mattox then fraudulently requested refunds on behalf of the purported trusts totaling nearly $165 million. The IRS paid approximately $5 million of the requested refunds, which Mattox used to purchase a house, expensive furniture and a luxury automobile. Mattox will be sentenced at a later date. He faces a maximum penalty of 20 years in prison on the wire fraud counts, five years on the false claims counts, and 10 years on the theft of government funds count. He also faces a period of supervised release, restitution, monetary penalties and forfeiture.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1363020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/georgia-man-convicted-filing-fraudulent-tax-returns\",\n            \"created_at\": \"2021-08-19T07:30:06.267964-04:00\"\n        },\n        {\n            \"id\": 54916,\n            \"title\": \"Senate Bill 088: Adopting Omnibus Legislation Relative to Broadband\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An act adopting omnibus legislation relative to broadband.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB885720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-09\",\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB88/\",\n            \"created_at\": \"2021-08-19T07:30:07.232985-04:00\"\n        },\n        {\n            \"id\": 54964,\n            \"title\": \"The EBA Observes That the Number of High Earners in EU Banks Remained Overall Stable in 2019\",\n            \"summary\": \"The European Banking Authority (EBA) published today its Report on high earners for 2019. The analysis shows that in 2019, 4 963 individuals working for EU banks received a remuneration of more than EUR 1 million, which is mostly the same as in 2018. The average ratio between the variable and fixed remuneration for high earners decreased from 139% in 2018 to 129% in 2019. Institutions’ preparation for the UK withdrawal from the EU has affected the distribution of high earners across the EU with a number of high earners relocating from the UK to the EU.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10650820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-observes-number-high-earners-eu-banks-remained-overall-stable-2019\",\n            \"created_at\": \"2021-08-19T07:30:10.688385-04:00\"\n        },\n        {\n            \"id\": 54895,\n            \"title\": \"Order Directing Disbursement of Fair Fund: Robinhood Financial, LLC\",\n            \"summary\": \"On June 4, 2021, the Division of Enforcement, pursuant to delegated authority, published a Notice of Proposed Plan of Distribution and Opportunity for Comment (“Notice”), pursuant to Rule 1103 of the Commission’s Rules on Fair Fund and Disgorgement Plans (“Commission’s Rules”), and simultaneously posted the Proposed Plan of Distribution (the “Proposed Plan”). The Plan provides for the distribution of the Fair Fund, plus accrued interest and earnings thereon, less a Reserve, (“Net Available Fair Fund”) to Eligible Investors according to the methodology set forth in the Plan. Pursuant to the Plan, the Fund Administrator has compiled the payee information and prepared a payment file in a Commission-approved format. The Commission staff has reviewed and accepted the payment file and requests. Accordingly, it is hereby ordered, that Commission staff shall transfer $25,673,783.30 from the Fair Fund to the Fair Fund’s escrow account at The Huntington National Bank, and the Fund Administrator shall distribute such monies to the eligible investors in accordance with the Plan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349270520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92705.pdf\",\n            \"created_at\": \"2021-08-19T07:30:05.780895-04:00\"\n        },\n        {\n            \"id\": 54881,\n            \"title\": \"Order Granting Accelerated Approval of a Proposed Rule Change to Amend Rule 13.15\",\n            \"summary\": \"On August 3, 2021, CBOE Exchange, Inc. filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rule 13.15, which governs the Exchange’s Minor Rule Violation Plan (“MRVP”), in connection with certain minor rule violations, applicable fines, as well as other clarifying, nonsubstantive changes. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons and approving the proposal on an accelerated basis. The proposed rule change is not intended to address competitive issues but rather is concerned solely with amending its MRVP in connection with rules eligible for a minor rule fine disposition and with the fine schedule for Market-Maker failures to meet quoting obligations. The Exchange believes the proposed rule changes, overall, will strengthen the Exchange’s ability to carry out its oversight and enforcement functions and deter potential violative conduct.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349270220210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-92702.pdf\",\n            \"created_at\": \"2021-08-19T07:30:04.859103-04:00\"\n        },\n        {\n            \"id\": 54956,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 84-01 Application for Export Working Capital Guarantee\",\n            \"summary\": \"This form provides EXIM Bank staff with the information necessary to determine if the application and transaction is eligible for EXIM Bank assistance under their export working capital guarantee program. Comments must be received on or before October 18, 2021 to be assured of consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17655\",\n            \"regalytics_alert_id\": \"1891FR20211765520210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17655/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-19T07:30:10.165203-04:00\"\n        },\n        {\n            \"id\": 54900,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 17 (Kill Switch)\",\n            \"summary\": \"On August 9, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to decommission the Exchange’s quote removal Kill Switch functionality at Options 3, Section 17. The Exchange proposes to amend Options 3, Section 17 to decommission the Exchange’s quote removal Kill Switch functionality, which is an optional tool that allows Market Makers to initiate a message (or messages) to the System to promptly remove their quotes from the market. Market Makers may submit a request to the System to remove quotes based on certain identifier(s) on either a user or group level (“Identifier”). If quotes are cancelled by the Market Maker using Kill Switch, it will result in the removal of all quotes requested for the Identifier(s). The Market Maker will be unable to enter any additional quotes for the affected Identifier(s) until the Market Maker sends a re-entry request to the Exchange.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349269720210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nasdaq/2021/34-92697.pdf\",\n            \"created_at\": \"2021-08-19T07:30:06.139122-04:00\"\n        },\n        {\n            \"id\": 54880,\n            \"title\": \"Proposed Rule Change to Allow the Invesco Focused Discovery Growth ETF and Invesco Select Growth ETF to Strike and Publish an Intra-Day NAV and an End-of-Day NAV\",\n            \"summary\": \"On August 12, 2021, CBOE BZX Exchange, Inc. filed with the Securities and Exchange Commission a proposed rule amendment to allow the Invesco Focused Discovery Growth ETF and Invesco Select Growth ETF (each a “Fund” and, collectively, the “Funds”), each a series of the Invesco Actively Managed Exchange-Traded Fund Trust (the “Trust”), to strike and publish an intra-day net asset value (“NAV”) and an endof-day NAV. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. Within 45 days of the date of publication of this notice in the Federal Register or within such longer period up to 90 days as the Commission may designate if it finds such longer 12 period to be appropriate and publishes its reasons for so finding or as to which the self regulatory organization consents, the Commission will: by order approve or disapprove the proposed rule change, or institute proceedings to determine whether the proposed rule change should be disapproved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349270120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-92701.pdf\",\n            \"created_at\": \"2021-08-19T07:30:04.795260-04:00\"\n        },\n        {\n            \"id\": 54883,\n            \"title\": \"Financial Audit: Colorado Public Employees’ Retirement Association, Fiscal Year Ended December 31, 2020\",\n            \"summary\": \"The Office of the State Auditor engaged CliftonLarsonAllen LLP (CLA) to conduct a financial and compliance audit of the Colorado Public Employees’ Retirement Association (Colorado PERA) for the year ended December 31, 2020. The audit report expressed an unmodified opinion on Colorado PERA’s basic financial statements as of and for the year ended December 31, 2020. It did not identify any significant deficiencies or material weaknesses in Colorado PERA’s internal controls during our audit of the 2020 financial statements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18234CO2013F20210801\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Financial Audit\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the State Auditor\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/audits/colorado-public-employees%E2%80%99-retirement-association-fiscal-year-ended-december-31-2020\",\n            \"created_at\": \"2021-08-19T07:30:04.987096-04:00\"\n        },\n        {\n            \"id\": 54884,\n            \"title\": \"IES Downstream, LLC Receives $708,627 Penalty for Alleged Improper Disposal of Hazardous Wastes\",\n            \"summary\": \"The Hawai‘i Department of Health (DOH) and IES Downstream, LLC (IES) reached a settlement of alleged violations of the state’s hazardous waste laws involving IES’ management of wastes at its petroleum terminal and tank farm in Kapolei. Pursuant to this settlement, the Department has obtained a Stipulated Judgment and Order in the Environmental Court that, in addition to requiring IES to pay a civil penalty of $708,627, also obligated IES to transport about 289,000 lbs. of hazardous waste to a permitted hazardous waste treatment, storage and disposal facility on the mainland. IES has denied the allegations and does not admit any liability.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI260OWNS37574\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Hawaii\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Hawaii Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.hawaii.gov/newsroom/doh-news-release-ies-downstream-llc-receives-708627-penalty-for-alleged-improper-disposal-of-hazardous-wastes/\",\n            \"created_at\": \"2021-08-19T07:30:05.061904-04:00\"\n        },\n        {\n            \"id\": 54893,\n            \"title\": \"Sanjay Wadhwa Named Deputy Director of Enforcement Division\",\n            \"summary\": \"The Securities and Exchange Commission today announced the appointment of Sanjay Wadhwa as Deputy Director of the Division of Enforcement. Mr. Wadhwa joined the SEC as a staff attorney in 2003. As co-head of Enforcement in the SEC's New York office, he was responsible for the day-to-day functions of that office's enforcement program. He also previously served in additional roles in the Enforcement Division, including Deputy Chief of the Market Abuse Unit and Assistant Director in NYRO. His new role is effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC32B038FB20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-157\",\n            \"created_at\": \"2021-08-19T07:30:05.645021-04:00\"\n        },\n        {\n            \"id\": 54965,\n            \"title\": \"Minutes of the Euro Risk-Free Rates WG Meeting 01/07/2021\",\n            \"summary\": \"The Euro Risk-Free Rates Working Group met on Thursday, 01 July 2021, from 10:00-12:00 CET with the following agenda: introductory remarks, approval of agenda, and obligations of the working group members under competition law; presentation of the new Term of Reference; update on the call for interest for new members; presentation by Société Générale on legacy transitions; proposal to consult on ESTR first initiative; Swiss National Bank Cross Currency Swaps Proposal; and AOB.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17898ESMA5711820210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Reference\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Securities and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.esma.europa.eu/system/files_force/library/esma81-391-72_minutes_eur_rfr_wg_meeting_01072021.pdf?download=1\",\n            \"created_at\": \"2021-08-19T07:30:10.751127-04:00\"\n        },\n        {\n            \"id\": 54962,\n            \"title\": \"Welcoming Remarks by Jerome H Powell, Chair, Board of Governors of the Federal Reserve System, at a Teacher and Student Town Hall Meeting\",\n            \"summary\": \"\\\"The pandemic has been tough on everyone, but it has asked more of some than others. Teachers have always been tasked with nurturing and overseeing our most valuable national resource. It is the highest call within the higher calling of public service. I want to thank all of the teachers-those here today and the rest across the country-as well as the parents and students who have come together to make it through the past year and a half\\\".\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17613BISR210818A20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/review/r210818a.htm\",\n            \"created_at\": \"2021-08-19T07:30:10.562982-04:00\"\n        },\n        {\n            \"id\": 54961,\n            \"title\": \"Warnings and Blacklists of Unauthorized Companies and Websites: August 18, 2021 Updates\",\n            \"summary\": \"This is a list of the Autorité des Marchés Financiers (AMF) blacklisted companies or websites, warnings and/or usurpations of regulated companies. The blacklist companies or websites are Binary options, Miscellaneous goods, Forex and Crypto-assets derivatives. Today the following companies were added to the list: gti-capital.com (Other unauthorised entity), astierd1@gmail.com (AMF Usurpation), www.dashboardvs.com (Other unauthorised entity), and verdisparsecuritiesas.com (Other unauthorised entity).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17752AMF15.C2520210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Investor Warning\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Autorité des marchés financiers\"\n                }\n            ],\n            \"pdf_url\": \"https://www.amf-france.org/en/warnings/warnings-and-blacklists\",\n            \"created_at\": \"2021-08-19T07:30:10.499891-04:00\"\n        },\n        {\n            \"id\": 54963,\n            \"title\": \"Could Corporate Credit Losses Turn Out Higher Than Expected?\",\n            \"summary\": \"Credit risk forecasts should provide information both about losses in a baseline scenario (expected losses) and about the potential for extreme outcomes (unexpected losses). Policy support measures have kept debt service costs low during the pandemic, thus underpinning benign baseline forecasts of corporate credit losses up to 2024. High indebtedness, built up when the pandemic impaired real activity, suggests increased tail risks: plausible deviations from the baseline scenario feature ballooning corporate insolvencies.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17617BISBULL4620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/bisbull46.htm\",\n            \"created_at\": \"2021-08-19T07:30:10.625615-04:00\"\n        },\n        {\n            \"id\": 54960,\n            \"title\": \"Wisconsin’s Credit Unions Post Strong Mid-Year Performance\",\n            \"summary\": \"Wisconsin’s 117 state-chartered credit unions continue to have strong financial performance as of June 30, 2021, according to data released today by the Wisconsin Department of Financial Institutions (DFI). Credit union assets rose to $53.6 billion as of June 30, 2021. This is an increase of over $4 billion since year-end 2020. Over the same period, loans increased $1.4 billion, and shares and deposits rose $3.8 billion. This resulted in the loan-to-share ratio dropping from 83.14% at year-end 2020 to 79.46%. Loan growth improved from the year’s end, but deposit growth continued to be higher due to the COVID-19 pandemic and related effects. In the six months ending on June 30, 2021: net worth to assets were at 10.32%, which is a strong ratio despite a slight decrease due to continued asset growth; loan balances were nearly $36.5 billion with an annualized loan growth rate of 8.27%; delinquent loan to total loan ratio was 0.41%, down from the year-end ratio of 0.56%, and at a historically low level; provision for loan loss expense was a mere $7.0 million compared to $82.6 million in June 2020; and net income was strong at nearly $355 million, 1.38% of average assets. However, there is a growing disparity between the net income of credit unions. The largest peer group of credit unions with assets over $500 million experienced a return on average assets of more than double that of the next peer group of credit unions with assets between $100 - $500 million. Credit unions with assets under $100 million had the lowest return on average assets.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8201WI15420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://www.wdfi.org/newsroom/press/2021/20210818_NewsRelease_Mid-YearCreditUnionData_vFINAL.pdf\",\n            \"created_at\": \"2021-08-19T07:30:10.431440-04:00\"\n        },\n        {\n            \"id\": 54941,\n            \"title\": \"Tax Delinquency List Updated\",\n            \"summary\": \"The Minnesota Department of Revenue has updated its online posting of Minnesota businesses prohibited from purchasing liquor, beer or wine to resell. The department updates the list each month to reflect companies that have failed to pay taxes to the state. The department posts a list of active liquor establishments that owe delinquent state taxes and therefore are prohibited from purchasing alcoholic beverages to resell. Distributors are prohibited from the sale or delivery to the listed businesses. Once a business pays the taxes owed, we remove it from the list within two business days. Businesses on the list have delinquent taxes in any of the following categories: Sales, withholding, partnership, S corporations and corporate. Minnesota sales and withholding taxes are “trust taxes” in that customers or employees pay these taxes with the expectation that businesses will remit them to the state on their behalf. It cannot be used by a business as additional operating capital or for any other purpose. To view the list: go to www.revenue.state.mn.us/.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18883MN28TA8520210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.state.mn.us/press-release/2021-08-16/tax-delinquency-list-updated\",\n            \"created_at\": \"2021-08-19T07:30:09.155454-04:00\"\n        },\n        {\n            \"id\": 54942,\n            \"title\": \"Apple Valley Woman Charged with Multiple Tax Crimes\",\n            \"summary\": \"The Minnesota Department of Revenue announced that the Dakota County Attorney’s Office recently charged Rong Qiao Zheng, of Apple Valley, with three felony counts of knowingly aiding in the preparation of a fraudulent tax return and three felony counts of willfully underpaying sales tax. According to the complaint, Ms. Zheng is the owner of Super World Buffet, a restaurant located in Apple Valley, Minnesota. The complaint alleges that Ms. Zheng underreported taxable cash transactions made at her restaurant to her accountant who subsequently used that information to file the fraudulent sales tax and use tax returns on the restaurant’s behalf for multiple months from 2017 through 2019. The complaint states that the Ms. Zheng owes more than $138,000 in sales and use tax, penalties, and interest. Each tax-related felony charge carries a maximum penalty of five years in prison, a $10,000 fine, or both. Defendants are presumed innocent unless and until proven guilty.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18883MN51AP10320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.state.mn.us/press-release/2021-08-18/apple-valley-woman-charged-multiple-tax-crimes\",\n            \"created_at\": \"2021-08-19T07:30:09.223055-04:00\"\n        },\n        {\n            \"id\": 54940,\n            \"title\": \"Baker-Polito Administration Files $1.6 Billion Fiscal Year 2021 Supplemental Budget\",\n            \"summary\": \"The Baker-Polito Administration today filed a final Fiscal Year 2021 (FY21) supplemental budget proposal that aims to improve Massachusetts’ economic competitiveness as the Commonwealth continues to recover from the COVID-19 pandemic. The $1.568 billon supplemental budget would provide $1 billion in unemployment insurance relief for employers, support greater resources for local charities and nonprofits and ensure that small businesses do not bear a tax burden for assistance received through pandemic relief programs. The legislation relies on a FY21 surplus of approximately $5 billion and would also make critical investments in housing, human services, and education. The Administration’s supplemental budget proposes dedicating $1 billion of Massachusetts’ FY21 surplus toward the Unemployment Insurance Trust Fund. This affordable proposal would help stabilize the UI Trust Fund and lessen employers’ future UI obligations. The legislation also includes language to make the federal Paycheck Protection Program (PPP) loans, Economic Injury Disaster Loan (EIDL) advances, Shuttered Venue Operators grants, Restaurant Revitalization Fund grants, and state MGCC grants nontaxable for all Massachusetts recipients, consistent with federal tax treatment. In addition to the $1 billion UI transfer proposal, the legislation also proposes additional investments necessary to continue operating state government and invest in key priorities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778MA19020210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/news/baker-polito-administration-files-16-billion-fiscal-year-2021-supplemental-budget\",\n            \"created_at\": \"2021-08-19T07:30:09.091849-04:00\"\n        },\n        {\n            \"id\": 54943,\n            \"title\": \"Governor Walz, Lieutenant Governor Flanagan Celebrate Historic Increase of SNAP Benefits\",\n            \"summary\": \"Today, Governor Tim Walz and Lieutenant Governor Peggy Flanagan issued statements on the Biden Administration’s historic increase to the Supplemental Nutrition Assistance Program (SNAP). This week, the Biden Administration announced a significant change to the formula used to calculate monthly SNAP benefits. According to the USDA, almost 90% of current recipients report running out of benefits by the end of the month. Beginning October 1, the average SNAP benefit will increase by $36.24 per person, per month. This move is critical to supporting both food and nutrition security, so that all Minnesotans have consistent and equitable access to affordable foods that promote their well-being.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7969MN49452920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/governor/news/index.jsp?id=1055-494529\",\n            \"created_at\": \"2021-08-19T07:30:09.285721-04:00\"\n        },\n        {\n            \"id\": 54958,\n            \"title\": \"Executive Communication to House Financial Services Committee\",\n            \"summary\": \"A letter from the Associate General Counsel for Legislation and Regulations, Office of the General Counsel, Department of Housing and Urban Development, transmitting the Department's final rule - Implementing Executive Order 13992, Revocation of Certain Executive Orders Concerning Federal Regulation [Docket No.: FR-6192-F-02] (RIN: 2501-AD93) received July 13, 2021, pursuant to 5 U.S.C. 801(a)(1)(A);Public Law 104–121, section 251;(110 Stat. 868);to the Committee on Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR34EC196120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Executive Communication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/1961?s=6&r=33\",\n            \"created_at\": \"2021-08-19T07:30:10.299683-04:00\"\n        },\n        {\n            \"id\": 54930,\n            \"title\": \"FDIC Consumer News: Credit Reports and Credit Scores\",\n            \"summary\": \"This article touches on several topics related to credit reports and credit scores, including what is in a credit report, what a credit score is, what factors go into a credit score, and how to get a credit score with no credit history.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4906913520210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Consumer Alert\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ecbc40\",\n            \"created_at\": \"2021-08-19T07:30:08.446614-04:00\"\n        },\n        {\n            \"id\": 54931,\n            \"title\": \"FDIC Money Smart News: August, 2021 Edition\",\n            \"summary\": \"The FDIC Money Smart News, August, 2021 edition is now available. In this edition, you will find the following sections: August Monthly Message from the FDIC; Popular Money Smart for Adults Tools Easier to Use; Money Smart for Small Business Train-the-Trainer; and Success Story: An Engaging Virtual Training Series.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4909474320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Newsletter\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ed2040\",\n            \"created_at\": \"2021-08-19T07:30:08.510050-04:00\"\n        },\n        {\n            \"id\": 54944,\n            \"title\": \"Fintechs: Become the Payments Expert with Alliance Membership\",\n            \"summary\": \"To effectively navigate the payments space, fintechs and solution providers must understand how the industry is evolving. There is no better place than the Payments Innovation Alliance to help you understand the critical issues facing the payments ecosystem and how your products or services can help. The Alliance is the payment industry’s leading membership group of smart, savvy professionals who believe in making innovation happen. As a member, you can: advance your payments knowledge through expert-led seminars and exclusive resources; establish your thought leadership credentials by participating in or leading a Project Team, or presenting on industry panels; and network with payments executives and professionals from throughout the industry and from around the globe and demonstrate to both prospective and current customers a genuine commitment to payments innovation.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC13920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/fintechs-become-payments-expert-alliance-membership\",\n            \"created_at\": \"2021-08-19T07:30:09.348519-04:00\"\n        },\n        {\n            \"id\": 54969,\n            \"title\": \"Proposed Rule Change, as Modified by Partial Amendment No. 1, Relating to the ICE Clear Europe Clearing Membership Policy and Clearing Membership Procedures\",\n            \"summary\": \"Pursuant to Section 19 of the Securities Exchange Act of 1934, and Rule 19b-4 thereunder, notice is hereby given that on August 2, 2021, ICE Clear Europe Limited (ICE Clear Europe or the Clearing House) filed with the Securities and Exchange Commission the proposed rule changes described in Items I, II and III below, which Items have been prepared primarily by ICE Clear Europe. On August 11, 2021, ICE Clear Europe filed Partial Amendment No. 1 to the proposed rule change. The Procedures would further provide for a description of ongoing monitoring which would include: Periodic review of the financial position and compliance with the relevant membership requirements of each Clearing Member; quarterly review of Clearing Member capital situation and monthly review of FCM/BD Clearing Members; the quarterly counterparty rating system report, which aggregates risk factors covering credit, market price, liquidity and operational risk for each Clearing Member; the watch list highlighting Clearing Members with special risk situations; annual member returns pursuant to which Clearing Members must provide certain information to ICE Clear Europe; daily monitoring of Clearing Member performance in relation to fulfilment of obligations to cover cash payments, margin collateral and Guaranty Fund contributions as well as delivery obligations.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"2021-17671\",\n            \"regalytics_alert_id\": \"1891FR20211767120210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Europe Limited\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17671/self-regulatory-organizations-ice-clear-europe-limited-notice-of-filing-of-proposed-rule-change-as\",\n            \"created_at\": \"2021-08-19T07:30:11.003944-04:00\"\n        },\n        {\n            \"id\": 54926,\n            \"title\": \"Financial Audit: Pinnacol Assurance, Fiscal Years Ended December 31, 2020 and 2019\",\n            \"summary\": \"The State Auditor conducted an annual financial audit of Pinnacol Assurance (Pinnacol or the Company) and contract with an auditor or firm of auditors. The primary purpose of this engagement is to audit the statutory-basis financial statements of Pinnacol as of and for the year ended December 31, 2020, in accordance with auditing standards generally accepted in the United States of America and the standards applicable to financial audits contained in Government Auditing Standards issued by the Comptroller General of the United States, and to express an opinion on those statutory-basis financial statements and the supplemental schedules of investment information. The financial statements of Pinnacol are prepared in accordance with statutory accounting principles prescribed or permitted by the Division of Insurance of the Department of Regulatory Agencies of the State of Colorado (hereinafter referred to as statutory-basis financial statements, or financial statements in accordance with statutory accounting principles). Accordingly, they are not designed to present, and do not present, the financial position or results of operations in accordance with U.S. generally accepted accounting principles. In the course of this audit, it was examined, on a test basis, evidence supporting the amounts and disclosures in Pinnacol’s statutory-basis financial statements as of and for the year ended December 31, 2020. There were no reported findings and recommendations resulting from the audit for fiscal year 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18234CO2010F20210801\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Financial Audit\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the State Auditor\"\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/audits/pinnacol-assurance-fiscal-years-ended-december-31-2020-and-2019\",\n            \"created_at\": \"2021-08-19T07:30:08.179667-04:00\"\n        },\n        {\n            \"id\": 54927,\n            \"title\": \"Paperwork Reduction Act Approvals: Regulation of Domestic Exchange-Traded Options\",\n            \"summary\": \"The Commodity Futures Trading Commission (CFTC) is announcing this notice and soliciting comments on rules related to risk disclosure concerning exchange-traded commodity options. The rules require futures commission merchants (FCMs) and introducing brokers (IBs): (1) To provide their customers with standard risk disclosure statements concerning the risk of trading commodity interests; and (2) to retain all promotional material and the source of authority for information contained therein. The purpose of these rules is to ensure that customers are advised of the risks of trading commodity interests and to avoid fraud and misrepresentation. This information collection contains the recordkeeping and reporting requirements needed to ensure regulatory compliance with Commission rules relating to this issue. The disclosure and recordkeeping requirements are necessary to monitor and to verify compliance by FCMs and IBs with their obligations concerning disclosure and promotional material.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17719\",\n            \"regalytics_alert_id\": \"1891FR20211771920210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17719/agency-information-collection-activities-notice-of-intent-to-renew-collection-number-3038-0007\",\n            \"created_at\": \"2021-08-19T07:30:08.252033-04:00\"\n        },\n        {\n            \"id\": 54968,\n            \"title\": \"Website Alert – Fraudulent Website Related to Public Bank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA7710818420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210818-4/\",\n            \"created_at\": \"2021-08-19T07:30:10.941538-04:00\"\n        },\n        {\n            \"id\": 54928,\n            \"title\": \"The Bureau Continues to Fight to Help Alleviate Housing Insecurity through its Tech Sprint Program\",\n            \"summary\": \"The Consumer Financial Protection Bureau will participate in the Census Bureau’s The Opportunity Project (TOP) “The World Post COVID-19” tech sprint program. The program’s six tech sprints will focus on post-pandemic challenges. The CFPB is partnering with the Department of Housing and Urban Development (HUD) to lead a tech sprint on post-pandemic housing challenges. For the CFPB tech sprint, participants will be asked to develop innovative tools to raise the visibility of housing assistance resources and to connect those experiencing housing insecurity with these resources.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2473CFPB1560320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/blog/the-bureau-continues-fight-to-help-alleviate-housing-insecurity-through-tech-sprint-program/\",\n            \"created_at\": \"2021-08-19T07:30:08.315335-04:00\"\n        },\n        {\n            \"id\": 54921,\n            \"title\": \"ConvexityShares Daily 1.5x SPIKES Futures ETF\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to list and trade shares (“Shares”) of the following under NYSE Arca Rule 8.200-E, Commentary .02, which governs the listing and trading of Trust Issued Receipts: ConvexityShares Daily 1.5x SPIKES Futures ETF (the “Fund”). The Fund is a series of the ConvexityShares Trust (the “Trust”), a Delaware statutory trust. The Fund is managed and controlled by its sponsor and investment manager, ConvexityShares, LLC (the “Sponsor”). The Fund is a commodity pool and the Sponsor is a commodity pool operator subject to regulation by the Commodity Futures Trading Commission (“CFTC”) and the National Futures Association under the Commodity Exchange Act, as amended. U.S. Bank, a national banking association, will provide custody and fund accounting to the Trust and the Fund. Its affiliate, U.S. Bancorp Fund Services, will be the transfer agent (“Transfer Agent”) for Fund Shares and administrator for the Fund. Foreside will serve as the distributor for the Fund (“Distributor”).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17670\",\n            \"regalytics_alert_id\": \"1891FR20211767020210818\",\n            \"proposed_comments_due_date\": \"2021-09-22\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17670/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-of-amendment-no-1-and-order-instituting\",\n            \"created_at\": \"2021-08-19T07:30:07.852998-04:00\"\n        },\n        {\n            \"id\": 54876,\n            \"title\": \"Notice of Public Meeting: Alaska Mental Health Trust Authority\",\n            \"summary\": \"On Thursday, August 26, 2021 from 9:00 am to 10:30 am the Alaska Mental Health Trust Authority Board of Trustees and Trust Staff will be making a beneficiary related program site visit to the RurAL CAP Permanent Supportive Housing at 325 East Third Ave, Anchorage. Any questions can be directed to Stephen Williams, Chief Operating Officer.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20345420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203454\",\n            \"created_at\": \"2021-08-19T07:30:04.522203-04:00\"\n        },\n        {\n            \"id\": 54901,\n            \"title\": \"HUD Announces $2.7 Billion Funding Opportunity to Help People Experiencing Homelessness\",\n            \"summary\": \"The U.S. Department of Housing and Urban Development (HUD) is making $2.656 billion in FY 2021 Continuum of Care Program (CoC) competitive funding available to homeless services organizations across the country for supportive services and housing programs for people experiencing homelessness. he Continuum of Care Program is the largest source of federal grant funding for homeless services and housing programs serving people experiencing homelessness. By statute, CoC Program grants must be awarded through an annual NOFO to which nearly 400 Continuum of Care communities apply for grants for approximately 7,000 homeless services projects. This includes both renewals of existing grants and grants for new projects.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"774HUD8712420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hud.gov/press/press_releases_media_advisories/HUD_No_21_124\",\n            \"created_at\": \"2021-08-19T07:30:06.203420-04:00\"\n        },\n        {\n            \"id\": 54933,\n            \"title\": \"Paperwork Reduction Act Approvals: Country Exposure Report for U.S. Branches and Agencies of Foreign Banks\",\n            \"summary\": \"The Board, the Federal Deposit Insurance Corporation (FDIC), and the Office of the Comptroller of the Currency (OCC) (collectively, the “agencies”) is announcing that the FFIEC 019 report must be filed by each U.S. branch or agency of a foreign bank that has total direct claims on foreign residents in excess of $30 million. The branch or agency reports its total exposure (1) to residents of its home country, and (2) to the other five foreign nations to which its exposure is largest and is at least $20 million. The home country exposure must be reported regardless of the size of the total claims for that nation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17739\",\n            \"regalytics_alert_id\": \"1891FR20211773920210818\",\n            \"proposed_comments_due_date\": \"2021-09-17\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17739/proposed-agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-19T07:30:08.638282-04:00\"\n        },\n        {\n            \"id\": 54934,\n            \"title\": \"Paperwork Reduction Act Approvals: Trade Regulation Rule Pursuant to the Telephone Disclosure and Dispute Resolution Act of 1992 (“Pay-Per-Call Rule”)\",\n            \"summary\": \"The Federal Trade Commission (FTC or Commission) is extending for an additional three years the rules and regulations under the Pay-Per-Call Rule (Rule). That clearance expires on November 30, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17662\",\n            \"regalytics_alert_id\": \"1891FR20211766220210818\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Trade Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17662/agency-information-collection-activities-proposed-collection-comment-request-extension\",\n            \"created_at\": \"2021-08-19T07:30:08.703863-04:00\"\n        },\n        {\n            \"id\": 54929,\n            \"title\": \"DISB Re-Accredited by National Association of Insurance Commissioners\",\n            \"summary\": \"The District of Columbia Department of Insurance, Securities and Banking (DISB) is proud to announce that today, August 18, 2021, the District recently received accreditation renewal for a five-year term from the National Association of Insurance Commissioners (NAIC). The NAIC renewed the accreditation of both the Department’s Insurance and Risk Finance Bureaus. DISB has been accredited since 1995. As part of the NAIC’s Accreditation Program, DISB must undergo a comprehensive, independent review every five years to ensure it meets financial solvency oversight standards. During this review, a team of independent consultants reviews the Department's compliance with the standards and develops a recommendation regarding the District's accreditation status.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1242DC699320210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"District of Columbia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"District of Columbia, Department of Insurance, Securities and Banking\"\n                }\n            ],\n            \"pdf_url\": \"https://disb.dc.gov/release/disb-re-accredited-national-association-insurance-commissioners-0\",\n            \"created_at\": \"2021-08-19T07:30:08.382954-04:00\"\n        },\n        {\n            \"id\": 54892,\n            \"title\": \"SEC Charges IIIinois Resident with Insider Trading\",\n            \"summary\": \"The Securities and Exchange Commission announced charges against Denise Grevas for insider trading in the stock of Alder BioPharmaceuticals, Inc. The SEC's complaint alleges that Grevas learned material, non-public information about the planned tender offer during a telephone call with her spouse, who was a member of Lundbeck's due diligence team for the Alder tender offer, in August 2019. Grevas purchased 30,800 shares of Alder stock in five brokerage accounts under her control, trading nearly every trading day until Lundbeck's announcement. Alder's share price increased 84% from its prior day's closing price, and Grevas obtained gains of $286,960. The SEC's complaint charges Grevas with violating the antifraud provisions and the Securities Exchange Act of 1934. Grevas has agreed to be permanently enjoined from violations of these provisions. In a parallel action, the U.S. Attorney's Office for the Northern District of Illinois announced criminal charges against Grevas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517420210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25174.htm\",\n            \"created_at\": \"2021-08-19T07:30:05.580751-04:00\"\n        },\n        {\n            \"id\": 54935,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Appeal of an Agency and its Designated Producer for Revoked Privileges\",\n            \"summary\": \"The FWCJUA Producer Appeals Committee Rescheduled announces a telephone conference call to which all persons are invited. The call will be held on September 2, 2021, 2:00 p.m. ET. Contact Kathy Coyne at (941) 378-7408 to participate. Agenda topics will include the appeals process and the appeal of an Agency and its Designated Producer whose privileges to submit business to the FWCJUA were revoked.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2489865620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Joint Underwriting Association, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24898656\",\n            \"created_at\": \"2021-08-19T07:30:08.767345-04:00\"\n        },\n        {\n            \"id\": 54882,\n            \"title\": \"CME Group Denies Rumors of a Bid for CBOE Global Markets\",\n            \"summary\": \"In response to press reports, CME Group today issued the following statement: \\\" CME Group denies all rumors that is in conversations to acquire CBOE Global Markets. The company has not had any discussions with CBOE whatsoever. While the company does not typically comment on rumor or speculation, today's inaccurate information required correction.\\\" As the world's leading and most diverse derivatives marketplace, CME Group (www.cmegroup.com) enables clients to trade futures, options, cash and OTC markets, optimize portfolios, and analyze data – empowering market participants worldwide to efficiently manage risk and capture opportunities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4860620210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CME Group\"\n                }\n            ],\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-denies-rumors-bid-cboe-global-markets\",\n            \"created_at\": \"2021-08-19T07:30:04.923868-04:00\"\n        },\n        {\n            \"id\": 54922,\n            \"title\": \"Proposal to Amend Rule 7.34-E\",\n            \"summary\": \"On August 4, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rule 7.34-E (Trading Sessions) to begin accepting orders 90 minutes before the Early Trading Session begins. Currently, Rule 7.34-E(a)(1) provides that the Early Trading Session will begin at 4:00 a.m. Eastern Time and conclude at the commencement of the Core Trading Session. The Exchange proposes to begin accepting orders earlier to compete with non-exchange trading venues that begin accepting orders before 3:30 a.m. Eastern Time. By moving the Exchange’s order acceptance time earlier, ETP Holders that route orders to multiple venues before 3:30 a.m. Eastern Time would be able to include the Exchange in their early morning routing determinations. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17673\",\n            \"regalytics_alert_id\": \"1891FR20211767320210818\",\n            \"proposed_comments_due_date\": \"2021-09-08\",\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": \"2021-08-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-18\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/18/2021-17673/self-regulatory-organizations-nysearca-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2021-08-19T07:30:07.916533-04:00\"\n        },\n        {\n            \"id\": 54830,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. Individuals: 1. CALLEJAS VALCARCE, Oscar Alejandro, Goycuria #119, 10 Octubre, Havana, Cuba; DOB 19 Sep 1957; 2. SIERRA ARIAS, Eddy Manuel, Calle 206A, No. 2119B, Entre 21 y 23, Atabey, Playa, Havana, Cuba; DOB 03 Sep 1971. Entities: 1. Policia Nacional Revolucionaria. The full list is available within this Article.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17598\",\n            \"regalytics_alert_id\": \"1891FR20211759820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17598/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-08-18T07:30:11.513321-04:00\"\n        },\n        {\n            \"id\": 54831,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. Individuals: 1. Al-Shaban, Hasan (a.k.a. Alshaban, Hasan Suliman), Manbij, Syria; Sahinbey, Gaziantep, Turkey; DOB 07 Jan 1987; nationality Syria; Gender Male; Passport 02812L004397 (Syria); Identification Number 02120304806 (Syria). 2. Fayzimatov, Farrukh Furkatovitch (a.k.a. AL-SHAMI, Faruk; a.k.a. ASH-SHAMI, Faruk; a.k.a. Fayzimatov, Faruk Furkatovich; a.k.a. SHAMI, Faruk; a.k.a. SHAMI, Faruq (Cyrillic: ШАМИ, Фарук)), Idlib, Syria; DOB 02 Mar 1996; citizen Tajikistan; Gender Male.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17599\",\n            \"regalytics_alert_id\": \"1891FR20211759920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17599/notice-of-ofac-sanctions-action\",\n            \"created_at\": \"2021-08-18T07:30:11.576232-04:00\"\n        },\n        {\n            \"id\": 54773,\n            \"title\": \"California Secures Federal Assistance to Support Response to Monument Fire in Trinity County and Dixie Fire in Lassen County\",\n            \"summary\": \"Governor Gavin Newsom today announced that California has secured two Fire Management Assistance Grants (FMAGs) from the Federal Emergency Management Agency (FEMA) to help ensure the availability of vital resources to suppress the Monument Fire burning in Trinity County and the Dixie Fire in Lassen County.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6039120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/17/california-secures-federal-assistance-to-support-response-to-monument-fire-in-trinity-county-and-dixie-fire-in-lassen-county/\",\n            \"created_at\": \"2021-08-18T07:30:07.860644-04:00\"\n        },\n        {\n            \"id\": 54873,\n            \"title\": \"Clarifications to Business Continuity Procedures\",\n            \"summary\": \"Pursuant to Commodity Futures Trading Commission (“CFTC”) Regulation §40.6(a), LCH Limited (“LCH”), a derivatives clearing organization registered with the CFTC, is submitting for self-certification revisions to the LCH Business Continuity Procedures. On an annual basis, LCH reviews its Rulebook procedures for any required updates and enhancements. As a result of a recent review, LCH is submitting for self-certification clarifications to its Business Continuity Procedures. These revisions are in Section 6 (Business Continuity) of the LCH Procedures (“Procedures”) and the Section 5 (Business Continuity) of the LCH FCM Procedures (“FCM Procedures”). The changes are not meant to alter the way LCH operates, but rather clarify and streamline the description of LCH’s approach to business continuity.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4650720210817-3\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"LCH Limited\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46507\",\n            \"created_at\": \"2021-08-18T07:30:14.247153-04:00\"\n        },\n        {\n            \"id\": 54825,\n            \"title\": \"Senate Bill 102: Property Taxation\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An Act adopting omnibus legislation on property taxation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB1025720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-09\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB102/\",\n            \"created_at\": \"2021-08-18T07:30:11.198554-04:00\"\n        },\n        {\n            \"id\": 54840,\n            \"title\": \"Extension to Interagency Statement on Sound Practices\",\n            \"summary\": \"The Securities and Exchange Commission is announcing the extension of “Interagency Statement on Sound Practices.” The primary purpose of the Statement is to ensure that these transactions receive enhanced scrutiny by the institution and to ensure that the institution does not participate in illegal or inappropriate transactions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17533\",\n            \"regalytics_alert_id\": \"1891FR20211753320210817\",\n            \"proposed_comments_due_date\": \"2021-10-17\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17533/proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:12.179617-04:00\"\n        },\n        {\n            \"id\": 54776,\n            \"title\": \"Senate Bill 302: California Gambling Control Commission: Voting Records.\",\n            \"summary\": \"August 19 hearing postponed by committee. An act to amend Section 19819 of the Business and Professions Code, relating to gambling.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENAUSB3024120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB302\",\n            \"created_at\": \"2021-08-18T07:30:08.052508-04:00\"\n        },\n        {\n            \"id\": 54839,\n            \"title\": \"SEC Charges Investment Adviser and Associated Individuals with Causing Violations of Regulation SHO\",\n            \"summary\": \"The Securities and Exchange Commission today announced settled charges against Murchinson Ltd.; its principal, Marc Bistricer; and its trader, Paul Zogala for providing erroneous order-marking information that caused executing brokers to violate Regulation SHO. Murchinson and Bistricer settled charges for causing a dealer to fail to register with the SEC. Without admitting or denying the findings, the respondents each agreed to cease-and-desist orders. In addition, Murchinson and Bistricer agreed to pay, jointly and severally, disgorgement of $7,000,000, with prejudgment interest of $1,078,183. Murchinson, Bistricer, and Zogala also agreed to pay penalties of $800,000, $75,000, and $25,000, respectively. Finally, Murchinson and Bistricer agreed to certain undertakings to ensure future compliance with Regulation SHO.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECBA38DE0C20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-156\",\n            \"created_at\": \"2021-08-18T07:30:12.113134-04:00\"\n        },\n        {\n            \"id\": 54775,\n            \"title\": \"Governor Newsom Proclaims State of Emergency in El Dorado County Due to Caldor Fire\",\n            \"summary\": \"Governor Gavin Newsom today proclaimed a state of emergency for El Dorado County due to the Caldor Fire, which has burned 6,500 acres, threatening homes and power lines and causing the evacuation of thousands of residents.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6042620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Proclamation\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/17/governor-newsom-proclaims-state-of-emergency-in-el-dorado-county-due-to-caldor-fire/\",\n            \"created_at\": \"2021-08-18T07:30:07.987174-04:00\"\n        },\n        {\n            \"id\": 54829,\n            \"title\": \"Governor Cooper Signs Five Bills into Law\",\n            \"summary\": \"Governor Roy Cooper signed the following bills into law today including House Bill 73: Temporarily Waive ABC Permit Renewal Fees; and House Bill 121: Clarify EQIP Funding/Dredging Cost-Share.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC394420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.nc.gov/news/press-releases/2021/08/16/governor-cooper-signs-five-bills-law\",\n            \"created_at\": \"2021-08-18T07:30:11.449667-04:00\"\n        },\n        {\n            \"id\": 54803,\n            \"title\": \"House Bill 2570: Auto Liability Insurance\",\n            \"summary\": \"Signed by the Governor on 8/16/2021. Amends the Illinois Insurance Code. In provisions concerning reductions to rates and premium charges for automobile liability insurance for any insured over age 55 upon successful completion of the National Safety Council's Defensive Driving Course or a motor vehicle accident prevention course, provides that the course may be an eLearning course. Provides that any accident prevention course Signed by the Secretary of State shall consist of at least 8 hours of classroom or eLearning equivalent instruction (rather than only classroom instruction).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1257028P9720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2570&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.786186-04:00\"\n        },\n        {\n            \"id\": 54864,\n            \"title\": \"EBA Notes that Resolution Colleges have Adjusted to a Virtual Set-Up in 2020\",\n            \"summary\": \"The European Banking Authority (EBA) published today its Annual Report on resolution colleges for 2020. The Report sets out the EBA’s observations on the functioning of colleges during the year and the progress achieved in key areas of resolution planning. The Report reflects on the effects of moving to a virtual format of discussion on foot of the pandemic, and notes that the enforced change was broadly successful and reflected well on contingency planning measures. However, it also highlights areas for improvement to ensure that information exchange and coordination between members remains robust.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10650420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-notes-resolution-colleges-have-adjusted-virtual-set-2020\",\n            \"created_at\": \"2021-08-18T07:30:13.704138-04:00\"\n        },\n        {\n            \"id\": 54844,\n            \"title\": \"Virginia Man Sentenced for Role in Multimillion-Dollar Investment-Fraud Scheme\",\n            \"summary\": \"A Virginia man was sentenced today in the Eastern District of Virginia to 14 years in prison for his role in an investment fraud scheme in which he and his co-conspirators stole approximately $5.7 million from victim investors. According to court documents, James Leonard Smith, 65, of Midlothian, was convicted by a federal jury of conspiracy to commit wire fraud, wire fraud, and money laundering on October 30, 2020, after a four-day trial. According to the evidence presented at trial, from around 2014 to 2017, Smith participated in a worldwide scheme through Chimera Group Ltd., a purported investment company based out of the United Kingdom. The fraud operated as an advance-fee scheme in which the defendants acted as promoters who promised to pay the victims a sum of money at a later date in exchange for an up-front payment. The evidence also showed that Smith and his co-conspirators used escrow attorneys, who were themselves part of the scheme, in order to give the victims the impression that their money would remain secure until the defendants’ promises had been kept. Smith and his co-conspirators stole at least $5.7 million from their victims. Co-conspirator Stuart Jay Anderson, 54, of Aliso Viejo, California, an escrow attorney involved in the scheme, was sentenced to four years in prison on Dec. 3, 2020. Co-defendant James Michael Johnson, 70, of Richmond, was sentenced to more than eight years in prison on March 5. Co-defendant Brian Michael Bridge, 48, of London, England, a fugitive, was also charged in the superseding indictment, and is presumed innocent until proven guilty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ180A520210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/virginia-man-sentenced-role-multimillion-dollar-investment-fraud-scheme\",\n            \"created_at\": \"2021-08-18T07:30:12.438580-04:00\"\n        },\n        {\n            \"id\": 54777,\n            \"title\": \"Proposed Rule Change to List and Trade Shares of the Global X Bitcoin Trust under BZX Rule 14.11(e)(4), Commodity-Based Trust Shares\",\n            \"summary\": \"On August 3, 2021, CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to list and trade the Shares under BZX Rule 14.11(e)(4), which governs the listing and trading of Commodity-Based Trust Shares on the Exchange.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349268920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-92689.pdf\",\n            \"created_at\": \"2021-08-18T07:30:08.119273-04:00\"\n        },\n        {\n            \"id\": 54832,\n            \"title\": \"Federal Pandemic Unemployment Benefit Programs Ending\",\n            \"summary\": \"Labor & Industry Secretary Jennifer Berrier reminded Pennsylvanians who are receiving benefits through federal Pandemic Unemployment Assistance, Pandemic Emergency Unemployment Compensation, or Federal Pandemic Unemployment Compensation that the final week of eligibility for payments under these programs is the week ending September 4th 2021. With the end of the federal pandemic programs rapidly approaching, L&I is reaching out to individuals who are receiving benefits to these programs to ensure they are aware of other forms of support. After the federal programs ends, L&I will continue to process eligible claim weeks that end September 4, 2021, or earlier that have been filed but have not yet been paid. L&I urges individuals currently enrolled in unemployment programs to take advantage of free jobseeker services These services include access to a free job database, resume assistance, information about reskilling opportunities, and more.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA711238420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Labor and Industry\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=612\",\n            \"created_at\": \"2021-08-18T07:30:11.638167-04:00\"\n        },\n        {\n            \"id\": 54774,\n            \"title\": \"Governor Newsom Statement on Extended Federal Support for Local Governments Participating in Project Roomkey\",\n            \"summary\": \"Governor Gavin Newsom today issued a statement commending the Biden Administration’s announcement that the Federal Emergency Management Agency (FEMA) will continue to fully reimburse state and local governments for Project Roomkey costs through December 31, 2021. The nation-leading program has sheltered more than 42,000 people experiencing homelessness since the COVID-19 pandemic began. “Project Roomkey saves lives. California provided safe shelter to more than 42,000 homeless people during the COVID pandemic,” said Governor Newsom.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6040120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/08/17/governor-newsom-statement-on-extended-federal-support-for-local-governments-participating-in-project-roomkey/\",\n            \"created_at\": \"2021-08-18T07:30:07.923910-04:00\"\n        },\n        {\n            \"id\": 54772,\n            \"title\": \"Attorney General Bonta Announces $75 Million Nationwide Settlement with Global Pharmaceutical Company Bristol Myers Squibb\",\n            \"summary\": \"California Attorney General Rob Bonta today announced a $75 million nationwide settlement with global pharmaceutical company Bristol Myers Squibb (BMS), resolving allegations that BMS underpaid the drug rebates owed to Medi-Cal and other state Medicaid programs. According to a complaint filed by a whistleblower, BMS overcharged the states for its pharmaceuticals by decreasing the rebate amount the company, like other drug manufacturers, must periodically pay to ensure that states pay competitive prices for pharmaceuticals. Of the $75 million BMS will pay to resolve the allegations against the company, $41,360,522.93 will go to the federal government and $33.639,477.07 to the states involved. California’s share of the settlement is $2,356,842.71.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54396020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-75-million-nationwide-settlement-global\",\n            \"created_at\": \"2021-08-18T07:30:07.796039-04:00\"\n        },\n        {\n            \"id\": 54827,\n            \"title\": \"Nash County Man Charged with Insurance Fraud, False Pretense in Staged Crashes\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced the arrest of Ceedee Davis Jr., 32, of 95 Moore Farm Road, Whitakers. Davis was charged with four counts of insurance fraud and four counts of obtaining property by false pretense, all felonies. Special agents with the Department of Insurance’s Criminal Investigations Division accuse Davis of pursuing automobile insurance claims with State Farm Mutual Automobile Insurance Co. for a vehicle he did not own that was involved in staged crashes. According to the arrest warrants, Davis obtained payments totaling $13,642.42 as a result of the claims. The offenses occurred between Sept. 4, 2018, and Feb. 24, 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC275120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/08/17/nash-county-man-charged-insurance-fraud-false-pretense-staged-crashes\",\n            \"created_at\": \"2021-08-18T07:30:11.324402-04:00\"\n        },\n        {\n            \"id\": 54826,\n            \"title\": \"Acting Governor Oliver Signs Landmark Urban Enterprise Zone Reform Bill\",\n            \"summary\": \"Acting Governor Sheila Oliver signed into law today the Urban Enterprise Zone (UEZ) Reform Bill (A5580/S3600). The legislation restores and revises the UEZ Program and appropriates $42.5 million in Zone Assistance Funds (ZAF) for FY22, bringing the program back to full operation after having been without a funding source for more than ten years.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ107174A20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New Jersey\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210817a.shtml\",\n            \"created_at\": \"2021-08-18T07:30:11.261770-04:00\"\n        },\n        {\n            \"id\": 54801,\n            \"title\": \"House Bill 1955: Holding Company Systems\",\n            \"summary\": \"Signed by the Governor on 08/16/2021. Amends the Illinois Insurance Code. In provisions requiring the Director of Insurance to approve specified acquisitions of control, provides that the Director shall deny the acquisition if the competence, experience, and integrity of those persons who would control the operation are such that it would not (rather than would) be in the best interests of specified individuals. Provides specified procedures by which the Director may designate a group-wide supervisor of an internationally active insurance group and supervise internationally active insurance groups. In provisions concerning confidential treatment of certain information, excludes information submitted pursuant to specified provisions concerning mergers and acquisitions that is not personal financial information. Provides that the Director may share confidential and privileged documents, materials, or other information with third-party consultants to assist in the performance of the Director's duties. Makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1195528P9420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1955&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.657809-04:00\"\n        },\n        {\n            \"id\": 54800,\n            \"title\": \"House Bill 1755: Eligibility of Port Districts for State and Federal Programs\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Department of Commerce and Economic Opportunity Law of the Civil Administrative Code of Illinois. Provides that the Department of Commerce and Economic Opportunity shall evaluate eligibility of special districts for State and federal programs, grants, and subsidies based on eligibility requirements set forth in their statutory charters. Amends the Kaskaskia Regional Port District Act. Provides that the Port District has power to apply for and accept grants, loans, or appropriations from the federal and State government (currently, only federal government) or any agency or instrumentality thereof, to be used for any of the purposes of the District and to enter into agreements with the federal and State government (currently, only federal government) in relation to such grants, loans or appropriations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1175528P4720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1755&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.594242-04:00\"\n        },\n        {\n            \"id\": 54837,\n            \"title\": \"SEC Order: Murchinson Ltd., Marc Bistricer and Paul Zogala\",\n            \"summary\": \"The Securities and Exchange Commission has issued a cease and desist order against Murchinson LTD., Marc Bistricer and Paul Zogala. Murchinson Ltd. is a corporation organized under the laws of Ontario, Canada. Murchinson has not been and is not registered with the Commission in any capacity. Murchinson acted as sub-adviser to the Hedge Fund, and Bistricer controlled Murchinson. The Commission finds that Respondents caused the Hedge Fund’s executing brokers to violate Rules. It is hereby ordered that the Respondents cease and desist from committing or causing any violations and any future violations of Rules and the Respondents cease and desist from committing or causing any violations or future violations. The Respondents shall pay, jointly and severally, disgorgement of $7,000,000 and prejudgment interest of $1,078,183 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349268420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92684.pdf\",\n            \"created_at\": \"2021-08-18T07:30:11.981184-04:00\"\n        },\n        {\n            \"id\": 54824,\n            \"title\": \"House Bill 610: Nationwide Multistate Licensing System and Registry\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. Requiring certain licensing and reporting functions be conducted through the Nationwide Multistate Licensing System and Registry, relative to background investigations of trust officers, to certain filing fees, assessments, and interest rates, and to the transmission of consumer complaints by the banking department, requiring employers to provide certain workplace accommodations for employees, establishing the New Hampshire housing and conservation planning program, and relative to the collaborative care model service delivery method.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB61054720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-09\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB610/\",\n            \"created_at\": \"2021-08-18T07:30:11.134711-04:00\"\n        },\n        {\n            \"id\": 54799,\n            \"title\": \"House Bill 0848: Lottery-Scratch-Off\",\n            \"summary\": \"Signed by the Governor on 08/16/2021. Amends the Illinois Lottery Law. Removes language that would require that sales of the special instant scratch-off game to benefit Alzheimer's care, support, education, and awareness be discontinued on January 1, 2022. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1084828P9020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=848&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.529164-04:00\"\n        },\n        {\n            \"id\": 54802,\n            \"title\": \"House Bill 2405: Insurance Guaranty Fund\",\n            \"summary\": \"Signed by the Governor on 8/16/2021. Amends the Illinois Insurance Code. Authorizes the Illinois Insurance Guaranty Fund, at the direction of its board of directors and subject to the approval of the Director of Insurance, to form and own a not-for-profit corporation to which the Fund may delegate certain of its powers and duties provided by the Code. Allows the not-for-profit corporation to contract to provide services to the Office of Special Deputy Receiver or any other person or organization authorized by law to carry out the duties of the Director in the capacity of receiver under specified provisions of the Code, the Illinois Life and Health Insurance Guaranty Association, an organizations in another state similar to the Illinois Insurance Guaranty Fund or the Illinois Life and Health Insurance Guaranty Association. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1240528P9620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2405&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.723176-04:00\"\n        },\n        {\n            \"id\": 54798,\n            \"title\": \"House Bill 0275: AMends the Chicago Teacher Article of the Illinois Pension Code\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Chicago Teacher Article of the Illinois Pension Code. Provides that in case any officer whose signature appears upon any check or draft, issued pursuant to the Article, ceases to hold office, the signature nevertheless shall be valid and sufficient for all purposes. Removes language concerning checks or drafts signed by an officer who ceases to hold office before the delivery of the check to the payee. Provides that if the Fund mistakenly sets any benefit at an incorrect amount, the Fund shall recalculate the benefit as soon as may be practicable after the mistake is discovered. Provides that if the benefit was mistakenly set too low, the Fund shall make a lump sum payment to the recipient of an amount equal to the difference between the benefits that should have been paid and those actually paid, plus interest at the rate of 3% from the date the unpaid amounts accrued to the date of payment. Provides that if the benefit was mistakenly set too high, the Fund may recover the amount overpaid from the recipient plus interest at 3% from the date of overpayment to the date of recovery. Contains provisions concerning repayment of the overpaid amount. Provides that if (1) the amount of the benefit was mistakenly set too high, (2) the error was undiscovered for 3 years or longer from the date of the first mistaken benefit payment, and (3) the error was not the result of incorrect information supplied by the affected member, then upon discovery of the mistake the benefit shall be adjusted to the correct level, but the recipient of the benefit shall not be required to repay to the Fund the excess amounts received in error. Makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1027528P4220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=275&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.465561-04:00\"\n        },\n        {\n            \"id\": 54836,\n            \"title\": \"SEC Charges Investment Adviser and Others with Fraud in Offering of Promissory Notes\",\n            \"summary\": \"The Securities and Exchange Commission today charged registered investment adviser Fusion Analytics Investment Partners, LLC (FAIP) and its CEO Michael J. Conte with breaches of fiduciary duty and, along with Fusion Analytics Holdings, LLC (Fusion Holdings), with fraud in connection with the sale of promissory notes. According to the SEC's complaint, the defendants solicited individual retail investors and advisory clients to purchase promissory notes issued by Fusion Holdings and raised $1.4 million from 10 investors without disclosing material facts regarding FAIP's declining financial condition. The complaint further alleges that Conte made material representations to investors regarding FAIP's profitability and the safety and soundness of the promissory notes. The SEC's complaint charges the defendants with violating the Securities Act of 1933 and the Securities Exchange Act of 1934. Additionally, the complaint charges FAIP and Conte with violations of the Investment Advisers Act of 1940. The SEC seeks permanent injunctions and, on a joint-and-several basis, disgorgement with prejudgment interest and civil penalties against all defendants.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25173.htm\",\n            \"created_at\": \"2021-08-18T07:30:11.917231-04:00\"\n        },\n        {\n            \"id\": 54846,\n            \"title\": \"US Department of Labor Receives Top Marks in Small Business Federal Procurement Scorecard for Fourth Consecutive Year\",\n            \"summary\": \"The U.S. Department of Labor received an A+ on the Small Business Administration’s recently announced Fiscal Year 2020 Small Business Federal Procurement Scorecard, marking the fourth straight year the department has received the scorecard’s highest grade. The scorecard measures the contracting opportunities federal agencies make available to small, small disadvantaged, women-owned, service-disabled, veteran-owned and Historically Underutilized Business Zone businesses globally. Over fiscal year 2020, the department awarded $880 million in prime contracts and $166 million in subcontracts to small businesses, a 6.28 percent increase in prime contract dollars from last fiscal year and the highest-ever total awarded to small businesses. The department increased its awards to women-owned small businesses by 8.10 percent to $280 million and 5.83 percent to service-disabled, veteran-owned small businesses to $145 million.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1171526NA4334210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Office of the Assistant Secretary for Administration & Management\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/oasam/oasam20210816\",\n            \"created_at\": \"2021-08-18T07:30:12.564664-04:00\"\n        },\n        {\n            \"id\": 54847,\n            \"title\": \"Paperwork Reduction Act Approvals: Request for Public Inspection or Copy of Exempt or Political Organization IRS Form and Request for a Copy of Exempt Organization IRS Application\",\n            \"summary\": \"Currently, the Internal Revenue Service (IRS) is soliciting comments concerning the burden associated with Form 4506-A, Request for Public Inspection or Copy of Exempt or Political Organization IRS Form and 4506-B, Request for a Copy of Exempt Organization IRS Application or Letter. Currently, the Internal Revenue Service (IRS) is soliciting comments concerning the burden associated with Form 4506-A, Request for Public Inspection or Copy of Exempt or Political Organization IRS Form and 4506-B, Request for a Copy of Exempt Organization IRS Application or Letter. Internal Revenue Code section 6104 states that if an organization described in section 501(c) or (d) is exempt from taxation under section 501(a) for any taxable year, the application for exemption is open for public inspection. This includes all supporting statements, any letter or other documents issued by the IRS concerning the application, and certain annual returns of the organization. Form 4506-A, Request for Public Inspection or Copy of Exempt or Political Organization IRS Form and Form 4506-B, Request for a Copy of Exempt Organization IRS Application or Letter, is used to request public inspection or a copy of these forms.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17568\",\n            \"regalytics_alert_id\": \"1891FR20211756820210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17568/proposed-collection-comment-request-for-form-4506-a-and-form-4506-b\",\n            \"created_at\": \"2021-08-18T07:30:12.630249-04:00\"\n        },\n        {\n            \"id\": 54828,\n            \"title\": \"Wilmington Man Charged with Insurance Fraud in Disability Claim\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced that Gary Buzzerio, 65, of 601 Capeside Drive, Wilmington, was charged with insurance fraud and obtaining property by false pretense, both felonies. Special agents with the Department of Insurance’s Criminal Investigations Division accuse Buzzerio of obtaining $6,000 from Aflac Insurance in short-term disability insurance funds that he was not entitled to receive. According to the criminal summons, Buzzerio told AFLAC that he could no longer work when he was still employed and working with Gibbs Management Services when he received the claim payment. The offense occurred on March 3.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC275220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/08/17/wilmington-man-charged-insurance-fraud-disability-claim\",\n            \"created_at\": \"2021-08-18T07:30:11.387349-04:00\"\n        },\n        {\n            \"id\": 54789,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y, and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Chicago: 1. Ottawa Bancorp, Inc., Ottawa, Illinois; to become a bank holding company upon the conversion of its wholly-owned subsidiary, Ottawa Savings Bank, Ottawa, Illinois, from a federally-chartered savings association to a state-chartered bank.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17630\",\n            \"regalytics_alert_id\": \"1891FR20211763020210817\",\n            \"proposed_comments_due_date\": \"2021-09-16\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17630/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-18T07:30:08.889010-04:00\"\n        },\n        {\n            \"id\": 54790,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Set Forth in SR-FINRA-2020-015 and SR-FINRA-2020-027\",\n            \"summary\": \"On August 13, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend the expiration date of the temporary amendments set forth in SR-FINRA-2020-015 and SR-FINRA-2020-027 from August 31, 2021, to December 31, 2021. The proposed rule change would not make any changes to the text of FINRA rules.. FINRA has designated the proposed rule change as constituting a “non-controversial” rule change, which renders the proposal effective upon receipt of this filing by the Commission. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349268520210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/finra/2021/34-92685.pdf\",\n            \"created_at\": \"2021-08-18T07:30:08.952250-04:00\"\n        },\n        {\n            \"id\": 54788,\n            \"title\": \"Welcoming Remarks by Jerome H. Powell, Chair of the Board of Governors of the Federal Reserve System, at a Virtual Teacher and Student Town Hall Meeting\",\n            \"summary\": \"“I want to say a few words to recognize the incredibly powerful work you all do as teachers. It would be important to mention this in any year, but especially now, in the 17th month of our upended reality. At the Fed, we take the value and responsibility of public service pretty seriously, and there really is no greater contribution to the common good than teaching. The pandemic has been tough on everyone, but it has asked more of some than others. Making it through this time has been no small feat for anyone, but teachers deserve distinct praise and appreciation. Educators have had to restructure their teaching, adapt to new platforms, and help their students make their way through added stresses and pitfalls. That must have been especially tough without the day-to-day interactions that help you connect. It is clear that so many teachers have gone above and beyond the call of duty to remain a consistent, reliable resource for their students. Parents deserve a shout-out as well for their part in helping reconstruct something as enormous and consequential as our entire education system.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED93ks7A20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Speech\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/powell20210817a.htm\",\n            \"created_at\": \"2021-08-18T07:30:08.825586-04:00\"\n        },\n        {\n            \"id\": 54766,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Fee Schedule to Adopt a Tiered-Pricing Structure for Certain Connectivity Fees\",\n            \"summary\": \"On July 30, 2021, Miami International Securities Exchange LLC (“MIAX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the Fee Schedule to adopt a tiered-pricing structure for the 10 gigabit (“Gb”) ultra-low latency (“ULL”) fiber connection available to Members and non-Members. The Exchange believes a tiered-pricing structure will encourage Members and non-Members to be more efficient and economical when determining how to connect to the Exchange. This should also enable the Exchange to better monitor and provide access to the Exchange's network to ensure sufficient capacity and headroom in the System. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17542\",\n            \"regalytics_alert_id\": \"1891FR20211754220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17542/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-filing-and\",\n            \"created_at\": \"2021-08-18T07:30:07.395841-04:00\"\n        },\n        {\n            \"id\": 54784,\n            \"title\": \"Common Crop Insurance Regulations: Dry Pea Crop Insurance Provisions and Dry Beans Crop Insurance Provisions\",\n            \"summary\": \"On June 24, 2021, the Federal Crop Insurance Corporation revised the Common Crop Insurance Regulations; Dry Pea and Dry Beans Crop Insurance Provisions. That final rule inadvertently omitted the term “you” in the Dry Beans Crop Insurance Provisions and is being added in this correction.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17300\",\n            \"regalytics_alert_id\": \"1891FR20211730020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": \"2021-08-17\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Crop Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17300/common-crop-insurance-regulations-dry-pea-crop-insurance-provisions-and-dry-beans-crop-insurance\",\n            \"created_at\": \"2021-08-18T07:30:08.572998-04:00\"\n        },\n        {\n            \"id\": 54791,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Board of Directors\",\n            \"summary\": \"The FIGA Board of Director’s announces a public meeting to which all persons are invited. Date and time: August 26, 2021, 10:00 a.m. Place: Conference Call. General subject matter to be considered: The Board will be meeting to discuss general matters of the Association. The agenda will include but not limited to: Minutes, Finance and Audit Committee Report, Receivers, Legal, Claims Reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488885920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Insurance Guaranty Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24888859\",\n            \"created_at\": \"2021-08-18T07:30:09.016726-04:00\"\n        },\n        {\n            \"id\": 54833,\n            \"title\": \"8/18 Special Board Meeting Link\",\n            \"summary\": \"PSERS is holding a Special Board Meeting on August 18 at 5:30PM. To view the Live Event for the Special Board Meeting (Audio/Video) please copy & paste the Microsoft Teams Live Event link into your browser.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA316940020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania School Employees' Retirement System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/Public-School-Employees-Retirement-System_details.aspx?newsid=169\",\n            \"created_at\": \"2021-08-18T07:30:11.702474-04:00\"\n        },\n        {\n            \"id\": 54823,\n            \"title\": \"Order Approving a Proposed Rule Change to Modify the Rules & Procedures of National Securities Clearing Corporation in Connection with the Implementation of Section 1446(f) of the Internal Revenue Code of 1986\",\n            \"summary\": \"On July 14, 2021, National Securities Clearing Corporation (“NSCC”) filed with the Securities and Exchange Commission (“Commission”), proposed rule change SR-NSCC-2021-009 to modify NSCC’s Rules & Procedures (“Rules”) in connection with the implementation of Section 1446(f) of the Internal Revenue Code of 1986.4 The proposed rule change was published for comment in the Federal Register on July 23, 2021,5 and the Commission received no comment letters regarding the changes proposed in the proposed rule change. The Commission is approving the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12579NSCC349268220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Securities Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nscc/2021/34-92682.pdf\",\n            \"created_at\": \"2021-08-18T07:30:11.071586-04:00\"\n        },\n        {\n            \"id\": 54787,\n            \"title\": \"Have Pandemic-Induced Declines in Home Listings Fueled House Price Growth?\",\n            \"summary\": \"New homes listed for sale fell sharply at the beginning of the pandemic. Anecdotal evidence suggests that fear of COVID made homeowners reluctant to list their homes, driving down new listings. From March to April 2020, as COVID lockdowns went into effect, new listings declined by more than one-third relative to previous years and did not return to normal levels until July 2020. Declines in the supply of homes available for sale could spark a rise in home prices if the reduction in listings comes from sellers who are not also simultaneous buyers (Anenberg and Kung (2014)). For example, if many of the non-selling homeowners were elderly and postponing a retirement home transition due to the pandemic, then the supply reduction may not be offset by a decline in demand. Consistent with this possibility, shortly following the early 2020 listings declines, the second half of 2020 saw rapid house price acceleration. In this note, we examine county-level data on new listings, house prices, and pandemic severity and social distancing, and present three main findings. First, the magnitude of decline in new listings during 2020 Q2 varied substantially across counties. Second, counties that experienced higher rates of COVID hospitalizations and deaths, and—independently—higher levels of social distancing, also experienced larger declines in new listings. Third, counties with the largest declines in new listings saw more significant gains in house price growth during the second half of 2020. However, we further find that the relationship between listings declines and house price growth died out by first quarter of 2021, even as house prices continued to accelerate into 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED216h?1620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/notes/feds-notes/have-pandemic-induced-declines-in-home-listings-fueled-house-price-growth-20210816.htm\",\n            \"created_at\": \"2021-08-18T07:30:08.763032-04:00\"\n        },\n        {\n            \"id\": 54781,\n            \"title\": \"CFPB Takes Action Against Debt Collector for Failing to Investigate Reports of Identity Theft and Misrepresenting Consumers’ Debts\",\n            \"summary\": \"The Consumer Financial Protection Bureau (CFPB) yesterday filed a proposed settlement to resolve a lawsuit against a debt collection enterprise and its owner. The CFPB alleges that Fair Collections & Outsourcing (FCO) violated federal law by failing to establish or implement reasonable written policies and procedures regarding the accuracy and integrity of the information it furnished to credit reporting agencies and failed to conduct reasonable investigations of indirect consumer disputes, resulting in inaccurate information remaining on consumers’ credit reports. If entered by the court, the settlement would require FCO and Sobota to put in place reasonable policies and procedures to prevent future violations and pay a $850,000 civil money penalty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB130182TS57120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/cfpb-takes-actions-against-debt-collector-for-failing-to-investigate-reports-of-identity-theft-and-misrepresenting-consumers-debts/#\",\n            \"created_at\": \"2021-08-18T07:30:08.384217-04:00\"\n        },\n        {\n            \"id\": 54782,\n            \"title\": \"Everyone Deserves a Second Chance: Use our Tools to Financially Empower People in Transition from Incarceration\",\n            \"summary\": \"The CFPB’s Focus on Reentry: Criminal Justice guide provides actionable tools to help people involved in the criminal justice system and their families achieve their financial goals. People living with criminal records have unique, and often significant, financial challenges. This guide will better equip them to understand and take control over their financial lives.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19062CFPB111ON15820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\"\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/blog/\",\n            \"created_at\": \"2021-08-18T07:30:08.447395-04:00\"\n        },\n        {\n            \"id\": 54767,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Emerald Fee Schedule to Adopt a Tiered-Pricing Structure for Certain Connectivity Fees\",\n            \"summary\": \"On July 30, 2021, MIAX Emerald, LLC (“MIAX Emerald” or “Exchange”), filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the Fee Schedule to adopt a tiered-pricing structure for the 10 gigabit (“Gb”) ultra-low latency (“ULL”) fiber connection available to Members and non-Members. The Exchange believes a tiered-pricing structure will encourage Members and non-Members to be more efficient and economical when determining how to connect to the Exchange. This should also enable the Exchange to better monitor and provide access to the Exchange's network to ensure sufficient capacity and headroom in the System. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17539\",\n            \"regalytics_alert_id\": \"1891FR20211753920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX Emerald, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17539/self-regulatory-organizations-miax-emerald-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"created_at\": \"2021-08-18T07:30:07.462832-04:00\"\n        },\n        {\n            \"id\": 54783,\n            \"title\": \"SIFMA, ICI & DTCC Comment on Progress Around T+1 Effort in Letter to Chair Gensler\",\n            \"summary\": \"On August 17, 2021, SIFMA, ICI and DTCC recently reached out to the SEC to update the Commission on the efforts of the financial services industry to shorten the securities settlement cycle to T+1: “Shortening the settlement cycle is a significant undertaking and requires participation across many functions of the industry. We believe shortening the settlement cycle to T+1 will increase the overall efficiency of the securities markets, mitigate risk, create better use of capital, and promote financial stability, provided the appropriate balance is achieved between increasing efficiencies and mitigating risk. We greatly appreciate the Commission’s attention and oversight in accelerating the settlement cycle and we respectfully request a meeting with you and your senior staff at your earliest convenience to provide a briefing on the significant progress made by the industry and the next steps.”\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18194DTCC828020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Depository Trust & Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dtcc.com/news/2021/august/17/sifma-ici-dtcc-comment-on-tplus1-effort\",\n            \"created_at\": \"2021-08-18T07:30:08.511754-04:00\"\n        },\n        {\n            \"id\": 54792,\n            \"title\": \"Notice of Meeting/Workshop Hearing: General Matters of the Association\",\n            \"summary\": \"The Florida Life & Health Insurance Guaranty Association announces a workshop to which all persons are invited. Date and time: August 24, 2021, 1:00 p.m. Place: Teleconference. General subject matter to be considered: General matters of the Association.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488934420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Life & Health Insurance Guaranty Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24889344\",\n            \"created_at\": \"2021-08-18T07:30:09.082411-04:00\"\n        },\n        {\n            \"id\": 54765,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule\",\n            \"summary\": \"On August 2, 2021, CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend its Fee Schedule for its equity options platform (“BZX Options”) in connection with its Customer Penny Add Volume Tiers, Market Maker, Away Market Maker, and Professional Penny Take Volume Tiers, and Customer Non-Penny Add Volume Tiers, effective August 2, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17538\",\n            \"regalytics_alert_id\": \"1891FR20211753820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17538/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-08-18T07:30:07.325386-04:00\"\n        },\n        {\n            \"id\": 54809,\n            \"title\": \"Consent to Cease and Desist Order: T.E.A.M. Builders, Ltd. and Austin Maginnis\",\n            \"summary\": \"TEAM Builders is not a licensed public adjuster business entity producer in the state of Iowa. Maginnis is not a licensed public adjuster in the state of Iowa. Wherefore, it is ordered: Respondents, and any unlicensed employees, agents, or contracted parties working on Respondents’ behalf pursuant to Iowa Code §522C.6, shall cease and desist from any and all acts or practices in the state of Iowa that require licensure as a public adjuster; Respondents, are assessed $750 for costs of investigation and prosecution; Respondents are assessed a civil penalty in the amount of $1,000 due contemporaneously upon entry of this order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO4311051720210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-team-builders-ltd-and-austin-maginnis\",\n            \"created_at\": \"2021-08-18T07:30:10.188918-04:00\"\n        },\n        {\n            \"id\": 54822,\n            \"title\": \"Understanding the Different Periods in Regulation E and the Nacha Rules\",\n            \"summary\": \"Regulation E and the Nacha Operating Rules each have a 60-day period that applies to unauthorized payments. But in complying with both Reg E and the Nacha Rules, understanding the differences in these periods is important. Regulation E specifies how and when a consumer can be held liable for unauthorized charges. A consumer is supposed to be looking at their bank statements, and if they notice unauthorized transactions, they should report them to their financial institution. The 60-day period in the Nacha Rules is different. This 60-day period determines which transactions can be recovered by the financial institutions in the ACH Network. Under the Nacha Rules, the 60-day period is from the settlement date of each payment. So, the consumer’s bank can return any of the debits that are still within such a 60-day period. Regulation E’s 60-day period that requires a financial institution to investigate claims of error, providing that the error was reported within 60 days of when the statement reflecting the transaction was sent.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC19620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/which-60-days-it-understanding-different-periods-regulation-e-and-nacha-rules\",\n            \"created_at\": \"2021-08-18T07:30:11.007949-04:00\"\n        },\n        {\n            \"id\": 54845,\n            \"title\": \"Owners/Managers of Florida Labor-Staffing Companies Indicted for Immigration Fraud and Money Laundering\",\n            \"summary\": \"An indictment was unsealed today charging three men who operated labor-staffing companies in Florida with conspiracy to harbor non-resident aliens and induce them to remain in the country and with conspiracy to commit money laundering. According to the indictment, Mykhaylo Chugay, Oleksandr Morgunov, Volodymyr Ogorodnychuk and others owned and operated a series of labor-staffing companies in southern Florida, including Paradise Choice LLC, Paradise Choice Cleaning LLC, Tropical City Services LLC, and Tropical City Group LLC, between August 2007 and July 2021. The indictment charges that the defendants, through these staffing companies, facilitated the employment in the hospitality industry of non-resident aliens who were not authorized to work in the United States. If convicted, the defendants each face a maximum penalty of 10 years in prison on the conspiracy to harbor aliens and induce them to remain in the United States and a maximum penalty of 20 years in prison on the money laundering conspiracy. Each count also carries the possibility of a fine and supervised release upon completion of any sentence of incarceration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2181320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/ownersmanagers-florida-labor-staffing-companies-indicted-immigration-fraud-and-money\",\n            \"created_at\": \"2021-08-18T07:30:12.501435-04:00\"\n        },\n        {\n            \"id\": 54838,\n            \"title\": \"SEC Order: Matthew O. Clason\",\n            \"summary\": \"The Securities and Exchange Commission has entered an order instituting administrative proceedings and making findings, and imposing remedial sanctions against Matthew O. Clason. The Commission alleges that, from at least September 2018 to August 2020, Clason misappropriated hundreds of thousands of dollars from a client of the investment adviser and broker-dealer firms with which he was associated, in breach of his fiduciary duty to his client. On May 12, 2021, Clason pled guilty to criminal conduct relating to certain matters alleged in the Commission’s Complaint before the United States District Court for the District of Connecticut. It is hereby ordered that Clason be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization and is barred from participating in any offering of a penny stock. Any reapplication for association by the Respondent will be subject to the applicable laws and regulations governing the re-entry process\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349268820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92688.pdf\",\n            \"created_at\": \"2021-08-18T07:30:12.046165-04:00\"\n        },\n        {\n            \"id\": 54812,\n            \"title\": \"Des Moines Man Charged with Insurance Fraud and Filing a False Report\",\n            \"summary\": \"Scott Edwin Thomas Sr., age 45 of Des Moines, Iowa, has been charged with one count each of Insurance Fraud – Presenting False Information (Class D Felony), Insurance Fraud – Application Fraud (Class D Felony), and False Report of an Indictable Offense to a Public Entity (serious misdemeanor). In April of 2021 it is alleged Thomas made false statements to an insurance company in order to obtain insurance coverage on a motorcycle which was no longer in his possession. It is alleged Thomas later filed an incident report with the Des Moines Police Department stating the motorcycle had been stolen from his residence. Thomas then utilized the stolen vehicle report as evidence of the theft in an effort to obtain monetary insurance benefits due to the loss of the motorcycle to which he was not otherwise entitled.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID17420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/des-moines-man-charged-with-insurance-fraud-and-filing-a-false-report\",\n            \"created_at\": \"2021-08-18T07:30:10.377972-04:00\"\n        },\n        {\n            \"id\": 54853,\n            \"title\": \"Memorandum on Maximizing Assistance to Respond to COVID- 19\",\n            \"summary\": \"Consistent with the nationwide emergency declaration of March 13, 2020, concerning the coronavirus disease 2019 (COVID-19) pandemic, it is the policy of my Administration to combat and respond to COVID-19 with the full capacity and capability of the Federal Government to protect and support our families, schools, and businesses, and to assist State, local, Tribal, and territorial governments to do the same, including through emergency and disaster assistance available from the Federal Emergency Management Agency (FEMA).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1901920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/17/memorandum-on-maximizing-assistance-to-respond-to-covid-19/\",\n            \"created_at\": \"2021-08-18T07:30:13.011922-04:00\"\n        },\n        {\n            \"id\": 54810,\n            \"title\": \"Newton Man Charged with Insurance Fraud\",\n            \"summary\": \"Amede Kambulata Masudi, age 34, of Newton, Iowa, has been charged with Insurance Fraud – Application Fraud (Class D Felony). The charges are a result of an investigation which began in May of 2020. In criminal complaints filed by the Iowa Insurance Division’s Fraud Bureau, it is alleged Masudi was involved in a motor vehicle collision which resulted in property damage and bodily injuries on May 9th, 2020. It is alleged Masudi did not have a valid automobile insurance policy at the time the collision occurred. After the collision, Masudi provided false statements to an insurer in order to obtain car insurance and later asserted the collision had occurred after the inception of the automobile insurance policy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID11420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/newton-man-charged-with-insurance-fraud\",\n            \"created_at\": \"2021-08-18T07:30:10.251070-04:00\"\n        },\n        {\n            \"id\": 54848,\n            \"title\": \"Security Summit Warns Tax Pros to Watch for Tell-Tale Signs of Identity Theft\",\n            \"summary\": \"With identity thieves continuing to target the tax community, Internal Revenue Service Security Summit partners today urged tax professionals to learn the signs of data theft so they can react quickly to protect clients. The IRS, state tax agencies and the tax industry – working together as the Security Summit – reminded tax professionals that they should contact the IRS immediately when there's an identity theft issue while also contacting insurance or cybersecurity experts to assist them with determining the cause and extent of the loss.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS7710620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/security-summit-warns-tax-pros-to-watch-for-tell-tale-signs-of-identity-theft\",\n            \"created_at\": \"2021-08-18T07:30:12.692532-04:00\"\n        },\n        {\n            \"id\": 54854,\n            \"title\": \"Statement by Press Secretary Jen Psaki on Eviction Moratorium\",\n            \"summary\": \"Press Secretary Jen Psaki released the following statement today: \\\"Throughout the pandemic, preventing evictions and keeping people in their homes has been a proven way of slowing the spread of COVID-19. The Administration believes that CDC’s new moratorium is a proper use of its lawful authority to protect the public health. We are pleased that the district court left the moratorium in place, though we are aware that further proceedings in this case are likely.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH195UM20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/13/statement-by-press-secretary-jen-psaki-on-eviction-moratorium/\",\n            \"created_at\": \"2021-08-18T07:30:13.078774-04:00\"\n        },\n        {\n            \"id\": 54821,\n            \"title\": \"Attorney General Frosh Announces Members to the Access to Counsel in Evictions Task Force\",\n            \"summary\": \"Maryland Attorney General Brian E. Frosh today announced the membership of the Access to Counsel in Evictions Task Force. The Task Force was created in the 2021 legislative session, the passage of which made the Maryland General Assembly the second state legislature in the country to provide statewide access to counsel in eviction proceedings for income-eligible tenants. Effective October 1st, the Task Force will be responsible for evaluating the provision of services under HB18; studying potential funding sources; and making recommendations to improve the implementation of the access to counsel program, including necessary policy and statutory changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"195MD896120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Maryland\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Attorney General\"\n                }\n            ],\n            \"pdf_url\": \"https://www.marylandattorneygeneral.gov/press/2021/081721.pdf\",\n            \"created_at\": \"2021-08-18T07:30:10.943034-04:00\"\n        },\n        {\n            \"id\": 53887,\n            \"title\": \"Labor Day Holiday\",\n            \"summary\": \"State employees excused from work.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18846AR175920210906\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arkansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Department of Finance and Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dfa.arkansas.gov/news/details/labor-day-holiday\",\n            \"created_at\": \"2021-08-16T17:42:56.813635-04:00\"\n        },\n        {\n            \"id\": 54855,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Montana Disaster Declaration\",\n            \"summary\": \"On August 13, 2021, President Joseph R. Biden, Jr. declared that a major disaster exists in the State of Montana and ordered Federal assistance to supplement state, tribal, and local recovery efforts in the areas affected by straight-line winds on June 10, 2021. Federal funding is available to state, tribal, and eligible local governments and certain private nonprofit organizations on a cost-sharing basis for emergency work and the repair or replacement of facilities damaged by the straight-line winds in the counties of Dawson, Garfield, McCone, Richland, and Roosevelt. Federal funding is also available on a cost-sharing basis for hazard mitigation measures statewide.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH206ON20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/13/president-joseph-r-biden-jr-approves-montana-disaster-declaration/\",\n            \"created_at\": \"2021-08-18T07:30:13.142553-04:00\"\n        },\n        {\n            \"id\": 54816,\n            \"title\": \"Order Reissuing License After Suspension and Expiration: Legends Agency LLC\",\n            \"summary\": \"Legends Agency LLC \\\"Legends\\\" became licensed in the state of Iowa as a business entity producer on January 31, 2018. Lawrence Roberts (\\\"Roberts\\\") previously filed an application with the Iowa Insurance Division (\\\"Division\\\") of his suspended Iowa insurance producer license. His license was reinstated on July 17, 2020. Roberts, Legends, and the Division entered into a consent order whereby Legend's insurance business entity producer license was suspended on May 6, 2020, for a period of two months. Although Roberts submitted an Iowa insurance producer application for reinstatement dated July 6, 2020, the application was only for his individual producer license and did not include a request for Legend's business entity license to be reinstated. The suspension period has now passed and Roberts, on behalf of Legends, has submitted an Iowa producer application for reinstatement dated August 5, 2021. The applicant has met his burden of establishing that the basis for the suspension no longer exists. It is therefore ordered that the Applicant's Reissuance Application is granted and the administrative suspension block is removed from the licensing record. Ordered on August 13, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1810404020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-legends-agency-llc\",\n            \"created_at\": \"2021-08-18T07:30:10.629398-04:00\"\n        },\n        {\n            \"id\": 54859,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 92-36 Application for Issuing Bank Credit Limit (IBCL) Under Lender or Exporter-Held Policies\",\n            \"summary\": \"This form is used by an insured exporter or lender (or broker acting on its behalf) in order to obtain approval for coverage of the repayment risk of an overseas bank. The information received allows EXIM staff to make a determination of the creditworthiness of the foreign bank and the underlying export sale for EXIM assistance under its programs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17645\",\n            \"regalytics_alert_id\": \"1891FR20211764520210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17645/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:13.394492-04:00\"\n        },\n        {\n            \"id\": 54860,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 92-50 Application for Short-Term Multi-Buyer Export Credit Insurance Policy\",\n            \"summary\": \"The Application for Short-Term Multi-Buyer Export Credit Insurance Policy will be used to determine the eligibility of the applicant and the transaction for Export-Import Bank assistance under its insurance program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17646\",\n            \"regalytics_alert_id\": \"1891FR20211764620210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17646/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:13.457060-04:00\"\n        },\n        {\n            \"id\": 54872,\n            \"title\": \"Magna Group Mini-Bond Companies Shut Down\",\n            \"summary\": \"The High Court has wound up seven companies run from an office in Mayfair, London, after an Insolvency Service investigation found that their marketing of high-risk mini-bonds, used to fund property development projects, was misleading and the directors continued to take investors’ money even after the companies were insolvent. The principal directors of all the companies were Christopher John Madelin and Oliver James Mason and the companies involved were: 4 unregulated mini-bond investment vehicles (Magna Investments X Ltd, MIX2 Ltd, MIX3 Ltd and MIXG Ltd), raising over £20m from members of the public. An associated group and brand holding company (Magna Asset Management Ltd). An operational company (Magna Project Management Ltd). A consultancy/administration company (MIX Ops Ltd). All were incorporated between December 2014 and March 2019, and were registered at the same address in Berkeley Square in Mayfair, London.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKM7167417620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. The Insolvency Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/magna-group-mini-bond-companies-shut-down\",\n            \"created_at\": \"2021-08-18T07:30:14.187564-04:00\"\n        },\n        {\n            \"id\": 54852,\n            \"title\": \"Paperwork Reduction Act Comment Request: Interest Rate Reduction Refinancing Loan Worksheet\",\n            \"summary\": \"Veterans Benefits Administration, Department of Veterans Affairs (VA), is announcing a revision of the “Interest Rate Reduction Refinancing Loan Worksheet.” VA is revising this information collection to incorporate regulatory collection requirements previously captured. The purpose is to consolidate information collection requirements applicable only for interest rate reduction refinance loans (IRRRLs) under one information collection package.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17526\",\n            \"regalytics_alert_id\": \"1891FR20211752620210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17526/agency-information-collection-activity-interest-rate-reduction-refinancing-loan-worksheet\",\n            \"created_at\": \"2021-08-18T07:30:12.948163-04:00\"\n        },\n        {\n            \"id\": 54797,\n            \"title\": \"House Bill 0165: Carbon Capture Task Force\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Creates the Carbon Capture, Utilization, and Storage Legislation Task Force Act. Creates the Carbon Capture, Utilization, and Storage Legislation Task Force. Adds provisions governing Task Force membership, duties, powers, and compensation. Provides that the Task Force shall meet no less than once a month beginning in July 2021. Provides that the Task Force shall submit a report to the Governor and the General Assembly on or before December 31, 2021. Dissolves the Task Force upon the filing of the report. Provides that the Act is repealed on January 1, 2023. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1016528P4120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=165&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.401208-04:00\"\n        },\n        {\n            \"id\": 54813,\n            \"title\": \"Order for Waiver: MidAmerican Energy Company\",\n            \"summary\": \"The Iowa Insurance Division (Division) issues the following ruling on MidAmerican Energy Company's (MidAmerican) Petition for Waiver. MidAmerican has filed an application for a certificate of relief of workers' compensation insurance with the Division. MidAmerican is a wholly-owned subsidiary of MHC Inc. (MHC). MHC is a wholly-owned subsidiary of MidAmerican Funding, LLC (MidAmerican Funding), which in turn is wholly-owned by Berkshire Hathaway Energy Company (BHE). For the purpose of obtaining a certificate from worker's compensation insurance requirements, MidAmerican has requested permission to accept a guarenatee from MidAmerican Funding, in lieu of the ultimat corporate parent Berkshire. In the event that the waiver is not granted, an effective historical practice of self insuring for the purposes of workers' compensation would end. MidAmerican further argues that if it does not have the ability to self-insure for workers' compensation claims, it would face higher costs and would lose the ability to directly manage workers' compensation claims. Accordingly, it is hereby ordered that the requirement of 191 IAC 57.5(1)(b) is waved for Petitioner. Dated on August 13, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6342IO322620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/administrative-orders-and-actions/order-on-petition-for-waiver-midamerican\",\n            \"created_at\": \"2021-08-18T07:30:10.441078-04:00\"\n        },\n        {\n            \"id\": 54771,\n            \"title\": \"Governor Ducey Announces $163 Million to Increase Per Pupil Funding in Schools\",\n            \"summary\": \"Governor Doug Ducey today announced district and charter schools following all state laws and remaining open for in-person instruction will be eligible for $163 million in grant funding aimed at boosting per pupil spending.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ19020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/08/governor-ducey-announces-163-million-increase-pupil-funding-schools\",\n            \"created_at\": \"2021-08-18T07:30:07.731908-04:00\"\n        },\n        {\n            \"id\": 54851,\n            \"title\": \"SBA Awards $2.7M in Grants to 14 Women’s Business Centers\",\n            \"summary\": \"The U.S. Small Business Administration issued 14 grant awards of up to $200,000 each to organizations in 13 states as part of the Women’s Business Centers (WBC) Resiliency and Recovery Demonstration Grant under the SBA’s Office of Women’s Business Ownership (OWBO). The purpose of the grants is to establish or continue innovative projects that aim to improve service delivery, training, and support provided to women-owned businesses impacted by COVID-19.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA57ERS881620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/aug/16/sba-awards-27m-grants-14-womens-business-centers\",\n            \"created_at\": \"2021-08-18T07:30:12.885134-04:00\"\n        },\n        {\n            \"id\": 54779,\n            \"title\": \"CFTC Charges Nebraska Commodity Pool Operator and its Owner with Fraud and Regulatory Violations\",\n            \"summary\": \"The Commodity Futures Trading Commission today announced that it has filed a civil enforcement action in the U.S. District Court for the District of Nebraska against commodity pool operator (CPO) Centurion Capital Management, Inc. (Centurion), and its owner, Terry M. Svejda (Svejda) of Blair, Nebraska. The complaint alleges that Centurion and Svejda engaged in commodity pool fraud in connection with commodity futures trading, in that he fraudulently misappropriated participant funds and made false or misleading statements about how their funds would be invested in the commodity pool. In litigation, the CFTC seeks restitution, disgorgement, civil monetary penalties, trading and registration bans and injunctions against further violations of the Commodity Exchange Act (CEA) and CFTC regulations, as charged.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84142120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8414-21\",\n            \"created_at\": \"2021-08-18T07:30:08.256866-04:00\"\n        },\n        {\n            \"id\": 54818,\n            \"title\": \"Consent Order: Michael S. McGuire\",\n            \"summary\": \"Iowa Insurance Division and Michael S. McGuire has entered into a consent Order. The Commissioner of Insurance conducted an investigation into the activities of Mr. McGuire. Based on the findings, McGuire applied for a resident insurance producer license with the Division and the license was issued on June 12th 1982. McGuire renewed his resident insurance producer with the Division on May 29, 2018. On October 5,2018, a complaint was filed against McGuire and he was charged for Stalking - Pattern of Stalking Conduct which is a felony. Therefore, it is hereby ordered that McGuire’s resident insurance producer license is immediately and permanently revoked and he is prohibited from engaging in the business of insurance in the state of Iowa. McGuire shall immediately cease and desist from engaging in the business of insurance in this state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1810982320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-michael-s-mcguire\",\n            \"created_at\": \"2021-08-18T07:30:10.755887-04:00\"\n        },\n        {\n            \"id\": 54769,\n            \"title\": \"Proposed Rule Change to Increase the National Securities Clearing Corporation's Minimum Required Fund Deposit\",\n            \"summary\": \"On April 26, 2021, National Securities Clearing Corporation filed with the Securities and Exchange Commission the proposed rule change that consists of modifications to NSCC’s Rules & Procedures in order to increase the minimum Required Fund Deposit for each Member. Currently, each Member is required to maintain a minimum Required Fund Deposit amount of $10,000. The proposed increase in the minimum Required Fund Deposit is $250,000. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17541\",\n            \"regalytics_alert_id\": \"1891FR20211754120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Securities Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17541/self-regulatory-organizations-national-securities-clearing-corporation-notice-of-filing-of-partial\",\n            \"created_at\": \"2021-08-18T07:30:07.592075-04:00\"\n        },\n        {\n            \"id\": 54808,\n            \"title\": \"Governor Holcomb Makes Appointments to Various Boards and Commissions\",\n            \"summary\": \"Governor Eric J. Holcomb today announced several appointments to various state boards and commissions. The governor made seven appointments to the new All Payer Claims Database Advisory board, including Cheryl Ackerman (Carmel), CFO of Proteus, LLC, who will serve until June 30, 2023; Mike Hampton (Avon), director of regulatory affairs for UnitedHealthcare, who will serve until June 30, 2023; and Logan Harrison (Indianapolis), senior public affairs director for Anthem, who will serve until June 30, 2023. Two reappointments were made to the Indiana Bond Bank Board of Directors, who will serve until July 31, 2024: David Mann (Indianapolis), managing partner at Spring Mill Venture Partners and co-managing partner at The Firefly Group, and Chuck Williams (Valparaiso), principal of CL Williams & Companies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN228ANA20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Indiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_makes_appointments_to_various_boards_and_commissions_2898?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-08-18T07:30:10.125310-04:00\"\n        },\n        {\n            \"id\": 54817,\n            \"title\": \"Order Reinstating License After Suspension: Thomas A. Milligan\",\n            \"summary\": \"Iowa Insurance Division has issued an order Reinstating License after Suspension to Thomas A. Milligan. The respondent has filed an application with the Iowa Insurance Division and he is licensed as a non-resident insurance producer in the State of Iowa. It is therefore ordered that the respondent’s non-resident insurance licensee is reinstated; and that the respondent shall immediately be permitted to transact and participate in the business of insurance in Iowa.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1810895720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-thomas-a-mulligan-0\",\n            \"created_at\": \"2021-08-18T07:30:10.693199-04:00\"\n        },\n        {\n            \"id\": 54785,\n            \"title\": \"Office of Inspector General Press Release Update: Maryland Man Sentenced to 7 ½-Year Prison Term for Fraud, Money Laundering, and Identity Theft Scheme\",\n            \"summary\": \"Kelvin Otunyo, 37, of Hyattsville, Md., was sentenced today to 90 months in prison on federal charges stemming from his role in at least six schemes to deposit and launder stolen and unauthorized checks valued at more than $350,000. Otunyo, a Nigerian national, pleaded guilty on April 1, 2021, in the U.S. District Court for the District of Columbia, to two counts of bank fraud, one count of aggravated identity theft, and two counts of conspiracy to commit money laundering. He was sentenced by the Honorable Chief Judge Beryl A. Howell. Following his prison term, he will be placed on four years of supervised release. Otunyo also was ordered to pay a restitution judgment in the amount of $124,157, and a forfeiture money judgment in the amount of $303,207. According to court papers, between August 2017 and at least August 2018, Otunyo and co-conspirators engaged in a series of schemes in which they obtained stolen or unauthorized checks from victims, established fraudulent shell corporations and bank accounts, and deposited or attempted to deposit the checks before laundering the resulting proceeds. The frauds were committed using false IDs and fraudulent aliases. Otunyo also procured the real name and Social Security number of an identity theft victim for use in one of the schemes. In total, the six schemes involved nine stolen or unauthorized checks from eight victims totaling $355,745.29. As part of the larger investigation of Otunyo and others involved in laundering the proceeds of various frauds, business email compromises, and bad check schemes, at least three other defendants have been charged. In June 2019, Chief Judge Howell sentenced Michael Orji, 42, formerly of Washington D.C, to 10 years of incarceration, five years of supervised release, and $905,274 in restitution. One of Otunyo’s co-conspirators, Samson Olawale Afolabi, 36, of Hyattsville, Md., has pleaded guilty and is awaiting sentencing on Oct. 1, 2021. Another defendant, Jamar Skeete, 37, of Washington, D.C., has been indicted in connection with similar, related fraud and money laundering; he has pleaded not guilty to charges.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4908566620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"OIG Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ecfcd0\",\n            \"created_at\": \"2021-08-18T07:30:08.637529-04:00\"\n        },\n        {\n            \"id\": 54805,\n            \"title\": \"House Bill 4127: Unemployment Benefits\",\n            \"summary\": \"Introduced on 08/17/2021. Amends the Unemployment Insurance Act. In a provision concerning the recoupment of any overpayment made to an individual who is found to have been ineligible for benefits, provides that the individual must be provided written notice of his or her appeal rights including the ability to request waiver of any recovery. Provides that if the Department of Employment Security has previously recouped or recovered overpayment funds from an individual and that individual is granted waiver with respect to those funds, then the individual shall be refunded those funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17367IL1412745FTE20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4127&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.912569-04:00\"\n        },\n        {\n            \"id\": 54796,\n            \"title\": \"Secretary Raffensperger Announces She Leads Webinar Get Back on Track - Rebuilding Your Personal Finances and Small Business Post-Pandemic\",\n            \"summary\": \"Secretary of State Brad Raffensperger is announcing that She Leads will be hosting its 13th event, “Get Back on Track: Rebuilding Your Personal Finances and Small Business Post Pandemic.” This free webinar will take place on Wednesday, August 25 at 6 pm. Registration is open to all Georgians. The event will be moderated by Award-winning Journalist Donna Lowry. Speakers for this free webinar include Partner, Wealth Advisor Shardea Ages; Implementation Coach and Change Management Practitioner Clinton Ages; and Private Wealth Manager, Creative Planning Kristin Pugh.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"139GA13819220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Georgia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of Secretary of State, Securities Division\"\n                }\n            ],\n            \"pdf_url\": \"https://sos.ga.gov/index.php/securities/announcing_she_leads_webinar_hosted_by_secretary_brad_raffensperger_get_back_on_track_rebuilding_your_personal_finances_and_small_business_post_pandemic\",\n            \"created_at\": \"2021-08-18T07:30:09.338754-04:00\"\n        },\n        {\n            \"id\": 54795,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Investment Committee\",\n            \"summary\": \"The FWCIGA Investment Committee announces a public meeting to which all persons are invited. Date and time: August 26, 2021, 3:00 p.m. place: Conference Call. Subject: The Committee will meet to discuss the general business of the Association. The agenda will include but not limited to: Approval of Minutes and Investment Report.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488895620210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Insurance Guaranty Association, Inc\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24888956\",\n            \"created_at\": \"2021-08-18T07:30:09.275669-04:00\"\n        },\n        {\n            \"id\": 54770,\n            \"title\": \"Proposed Rule Change to Adopt Additional Initial Listing Criteria for Companies Primarily Operating in Jurisdictions That Do Not Provide the PCAOB with the Ability to Inspect Public Accounting Firms\",\n            \"summary\": \"The Exchange proposes to adopt additional initial listing criteria for companies primarily operating in jurisdictions that do not currently provide the PCAOB with the ability to inspect public accounting firms.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17540\",\n            \"regalytics_alert_id\": \"1891FR20211754020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17540/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-designation-of-a-longer-period\",\n            \"created_at\": \"2021-08-18T07:30:07.657897-04:00\"\n        },\n        {\n            \"id\": 54804,\n            \"title\": \"House Bill 3577: Worker CoOp LLC Conformance\",\n            \"summary\": \"Signed by the Governor on 8/13/2021. Amends the Limited Worker Cooperative Association Act. Incorporates provisions of the Limited Liability Company Act relating to: the powers of the Secretary of State, names of associations, required forms and the filing of those forms, contents of cooperative agreements, fees, termination, procedures of administrative dissolution, annual reports, and reinstatements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1357728P5120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=3577&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"created_at\": \"2021-08-18T07:30:09.850494-04:00\"\n        },\n        {\n            \"id\": 54815,\n            \"title\": \"Findings of Fact, Conclusions of Law, and Order: Centurion Life Insurance Company\",\n            \"summary\": \"Bestow, Inc., et al., seek permission to acquire control of Centurion Life Insurance Company, an Iowa domestic insurer (the “Domestic Insurer”) and direct, wholly-owned subsidiary of Wells Fargo Financial, LLC, an Iowa limited liability company (“Wells Fargo”). Pursuant to the proposed acquisition the Domestic Insurer will become a direct, wholly-owned subsidiary of Bestow. After a careful review of all evidence submitted, the Commissioner concludes, upon substantial evidence, that the Applicants have demonstrated to the Commissioner all six requirements set forth in, and required by, Iowa Code section 521A.3(4)(a). The Applicants’ proposed acquisition of control of the Domestic Insurer should be approved. It is ordered that the application of Bestow Inc., O’Banion Capital LLC, Melbourne O’Banion III, Abelmann Land & Cattle LLC, Tempus Fugit LLC, Tempus Fugit Trust, Jonathan William Abelmann, Valar Global Fund IV LP, Valar Global Principals Fund IV LP, Valar Fund V LP, Valar Principals Fund V LP, Valar Velocity Fund 2 LP, Valar Ventures GP IV LLC, Valar GP V LLC, Valar Velocity GP 2 LLC, James Fitzgerald, and Andrew McCormack for approval of the acquisition of control of Centurion Life Insurance Company, an Iowa domestic insurer, is APPROVED subject to the following condition to closing of the proposed acquisition and commitments to the Division are satisfied by the Applicants; and after the closing of the proposed acquisition, the Domestic Insurer shall notify the Division if it plans to make any significant deviations from the Plan of Operations submitted with the Applicants’ Form A Statement, including, but not limited to, any plans to enter into new lines of business.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6342IO723220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/administrative-orders-and-actions/in-the-matter-of-the-application-for-acquisition-of\",\n            \"created_at\": \"2021-08-18T07:30:10.565103-04:00\"\n        },\n        {\n            \"id\": 54778,\n            \"title\": \"CFTC Charges Unregistered Michigan Forex Firm and its Owner with Fraud and Misappropriation\",\n            \"summary\": \"The Commodity Futures Trading Commission has filed a civil enforcement action in the Eastern District of Michigan against Ali Bazzi and his company Welther Oaks, LLC, both of Michigan, charging them with fraud and misappropriation in connection with their operation of a foreign currency (forex) commodity pool. starting in at least March 2018, Bazzi, the owner of Welther Oaks, fraudulently solicited at least $470,000 from at least 25 pool participants for a commodity pool that would purportedly trade forex. As alleged, in order to entice pool participants, Bazzi and Welther Oaks falsely represented that they had made large profits trading forex; and that pool participants would realize guaranteed profits as high as 15% per month on their funds without losses, and could withdraw their funds at any time. The complaint further alleges that Bazzi and Welther Oaks used only a small fraction of the funds they collected to trade forex and concealed their fraud by issuing false account statements to the pool participants that purported to show trading profits. In addition, the complaint alleges that defendants misappropriated at least $387,000 of participants’ funds to spend on automobiles, jewelry, retail purchases, meals and entertainment and travel for Bazzi.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84152120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8415-21\",\n            \"created_at\": \"2021-08-18T07:30:08.191455-04:00\"\n        },\n        {\n            \"id\": 54834,\n            \"title\": \"SEC Charges Investment Adviser and His Advisory Business for Misappropriating More Than $1 Million from a Client and Prospective Client and Defrauding Investors\",\n            \"summary\": \"The Securities and Exchange Commission today charged a New York-based company and its founder for misappropriating more than $1 million from a client and prospective client and defrauding investors, as well as for submitting false information on SEC filings. The SEC's complaint alleges that Jeffrey Slothower, through his entity Battery Private, Inc., engaged in two separate fraudulent schemes. In the first alleged scheme, Slothower misappropriated more than $1 million from an advisory client and her spouse, a prospective client. In the second alleged scheme, Slothower made material misrepresentations in connection with private sales of a penny stock owned by Battery Private. The SEC's complaint further alleges that Slothower exaggerated the size of Battery Private's regulatory assets under management in SEC filings. The SEC's complaint charges Battery Private and Slothower with violating the Securities Act of 1933 and the Investment Advisers Act of 1940, and also charges Battery Private with violating, and Slothower with aiding and abetting Battery Private's violations of the Advisers Act. The complaint seeks disgorgement of ill-gotten gains with prejudgment interest, civil penalties, and permanent injunctive relief.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25171.htm\",\n            \"created_at\": \"2021-08-18T07:30:11.785594-04:00\"\n        },\n        {\n            \"id\": 54794,\n            \"title\": \"Notice of Meeting/Workshop Hearing: the Florida Hurricane Catastrophe Fund Advisory Council\",\n            \"summary\": \"The Florida Hurricane Catastrophe Fund Advisory Council announces a telephone conference call to which all persons are invited. Date and time: August 26, 2021, 1:30 p.m. ET until conclusion of meeting. Place: Conference Call. General subject matter to be considered: To obtain the recommendation of the Advisory Council for the filing of a Notice of Proposed Rule for Rule 19-8.010, F.A.C., Reimbursement Contract and Rule 19-8.013, F.A.C., Revenue Bonds Issued Pursuant to subsection 215.555(6), F.S., and for the filing of these two rules for adoption if no member of the public timely requests a rule hearing or if a rule hearing is requested but no Notice of Change is needed. In addition, other general business of the Council may be addressed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488711320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Board of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24887113\",\n            \"created_at\": \"2021-08-18T07:30:09.213027-04:00\"\n        },\n        {\n            \"id\": 54786,\n            \"title\": \"FDITECH Launches New Sprint to Measure and Test Bank Operational Resiliency\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today, August 16, 2021, announced a new tech sprint designed to determine how well community banks, and the banking sector as a whole, can withstand a major disruption of any type. This tech sprint is intended to be the first of several focused on how to foster stronger resiliency in banking. The FDIC’s tech lab, FDITECH, is challenging tech sprint participants to identify solutions for institutions of all sizes to measure and test their operational resilience to any disruption. The FDIC invites experts in operational resilience, financial institutions, non-profit organizations, consumer advocates, academic institutions, private sector companies, and others to participate.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4908343720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2ecf413\",\n            \"created_at\": \"2021-08-18T07:30:08.700651-04:00\"\n        },\n        {\n            \"id\": 54793,\n            \"title\": \"Amnesty Period for Virtual Currency Sellers\",\n            \"summary\": \"The Office of Financial Regulation (OFR) recently responded to entities who had filed Petitions for a Declaratory Statement concerning their intended business activity of selling virtual currency in the State of Florida. The agency informed those entities that it had changed its previous legal interpretation due to the recent holding in the Florida Third District Court of Appeal’s decision in State v. Espinoza, 264 So. 3d 1055, 1065 (Fla. 3rd DCA 2019). In Espinoza, the Court held that pursuant to section 560.103(23), Florida Statutes, a transaction involving monetary value does not require a third party to be considered money transmission. Given this development, the OFR is providing notification that a money services business license will be required to engage in the business of selling virtual currency in Florida. The OFR therefore urges such businesses to apply for money services business licenses as soon as possible, but no later than December 31, 2021. As of January 1, 2022, anyone conducting unlicensed money transmitter activity (including selling virtual currency) without having submitted an application to the OFR for a money services business license may be subject to administrative fines or penalties and possible criminal prosecution pursuant to Chapter 560, F.S.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1229FL5910020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://flofr.gov/sitePages/OFRNews.htm?p=industry-alert-amnesty-period-for-virtual-currency-sellers\",\n            \"created_at\": \"2021-08-18T07:30:09.145088-04:00\"\n        },\n        {\n            \"id\": 54835,\n            \"title\": \"SEC Charges Company and Its CEO with Fraudulent Statements Concerning COVID-19 Products\",\n            \"summary\": \"The Securities and Exchange Commission today announced charges against Rising Biosciences, Inc. and its Chief Executive Officer, Arthur Hall, for making false and misleading statements regarding disinfectant products Rising Biosciences purportedly launched in response to COVID-19. On August 25, 2020, temporarily suspending trading in the securities of Rising Biosciences. Rising Biosciences and Hall made false and misleading statements in press releases, on websites, and in social media videos that Rising Biosciences' disinfectant products. The SEC's complaint alleges that Rising Biosciences and Hall violated the antifraud provisions of the Securities Exchange Act of 1934 and seeks permanent injunctions, disgorgement, prejudgment interest, and civil penalties against them. The complaint also seeks director and officer and penny stock bars against Hall.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2517220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25172.htm\",\n            \"created_at\": \"2021-08-18T07:30:11.851967-04:00\"\n        },\n        {\n            \"id\": 54841,\n            \"title\": \"SEC Charges Biopharmaceutical Company Employee with Insider Trading\",\n            \"summary\": \"The Securities and Exchange Commission today charged a former employee of California-based Medivation Inc. with insider trading in advance of Medivation's announcement that it would be acquired by pharmaceutical giant Pfizer Inc. Medivation Inc is a mid-sized, oncology-focused biopharmaceutical company. Matthew Panuwat, purchased short-term, out-of-the-money stock options in Incyte Corporation, another mid-cap oncology-focused biopharmaceutical company. Panuwat allegedly purchased the options within minutes of learning highly confidential information concerning the merger. Medivation's insider trading policy expressly forbade Panuwat from using confidential information he acquired at Medivation to trade in the securities of any other publicly-traded company. Following the announcement of Medivation's acquisition, Incyte's stock price increased by approximately 8%. The complaint alleges that, by trading ahead of the announcement, Panuwat generated illicit profits of $107,066. The SEC's complaint charges Panuwat with violating the antifraud provisions of the federal securities laws, and seeks a permanent injunction, civil penalty, and an officer and director bar.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC9265B88920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-155\",\n            \"created_at\": \"2021-08-18T07:30:12.244320-04:00\"\n        },\n        {\n            \"id\": 54768,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Pearl Options Fee Schedule to Adopt a Tiered-Pricing Structure for Certain Connectivity Fees\",\n            \"summary\": \"On July 30, 2021, MIAX PEARL, LLC (“MIAX Pearl” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the MIAX Pearl Options Fee Schedule to adopt a tiered-pricing structure for the 10 gigabit (“Gb”) ultra-low latency (“ULL”) fiber connection available to Members and non-Members. The Exchange believes a tiered-pricing structure will encourage Members and non-Members to be more efficient and economical when determining how to connect to the Exchange. This should also enable the Exchange to better monitor and provide access to the Exchange's network to ensure sufficient capacity and headroom in the System. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17537\",\n            \"regalytics_alert_id\": \"1891FR20211753720210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17537/self-regulatory-organizations-miax-pearl-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"created_at\": \"2021-08-18T07:30:07.527860-04:00\"\n        },\n        {\n            \"id\": 54871,\n            \"title\": \"HMRC Reveals Absurd Excuses for Not Paying National Minimum Wage\",\n            \"summary\": \"While the vast majority of employers pay their employees at least the National Minimum Wage, HM Revenue and Customs (HMRC) has today released some of the most absurd excuses used for not paying the legal minimum. In the 2020 to 2021 tax year, HMRC helped more than 155,000 workers across the UK recover more than £16 million in pay which was due to them, and also issued more than £14 million in penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKHB149649920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Revenue & Customs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/hmrc-reveals-absurd-excuses-for-not-paying-national-minimum-wage\",\n            \"created_at\": \"2021-08-18T07:30:14.127458-04:00\"\n        },\n        {\n            \"id\": 54811,\n            \"title\": \"Hiawatha Man Charged with Insurance Fraud and Tampering with Records\",\n            \"summary\": \"Demarius Deshawn Mallett, age 34, of Hiawatha, Iowa, has been charged with one count each of Insurance Fraud – Presenting False Information (Class D Felony), Forgery (Aggravated Misdemeanor), Fraudulent Practices – 2nd Degree (Class D Felony), and Tampering with Records (Aggravated Misdemeanor). It is alleged Mallett submitted a forged and falsified hospital billing statement, increasing the dollar figure by $6,000, for various medical procedures in an effort to defraud the insurer of monetary insurance benefits to which he would not have otherwise been entitled.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID17220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/hiawatha-man-charged-with-insurance-fraud-and-tampering-with-records\",\n            \"created_at\": \"2021-08-18T07:30:10.314425-04:00\"\n        },\n        {\n            \"id\": 54856,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Florida Emergency Declaration\",\n            \"summary\": \"Today, August 16, 2021, President Joseph R. Biden, Jr. declared that an emergency exists in the State of Florida and ordered Federal assistance to supplement State, tribal, and local response efforts due to the emergency conditions resulting from Tropical Storm Fred beginning on August 13, 2021, and continuing. The President’s action authorizes the Department of Homeland Security, Federal Emergency Management Agency (FEMA), to coordinate all disaster relief efforts which have the purpose of alleviating the hardship and suffering caused by the emergency on the local population, and to provide appropriate assistance for required emergency measures, authorized under Title V of the Stafford Act, to save lives and to protect property and public health and safety, and to lessen or avert the threat of a catastrophe in the counties of Bay, Calhoun, Citrus, Dixie, Escambia, Franklin, Gadsden, Gilchrist, Gulf, Holmes, Jackson, Jefferson, Lafayette, Leon, Levy, Liberty, Manatee, Okaloosa, Santa Rosa, Taylor, Wakulla, Walton, and Washington.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH210320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/16/president-joseph-r-biden-jr-approves-florida-emergency-declaration-3/\",\n            \"created_at\": \"2021-08-18T07:30:13.204719-04:00\"\n        },\n        {\n            \"id\": 54869,\n            \"title\": \"Risk Based Capital Adequacy Requirements for Banks Incorporated in Singapore\",\n            \"summary\": \"Notice 637: Risk-based capital adequacy requirements for reporting banks incorporated in Singapore. This notice applies to all locally-incorporated banks. It sets out: The capital adequacy ratio and leverage ratio requirements for a locally-incorporated bank and the methodology and process for calculating these ratios. Requirements for the internal capital adequacy assessment process of a locally-incorporated bank. Public disclosure requirements for a locally-incorporated bank in relation to its capital adequacy and risk exposures.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18542MAS87NE63720210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/regulation/notices/notice-637\",\n            \"created_at\": \"2021-08-18T07:30:14.004392-04:00\"\n        },\n        {\n            \"id\": 54842,\n            \"title\": \"Commissioner Gonzales Announces Weekly Formula Rate\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today that the maximum effective formula rate of interest in Tennessee is 7.25 percent per annum. The rate is based on a ceiling of 4 percent over the weekly average prime loan rate of 3.25 percent as published by the Federal Reserve on August 16, 2021. Commissioner Gonzales said the rate remains in effect until the average prime loan rate as announced by the Federal Reserve Bank changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI1782120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Financial Institutions\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/8/17/commissioner-gonzales-announces-weekly-formula-rate-august-17--2021.html\",\n            \"created_at\": \"2021-08-18T07:30:12.307770-04:00\"\n        },\n        {\n            \"id\": 54807,\n            \"title\": \"Governor Pritzker Takes Bill Action\",\n            \"summary\": \"Today, Governor JB Pritzker signed several bills today, including the following: HB 1836 authorizes the State Treasurer to verify that funeral and burial expenses of the deceased are paid for prior to transferring the proceeds of an ABLE account to the designated beneficiary; HB 1955 requires the Director of Insurance to approve specified acquisitions and allows Illinois to maintain National Association of Insurance Commissioners (NAIC) Accreditation; and HB 2405 creates a mechanism and minimizes resources to assist insolvent insurance companies with paying claims.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2374920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23749.html\",\n            \"created_at\": \"2021-08-18T07:30:10.060715-04:00\"\n        },\n        {\n            \"id\": 54858,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 10-02 Application for Short-Term Express Credit Insurance Policy\",\n            \"summary\": \"This form is used by an exporter (or broker acting on its behalf) in order to obtain approval for coverage of the repayment risk of export sales. The information received allows EXIM staff to make a determination of the eligibility of the applicant and the creditworthiness of one of the applicant's foreign buyers for EXIM assistance under its programs. This is the application form for use by small U.S. businesses with limited export experience. Companies that are eligible to use the Express policy will need to answer approximately 20 questions and sign an acknowledgement Start Printed Page 45984of the certifications that appear on the reverse of the application form. This program does not provide discretionary credit authority to the U.S. exporter, and therefore the financial and credit information needs are minimized.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17643\",\n            \"regalytics_alert_id\": \"1891FR20211764320210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17643/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:13.330818-04:00\"\n        },\n        {\n            \"id\": 54819,\n            \"title\": \"Governor Laura Kelly Announces 10 Short Line Rail Improvement Projects\",\n            \"summary\": \"Today, Governor Laura Kelly and Transportation Secretary Julie Lorenz announced 10 projects, totaling more than $5.2 million, were awarded as part of the Kansas Department of Transportation’s Short Line Rail Improvement Fund Program. The announcement took place at the Gavilon grain elevator in southwest Wichita, one of the recipients of program funding. Six projects were awarded to shippers and four projects were awarded to short line railroads in nine counties across Kansas. State funding for the individual projects ranges from $56,000 for the installation of new scales to nearly $2 million for siding expansion to increase railcar capacity and carloading capabilities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7966KS357TS20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Kansas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Kansas Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.kansas.gov/governor-laura-kelly-announces-10-short-line-rail-improvement-projects/\",\n            \"created_at\": \"2021-08-18T07:30:10.818174-04:00\"\n        },\n        {\n            \"id\": 54806,\n            \"title\": \"2020 Wabash County Final Multiplier Announced\",\n            \"summary\": \"Wabash County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2375120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23751.html\",\n            \"created_at\": \"2021-08-18T07:30:09.980787-04:00\"\n        },\n        {\n            \"id\": 54820,\n            \"title\": \"Monthly Publication of the Louisiana Register (2021-08-20)\",\n            \"summary\": \"This notice announces the monthly publication of the Louisiana State Register and includes, amongst other topics, rules on the Angel Investor Tax Credit Program and Uniform Local Sales Tax Board Claims for Refund or Credit; and notices of intent on insurance Regulation 117 - submission of contact information for risk-bearing enttiies, consolidated filer sales tax returns, and mmandatory electronic filing of consumable hemp products.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4077LAk/2120210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"Louisiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Division of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.doa.la.gov/media/mdnj2awk/2108.pdf\",\n            \"created_at\": \"2021-08-18T07:30:10.879699-04:00\"\n        },\n        {\n            \"id\": 54857,\n            \"title\": \"Fact Sheet: Bipartisan Infrastructure Deal and Build Back Better Agenda Present Bright Future for Solar Power, Good Jobs, and More Affordable Energy\",\n            \"summary\": \"Today, August 17, 2021, The Department of Energy (DOE) released a new issue brief that details a bright future for solar power, good jobs, and affordable energy in the United States. President Biden’s proposed investments in the Bipartisan Infrastructure Deal and Build Back Better Agenda will invest in the infrastructure, manufacturing, innovation, and incentives for solar energy that we need to grow good-paying, union jobs at home, make solar energy affordable for all American families, and accelerate the deployment of net-zero energy across the country. These critical investments will unlock the full potential of solar and help fight the climate crisis. The DOE issue brief – Investing in the Clean Energy Future: Solar Energy Research, Deployment, and Workforce Priorities – details the immense growth opportunities that exist in the solar energy industry for workers and families, and how investments like those proposed by President Biden can supercharge the benefits of these opportunities. In particular, the issue brief explains: Investment in Solar Deployment Supports the U.S. Clean Energy Revolution; Solar Innovation Can Lower Costs for Consumers and Communities; and Solar Energy is a Job Creator.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH366GY20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Statements and Releases\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\"\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/08/17/fact-sheet-bipartisan-infrastructure-deal-and-build-back-better-agenda-present-bright-future-for-solar-power-good-jobs-and-more-affordable-energy/\",\n            \"created_at\": \"2021-08-18T07:30:13.268243-04:00\"\n        },\n        {\n            \"id\": 54862,\n            \"title\": \"Speech by Mahesh Kumar Jain, Deputy Governor of the Reserve Bank of India, at the India international Centre: Building a More Resilient Financial System in India through Governance Improvements\",\n            \"summary\": \"\\\"In the context of financial system, a resilient financial system is one which is able to absorb the impact of endogenous shocks it is exposed to, rebound quickly to the original condition or adapt to new environment, and continue to perform its role of providing financial services. This definition of resilient financial system is different from a stable financial system. A stable financial system is one which is able to absorb shocks, whereas a resilient financial system will be able to adapt and reconfigure itself in response to a shock, in addition to absorbing it. To put it simply, \\\"..a robust system will be one designed to withstand a once in 100-year event for example, an approach used in risk management. In contrast resilience makes no assumptions about the magnitude of possible shocks, but rather looks to build systems that can deal with the entire range of shocks-..\\\" As such, our efforts should be focussed on building a financial system which is not just stable, but also resilient, as the type, source, magnitude and frequency of shocks are turning out to be highly unpredictable and non-measurable to a significant degree. Accordingly, focus of regulation and supervision of financial system should be to make sure that financial system as well as individual financial institutions are not just able to absorb the shocks, but are able to adapt to the changed circumstances.\\\"In the context of financial system, a resilient financial system is one which is able to absorb the impact of endogenous shocks it is exposed to, rebound quickly to the original condition or adapt to new environment, and continue to perform its role of providing financial services. This definition of resilient financial system is different from a stable financial system. A stable financial system is one which is able to absorb shocks, whereas a resilient financial system will be able to adapt and reconfigure itself in response to a shock, in addition to absorbing it. To put it simply, \\\"..a robust system will be one designed to withstand a once in 100-year event for example, an approach used in risk management. In contrast resilience makes no assumptions about the magnitude of possible shocks, but rather looks to build systems that can deal with the entire range of shocks-..\\\" As such, our efforts should be focussed on building a financial system which is not just stable, but also resilient, as the type, source, magnitude and frequency of shocks are turning out to be highly unpredictable and non-measurable to a significant degree. Accordingly, focus of regulation and supervision of financial system should be to make sure that financial system as well as individual financial institutions are not just able to absorb the shocks, but are able to adapt to the changed circumstances.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17613BISR210817A20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Speech\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/review/r210817a.htm\",\n            \"created_at\": \"2021-08-18T07:30:13.584368-04:00\"\n        },\n        {\n            \"id\": 54870,\n            \"title\": \"Money Market Debt Register Claims of the Swiss Confederation: Results\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for 17 August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB52EF814020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_res/source/claims_res.en.pdf\",\n            \"created_at\": \"2021-08-18T07:30:14.065720-04:00\"\n        },\n        {\n            \"id\": 54849,\n            \"title\": \"Meeting of the Interagency Task Force on Veterans Small Business Development, September 1, 2021\",\n            \"summary\": \"The SBA is issuing this notice to announce the date, time, and agenda for the next meeting of the Interagency Task Force on Veterans Small Business Development (IATF) on Wednesday, September 1, 2021, from 1:00 p.m. to 3:15 p.m. EDT. The meeting is open to the public; however advance notice of attendance is strongly encouraged.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17588\",\n            \"regalytics_alert_id\": \"1891FR20211758820210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17588/meeting-of-the-interagency-task-force-on-veterans-small-business-development\",\n            \"created_at\": \"2021-08-18T07:30:12.757812-04:00\"\n        },\n        {\n            \"id\": 54866,\n            \"title\": \"Exchange Fund Bills Tender Results\",\n            \"summary\": \"Exchange Fund Bills Tender Results for 17 August 2021 including issue numbers Q2133, H2162, Y2193, Q2134, and H2163.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA3410817320210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210817-3/\",\n            \"created_at\": \"2021-08-18T07:30:13.821488-04:00\"\n        },\n        {\n            \"id\": 54850,\n            \"title\": \"Meeting of the Advisory Committee on Veterans Business Affairs, September 2, 2021\",\n            \"summary\": \"The U.S. Small Business Administration (SBA) is issuing this notice to announce the date, time, and agenda for a meeting of the Advisory Committee on Veterans Business Affairs (ACVBA). The meeting is on Thursday, September 2, 2021, from 9:00 a.m. to 4:00 p.m. EDT.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17589\",\n            \"regalytics_alert_id\": \"1891FR20211758920210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17589/meeting-of-the-advisory-committee-on-veterans-business-affairs\",\n            \"created_at\": \"2021-08-18T07:30:12.820669-04:00\"\n        },\n        {\n            \"id\": 54780,\n            \"title\": \"Governor Lamont Announces Connecticut’s Earned Income Tax Credit Increasing to 30.5% Under Newly Enacted State Budget\",\n            \"summary\": \"Governor Ned Lamont today announced that thousands of low-to-moderate income working individuals and families in Connecticut will see a significantly larger state tax refund as the Connecticut Earned Income Tax Credit is scheduled to increase from its most recent rate of 23% of the federal credit to 30.5% this year. The rate increase was included as part of the fiscal year 2022-2023 biennial state budget the governor signed into law earlier this summer. It will result in additional $40 million being delivered to the nearly 195,000 households that are eligible for the tax credit, for a total of $158 million.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT11714020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/08-2021/Governor-Lamont-Announces-Connecticut-Earned-Income-Tax-Credit\",\n            \"created_at\": \"2021-08-18T07:30:08.320962-04:00\"\n        },\n        {\n            \"id\": 54843,\n            \"title\": \"Proposed Rule Change to Make Technical Changes to the By-Laws and Rules of the Options Clearing Corporation\",\n            \"summary\": \"On August 6, 2021, the Options Clearing Corporation filed with the Securities and Exchange Commission. This proposed rule change would amend OCC’s By-Laws and Rules to correct typographical errors; make conforming changes intended by prior proposed rule change filings; correct erroneous cross-references and remove certain inoperative provisions and clarifying certain other provisions related to OCC’s Clearing Member Trade Assignment process. The proposed rule change is filed for immediate effectiveness. At any time within 60 days of the filing of the proposed rule change, the Commission summarily may temporarily suspend such rule change if it appears to the Commission that such action is necessary or appropriate in the public interest, for the protection of investors, or otherwise in furtherance of the purposes of the Act.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12587OCC349269020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The Options Clearing Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/occ/2021/34-92690.pdf\",\n            \"created_at\": \"2021-08-18T07:30:12.374420-04:00\"\n        },\n        {\n            \"id\": 54814,\n            \"title\": \"Order for Waiver: NextEra Energy Duane Arnold, LLC\",\n            \"summary\": \"On May 28, 2021, Duane Arnold filed a Request for Waiver of Rule (\\\"Petition\\\"), renewable on an annual basis, of the following administrative rule: 191 IAC 57.5(1) - an applicat for a certificate of relief from insurance shall submit a completed application to the division together with parental gurantee from the ultimate controlling parent, if applicable. The Division has considered the Petition. Duane Arnold's ultimate controlling parent is NextEra Energy, Inc., a publich utility holding company headquartered in Juno Beach, Florida. It is hereby ordered that the requirement of 191 IAC 57.5(1)(b) is waived for Petitioner.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6342IO323220210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\"\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/administrative-orders-and-actions/order-on-petition-for-waiver-nextera-energy-duane-arnold\",\n            \"created_at\": \"2021-08-18T07:30:10.503523-04:00\"\n        },\n        {\n            \"id\": 54865,\n            \"title\": \"Website, Instant Message and Email Alert – Fraudulent Websites, Phishing Instant Messages and Phishing Emails Related to The Hongkong and Shanghai Banking Corporation Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to fraudulent websites, phishing instant messages and phishing emails, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA17410817420210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210817-4/\",\n            \"created_at\": \"2021-08-18T07:30:13.763056-04:00\"\n        },\n        {\n            \"id\": 54867,\n            \"title\": \"Forthcoming Events for the Next Four Weeks (17 August – 13 September 2021)\",\n            \"summary\": \"The Hong Kong Monetary Authority published 6 events from 17 August – 13 September 2021, all of which will feature a press release to be issued.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18242HKMA748020210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/forthcoming-event/febr.pdf\",\n            \"created_at\": \"2021-08-18T07:30:13.879979-04:00\"\n        },\n        {\n            \"id\": 54861,\n            \"title\": \"Paperwork Reduction Act Comment Request: EIB 03-02 Application for Medium Term Insurance or Guarantee\",\n            \"summary\": \"The purpose of this collection is to gather information necessary to make a determination of eligibility of a transaction for EXIM assistance under its medium-term guarantee and insurance program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17649\",\n            \"regalytics_alert_id\": \"1891FR20211764920210817\",\n            \"proposed_comments_due_date\": \"2021-10-18\",\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": \"2021-08-17\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/17/2021-17649/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-08-18T07:30:13.520415-04:00\"\n        },\n        {\n            \"id\": 54863,\n            \"title\": \"Private Equity Buyouts and Firm Exports: Evidence from UK Firms\",\n            \"summary\": \"This paper examines the impact of private equity buyouts on the export activity of target firms. We exploit data on UK firms over the 2004-2017 period, and use difference-in-differences estimations on matched target versus non-target firms. Following private equity buyouts, non-exporting firms are more likely to begin exporting, and target firms are likewise more likely to increase their value of exports and their export intensity. Evidence from split-sample analysis further suggests that these patterns are consistent with private equity investors relaxing financial constraints and inducing productivity improvements.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17620BISWORK96120210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Working Paper\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/work961.htm\",\n            \"created_at\": \"2021-08-18T07:30:13.644697-04:00\"\n        },\n        {\n            \"id\": 54868,\n            \"title\": \"Notification Pursuant to CFTC Regulation 40.6(d) of Changes to the LCH Limited London Deposit Rate and RepoClear Deposit Rate\",\n            \"summary\": \"This notification pursuant to CFTC regulation § 40.6(d) of the changes to the LCH Limited (“LCH”) London Deposit Rate (“LDR”) and RepoClear Deposit Rate (“RDR”) effective from 20 August 2021. The LDR is applicable to cash balances (excluding default fund) held on SwapClear and ForexClear services clearing member accounts. The RDR is applicable to cash balances held on RepoClear service clearing member accounts. These changes were notified via circular to clearing members in advance of the effective date. No change is required to the LCH Rulebook.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4649920210817-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-20\",\n            \"latest_update\": \"2021-08-17\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"LCH Limited\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46499\",\n            \"created_at\": \"2021-08-18T07:30:13.941827-04:00\"\n        },\n        {\n            \"id\": 54698,\n            \"title\": \"Senate Bill 2175: Department of Innovation and Technology\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Department of Innovation and Technology Act. Modifies provisions concerning the powers and duties of the Department of Innovation and Technology and its Secretary. Provides purpose provisions. Modifies definitions. Makes conforming and other changes in the Department of Innovation and Technology Act and the State Finance Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1217528P7620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2175&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.776065-04:00\"\n        },\n        {\n            \"id\": 54695,\n            \"title\": \"Senate Bill 1779: Manufactured Homes-Refinancing\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Consumer Fraud and Deceptive Business Practices Act. Provides that a lender, or agent of a lending company, when offering terms for a mortgage note for the purchase of a manufactured home, shall disclose: (1) any affiliation between the landlord and the lending company; (2) that the loan is a chattel loan; (3) that the terms of a chattel loan prohibit refinancing; and (4) any other reason that prohibits refinancing. Provides that a violation constitutes an unlawful practice within the meaning of the Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1177928P6520210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1779&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.587953-04:00\"\n        },\n        {\n            \"id\": 54669,\n            \"title\": \"Cover Letter to LRRC: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state. This proposed emergency regulation and the Department’s finding of necessity to proceed as an emergency regulation, together with the Governor’s authorization for the Department to proceed with this emergency regulation, have been properly posted to the eRegulations system. The Department intends to follow the necessary procedures to render this emergency regulation a permanent regulation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-5\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7BE0DA507B-0000-C31E-A892-1CF7F83DA008%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.794960-04:00\"\n        },\n        {\n            \"id\": 54699,\n            \"title\": \"Administrative Rules - Available for Public Comment\",\n            \"summary\": \"The Department has submitted two new proposed rules to the Iowa Legislature available for public comment through August 31, 2021, including: appeals, taxpayer presentation, and other administrative procedures; and tax credit rate and total school tuition organization tax credits. The emergency rule \\\"Income Tax—COVID-19 Grant Exclusion\\\" was adopted and filed, effective July 13. Three previously submitted proposed rules have been adopted and filed, effective September 15, 2021, including: data center businesses and refund requests; motor fuel and undyed special fuel; and voluntary disclosure program - excise taxes and fees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18870IONT516620210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Iowa\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://tax.iowa.gov/administrative-rules-available-public-comment\",\n            \"created_at\": \"2021-08-17T07:30:07.839295-04:00\"\n        },\n        {\n            \"id\": 54660,\n            \"title\": \"Weekly Notification of Rule Amendments - Week of August 9, 2021\",\n            \"summary\": \"The clearing house division of Chicago Mercantile Exchange Inc. (“CME Clearing”) submits this Weekly Notification of the following rule amendments issued during the week of August 9, 2021: Clearing House Advisory Notice 21-279 (August 11, 2021), OTC IRS New Release Advisory - End of Clearing Support for CHF/GBP/JPY LIBOR FRAs – Effective August 18, 2021; Clearing House Advisory Notice 21-281 (August 12, 2021), Performance Bond Requirements: Agriculture, Energy, Equity, FX, and Interest Rate Margins – Effective August 13, 2021; Clearing House Advisory Notice 21-283 (August 12, 2021), Performance Bond Requirements - Energy Margin – Effective August 13, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4649120210816-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Chicago Mercantile Exchange\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46491\",\n            \"created_at\": \"2021-08-17T07:30:05.199503-04:00\"\n        },\n        {\n            \"id\": 54696,\n            \"title\": \"Senate Bill 1830: SCH CD-Financial Literacy\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Courses of Study Article of the School Code. Provides that a course in financial literacy may be taken towards the fulfillment of the mathematics requirement that each pupil entering the 9th grade must successfully complete to receive a high school diploma.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1183028P6620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1830&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.651445-04:00\"\n        },\n        {\n            \"id\": 54672,\n            \"title\": \"LRRC Decision: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-8\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/ER2021-031\",\n            \"created_at\": \"2021-08-17T07:30:05.996612-04:00\"\n        },\n        {\n            \"id\": 54673,\n            \"title\": \"LRRC Docket: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-9\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/ER2021-031\",\n            \"created_at\": \"2021-08-17T07:30:06.077164-04:00\"\n        },\n        {\n            \"id\": 54700,\n            \"title\": \"Baker-Polito Administration Hits Milestone of Awarding More Than $100 Million in Skills Capital Grants to High Schools, Colleges and Educational Institutions\",\n            \"summary\": \"The Baker-Polito Administration today announced $9.7 million in grants from the Skills Capital Grant Program to 47 educational organizations across the Commonwealth to update equipment and expand student enrollment in programs that provide career education. The awards announced today mark $102 million in total funding provided to high schools, colleges and other educational organizations since the program’s inception in 2015.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778MA33820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Massachusetts\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/news/baker-polito-administration-hits-milestone-of-awarding-more-than-100-million-in-skills-capital-grants-to-high-schools-colleges-and-educational-institutions\",\n            \"created_at\": \"2021-08-17T07:30:07.903322-04:00\"\n        },\n        {\n            \"id\": 54659,\n            \"title\": \"State of Arizona and Local Officials Working Together in Response to Flooding in Gila Bend\",\n            \"summary\": \"On Saturday, Governor Doug Ducey directed the department of Emergency and Military Affairs to activate the State Emergency Operations Center in support of field operations. The Governor also announced the state would issue a Declaration of Emergency, making up to $200,000 available for response and recovery efforts. Currently a Flash Flood Warning by the National Weather Service remains in effect until early Tuesday morning. In response, the Town of Gila Bend and Maricopa County have declared a Local Emergency for Maricopa County and activated the Emergency Operations Center in order to assist with the response. They have teams monitoring the rainfall and assisting with additional recovery efforts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ21320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/08/state-arizona-and-local-officials-working-together-response-flooding-gila-bend\",\n            \"created_at\": \"2021-08-17T07:30:05.133241-04:00\"\n        },\n        {\n            \"id\": 54736,\n            \"title\": \"Chapter 7. Corporate and Financial Regulation; Subchapter 7. Reinsurance\",\n            \"summary\": \"The Texas Department of Insurance (TDI) proposes to amend 28 TAC §7.614, concerning adoption of forms by reference, and adopt new 28 TAC §7.615 and §7.616, concerning credit for reinsurance related to reciprocal jurisdictions and reserving practices related to credit for reinsurance, respectively. These amendments are proposed to ensure TDI retains its authority to regulate credit for reinsurance matters associated with covered agreements, to align TDI's rules with the current approach to regulate reserve financing arrangements for certain life insurance policies, and to align TDI's rules with updates to the National Association of Insurance Commissioners (NAIC) accreditation requirements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6477TX131820210813\",\n            \"proposed_comments_due_date\": \"2021-09-27\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/rules/2021/documents/76147616.pdf\",\n            \"created_at\": \"2021-08-17T07:30:10.234103-04:00\"\n        },\n        {\n            \"id\": 54704,\n            \"title\": \"Proposed Rule Change: Municipal Advisory Client Education and Protection\",\n            \"summary\": \"On August 2, 2021 the Municipal Securities Rulemaking Board filed with the Securities and Exchange Commission for a proposed rule change on investor and municipal advisory client education and protection and on transactions with sophisticated municipal market professionals. The proposed rule change would clarify the scope of the requirements for brokers, dealers and municipal securities dealers to provide the required notifications to those customers who would best be served by the receipt of the information. The proposed amendment would require dealers to provide the notifications to those customers for whom a purchase or sale of a municipal security was effected and to each customer who holds a municipal securities position; It would require each dealer to have the required notifications available on its website for the benefit of such customers. The proposed amendments would apply to all dealers, with two general exceptions: a dealer that does not have customers or a dealer that is a party to a carrying agreement in which the carrying dealer has agreed to comply with the requirement to provide notifications under the rule.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"278MSRB349267720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Municipal Securities Rulemaking Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/msrb/2021/34-92677.pdf\",\n            \"created_at\": \"2021-08-17T07:30:08.164373-04:00\"\n        },\n        {\n            \"id\": 54674,\n            \"title\": \"Connecticut Insurance Department Releases National Survey on Climate Risk in the Insurance Industry\",\n            \"summary\": \"Connecticut is continuing its leadership role in engaging with the insurance industry on climate change and its implications. Previously one of six states nationally conducting the National Association of Insurance Commissioners’ (NAIC) Climate Risk Disclosure Survey of insurers, the Connecticut Insurance Department has worked with their counterparts in other states in the Northeast, leading the way for eight additional states to join this year in requiring insurers to respond to the survey. The survey allows insurers to report on climate-related risks and opportunities that provide the Department with additional information to evaluate insurance company risks and activities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9028CT19220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/CID/News-Releases/Press-Releases/Press-Releases-20210816\",\n            \"created_at\": \"2021-08-17T07:30:06.143627-04:00\"\n        },\n        {\n            \"id\": 54701,\n            \"title\": \"State Reaches Settlement to Protect Michigan Car Accident Victims\",\n            \"summary\": \"In a major win for Michigan consumers, the Michigan Department of Insurance and Financial Services (DIFS) has reached an agreement that ensures unlimited Personal Injury Protection (PIP) medical coverage for uninsured vehicle occupants and pedestrians who were injured in auto accidents prior to the July 2, 2020 implementation of Michigan's new auto insurance law.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9165MI13620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Department of Insurance and Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/difs/0,5269,7-303-13222_13250-566036--,00.html\",\n            \"created_at\": \"2021-08-17T07:30:07.970415-04:00\"\n        },\n        {\n            \"id\": 54679,\n            \"title\": \"Fed Paper: Racial Wealth Gaps Shrink When Defined Benefit Pensions, Social Security Are Considered\",\n            \"summary\": \"A new paper published by the Federal Reserve Bank of Boston finds that when the measure of wealth includes two major retirement resources – defined benefit pension assets and Social Security wealth – the wealth gaps between white families and Black and other minority families narrow substantially. The paper also finds that when the analysis includes these resources, the white-Black racial wealth gap shows little if any growth over the last three decades. However, white families, on average, still have approximately three times as much wealth as Black families. According to the paper, the wealth gap between the average white family and the average Black family becomes about half as large when measured using combined wealth instead of just market wealth. In addition, although the gap between the mean combined wealth of white families and the mean combined wealth of Black families remained wide over the sample period of 1989 through 2019, it grew only slightly, and at the median, the gap decreased slightly. Adding projected defined benefit pensions and Social Security wealth to market wealth substantially raises mean family wealth for all races, but it lifts it by a greater degree for Black families, the paper finds. The mean combined wealth of $1.6 million for white families in 2019 was 60% greater than the mean of $1.02 million represented by only market wealth. For Black families, mean combined wealth was nearly three times as large as mean market wealth, climbing from $186,000 to $524,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB11113320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve Bank of Boston\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bostonfed.org/news-and-events/news/2021/08/racial-wealth-gaps-shrink-using-new-measure-according-to-boston-fed-study.aspx\",\n            \"created_at\": \"2021-08-17T07:30:06.538814-04:00\"\n        },\n        {\n            \"id\": 54694,\n            \"title\": \"Senate Bill 1721: Prop Tax-Delinquent Property\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Property Tax Code. In provisions about delinquent property, provides that a county may take steps necessary (currently, shall take all steps necessary) to acquire title to the property and may manage and operate the property, including, but not limited to, mowing of grass, removal of nuisance greenery, removal of garbage, waste, debris or other materials, or the demolition, repair, or remediation of unsafe structures. Provides costs to be distributed to taxing districts, including operation and maintenance costs and all costs associated with county staff and overhead used to perform the duties of the trustees. Reduces the maximum penalty bids for the annual tax sale from 18% to 12%. In provisions about redemption of property, limits the assessments of penalties from every 6 months to 12 months. Makes conforming changes. Amends the Counties Code and Illinois Municipal Code. Modifies the requirements to have a circuit court declare property abandoned.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1172128P6320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1721&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.523684-04:00\"\n        },\n        {\n            \"id\": 54731,\n            \"title\": \"South Dakota Weekly Register\",\n            \"summary\": \"This release contains the South Dakota Register Published weekly by the Legislative Research Council. Updated Monday, 8:00 a.m., August 16, 2021. The Office of the State Auditor intends to repeal and amend rules to eliminate the registration decal requirement for businesses with amusement devices. The general authority for these rules, as cited by the department, is SDCL 10-58-6 and 10-58-13. A public hearing will be held September 3, 2021, at 1:00 p.m. (CT) in Room 413 of the State Capitol, 500 East Capitol Avenue, Pierre, South Dakota.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15621SD22102420450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"South Dakota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Legislative Research Council\"\n                }\n            ],\n            \"pdf_url\": \"https://mylrc.sdlegislature.gov/api/Documents/221024.pdf\",\n            \"created_at\": \"2021-08-17T07:30:09.903448-04:00\"\n        },\n        {\n            \"id\": 54735,\n            \"title\": \"Publication of the Minnesota State Register (Volume 46, Issue 7)\",\n            \"summary\": \"The Minnesota State Register is the official publication of the State of Minnesota’s Executive Branch of government, published weekly to fulfill the legislative mandate set forth in Minnesota Statutes, Chapter 14, and Minnesota Rules, Chapter 1400. Monday 16 August 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15280MN10720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"State of Minnesota’s Executive Branch\"\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/admin/assets/SR46_7 - Accessible_tcm36-494103.pdf\",\n            \"created_at\": \"2021-08-17T07:30:10.170241-04:00\"\n        },\n        {\n            \"id\": 54657,\n            \"title\": \"CSLFRF Applications Administrator\",\n            \"summary\": \"The Alaska Department of Commerce, Community, and Economic Development (DCCED) received $90,000,000 for grant programs funded from the Coronavirus State and Local Fiscal Recovery Fund (CSLFRF). DCCED is seeking proposals from qualified offerors who will be able to process applications and distribute the CSLFRF funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20342320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Procurement\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203423\",\n            \"created_at\": \"2021-08-17T07:30:04.990827-04:00\"\n        },\n        {\n            \"id\": 54729,\n            \"title\": \"SEC Charges Pearson Plc for Misleading Investors About Cyber Breach\",\n            \"summary\": \"The Securities and Exchange Commission today announced that Pearson plc, a London-based public company that provides educational publishing and other services to schools and universities, agreed to pay $1 million to settle charges that it misled investors about a 2018 cyber intrusion involving the theft of millions of student records, including dates of births and email addresses, and had inadequate disclosure controls and procedures. The SEC's order finds that Pearson made misleading statements and omissions about the 2018 data breach involving the theft of student data and administrator log-in credentials of 13,000 school, district and university customer accounts. In its semi-annual report, filed in July 2019, Pearson referred to a data privacy incident as a hypothetical risk, when, in fact, the 2018 cyber intrusion had already occurred. And in a July 2019 media statement, Pearson stated that the breach may include dates of births and email addresses, when, in fact, it knew that such records were stolen, and that Pearson had \\\"strict protections\\\" in place, when, in fact, it failed to patch the critical vulnerability for six months after it was notified. The media statement also omitted that millions of rows of student data and usernames and hashed passwords were stolen. The order also finds that Pearson's disclosure controls and procedures were not designed to ensure that those responsible for making disclosure determinations were informed of certain information about the circumstances surrounding the breach.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECCDE3DB2020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-154\",\n            \"created_at\": \"2021-08-17T07:30:09.772404-04:00\"\n        },\n        {\n            \"id\": 54746,\n            \"title\": \"SIM Swap Scam\",\n            \"summary\": \"The State of Washington Department of Financial Institutions has received complaints from Washington consumers who have reported that they have been victims of SIM swap scams. Consumers reported that they lost control of their cell phone device, and access to bank, email, social media, and other financial services accounts. The consumers claimed that they suffered financial harm during the period they lost control of their cell phone device. SIM swap scams occur when a scammer pretends to be a legitimate customer of the cell phone service carrier in order to obtain a new SIM card. The new SIM card is connected to the real customer’s phone number without the real customer’s knowledge. Once the new SIM card is activated, the scammer uses the new SIM card on a phone under the scammer’s control. As the scammer now has control of the real customer’s phone number, all of the real customer’s phone calls, text messages, and data are directed to the phone under the scammer’s control.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"437WA8020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Consumer Alert\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Department of Financial Institutions, Division of Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://dfi.wa.gov/news/consumer/alerts/sim-swap-scam\",\n            \"created_at\": \"2021-08-17T07:30:10.861136-04:00\"\n        },\n        {\n            \"id\": 54719,\n            \"title\": \"Bank Accounting Advisory Series Updated\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC) today released an update to the Bank Accounting Advisory Series (BAAS). The BAAS addresses a variety of accounting topics and promotes consistent application of accounting standards and regulatory reporting among OCC-supervised banks. This bulletin rescinds OCC Bulletin 2020-76, “Accounting: Bank Accounting Advisory Series Updated,” which conveyed the 2020 edition of the Bank Accounting Advisory Series.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC5171ED473720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-37.html\",\n            \"created_at\": \"2021-08-17T07:30:09.129286-04:00\"\n        },\n        {\n            \"id\": 54730,\n            \"title\": \"U.S. Securities and Exchange Commission and the European Central Bank Sign Memorandum of Understanding Regarding Cooperation with Respect to Security-Based Swap Entities\",\n            \"summary\": \"The Securities and Exchange Commission and the European Central Bank (ECB) today announced the signing of a Memorandum of Understanding (MOU) to consult, cooperate, and exchange information in connection with the supervision, enforcement, and oversight of certain security-based swap dealers and major security-based swap participants that are registered with the SEC and supervised by the ECB. This is the first MOU between the SEC and ECB. The MOU was executed on Aug. 16, 2021, and is intended to facilitate the SEC's oversight of all SEC-registered security-based swap entities in EU Member States participating in the Single Supervisory Mechanism (SSM). The SSM refers to the system of banking supervision in the European Union. It is composed of the ECB and the relevant national competent authorities of participating EU Member States.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECE3B868F120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-152\",\n            \"created_at\": \"2021-08-17T07:30:09.838189-04:00\"\n        },\n        {\n            \"id\": 54681,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Chicago: 1. The CAOS Family Irrevocable Trust, Bradley D. Simington, individually and as co trustees with Teresa J. Simington, all of Milford, Iowa; to form the CAOS Family Irrevocable Trust control group, a group acting in concert, to retain voting shares of Fostoria Bankshares, Inc., and thereby indirectly retain voting shares of Farm Savings Bank, both of Fostoria, Iowa. Board of Governors of the Federal Reserve System, August 11, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17501\",\n            \"regalytics_alert_id\": \"1891FR20211750120210816\",\n            \"proposed_comments_due_date\": \"2021-08-31\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17501/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-17T07:30:06.690315-04:00\"\n        },\n        {\n            \"id\": 54732,\n            \"title\": \"Pelosi Statement on 86th Anniversary of Social Security\",\n            \"summary\": \"Speaker Nancy Pelosi issued the following statement marking the 86th anniversary of Social Security, which was signed into law by President Franklin D. Roosevelt on August 14, 1935: “Eighty-six years ago, both parties came together to make a sacred promise: that after a lifetime of work, every American deserves to retire with dignity and security. Forged in the depths of the Great Depression, this fundamental guarantee has stood as a pillar of economic security, offering peace of mind to millions of hard-working Americans in retirement, with a disability or after losing a loved one. As our nation emerges from the pandemic, Democrats remain as committed as ever to defending the transformational progress of Social Security from callous, reckless partisan attacks – as well as strengthening the economic security of American families. That is why we are fighting to enact our Build Back Better agenda, which will deliver more jobs, greater tax cuts and lower health costs for working families. A top priority is to extend the Biden Child Tax Credit, a life-changing victory for families that Democrats secured in the American Rescue Plan and that I often describe as similar to ‘Social Security for children.’\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8142120210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81421\",\n            \"created_at\": \"2021-08-17T07:30:09.965336-04:00\"\n        },\n        {\n            \"id\": 54670,\n            \"title\": \"Submit to LRRC: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-6\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/ER2021-031\",\n            \"created_at\": \"2021-08-17T07:30:05.860850-04:00\"\n        },\n        {\n            \"id\": 54658,\n            \"title\": \"Bond Reimbursement and Grant Review Committee Meeting\",\n            \"summary\": \"The Bond Reimbursement and Grant Review Committee will meet via teleconference on Wednesday, September 8, 2021, 1:00 p.m. – 4:00 p.m. The committee's agenda and meeting packet will be available online prior to the meeting. The primary topics of the meeting include draft revisions to the department publications Construction Standards for Alaska Schools, Site Selection Criteria & Evaluation Handbook, and Guidelines for School Equipment Purchases.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20338920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"Alaska\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Education and Early Development\"\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203389\",\n            \"created_at\": \"2021-08-17T07:30:05.066271-04:00\"\n        },\n        {\n            \"id\": 54668,\n            \"title\": \"Proposed Emergency Regulation: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The Department of Consumer protection has added or updated the following sections to the Regulations of Connecticut State Agencies as follows: Definitions, constructions, interpretation; Official Procedures for Lottery Drawings and Keno; Independent Testing Laboratories; Commissioner’s Powers; Master Wagering License Requirements; Online Gaming Operator Requirements; Online Gaming Service Provider Requirements; Sports Wagering Retailer Requirements; Occupational Employee and Key Employee Licensing; Geofencing; Geolocation and Geofencing for Fantasy Contest Providers; Internet Gaming Account Management; Age and Identity Verification; Electronic Wagering Platform Requirements; Electronic Wagering Platform Requirements for Fantasy Contests; Online Casino Game Approval; Sports Wagering; Official Procedures for Lottery Drawings and Keno; Requirements for Live Dealer and Peer-to-Peer Online Casino Gaming; Testing and Certification of Internet Games, Electronic Wagering Platforms and Equipment; Independent Testing Laboratories; Online Lottery and Keno Drawing Operations; Operation of Fantasy Contests; Voluntary Self-Exclusion Procedures; Problem Gambling Requirements; Marketing and Advertising Standards; Complaint Management; Policies and Procedures; Financial Reporting and Auditing; Enforcement and Summary Suspension; Disclosures & Incident Reporting; Data Privacy Provisions; and Cybersecurity.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-4\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7BB0A9507B-0000-CC1A-8482-B21139F839FF%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.728214-04:00\"\n        },\n        {\n            \"id\": 54656,\n            \"title\": \"Proposed Rule Change to Amend Rule 14.11(m) (Tracking Fund Shares) to Provide for the Use of Custom Baskets Consistent with the Exemptive Relief Issued Pursuant to the Investment Company Act of 1940 Applicable to a Series of Tracking Fund Shares\",\n            \"summary\": \"On August 3, 2021, CBOE BZX Exchange, Inc. (“Exchange” or “BZX”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend Rule 14.11(m) (Tracking Fund Shares) to provide for the use of “Custom Baskets” consistent with the exemptive relief issued pursuant to the Investment Company Act applicable to a series of Tracking Fund Shares.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17412\",\n            \"regalytics_alert_id\": \"1891FR20211741220210816\",\n            \"proposed_comments_due_date\": \"2021-09-07\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17412/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"created_at\": \"2021-08-17T07:30:04.917388-04:00\"\n        },\n        {\n            \"id\": 54761,\n            \"title\": \"Banks Ranked in Latest Customer Survey Results\",\n            \"summary\": \"This is the sixth publication which ranks the service quality of personal and business current account providers in Great Britain and Northern Ireland. The survey was set up by the Competition and Markets Authority (CMA), following its market investigation into retail banking in 2016. The latest results include Starling and Virgin Money as new entrants to the survey for Business Current Accounts. This is also the first full year of results to indicate how the pandemic has impacted on customer satisfaction with their banks. In the surveys, personal and small business current account holders were asked how likely they would be to recommend their provider to a friend, relative or other business. Questions also covered the quality of online and mobile provision, branch and overdraft services and, for small businesses, the quality of the relationship management they receive.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKBP134468120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/banks-ranked-in-latest-customer-survey-results\",\n            \"created_at\": \"2021-08-17T07:30:11.816136-04:00\"\n        },\n        {\n            \"id\": 54750,\n            \"title\": \"Andy Haldane Talks About Social Mobility With Liz Robinson\",\n            \"summary\": \"Liz Robinson is Co-Director of Big Education, which aims to enable children to thrive in education and beyond. This is a podacast where our Chief Economist Andy Haldane talks to Liz about why she went into teaching, and Liz shares her belief that schools are the best lever we've got to make change in our society with parents as partners. We want to develop a diverse workforce and inclusive workplace at the Bank of England. Part of that diversity is social background. This podcast series is part of a five-year social mobility strategy that we launched in February 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17711UK9D2EB20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/events/2021/august/social-mobility-podcast-with-liz-robinson\",\n            \"created_at\": \"2021-08-17T07:30:11.118047-04:00\"\n        },\n        {\n            \"id\": 54697,\n            \"title\": \"Senate Bill 1876: Illinois Insurance Code - Group Life Insurance\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Illinois Insurance Code. Provides that a policy of group life insurance shall contain, if replacing another policy of group life insurance in force with another insurance carrier immediately prior to the effective date of the new policy, a provision preventing loss of coverage, subject to premium payments, for those active employees who are not actively at work on the effective date of the new policy if specified conditions are met. Makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1187628P6720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1876&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.714073-04:00\"\n        },\n        {\n            \"id\": 54751,\n            \"title\": \"A Walk Around the Central Banking Wildlife Park!\",\n            \"summary\": \"Hawks, doves, owls, swans, bulls and bears… even ostriches. What connects these animals to central banking? How can they help us find our way around the world of economics and finance? Our host Katie Ranger talks about these questions with communications advisor Gabriel Glöckler on The ECB Podcast. The views expressed are those of the speakers and not necessarily those of the European Central Bank. Published on 16 August 2021 and recorded on 29 June 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17590ECB488720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Podcast\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/tvservices/podcast/html/ecb.pod210816_episode19.en.html\",\n            \"created_at\": \"2021-08-17T07:30:11.177967-04:00\"\n        },\n        {\n            \"id\": 54680,\n            \"title\": \"A New Look at Racial Disparities Using a More Comprehensive Wealth Measure\",\n            \"summary\": \"Most research measuring disparities in wealth by race relies on data that exclude resources that are disproportionately important to low-wealth and non-white families, namely defined benefit (DB) pensions and Social Security. This is a documente that finds that once these resources are included, disparities in wealth between white families and Black and Hispanic families are substantially smaller and that they are not rising over time. The powerful equalizing roles of DB pensions and Social Security highlighted here are further motivation for maintaining their fiscal health. This document also presents results on the wealth of Asian families—typically excluded from most research due to limited sample sizes. Including Asian families is important, however, because they are a rapidly growing segment of the population and they have become the highest-wealth racial group in the United States.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB7415120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Report\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve Bank of Boston\"\n                }\n            ],\n            \"pdf_url\": \"https://www.bostonfed.org/publications/current-policy-perspectives/2021/a-new-look-at-racial-disparities-using-a-more-comprehensive-wealth-measure.aspx\",\n            \"created_at\": \"2021-08-17T07:30:06.623567-04:00\"\n        },\n        {\n            \"id\": 54734,\n            \"title\": \"Pelosi Statement on Biden Administration’s Increase in SNAP Benefits\",\n            \"summary\": \"Speaker Nancy Pelosi issued the following statement commending the Biden-Harris Administration's actions to increase Supplemental Nutrition Assistance Program (SNAP) benefits for 42 million Americans: “Today is a day of great progress for struggling families across the nation, who will soon see a permanent and substantial increase to their monthly SNAP benefits for the first time ever. Thanks to the Biden Administration strengthening this important lifeline, parents will be able to afford healthy food for their families and children will not have to go to bed hungry.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8162120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81621\",\n            \"created_at\": \"2021-08-17T07:30:10.109899-04:00\"\n        },\n        {\n            \"id\": 54733,\n            \"title\": \"Dear Colleague on Path Forward to Build Back Better\",\n            \"summary\": \"\\\"Colleagues, we are forging ahead with a bold and historic agenda, with progress we have not seen in fifty years. This legislation will stand for generations alongside the New Deal and the Great Society as pillars of economic security for working families. Indeed, these bills will be the biggest and most consequential initiatives that any of us have ever undertaken in our official lives. Passing the two bills before us will give us the leverage that we need to expand the Biden Child Tax Credit, Child Care, paid family and medical leave, universal pre-K, workforce development, education, climate, housing and other initiatives that many Members have worked on for years. These bills will advance equity in how we build our physical infrastructure and justice in how we build our human infrastructure. They will be transformative for our economy, our society, our working families and our children.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8152120210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81521\",\n            \"created_at\": \"2021-08-17T07:30:10.046275-04:00\"\n        },\n        {\n            \"id\": 54707,\n            \"title\": \"Meeting Pandemic Challenges and Planning for Growth by ACH\",\n            \"summary\": \"Some changes to the payments landscape are likely permanent and that’s a good thing. Every payment type across the board that logically made sense has seen increases in ACH. Same Day ACH marks its fifth anniversary in September. While back in 2016 only a handful of possible uses were envisioned, today people are using it for a huge variety of use cases. The success of Same Day ACH is just one example of how Nacha works closely with both the Federal Reserve and The Clearing House in their capacities as ACH Operators.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC16520210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/ach-state-union-meeting-pandemic-challenges-and-planning-growth\",\n            \"created_at\": \"2021-08-17T07:30:08.355000-04:00\"\n        },\n        {\n            \"id\": 54706,\n            \"title\": \"Nacha Represented on America Saves Advisory Board\",\n            \"summary\": \"Nacha has accepted an invitation to serve on the inaugural America Saves Advisory Board. The Advisory Board will serve as a guiding post for strategic input and insights for the projects, campaigns, and initiatives that will be developed by America Saves. The most recent partnership, Wisconsin Saves, showcases the value of Split Deposit to help employees meet their savings goals.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC12220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/nacha-represented-america-saves-advisory-board\",\n            \"created_at\": \"2021-08-17T07:30:08.291534-04:00\"\n        },\n        {\n            \"id\": 54748,\n            \"title\": \"Op-Ed by JB McCuskey, State Auditor: FERC Delays Create Uncertainty for Local Governments\",\n            \"summary\": \"As Auditor of the State of West Virginia I have a unique perspective of how your tax dollars are spent. Our office is responsible for the review and approval of general operating budgets and providing annual training and technical assistance to local governments across the state. Annually, our inspectors are responsible for conducting and overseeing over 700 financial audits of counties, municipalities, boards of education and other miscellaneous local boards and authorities. Take, for example, the Federal Energy Regulatory Commission (FERC). Unfortunately, delays caused by the FERC decision to undertake a review of its permitting processes for natural gas pipelines have disrupted the oil and gas industry’s operations. While the Commission’s mission is clear, to ensure economically efficient, safe, reliable & secure energy for consumers, it has chosen to venture into analyzing environmental concerns and other matters that are best examined by other agencies. These delays hurt our local governments.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"447WV5220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"West Virginia\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia State Auditor's Office\"\n                }\n            ],\n            \"pdf_url\": \"https://www.wvsao.gov/\",\n            \"created_at\": \"2021-08-17T07:30:10.988029-04:00\"\n        },\n        {\n            \"id\": 54727,\n            \"title\": \"Order Making Findings and Imposing Remedial Sanctions and a Cease-and-Desist Order: Christopher E. Knauth, CPA\",\n            \"summary\": \"This proceeding arises from failures by Christopher E. Knauth in conducting the fiscal year 2018 audit and quarterly reviews for the periods ended June 30, 2018, September 30, 2018, and March 31, 2019, for Issuer A on behalf of Audit Firm A. At the outset, Knauth failed to register Audit Firm A, of which he was a principal, with the Public Company Accounting Oversight Board (“PCAOB”). Further, the work Knauth performed during the audit and quarterly reviews for Issuer A failed to comply with multiple PCAOB auditing standards, in that Knauth (1) failed to properly plan the audit and to identify and assess risks of material misstatement; (2) failed to exercise due professional care and professional skepticism (including through the failure to obtain required engagement quality reviews (“EQRs”)); and (3) failed to obtain sufficient appropriate audit evidence; and (4) failed to prepare adequate audit documentation. It is hereby ordered that: Respondent shall cease and desist from committing or causing any violations and any future violations of Section 102(a) of the Sarbanes-Oxley Act, Rule 2-02(b)(1) of Regulation S- X, and Section 13(a) of the Exchange Act and Rules 13a-1 and 13a-13 thereunder; Respondent is denied the privilege of appearing or practicing before the Commission as an accountant; and Respondent shall pay a civil money penalty in the amount of $20,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349267520210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92675.pdf\",\n            \"created_at\": \"2021-08-17T07:30:09.646592-04:00\"\n        },\n        {\n            \"id\": 54728,\n            \"title\": \"SEC Charges Penny Stock Company, CEO and Others with Multi-Million Dollar Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced it charged an issuer, its CEO, and six other entities and individuals with participating in a penny stock fraud scheme. The SEC also charged certain of the participants with operating as unregistered dealers, and obtained emergency relief to halt their ongoing conduct. According to the SEC's complaint, filed in the United States District Court for the Southern District of New York, GPL Ventures purchased, since at least July 2017, more than 1.5 billion shares of HempAmericana Inc. stock through a Regulation A offering, with the understanding that HempAmericana would use a portion of the offering proceeds to secretly finance stock promotions that would enable GPL Ventures to sell its HempAmericana shares at a profit. The complaint alleges that HempAmericana misled investors regarding its use of the offering proceeds, and that co-defendants Seaside Advisors and Lawrence Adams paid a stock promoter who, in turn, funded promotions of HempAmericana’s stock that failed to disclose HempAmericana's role in financing the promotions and that GPL Ventures intended to unload its shares into the promotion. GPL Ventures and certain of the defendants allegedly reaped about $11 million in illegal profits from this fraudulent scheme.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC51C5F77B20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-153\",\n            \"created_at\": \"2021-08-17T07:30:09.709979-04:00\"\n        },\n        {\n            \"id\": 54671,\n            \"title\": \"Regulation Making Record: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-7\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/ER2021-031\",\n            \"created_at\": \"2021-08-17T07:30:05.928383-04:00\"\n        },\n        {\n            \"id\": 54737,\n            \"title\": \"Chapter 3. Life, Accident, and Health Insurance and Annuities; Subchapter PP. Annuity Disclosures; Division 2. Annuity Suitability Disclosures\",\n            \"summary\": \"The Texas Department of Insurance (TDI) proposes new Division 2, consisting of new §3.9721 and §3.9722, in Chapter 3, Subchapter PP. These sections concern annuity suitability disclosures. New §3.9721 and §3.9722 implement House Bill 1777, 87th Legislature, 2021. HB 1777 amends Insurance Code Chapter 1115 to incorporate a \\\"best interest\\\" standard of care for annuities that is similar to the Security Exchange Commission's standard, to harmonize the standards of care for annuities across regulatory platforms. HB 1777 applies to all annuity transactions occurring on or after September 1, 2021; agents must use a compliant disclosure form for annuity transactions on and after that date. Insurance Code §1115.0514 and §1115.0516 require the Commissioner to prescribe by rule three new disclosure forms an agent must provide to a consumer, where applicable, either before or at the time of a recommendation or sale of an annuity. The forms must contain statutorily required information, including information incorporating the new best-interest standard and other consumer protection provisions, and they must be substantially similar to forms promulgated by the National Association of Insurance Commissioners (NAIC).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6477TX201820210813\",\n            \"proposed_comments_due_date\": \"2021-09-27\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/rules/2021/documents/3972139722.pdf\",\n            \"created_at\": \"2021-08-17T07:30:10.297466-04:00\"\n        },\n        {\n            \"id\": 54705,\n            \"title\": \"Meaningful Modernization by Nacha\",\n            \"summary\": \"Improving and simplifying the ACH user experience is the key behind Meaningful Modernization, a set of Rules that become effective on Sept. 17. The Rules were designed to: facilitate the adoption of new technologies and channels for the authorization and initiation of ACH payments; reduce barriers to use of the ACH Network; provide clarity and increasing consistency around certain ACH authorization processes; and reduce certain administrative burdens related to ACH authorizations. With just 30 days left, Nacha wanted to remind you of the resources available to help.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC10620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/counting-down-meaningful-modernization\",\n            \"created_at\": \"2021-08-17T07:30:08.227411-04:00\"\n        },\n        {\n            \"id\": 54738,\n            \"title\": \"Chapter 3. Life, Accident, and Health Insurance and Annuities; Subchapter FF. Credit Life and Credit Accident and Health Insurance; Division 7. Experience Call\",\n            \"summary\": \"The Texas Department of Insurance (TDI) proposes to amend 28 TAC §3.5701, concerning statistical data and annual experience calls, and to repeal 28 TAC §3.2702, concerning instructions for preparing forms. The current credit call rules found in 28 TAC §3.5701 and §3.5702 require insurers writing credit life insurance and accident and health insurance in Texas to send statistical and experience data to the TDI Life & Health Actuarial Office (LHAO) on an annual basis. The amendments to §3.5701 and the repeal of §3.5702 would change the requirement to provide that credit call data instead be kept by each company and simply be made available upon TDI's request. So rather than imposing an annual data reporting requirement, TDI will only request the data if the Commissioner needs it to determine whether rates are reasonable in relation to benefits afforded by a given policy contract together with appropriate expenses. The amendments and repeal would (1) streamline TDI resources and data management and (2) remove a reporting burden on companies, while still providing a process to preserve relevant data.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6477TX219720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-02\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Adopted Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Texas\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.tdi.texas.gov/rules/2021/documents/3570135702.pdf\",\n            \"created_at\": \"2021-08-17T07:30:10.360547-04:00\"\n        },\n        {\n            \"id\": 54747,\n            \"title\": \"Inslee Updates Wildfire state of Emergency Proclamation\",\n            \"summary\": \"Governor Jay Inslee today updated the wildfire state of emergency proclamation. The changes were made to clarify language around the Washington State Department of Corrections (DOC) hosting small wildfires on DOC property for religious purposes (like sweat lodges) and authorizes organic orchardists to perform “flaming” or “flame weeding,” a technique by which farmers use a small torch to kill weeds at the base of fruit trees, rather than inorganic herbicides. The update also extends the waiver of truck driver service hours rules for fuel carriers through mid-September. All other service hour exemptions remain the same, including expiration dates.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8247WA14820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.wa.gov/news-media/inslee-updates-wildfire-state-emergency-proclamation-0\",\n            \"created_at\": \"2021-08-17T07:30:10.923838-04:00\"\n        },\n        {\n            \"id\": 54682,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y, and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Chicago: 1. Bank Michigan Financial, Brooklyn, Michigan; to become a bank holding company by acquiring Bank Michigan, Brooklyn, Michigan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17502\",\n            \"regalytics_alert_id\": \"1891FR20211750220210816\",\n            \"proposed_comments_due_date\": \"2021-08-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17502/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-17T07:30:06.754278-04:00\"\n        },\n        {\n            \"id\": 54749,\n            \"title\": \"Governor Evers Provides Update on More than $4.5 Billion in Pandemic Relief and Recovery Investments\",\n            \"summary\": \"Governor Tony Evers today shared an update of investments made in response to the COVID-19 pandemic toward ensuring the state's continued economic recovery. To date, the Evers Administration has announced planned allocations of more than $4.5 billion in total from the state’s Coronavirus Relief Fund (CRF) and State and Local Fiscal Recovery Funds (SLFRF) allocations, which were made available to Wisconsin through the federal Coronavirus Aid, Relief, and Economic Security (CARES) Act and American Rescue Plan Act (ARPA), respectively. In addition, Wisconsin counties and municipalities were directly allocated more than $2.3 billion by the U.S. Treasury. ARPA funds must be obligated by Dec. 31, 2024, and expended by Dec. 31, 2026.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8420WI20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/WIGOV/bulletins/2ec9dfe\",\n            \"created_at\": \"2021-08-17T07:30:11.051104-04:00\"\n        },\n        {\n            \"id\": 54762,\n            \"title\": \"CMA Calls for Stronger Laws to Tackle Illegal Ticket Resale\",\n            \"summary\": \"As live events such as music festivals and large sporting events resume over the coming months, the Competition and Markets Authority (CMA) has set out several recommended changes to the law and existing system of regulation, which are intended to protect consumers. The recommendations include: a ban on platforms allowing resellers to sell more tickets for an event than they can legally buy from the primary market; ensuring platforms are fully responsible for incorrect information about tickets that are listed for sale on their websites; a new system of licensing for platforms that sell secondary tickets that would enable an authority to act quickly and issue sanctions such as taking down websites, withdrawing a business’s right to operate in the sector, and the imposition of substantial fines. Whilst the bulk-buying of tickets ahead of real fans by professional resellers – who then sell them at inflated prices – may be illegal, swift and effective action by authorities is not possible under the current law. Similar issues arise in relation to laws which prevent resellers advertising tickets using incorrect information, or ‘speculatively selling’ tickets that they don’t own.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCS121599420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-calls-for-stronger-laws-to-tackle-illegal-ticket-resale\",\n            \"created_at\": \"2021-08-17T07:30:11.875746-04:00\"\n        },\n        {\n            \"id\": 54666,\n            \"title\": \"Agency Head Regulation Certfication: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"The purpose of this regulation is to create a licensing structure and implement provisions for responsible gaming and data privacy protections in order to ensure consumer safety and gaming integrity for new gaming markets in our state. The above-referenced emergency regulation is proposed without prior notice or hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7B50A9507B-0000-C15D-BAD6-7D0069D2120F%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.590577-04:00\"\n        },\n        {\n            \"id\": 54685,\n            \"title\": \"FINRA Alerts Firms to a Phishing Email Campaign Using Multiple Imposter FINRA Domain Names\",\n            \"summary\": \"FINRA warns member firms of an ongoing phishing campaign that involves fraudulent emails purporting to be from FINRA and using one of at least three imposter FINRA domain names: @finrar-reporting.org, @Finpro-finrar.org, and @gateway2-finra.org. The email asks the recipient to click a link to “view request” and provide information to “complete” that request, noting that “late submission may attract penalties.” FINRA recommends that anyone who clicked on any link or image in the email immediately notify the appropriate individuals in their firm of the incident. None of these domain names are connected to FINRA and firms should delete all emails originating from any of these domain names.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2154FINRA21305020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/notices/21-30\",\n            \"created_at\": \"2021-08-17T07:30:06.949046-04:00\"\n        },\n        {\n            \"id\": 54684,\n            \"title\": \"FINRA Reminds Firms of their Supervisory Obligations Related to Outsourcing to Third-Party Vendors\",\n            \"summary\": \"Member firms are increasingly using third-party vendors to perform a wide range of core business and regulatory oversight functions. FINRA is publishing this Notice to remind member firms of their obligation to establish and maintain a supervisory system, including written supervisory procedures (WSPs), for any activities or functions performed by third-party vendors, including any sub-vendors (collectively, Vendors) that are reasonably designed to achieve compliance with applicable securities laws and regulations and with applicable FINRA rules. This Notice reiterates applicable regulatory obligations; summarizes recent trends in examination findings, observations and disciplinary actions; and provides questions member firms may consider when evaluating their systems, procedures and controls relating to Vendor management. This Notice—including the “Questions for Consideration” below—does not create new legal or regulatory requirements or new interpretations of existing requirements. Many of the reports, tools or methods described herein reflect information firms have told FINRA they find useful in their Vendor management practices. FINRA recognizes that there is no one-size-fits-all approach to Vendor management and related compliance obligations, and that firms use risk-based approaches that may involve different levels of supervisory oversight, depending on the activity or function Vendors perform. Firms may consider the information in this Notice and employ the practices that are reasonably designed to achieve compliance with relevant regulatory obligations based on the firm’s size and business model.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2154FINRA21295020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/notices/21-29\",\n            \"created_at\": \"2021-08-17T07:30:06.882602-04:00\"\n        },\n        {\n            \"id\": 54716,\n            \"title\": \"Senate Bill 022: the Sale of Lucky 7 Tickets\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An act relative to the sale of lucky 7 tickets. The price of any lucky 7 ticket pack or ticket card shall not exceed $1, provided that at any location where a charitable organization offers $1 tickets for sale the charitable organization shall also offer $.50 tickets for sale.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB224620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-10\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB22/\",\n            \"created_at\": \"2021-08-17T07:30:08.936659-04:00\"\n        },\n        {\n            \"id\": 54702,\n            \"title\": \"State Reaches Settlement to Protect Michigan Car Accident Victims\",\n            \"summary\": \"In a major win for Michigan consumers, the Michigan Department of Insurance and Financial Services (DIFS) has reached an agreement that ensures unlimited Personal Injury Protection (PIP) medical coverage for uninsured vehicle occupants and pedestrians who were injured in auto accidents prior to the July 2, 2020 implementation of Michigan's new auto insurance law. In Michigan, Personal Injury Protection (PIP) medical coverage pays for medical care, recovery, and rehabilitation when people are injured in auto accidents. Previously, uninsured non-drivers, such as passengers and pedestrians, were entitled to receive unlimited PIP medical coverage through the Michigan Assigned Claims Plan (MACP), which is administered by the Michigan Automobile Insurance Placement Facility (MAIPF). Under Michigan's new auto insurance law, this coverage was capped at $250,000 for claims incurred beginning July 2, 2020. Uninsured non-drivers injured between June 11, 2019, when the new auto insurance law was enacted, and the law's July 2, 2020 effective date faced uncertainty about their coverage limits due to differing interpretations of the new statute.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1146MI13620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Michigan\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Department of Insurance and Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/difs/0,5269,7-303-13222_13250-566036--,00.html\",\n            \"created_at\": \"2021-08-17T07:30:08.036837-04:00\"\n        },\n        {\n            \"id\": 54676,\n            \"title\": \"FDITECH Launches New Sprint to Measure and Test Bank Operational Resiliency\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today August 16, 2021, announced a new tech sprint designed to determine how well community banks, and the banking sector as a whole, can withstand a major disruption of any type. This tech sprint is intended to be the first of several focused on how to foster stronger resiliency in banking. The FDIC’s tech lab, FDITECH, is challenging tech sprint participants to identify solutions for institutions of all sizes to measure and test their operational resilience to any disruption. The FDIC invites experts in operational resilience, financial institutions, non-profit organizations, consumer advocates, academic institutions, private sector companies, and others to participate. The U.S. financial sector is facing a growing number of threats to its information technology systems, operations, people, and facilities. From natural disasters to malicious actors, the ability of financial institutions to respond to and recover from these disruptions in a timely, consistent, and reliable manner is essential to the FDIC’s mission. In the coming weeks, FDITECH will open registration for this tech sprint. Interested organizations will have two weeks to submit applications requesting participation. After a brief review of submissions, FDITECH will invite a select number of teams to develop proposed solutions to this challenge question. Finally, FDITECH will host a ‘Demo Day,’ inviting teams to make short presentations to a panel of expert judges who will evaluate their solutions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19018FDIC7507320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fdic.gov/news/press-releases/2021/pr21073.html\",\n            \"created_at\": \"2021-08-17T07:30:06.291230-04:00\"\n        },\n        {\n            \"id\": 54678,\n            \"title\": \"FFIEC Issues Guidance on Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Federal Financial Institutions Examination Council (FFIEC), on behalf of its members, today August 11, 2021, issued guidance that provides financial institutions with examples of effective authentication and access risk management principles and practices for customers, employees, and third parties accessing digital banking services and information systems. The guidance: highlights the current cybersecurity threat environment including increased remote access by customers and users, and attacks that leverage compromised credentials, and mentions the risks arising from push payment capabilities; recognizes the importance of the financial institution’s risk assessment to determine appropriate access and authentication practices to determine the wide range of users accessing financial institution systems and services; supports a financial institution’s adoption of layered security and underscores weaknesses in single-factor authentication; discusses how multi-factor authentication or controls of equivalent strength can more effectively mitigate risks; includes examples of authentication controls, and a list of government and industry resources and references to assist financial institutions with authentication and access management. The new guidance replaces previous documents issued in 2005 and 2011.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"732FFIEC38620210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Institutions Examination Council\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ffiec.gov/press/pr081121.htm\",\n            \"created_at\": \"2021-08-17T07:30:06.432138-04:00\"\n        },\n        {\n            \"id\": 54675,\n            \"title\": \"Application Pursuant to Section 19 of the Federal Deposit Insurance Act; Pillar 2 Guidance - Advanced Capital Framework\",\n            \"summary\": \"The FDIC invites the general public and other Federal agencies to take this opportunity to comment on the renewal of the existing information collections described in this Article: 1. Title: Application Pursuant to Section 19 of the Federal Deposit Insurance Act. 2. Title: Pillar 2 Guidance - Advanced Capital Framework. For the application pursuant to Section 19 of the FDIC, Section 19 of the Federal Deposit Insurance Act (FDI), requires the FDIC’s consent prior to any participation in the affairs of an insured depository institution by an individual who has been convicted of crimes involving dishonesty or breach of trust, and included drug-related convictions. For the title related to Pillar 2 Guidance - Advanced Capital Framework, there has been no change in the method or substance of this information collection. The number of institutions subject to the record keeping requirements has decreased from eight (8) to two (2). In 2008 the Office of the Comptroller of the Currency, the Board of Governors of the Federal Reserve System and the FDIC issued a supervisory guidance document related to the supervisory review process of capital adequacy (Pillar 2) in connection with the implementation of the Basel II Advanced Capital Framework. Sections 37, 41, 43 and 46 of the guidance include possible information collections.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17408\",\n            \"regalytics_alert_id\": \"1891FR20211740820210816\",\n            \"proposed_comments_due_date\": \"2021-10-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17408/agency-information-collection-activities-proposed-collection-renewal-comment-request\",\n            \"created_at\": \"2021-08-17T07:30:06.212850-04:00\"\n        },\n        {\n            \"id\": 54760,\n            \"title\": \"Important Monetary Policy Data for the Week Ending 13 August 2021\",\n            \"summary\": \"The Swiss National Bank published important monetary policy data for the week ending 13 August, 2021 including: interest rates and threshold factor; average of sight deposits in Swiss francs at the SNB; minimum reserves: sight deposits of domestic banks averaged over the reporting period; and minimum reserves: compliance during the last 12 reporting periods.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB1614D14020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/gwd_20210816/source/gwd_20210816.en.pdf\",\n            \"created_at\": \"2021-08-17T07:30:11.743474-04:00\"\n        },\n        {\n            \"id\": 54740,\n            \"title\": \"Justice Department Settles Lawsuit Alleging Disability-Based Discrimination in Residential Rental Properties in North Dakota\",\n            \"summary\": \"The Department of Justice announced today that Hampton Corporation Inc. and several related individuals and entities have agreed to settle a federal lawsuit alleging that they violated the Fair Housing Act (FHA) and Americans with Disabilities Act (ADA) by failing to design and construct apartment complexes and a rental office in North Dakota so they are accessible to people with disabilities. The Department of Justice previously resolved claims against the architect and engineer involved in the design of one of the four apartment complexes at issue in the lawsuit. Today’s settlement, which must be approved by the U.S. District Court for the District of North Dakota, resolves a lawsuit the department filed in March 2020. Under the terms of the settlement, the defendants must correct inaccessible features in the common areas of the properties and within the individual units, including: removing steps; replacing steeply-sloped walkways; adding accessible routes to mailboxes and site arrival points; ensuring that obstacles do not protrude into the circulation path; installing lever handles on doors; widening doorways; retrofitting bathrooms so they are accessible for wheelchair users; and relocating outlets and controls to within a wheelchair user’s reach range. The defendants must also attend fair housing training, contribute $100,000 to a settlement fund (which, combined with the department’s earlier settlement with the architect and engineer, brings the settlement fund total to $120,000) for people who suffered harm due to the lack of accessible features at the properties, pay a civil penalty of $5,000 to the United States, and ensure that any future housing they design or construct complies with the FHA.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2428E20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/justice-department-settles-lawsuit-alleging-disability-based-discrimination-residential\",\n            \"created_at\": \"2021-08-17T07:30:10.488457-04:00\"\n        },\n        {\n            \"id\": 54703,\n            \"title\": \"Missouri Requests Federal Disaster Declaration to Receive Reimbursements for Damage to Public Infrastructure\",\n            \"summary\": \"Today, Governor Mike Parson requested that the Federal Emergency Management Agency (FEMA) approve a major disaster declaration for Missouri to provide federal assistance to a total of 21 counties in response to severe storms and flooding that began on June 19 and continued through July 1. The joint preliminary damage assessments, conducted by the State Emergency Management Agency (SEMA), FEMA, and local officials began on July 8, and estimated a total of $10 million in damage to public infrastructure and emergency response costs eligible for federal assistance. Missouri’s per-capita threshold for public assistance is nearly $9.3 million, which is determined by FEMA and based on 2010 census data. On July 6, Governor Parson announced Missouri’s request for joint Preliminary Damage Assessments in 17 counties. Audrain, Daviess, Grundy, and Ralls counties were later added to the request after more damage was documented locally. Both state and county thresholds must be met in order for a county to be included in the request for Public Assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7971MO23120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Missouri\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Missouri Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.mo.gov/press-releases/archive/missouri-requests-federal-disaster-declaration-receive-reimbursements-damage\",\n            \"created_at\": \"2021-08-17T07:30:08.100184-04:00\"\n        },\n        {\n            \"id\": 54708,\n            \"title\": \"Latest ACH Network Results Are In\",\n            \"summary\": \"The ACH Network’s second quarter results for this year are in and while the 9.9% overall growth rate is proof that the ACH Network is thriving, it doesn’t tell the full story. Business-to-business payments is a great place to start, given the phenomenal growth there. In the second quarter there were 1.3 billion B2B ACH payments, a 28.7% increase over the same time in 2020. Certainly, much of this can be attributed to the way the world began changing in March 2020. Businesses saw the need to quickly switch to electronic payments, as employees were largely away from offices and unable to issue paper checks. Many consumers have long seen the ease and convenience of using the ACH Network, particularly to pay bills. But those who might have been hesitant are increasingly moving in that direction. That’s reflected in the 2.2 billion consumer-initiated payments on the internet in the second quarter, an increase of 14.3% from 2020’s second quarter and 37.5% from 2019’s. The move to electronic payments by businesses and consumers is a positive change coming out of the past year and a half.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC15820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/theres-more-numbers-what-latest-ach-network-results-tell-us\",\n            \"created_at\": \"2021-08-17T07:30:08.420670-04:00\"\n        },\n        {\n            \"id\": 54683,\n            \"title\": \"Authentication and Access to Financial Institution Services and Systems\",\n            \"summary\": \"The Federal Reserve Board, together with the other members of the Federal Financial Institutions Examination Council (FFIEC) (collectively, the agencies) have issued the attached guidance titled “Authentication and Access to Financial Institution Services and Systems” (guidance), which supersedes the titled guidance, “Interagency Guidance on Authentication in an Internet Banking Environment” (SR 05-19); and similarly titled supplemental, “Interagency Supplement to Authentication in an Internet Banking Environment” (SR 11-9) issued by the FFIEC in 2005 and 2011, respectively. This guidance acknowledges significant risks associated with the cybersecurity threat landscape that reinforce the need for financial institutions to effectively authenticate users and customers to protect information systems, accounts, and data. In particular, the guidance highlights risk management practices that can support oversight of user and customer identification, authentication, and access solutions as part of a financial institution’s information security program. Periodic risk assessments inform financial institution management’s decisions about authentication solutions and controls that are deployed to mitigate identified risks. In particular, the guidance sets forth the agencies’ view on the assessment and implementation of multi-factor authentication (MFA) processes, or controls of equivalent strength, for high-risk activities and transactions and as part of broader layered security strategy. Finally, the guidance is not intended to serve as a comprehensive framework for identity and access management programs and does not endorse any specific information security framework or standard.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED74141420210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Supervision and Regulation Letter\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/supervisionreg/srletters/sr2114.htm\",\n            \"created_at\": \"2021-08-17T07:30:06.818372-04:00\"\n        },\n        {\n            \"id\": 54665,\n            \"title\": \"Emergency Regulation Agency Finding: Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets\",\n            \"summary\": \"Specifically, these emergency regulations will create a licensing structure, and provisions for responsible gaming and data privacy protections, to ensure consumer safety and gaming integrity for a new gaming market in our state. I respectfully request that you approve this request in writing to allow the Department to proceed with adoption of these emergency regulations. Once these emergency regulations are implemented, we intend to make these regulations permanent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7B50A9507B-0000-C21A-AAF9-4C7E81735B02%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.523979-04:00\"\n        },\n        {\n            \"id\": 54667,\n            \"title\": \"Proposed Emergency Regulations for the “Authorization, Licensing and Regulation of Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets”\",\n            \"summary\": \"I hereby grant approval for submission of your proposed regulation for the “Authorization, Licensing and Regulation of Online Casino Gaming, Retail and Online Sports Wagering, Fantasy Contests, Keno and Online Sale of Lottery Tickets.” Please proceed with the emergency regulation-making process.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTER2021031-3\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Consumer Protection\"\n                }\n            ],\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7B50A9507B-0000-C396-8C16-C6644DFB278C%7D\",\n            \"created_at\": \"2021-08-17T07:30:05.659601-04:00\"\n        },\n        {\n            \"id\": 54717,\n            \"title\": \"Department of Financial Health Insurance Announces Lower Premium Rates\",\n            \"summary\": \"Superintendent of Financial Services Linda A. Lacewell, announced today that the New York State Department of Financial Services continues to protect consumers by reducing health insurers’ 2022 requested rates, despite health care costs increasing to pre-pandemic levels. Rates in the individual market will increase by only 3.7%, saving consumers over $138 million. Insurers requested premium increases of 14.0% on average, which DFS reduced to 7.6%, saving small businesses over $468 million. Enhanced Federal subsidies under the American Rescue Plan, lowers the cost of coverage available through NY State of Health to the lowest it has been in recent years. The law is designed so that no one will pay more than 8.5% of their income toward the benchmark plan available in their county.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9171NY10828120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"New York\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.dfs.ny.gov/reports_and_publications/press_releases/pr202108131\",\n            \"created_at\": \"2021-08-17T07:30:09.002022-04:00\"\n        },\n        {\n            \"id\": 54690,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Process and the Appeal of an Agency and its Designated Producer Whose Privileges to Submit Business to the FWCJUA Were Revoked\",\n            \"summary\": \"The FWCJUA Producer Appeals Committee announces a telephone conference call to which all persons are invited. Date and time: September 1, 2021, 2:00 p.m. ET. Place: Contact Kathy Coyne to participate. General subject matter to be considered: Agenda topics will include the appeals process and the appeal of an Agency and its designated producer whose privileges to submit business to the FWCJUA were revoked.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488682220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Joint Underwriting Association, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24886822\",\n            \"created_at\": \"2021-08-17T07:30:07.270327-04:00\"\n        },\n        {\n            \"id\": 54720,\n            \"title\": \"Liquidity: Updated Comptroller's Handbook Booklet and Rescissions\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC) today issued an updated “Liquidity” booklet of the Comptroller’s Handbook, which is prepared for use by OCC examiners in connection with the examination and supervision of national banks, federal savings associations, and federal branches and agencies of foreign banking organizations (collectively, banks). Updates are summarized in the “Table of Updates Since Publication” in the back of the booklet. Refer to the “Foreword” booklet of the Comptroller's Handbook for more information regarding the OCC’s process for revising and updating booklets.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC6571NS473820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-38.html\",\n            \"created_at\": \"2021-08-17T07:30:09.192680-04:00\"\n        },\n        {\n            \"id\": 54691,\n            \"title\": \"Governor Pritzker Requests Federal Review of Damage Assessments in Ford County\",\n            \"summary\": \"Governor JB Pritzker today formally requested the U.S. Small Business Administration (SBA) to conduct a joint preliminary damage assessment in Ford County, working alongside local and state emergency managers, to review and verify damages associated with the August 12 storm that dumped nearly nine (9) inches of rain in and around Gibson City. The assessments, which is tentatively scheduled to begin on August 18, could provide the documentation necessary to support a request for federal assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2374220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Illinois\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23742.html\",\n            \"created_at\": \"2021-08-17T07:30:07.332987-04:00\"\n        },\n        {\n            \"id\": 54758,\n            \"title\": \"The People's Bank of China Will Issue Renminbi Bills Through the Central Moneymarkets Unit of the Hong Kong Monetary Authority\",\n            \"summary\": \"The People's Bank of China (the \\\"PBOC\\\") will issue Renminbi Bills through the Central Moneymarkets Unit of the Hong Kong Monetary Authority (the \\\"HKMA\\\"). The tender notice and the tender information memorandum of the Renminbi Bills to be issued by the PBOC is attached on HKMA website. The tender-related information provided by the Issuing and Lodging Agent through the HKMA is available on HKMA website.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA12610816320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210816-3/\",\n            \"created_at\": \"2021-08-17T07:30:11.616288-04:00\"\n        },\n        {\n            \"id\": 54692,\n            \"title\": \"Senate Bill 0817: School Code-Hairstyles\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Right to Privacy in the School Setting Act. Makes a technical change in a Section concerning the short title.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1081728P6020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=817&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.395296-04:00\"\n        },\n        {\n            \"id\": 54662,\n            \"title\": \"Governor Polis Joins Bipartisan Western Governors in Urging Federal Government to Declare Drought Disaster Declaration\",\n            \"summary\": \"Colorado Governor Jared Polis and Western Governors sent a bipartisan letter to the Biden administration urging the President to declare a FEMA drought disaster in order for western states to receive additional federal resources. Drought conditions across Colorado, Utah, Oregon, and Idaho have reached historic levels, with 99% of the West in a declared drought compared to only 63% last year. These conditions have forced farmers across the west to make difficult decisions, including forcing farmers to sell their livestock or consider selling their land for development. By declaring a FEMA drought disaster, Colorado, Utah, Oregon, and Idaho will be able to access federal resources beyond what is currently available through existing emergency programs. The Western Governors also requested that the Biden-Harris administration collaborate with the Secretaries of Agriculture and Interior for additional livestock feed opportunities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COE12720210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6026-governor-polis-joins-bipartisan-western-governors-urging-federal-government-declare\",\n            \"created_at\": \"2021-08-17T07:30:05.329927-04:00\"\n        },\n        {\n            \"id\": 54721,\n            \"title\": \"Oregon State Lottery Permanent\",\n            \"summary\": \"The Lottery is amending OAR 177-085-0015 about the description of Powerball to add an additional Powerball drawing each week on Monday starting August 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR204791920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-23\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Permanent\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon State Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewReceiptPDF.action;JSESSIONID_OARD=g41RWuPL4VmcIojkp17JJbnrRJDPQi4g7hbNYO4DlGqQXkCvdNcM!-1024219277?filingRsn=47919\",\n            \"created_at\": \"2021-08-17T07:30:09.256038-04:00\"\n        },\n        {\n            \"id\": 54709,\n            \"title\": \"Capital Adequacy: the Complex Credit Union Leverage Ratio, Risk-Based Capital\",\n            \"summary\": \"The NCUA is proposing a rule that would provide a simplified measure of capital adequacy for federally insured, natural-person credit unions (credit unions) classified as complex (those with total assets greater than $500 million). Under the proposed rule, a complex credit union that maintains a minimum net worth ratio, and that meets other qualifying criteria, will be eligible to opt into the complex credit union leverage ratio (CCULR) framework. The minimum net worth ratio would initially be established at 9 percent on January 1, 2022, and be gradually increased to 10 percent by January 1, 2024. A complex credit union that opts into the CCULR framework would not be required to calculate a risk-based capital ratio under the Board’s October 29, 2015, risk-based capital final rule, as amended on October 18, 2018. A qualifying complex credit union that opts into the CCULR framework and that maintains the minimum net worth ratio would be considered well capitalized. The proposed rule would also make several amendments to update the NCUA’s October 29, 2015, risk-based capital final rule, including addressing asset securitizations issued by credit unions, clarifying the treatment of off-balance sheet exposures, deducting certain mortgage servicing assets from a complex credit union’s risk-based capital numerator, updating several derivative-related definitions, and clarifying the definition of a consumer loan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-15965\",\n            \"regalytics_alert_id\": \"1891FR20211596520210816\",\n            \"proposed_comments_due_date\": \"2021-10-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-15965/capital-adequacy-the-complex-credit-union-leverage-ratio-risk-based-capital\",\n            \"created_at\": \"2021-08-17T07:30:08.490294-04:00\"\n        },\n        {\n            \"id\": 54693,\n            \"title\": \"Senate Bill 1561: Human Rights Act-Housing\",\n            \"summary\": \"Signed by the Governor on 08/13/2021. Amends the Illinois Human Rights Act. Provides that it is a civil rights violation for a third-party loan modification service provider, because of unlawful discrimination, familial status, or an arrest record, to (1) refuse to engage in loan modification services or to discriminate in making such services available, or (2) alter the terms, conditions, or privileges of such services. Makes changes concerning what constitutes retaliation under various Articles of the Act. Provides that, in proceedings relating to real estate transactions, the failure of the Department to notify the complainant or respondent in writing of the reasons for not completing an investigation on the allegations set forth in a charge within 100 days shall not deprive the Department of jurisdiction over the charge. Makes corresponding and other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17479IL1156128P6220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=1561&GAID=16&DocTypeID=sB&SessionID=110\",\n            \"created_at\": \"2021-08-17T07:30:07.460788-04:00\"\n        },\n        {\n            \"id\": 54686,\n            \"title\": \"Diversity of Cloud Computing Models Among Broker-Dealers Raises Opportunities and Challenges for the Securities Industry\",\n            \"summary\": \"A diversity of cloud computing models is transforming how broker-dealers operate, with the potential to enhance agility, efficiency, resiliency and security within firms’ operations, while also highlighting the importance for firms to consider relevant regulatory factors for maintaining investor protection and market integrity, according to a new research report from FINRA. The report, “Cloud Computing in the Securities Industry,” was issued by FINRA’s Office of Financial Innovation (OFI) following a review of nearly 40 broker-dealer firms, cloud service providers, industry analysts and technology consultants, to better understand the implications of cloud computing on the securities industry.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"618FINRA25520200816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2020-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FINRANews/%7E3/Omu3x_cwWSM/new-finra-report-diversity-cloud-computing-models-among-broker\",\n            \"created_at\": \"2021-08-17T07:30:07.012550-04:00\"\n        },\n        {\n            \"id\": 54722,\n            \"title\": \"Oregon State Lottery Temporary Administrative Order\",\n            \"summary\": \"The Lottery needs to amend OAR 177-045-0030 to correct a typographic error in the dollar amount of the Video Lottery weekly minimum sales requirement. (The correct amount is $2,667 average dollars played per week, but the rule was filed showing the dollar amount as $2,776.) The Lottery regrets the error and is immediately correcting the sales goal to avoid any confusion with retailers about the minimum weekly sales requirement for Video Lottery game terminals. Effective on 08/16/2021 through 02/11/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR204814320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Temporary Administrative Order\",\n            \"states\": [\n                {\n                    \"name\": \"Oregon\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon State Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewReceiptPDF.action;JSESSIONID_OARD=g41RWuPL4VmcIojkp17JJbnrRJDPQi4g7hbNYO4DlGqQXkCvdNcM!-1024219277?filingRsn=48143\",\n            \"created_at\": \"2021-08-17T07:30:09.320237-04:00\"\n        },\n        {\n            \"id\": 54664,\n            \"title\": \"States of the Economy - August 2021\",\n            \"summary\": \"\\\"States of the Economy\\\" is a monthly podcast that looks at the economic picture across the country. In our discussion, CSBS Senior Economist Tom Siems joins Matt Longacre to discuss factors driving the disappointing April jobs report, and what regulators should be looking out for in the months to come.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"739CSBS91820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Podcast\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Conference of State Bank Supervisors\"\n                }\n            ],\n            \"pdf_url\": \"https://www.csbs.org/newsroom/states-economy-august-2021\",\n            \"created_at\": \"2021-08-17T07:30:05.458623-04:00\"\n        },\n        {\n            \"id\": 54759,\n            \"title\": \"Investor Alert - Access Investment Ltd\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. Listed date: 16 Aug, 2021, Name: Access Investment Ltd.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS2120210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Investor Alert\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\"\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-08-17T07:30:11.677427-04:00\"\n        },\n        {\n            \"id\": 54763,\n            \"title\": \"Prime Minister Announced £232 Million Investment to Support GB and Northern Ireland Athletes Path to Paris 2024 Olympic and Paralympic Games\",\n            \"summary\": \"The £232 million will be used to back aspiring Team GB and ParalympicsGB athletes as well as their coaches and support staff, in addition to funding from the National Lottery. This £77.4 million a year to elite sport agency UK Sport is an increase from the £54 million a year baseline government funding UK Sport received for Tokyo 2020 - a rise of 44 per cent. The news will provide a major boost for Team GB’s returning athletes following their stunning performances in Tokyo, and the Paralympic athletes set to grace the world stage in the Paralympic Games that begin later this month. They will be in line to benefit from UK Sport’s World Class Programme and Progression Funding, which will provide vital support towards reaching the pinnacle of their sports as preparations begin for Paris 2024 and beyond. The investment will also support athletes and coaches targeting success at the Winter Olympic and Paralympic Games, and help kick-start the search for the next generation of Olympic and Paralympic champions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKPT20414017420210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Digital, Culture, Media and Sport\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/prime-minister-announced-232-million-investment-to-support-gb-and-northern-ireland-athletes-path-to-paris-2024-olympic-and-paralympic-games\",\n            \"created_at\": \"2021-08-17T07:30:11.936269-04:00\"\n        },\n        {\n            \"id\": 54687,\n            \"title\": \"Notice of Funding Availability: State Apartment Incentive Loan (SAIL) Program 2021\",\n            \"summary\": \"The Florida Housing Finance Corporation (Florida Housing) announces the availability of funding for the State Apartment Incentive Loan (SAIL) Program. SAIL Program funds shall be made available under this NOFA at the following percentages per tenant group: 5% for Commercial Fishing Worker/Farmworker; 10% for Homeless; 13% for Special Needs, 24.6% for Elderly [Note: This amount is subject to a 10% reduction of the 24.6% set-aside amount, with the funds being made available to applicants for the Elderly Housing Community Loan Program]; and 47.4% for Families. The funds made available to any demographic category may not be less than 10% of the funds available at that time, except for Commercial Fishing Worker/Farmworker which may not be less than 5% of the funds available. Florida Housing currently anticipates the allocation of $102,500,000 of SAIL funding for all competitive solicitations associated with the above tenant groups.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488565820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Miscellaneous\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24885658\",\n            \"created_at\": \"2021-08-17T07:30:07.079098-04:00\"\n        },\n        {\n            \"id\": 54756,\n            \"title\": \"Website and Email Alert – Unauthorised Websites and Phishing Emails Related to Citibank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Citibank (Hong Kong) Limited relating to unauthorised websites and phishing emails, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA10710816520210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210816-5/\",\n            \"created_at\": \"2021-08-17T07:30:11.489391-04:00\"\n        },\n        {\n            \"id\": 54755,\n            \"title\": \"Business Interruption Insurance Test Case – Insurer Claims Data\",\n            \"summary\": \"The FCA gathers information regularly from all affected insurers on the progress of their non-damage business interruption insurance claims, and publishes this data. The FCA sent a Dear CEO letter to insurers affected by the business interruption insurance Test Case. The letter explained that FCA intended to gather information on all non-damage BI policies that are, in principle, capable of responding to the coronavirus (Covid-19) pandemic. FCA published an updated list of non-damage business interruption policies on 27 May 2021 that are, in principle, capable of responding to the Covid-19 pandemic in at least some circumstances, as submitted by insurers. The letter also set out FCA intention to gather information from all affected insurers regularly on the progress of their non-damage BI claims, and to publish some of this data.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17763FCA16570AI20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Market Data\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/data/bi-insurance-test-case-insurer-claims-data\",\n            \"created_at\": \"2021-08-17T07:30:11.427648-04:00\"\n        },\n        {\n            \"id\": 54718,\n            \"title\": \"North Carolina State Register, Volume 36 Issue 04\",\n            \"summary\": \"The North Carolina State Register, Volume 36, Issue 04, updated on August 16, 2021, includes notices of proposed rules from the Department of Public Safety, the Office of State Treasurer, and the Occupational Licensing Boards and Commissions among other information.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15285NC360420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"State Register\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Office of Administrative Hearings\"\n                }\n            ],\n            \"pdf_url\": \"https://files.nc.gov/ncoah/documents/files/Volume-36-Issue-04-August-16-2021.pdf\",\n            \"created_at\": \"2021-08-17T07:30:09.065244-04:00\"\n        },\n        {\n            \"id\": 54661,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Business before the Exposure Reduction Committee\",\n            \"summary\": \"The Exposure Reduction Committee of Citizens Property Insurance Corporation announces a telephone conference call to which all persons are invited to be held on September 21, 2021, to convene immediately following the first three consecutive committee meetings (Audit, FIC, and A&U), which begin at 1:00 p.m., at the Hyatt Regency Coral Gables, 50 Alhambra Plaza, Coral Gables, FL 33134. Telephone Public Line: (786)653-1003, Participant Code: 898 0124 2389. Zoom Webinar link available at www.citizensfla.com. Subject: Business before the Exposure Reduction Committee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488362120210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Citizen's Property Insurance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24883621\",\n            \"created_at\": \"2021-08-17T07:30:05.264792-04:00\"\n        },\n        {\n            \"id\": 54753,\n            \"title\": \"Final Notice 2021: EMGLegal Limited\",\n            \"summary\": \"By its Warning Notice dated 13 April 2021, the Authority gave notice to EMGLegal that it proposed to refuse the Application and that EMGLegal was entitled to make representations to the Authority about that proposed action. As no representations were received by the Authority from EMGLegal within the time allowed by the Warning Notice, the default procedures in paragraph 2.3.2 of the Authority’s Decision Procedure and Penalties Manual applied, permitting the Authority to treat the matters referred to in its Warning Notice as undisputed and, accordingly, to give a Decision Notice. By its Decision Notice dated 19 May 2021, the Authority gave EMGLegal notice that it had decided to take the action described above. EMGLegal had 28 days from the date the Decision Notice was given to refer the matter to the Upper Tribunal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA417420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/final-notices/emglegal-limited-2021.pdf\",\n            \"created_at\": \"2021-08-17T07:30:11.299083-04:00\"\n        },\n        {\n            \"id\": 54688,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Request for Applications for Grants for Partnerships in Improving the Safety of Health Care Services\",\n            \"summary\": \"The Florida medical malpractice joint underwriting association announces a public meeting to which all persons are invited. Date and time: Wednesday, August 25, 2021, 10:00 a.m. Place: Conference call. General subject matter to be considered: Representatives of the Florida Medical Malpractice Joint Underwriting Association will receive and consider questions about the Request for Applications for Grants for Partnerships in Improving the Safety of Health Care Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488420320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Medical Malpractice Joint Underwriting Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24884203\",\n            \"created_at\": \"2021-08-17T07:30:07.141948-04:00\"\n        },\n        {\n            \"id\": 54764,\n            \"title\": \"New Director General Announced for Customer Strategy and Tax Design\",\n            \"summary\": \"HM Revenue and Customs Chief Executive and Permanent Secretary Jim Harra announces today that Jonathan Athow has been appointed as the new Director General for the Customer Strategy and Tax Design Group. This follows the departure of Ruth Stanier from the role as she undertakes a 12-month career break. Jonathan is currently Deputy National Statistician and Director General for Economic Statistics at the Office for National Statistics and will join HMRC from the beginning of October.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKNJ596710220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Revenue & Customs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/new-director-general-announced-for-customer-strategy-and-tax-design\",\n            \"created_at\": \"2021-08-17T07:30:11.998193-04:00\"\n        },\n        {\n            \"id\": 54754,\n            \"title\": \"Final Notice 2021: Prestige First Ltd\",\n            \"summary\": \"By its Warning Notice dated 15 February 2021, the Authority gave notice to Prestige First that it proposed to refuse the Application and that Prestige First was entitled to make representations to the Authority about that proposed action. As no representations were received by the Authority from Prestige First within the time allowed by the Warning Notice, the default procedures in paragraph 2.3.2 of the Authority’s Decision Procedure and Penalties Manual applied, permitting the Authority to treat the matters referred to in its Warning Notice as undisputed and, accordingly, to give Prestige First a Decision Notice. By its Decision Notice dated 16 March 2021, the Authority gave Prestige First notice that it had decided to take the action. Prestige First had 28 days from the date the Decision Notice was given to refer the matter to the Upper Tribunal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA437620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/final-notices/prestige-first-ltd-2021.pdf\",\n            \"created_at\": \"2021-08-17T07:30:11.358372-04:00\"\n        },\n        {\n            \"id\": 54757,\n            \"title\": \"Website and Instant Message Alert – Suspicious Website and Phishing Instant Message Related to DBS Bank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by DBS Bank (Hong Kong) Limited relating to a suspicious website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA12310816420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210816-4/\",\n            \"created_at\": \"2021-08-17T07:30:11.554729-04:00\"\n        },\n        {\n            \"id\": 54677,\n            \"title\": \"Public Assistance Appeals and Arbitrations\",\n            \"summary\": \"This final rule implements the new right of arbitration authorized by the Disaster Recovery Reform Act of 2018 (DRRA) and revises the Federal Emergency Management Agency’s regulations regarding first and second Public Assistance appeals.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17213\",\n            \"regalytics_alert_id\": \"1891FR20211721320210816\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17213/public-assistance-appeals-and-arbitrations\",\n            \"created_at\": \"2021-08-17T07:30:06.361296-04:00\"\n        },\n        {\n            \"id\": 54744,\n            \"title\": \"Executive Communication to House Energy and Commerce Committee\",\n            \"summary\": \"A letter from the Director, Regulatory Management Division, Environmental Protection Agency, transmitting the Agency's final rule - Air Plan Approval;FL;Prevention of Significant Deterioration Infrastructure Elements [EPA-R04-OAR-2020-0459 FRL-10025-49-Region 4] received July 13, 2021, pursuant to 5 U.S.C. 801(a)(1)(A);Public Law 104–121, section 251;(110 Stat. 868);to the Committee on Energy and Commerce.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR35EC191720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Executive Communication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/1917?s=3&r=38\",\n            \"created_at\": \"2021-08-17T07:30:10.737633-04:00\"\n        },\n        {\n            \"id\": 54743,\n            \"title\": \"Executive Communication to House Ways and Means Committee\",\n            \"summary\": \"A letter from the Director, Legal Processing Division, Internal Revenue Service, transmitting the Service's final regulations - Mandatory 60-Day Postponement of Certain Tax-Related Deadlines by Reason of a Federally Declared Disaster [TD 9950] (RIN: 1545-BP98) received July 6, 2021, pursuant to 5 U.S.C. 801(a)(1)(A);Public Law 104–121, section 251;(110 Stat. 868) to the Committee on Ways and Means.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR30EC195420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Executive Communication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/1954?s=3&r=1\",\n            \"created_at\": \"2021-08-17T07:30:10.677569-04:00\"\n        },\n        {\n            \"id\": 54745,\n            \"title\": \"Governor Bryan Signs into Law Legislation Authorizing Repayment of 8% Pay Cut from 2011\",\n            \"summary\": \"On Monday, August 16, 2021, Governor Albert Bryan Jr. signed into law the measure passed by the 34th Legislature that allows the repayment of the 8 percent wages that were withheld from Government of the Virgin Islands employees in 2011. The Governor said that once the administration closes out Fiscal Year 2021 at the end of September, the government will use about $45 million to $50 million to begin sending checks repaying those employees who are eligible by November.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI556020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"U.S. Virgin Islands\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Virgin Islands Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-signs-into-law-legislation-authorizing-repayment-of-8-pay-cut-from-2011/\",\n            \"created_at\": \"2021-08-17T07:30:10.798434-04:00\"\n        },\n        {\n            \"id\": 54741,\n            \"title\": \"Treasury International Capital Data for June\",\n            \"summary\": \"U.S. Department of the Treasury today released Treasury International Capital (TIC) data for June 2021. The next release, which will report on data for July 2021, is scheduled for September 16, 2021. The sum total in June of all net foreign acquisitions of long-term securities, short-term U.S. securities, and banking flows was a net TIC inflow of $31.5 billion. Of this, net foreign private inflows were $69.3 billion, and net foreign official outflows were $37.8 billion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT44032420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0324\",\n            \"created_at\": \"2021-08-17T07:30:10.550874-04:00\"\n        },\n        {\n            \"id\": 54739,\n            \"title\": \"Federal Court Bars Florida Tax Preparation Businesses and Their Tax Return Preparers from Preparing Tax Returns\",\n            \"summary\": \"A federal court in the Southern District of Florida, West Palm Beach Division, has permanently enjoined four Palm Beach-area tax return preparers from preparing federal income tax returns for others and from owning or operating any tax return business in the future. In issuing an injunction against Marcus Alty; Jeanait Mathurin; Prestige Tax Services Inc. (dba Just Tax Services LLC); and Excellent Tax Services “LLC” (dba Excellent Tax Services), the court found that the defendants prepared tax returns making false or fraudulent claims for the American Opportunity Tax Credit and Earned Income Tax Credit, often based on fabricated business income and expenses. The order further holds that the defendants prepared returns that falsely claimed fuel tax credits and that reported false education expenses. The civil complaint filed against the defendants alleged that their fraudulent activities resulted in a loss to the Treasury of over $5 million. The court also ordered a 90-day discovery period to allow the United States to determine the appropriate disgorgement amount for the ill-gotten gains that defendants received for the preparation of tax returns containing falsely reported items.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2280820210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/federal-court-bars-florida-tax-preparation-businesses-and-their-tax-return-preparers-0\",\n            \"created_at\": \"2021-08-17T07:30:10.424963-04:00\"\n        },\n        {\n            \"id\": 54742,\n            \"title\": \"Treasury Announces Fossil Fuel Energy Guidance for Multilateral Development Banks\",\n            \"summary\": \"Department of the Treasury issued Fossil Fuel Energy Guidance for Multilateral Development Banks (MDBs), which is key Guidance in response to President Biden’s Executive Order 14008 on Tackling the Climate Crisis At Home and Abroad announced earlier this year. In its Guidance, Treasury advocates for MDB investments prioritizing clean energy, innovation, and energy efficiency, which will help achieve a clean and sustainable future consistent with the development goals of the Paris Agreement. U.S. Secretary of the Treasury Janet L. Yellen previewed Treasury’s MDB Guidance at the April 2021 G7 Leaders Summit on Climate and more recently discussed this with Heads of the MDBs in July 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT81032320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0323\",\n            \"created_at\": \"2021-08-17T07:30:10.614051-04:00\"\n        },\n        {\n            \"id\": 54724,\n            \"title\": \"Proposed Order: Substituted Compliance Application Submitted by UBS AG and Credit Suisse AG in Connection with Certain Requirements Applicable to Non-U.S. Security-Based Swap Dealers Subject to Regulation in the Swiss Confederation\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is soliciting public comment on an application by UBS AG and Credit Suisse AG (the “Swiss Firms”) requesting that the Commission determine that registered security-based swap dealers (“SBSDs”) that are not U.S. persons and that are subject to certain regulation in the Swiss Confederation (“Switzerland”) may comply with certain requirements under the Exchange Act via compliance with corresponding requirements of Switzerland. The Commission also is soliciting comment on a proposed Order providing for conditional substituted compliance in connection with the application. The Commission is soliciting public comment on an application by the Swiss Firms requesting that the Commission determine that SBSDs that are not U.S. persons and that are subject to certain regulation in Switzerland may satisfy certain requirements under the Exchange Act by complying with comparable requirements in Switzerland.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17424\",\n            \"regalytics_alert_id\": \"1891FR20211742420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": \"2021-09-10\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17424/notice-of-substituted-compliance-application-submitted-by-ubs-ag-and-credit-suisse-ag-in-connection\",\n            \"created_at\": \"2021-08-17T07:30:09.449033-04:00\"\n        },\n        {\n            \"id\": 54725,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, August 19, 2021\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is announcing that a meeting is scheduled to be held at 2:00 p.m. on Thursday, August 19, 2021. The meeting will be held via remote means and/or at the Commission’s headquarters, 100 F Street, NE, Washington, DC 20549. This meeting will be closed to the public. The subject matter of the closed meeting will consist of the following topics: Institution and settlement of injunctive actions; Institution and settlement of administrative proceedings; Resolution of litigation claims; and other matters relating to examinations and enforcement proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17624\",\n            \"regalytics_alert_id\": \"1891FR20211762420210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Meeting\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17624/sunshine-act-meetings\",\n            \"created_at\": \"2021-08-17T07:30:09.515832-04:00\"\n        },\n        {\n            \"id\": 54726,\n            \"title\": \"Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order: Pearson Plc\",\n            \"summary\": \"Pearson, a multinational educational publishing and services company, made material misstatements and omissions regarding a 2018 cyber intrusion that affected several million rows of student data across 13,000 school, district, and university AIMSweb 1.0 customer accounts in the United States. In its July 26, 2019 report furnished to the Commission, Pearson’s risk factor disclosure implied that Pearson faced the hypothetical risk that a “data privacy incident” “could result in a major data privacy or confidentiality breach” but did not disclose that Pearson had in fact already experienced such a data breach. On July 31, 2019, approximately two weeks after Pearson sent a breach notification to affected customers, in response to an inquiry by a national media outlet, Pearson issued a previously-prepared media statement that also made misstatements about the nature of the breach and the number of rows and type of data involved. it is hereby Ordered that: Respondent cease and desist from committing or causing any violations and any future violations of Sections 17(a)(2) and 17(a)(3) of the Securities Act, Section 13(a) of the Exchange Act, and Rules 12b-20, 13a-15(a), and 13a-16 thereunder. Respondent shall, within 10 days of the entry of this Order, pay a civil money penalty in the amount of $1,000,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331096320210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-10963.pdf\",\n            \"created_at\": \"2021-08-17T07:30:09.582512-04:00\"\n        },\n        {\n            \"id\": 54713,\n            \"title\": \"Governor Sisolak Launches Infrastructure Week in Nevada\",\n            \"summary\": \"This week, Nevada Governor Steve Sisolak, along with other State officials, will highlight Infrastructure Week in Nevada. At the State Infrastructure Bank meeting on Monday, the Governor will highlight various projects throughout the week in both the Northern and Southern part of the State. Infrastructure projects like transportation, water, and utility projects and also allows for infrastructure projects related to renewable energy, recycling and sustainability, new technologies, affordable housing, health care, food insecurity, and public education will help create thousands of good-paying jobs for Nevadans\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV246ON20210815\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Nevada\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Nevada Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/THIS_WEEK__Governor_Sisolak_launches_‘Infrastructure_Week’_in_Nevada,_highlights_job-creation_legislation/\",\n            \"created_at\": \"2021-08-17T07:30:08.743465-04:00\"\n        },\n        {\n            \"id\": 54715,\n            \"title\": \"Senate Bill 101: Minimum Gross Business Income for Business Profits Tax Return\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. An act increasing the minimum gross business income required for filing a business profits tax return.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB10110220210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-07-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Senate Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire State Senate\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB101/\",\n            \"created_at\": \"2021-08-17T07:30:08.870450-04:00\"\n        },\n        {\n            \"id\": 54714,\n            \"title\": \"House Bill 533: Amendment to HB 533\",\n            \"summary\": \"Signed by the Governor on 08/10/2021. Establishing a division of investigation and compliance in the lottery commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB5338920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"House Bill\",\n            \"states\": [\n                {\n                    \"name\": \"New Hampshire\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB533/\",\n            \"created_at\": \"2021-08-17T07:30:08.806620-04:00\"\n        },\n        {\n            \"id\": 54723,\n            \"title\": \"Recordkeeping and Reporting Requirements for Security-Based Swap Dealers, Major Security-Based Swap Participants, and Broker-Dealers: Correction\",\n            \"summary\": \"The Securities and Exchange Commission has announced that on September 19, 2019, the Securities and Exchange Commission (the “Commission”) adopted recordkeeping, reporting, and notification requirements applicable to security-based swap dealers and major security-based swap participants, securities count requirements applicable to certain security-based swap dealers, and additional recordkeeping requirements applicable to broker-dealers to account for their security-based swap and swap activities. Release 34-87005 (Sept. 19, 2019) was published in the Federal Register on Dec. 16, 2019 (84 FR 68550). This document corrects a technical inaccuracy in that release. The Commission is making a technical correction to Part II of Form X-17A-5 (referenced in 17 CFR 249.617). The release resulting in the technical inaccuracy was published in the Federal Register on December 16, 2019 [84 FR 68550], and adopted by the Commission in Exchange Act Release No. 87005 on September 19, 2019.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-16960\",\n            \"regalytics_alert_id\": \"1891FR20211696020210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": \"2021-08-16\",\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-16960/recordkeeping-and-reporting-requirements-for-security-based-swap-dealers-major-security-based-swap\",\n            \"created_at\": \"2021-08-17T07:30:09.382610-04:00\"\n        },\n        {\n            \"id\": 54752,\n            \"title\": \"A Multi-level Network Approach to Spillovers Analysis: An Application to the Maltese Domestic Investment Funds Sector\",\n            \"summary\": \"In this paper we present a new approach to analyse the interconnectedness between a macro-level network and a local-level network. Our methodology is developed on the Diebold and Yilmaz connectedness measure and it considers the presence of entities within a global network which can influence other entities within their own local network but are not relevant enough to influence the entities which do not belong to the same local network. This methodology is then applied to the Maltese domestic investment funds sector and we find that a high-level correlation between the domestic funds can transmit higher spillovers to the local stock exchange index and to the government bond secondary market prices. Moreover, a high correlation among the Maltese domestic investment funds can increase their vulnerability to shocks stemming from financial indices, and therefore, investment funds may potentially become a shock transmission channel.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": \"No. 124\",\n            \"regalytics_alert_id\": \"17692ESRB1179920210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Working Paper\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Systemic Risk Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.esrb.europa.eu/pub/pdf/wp/esrb.wp124~0d1aaf1a99.en.pdf\",\n            \"created_at\": \"2021-08-17T07:30:11.238240-04:00\"\n        },\n        {\n            \"id\": 54711,\n            \"title\": \"Paperwork Reduction Act Approvals: Appeals Procedures\",\n            \"summary\": \"The National Credit Union Administration (NCUA) is announcing the extension of Appeals Procedures. Section 741.3(b)(5) of NCUA’s rules and regulations requires federally-insured credit unions with assets of more than $50 million to develop, as a prerequisites for insurability of its member deposits, a written interest rate risk management policy and a program to effectively implement the policy. The need for FICU to have a written policy to establish responsibilities and procedures for identifying, measuring, monitoring, controlling, and reporting, and establishing risk limits are essential components of safe and sound credit union operations and to ensure the security of the National Credit Union Share Insurance Fund (NCUSIF).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17415\",\n            \"regalytics_alert_id\": \"1891FR20211741520210816\",\n            \"proposed_comments_due_date\": \"2021-10-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17415/agency-information-collection-activities-proposed-collection-comment-request\",\n            \"created_at\": \"2021-08-17T07:30:08.620348-04:00\"\n        },\n        {\n            \"id\": 54710,\n            \"title\": \"Paperwork Reduction Act Approvals: Consumer Assistance Center\",\n            \"summary\": \"The Dodd-Frank Wall Street Reform and Consumer Protection Act (Dodd-Frank Act) authorizes the National Credit Union Administration (NCUA) to accept and resolve member complaints. NCUA has centralized the intake of consumer inquiries and complaints under the Consumer Assistance Center, via the MyCreditUnion.gov website. The Consumer Assistance Center assists consumers with information about federal financial consumer protection and share insurance matters and assists in resolving disputes with credit unions. Consumers can make inquiries or submit a complaint electronically through the MyCreditUnion.gov website. The on-line portal offers a template for consumers to use to aid in identifying their concerns.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17413\",\n            \"regalytics_alert_id\": \"1891FR20211741320210816\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": \"2021-08-16\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/16/2021-17413/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-08-17T07:30:08.556045-04:00\"\n        },\n        {\n            \"id\": 54712,\n            \"title\": \"Charitable Gaming Activity April - June, 2021\",\n            \"summary\": \"The Department of Revenue, Lottery and Charitable Gaming Division reported today that total dollars wagered on charitable gaming activities for April through June, 2021 were $93.8 million, which is 1.3% less than the previous quarter, when $95 million was wagered.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18925NE45CH11620210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Nebraska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.nebraska.gov/sites/revenue.nebraska.gov/files/doc/news-release/gaming/Gaming_Activity_08-16-2021.pdf\",\n            \"created_at\": \"2021-08-17T07:30:08.683042-04:00\"\n        },\n        {\n            \"id\": 54689,\n            \"title\": \"OFR Issues Proclamations Regarding Tropical Storm Fred\",\n            \"summary\": \"The Office of Financial Regulation has issued proclamations to Florida state-chartered financial institutions and securities professionals regarding Tropical Storm Fred. In which hereby acknowledge the emergency conditions in Florida that may be caused by what is known as Tropical Depression Fred, and therefore authorize state, national, and federally chartered financial institutions located in the following counties: Bay, Calhoun, Citrus, Dixie, Escambia, Franklin, Gadsden, Gilchrist, Gulf, Holmes, Jackson, Jefferson, Lafayette, Leon, Levy, Liberty, Manatee, Okaloosa, Santa Rosa, Taylor, Wakulla, Walton, and Washington to close or remain closed until the officers of such institutions advise me that the emergency conditions no longer exist. The notice should include the following information: the office address, the entities involved, the names of registered personnel, and a contact telephone number.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1229FL549620210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://flofr.gov/sitePages/OFRNews.htm?p=ofr-issues-proclamations-regarding-tropical-storm-elsa\",\n            \"created_at\": \"2021-08-17T07:30:07.204760-04:00\"\n        },\n        {\n            \"id\": 54663,\n            \"title\": \"Statement by Chuck Cross, SVP of Nonbank Supervision, Conference of State Bank Supervisors: CSBS Welcomes Coordination with Ginnie Mae\",\n            \"summary\": \"“We welcome the opportunity to work with Ginnie Mae as it develops financial requirements for nonbanks that service mortgages in Ginnie Mae mortgage-backed securities. Coordination between state and federal requirements in this area can help to ensure market stability and orderly implementation for industry.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"739CSBS1091320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-16\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Conference of State Bank Supervisors\"\n                }\n            ],\n            \"pdf_url\": \"https://www.csbs.org/newsroom/csbs-welcomes-coordination-ginnie-mae\",\n            \"created_at\": \"2021-08-17T07:30:05.393875-04:00\"\n        },\n        {\n            \"id\": 53737,\n            \"title\": \"FINRA Reminds Firms of their Supervisory Obligations Related to Outsourcing to Third-Party Vendors\",\n            \"summary\": \"Member firms are increasingly using third-party vendors to perform a wide range of core business and regulatory oversight functions. FINRA is publishing this Notice to remind member firms of their obligation to establish and maintain a supervisory system, including written supervisory procedures (WSPs), for any activities or functions performed by third-party vendors, including any sub-vendors (collectively, Vendors) that are reasonably designed to achieve compliance with applicable securities laws and regulations and with applicable FINRA rules.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA922920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Rule Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FinraNotices/%7E3/nnbrKcS5IPg/21-29\",\n            \"created_at\": \"2021-08-16T07:30:11.699793-04:00\"\n        },\n        {\n            \"id\": 53736,\n            \"title\": \"Stress Test Results\",\n            \"summary\": \"As required under the Dodd-Frank legislation, Fannie Mae (FNMA/OTCQB) conducted a stress test in 2020 and 2021 reflecting two hypothetical economic scenarios. The results of the severely adverse scenario for both tests were published today by the Federal Housing Finance Agency (FHFA) and Fannie Mae. Fannie Mae's projected performance in the hypothetical severely adverse scenario has improved significantly since the implementation of the regulatory stress testing requirement eight years ago. Fannie Mae’s strong underwriting and prudent risk reduction practices have resulted in declines in risk exposures and hypothetical stress losses while allowing the company to maintain its mission to provide liquidity in all U.S. markets and in all economic cycles.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA7320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Fannie Mae\"\n                }\n            ],\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/stress-test-results\",\n            \"created_at\": \"2021-08-16T07:30:11.632295-04:00\"\n        },\n        {\n            \"id\": 53738,\n            \"title\": \"FINRA Alerts Firms to a Phishing Email Campaign Using Multiple Imposter FINRA Domain Names\",\n            \"summary\": \"FINRA warns member firms of an ongoing phishing campaign that involves fraudulent emails purporting to be from FINRA and using one of at least three imposter FINRA domain names;“@finrar-reporting.org”; “@Finpro-finrar.org”; and “@gateway2-finra.org”. The email asks the recipient to click a link to “view request” and provide information to “complete” that request, noting that “late submission may attract penalties.”\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA923020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Rule Filing\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FinraNotices/%7E3/QLfuC0VBHEo/21-30\",\n            \"created_at\": \"2021-08-16T07:30:11.768087-04:00\"\n        },\n        {\n            \"id\": 53735,\n            \"title\": \"Stipulation and Agreement (August 13 Update): Mountain Vista Wealth Management, LLC\",\n            \"summary\": \"From approximately September 14, 2018 to June 11, 2021, Mountain Vista transacted business from a Connecticut office located at 4 Prospect Street, Ridgefield, Connecticut 06877 (“Ridgefield Office”) at a time when the Ridgefield Office was not registered as a branch office. After the Division brought its concerns to Mountain Vista’s attention, Mountain Vista filed an application to register the Ridgefield Office as a branch office under the Act, and the registration became effective on June 11, 2021. Now Therefore, the Parties Hereto Do Mutually Agree as Follows: No later than the date this Stipulation and Agreement is executed by the Commissioner, Mountain Vista shall remit to the Department the sum of two thousand five hundred dollars ($2,500) as an administrative fine. Mountain Vista, its members, officers, representatives, agents, employees, affiliates, and successors in interest shall refrain from engaging, directly or indirectly, in conduct constituting or which would constitute a violation of the Act or any regulation or order under the Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19299CT3710920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Enforcement Action\",\n            \"states\": [\n                {\n                    \"name\": \"Connecticut\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Banking, Securities and Business Investments Division\"\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Securities/2021-SBID/Mountain-Vista-Wealth-Mgt-Stipulation.pdf#\",\n            \"created_at\": \"2021-08-16T07:30:11.565120-04:00\"\n        },\n        {\n            \"id\": 53660,\n            \"title\": \"Notice of Suspension\",\n            \"summary\": \"The Supreme Court of Pennsylvania issued an Order dated July 30, 2021 suspending Susan Ann Lowden from the practice of law in this Commonwealth for a period of two years, effective August 29, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL27420210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-29\",\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The Disciplinary Board of the Supreme Court of Pennsylvania\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1274.html\",\n            \"created_at\": \"2021-08-16T07:30:06.721860-04:00\"\n        },\n        {\n            \"id\": 53728,\n            \"title\": \"Unclaimed Property Owners Should Contact the Treasury Department\",\n            \"summary\": \"Each year, the Treasury Department receives millions of dollars in unclaimed property. Common types of unclaimed property are savings or checking accounts, stocks, dividends, checks that have not been cashed such as payroll, certificates of deposit, unclaimed insurance benefits, insurance premium refunds, and the like. Unclaimed property owners are reported and delivered to the department. If you find your name, you may file a claim at the Treasury Department.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL30520210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Treasury\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1305.html\",\n            \"created_at\": \"2021-08-16T07:30:11.105430-04:00\"\n        },\n        {\n            \"id\": 53739,\n            \"title\": \"Order Granting Approval of Proposed Rule Change, as Modified by Amendment Nos. 2 and 3, to Amend Its Rules to Prohibit Member Organizations from Seeking Reimbursement, in Certain Circumstances, from Issuers for Forwarding Proxy and Other Materials to Bene\",\n            \"summary\": \"On November 30, 2020, New York Stock Exchange LLC (“NYSE” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”), a proposed rule change to amend its rules to prohibit member organizations from seeking reimbursement, in certain circumstances, from issuers for forwarding proxy and other materials to beneficial owners. The proposed rule change was published for comment in the Federal Register on December 18, 2020. On April 6, 2021, the Exchange filed Amendment No. 1 to the proposed rule change; the Exchange withdrew that amendment on April 16, 2021. On April 16, 2021, the Exchange filed Amendment No. 2 to the proposed rule change, which superseded the proposed rule change as originally filed. The proposed rule change, as modified by Amendment No. 2, was published for comment in the Federal Register on April 29, 2021. On June 11, 2021, the Commission designated a longer period for Commission action on proceedings to determine whether to approve or disapprove the proposed rule change. On June 22, 2021, the Exchange filed partial Amendment No. 3 to the proposed rule change. It is therefore ordered, that the proposed rule change (SR-NYSE-2020-98), as amended by Amendment Nos. 2 and 3, be and hereby is approved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349266720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-92667.pdf\",\n            \"created_at\": \"2021-08-16T07:30:11.838502-04:00\"\n        },\n        {\n            \"id\": 53771,\n            \"title\": \"The Rise in Foreign Currency Bonds: The Role of Us Monetary Policy and Capital Controls\",\n            \"summary\": \"An unintended consequence of loose US monetary policy is the increase in currency risk exposure abroad. Using firm-level data on corporate bond issuances in 17 emerging market economies (EME) between 2003 and 2015, we find that EME companies are more likely to issue bonds in foreign currency when US interest rates are low. This increase occurs across the board, including for firms more vulnerable to foreign exchange exposure, and is particularly strong for bonds issued in local markets. Interestingly, capital controls on bond inflows significantly decrease the likelihood of issuing in foreign currency and can even eliminate the adverse impact of low US interest rates. In contrast, macroprudential foreign exchange regulations tend to increase foreign currency issuances of non-financial corporates, although this effect can be significantly reduced using capital controls.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB1F5C917820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/n/mmr/reference/working_paper_2021_11/source/working_paper_2021_11.n.pdf\",\n            \"created_at\": \"2021-08-16T07:30:13.842723-04:00\"\n        },\n        {\n            \"id\": 53725,\n            \"title\": \"Proposed Rule Change to Amend the Expiration Timeframe of Long-Term Index Options Series\",\n            \"summary\": \"On August 10, 2021, NASDAQ BX, Inc. filed with the Securities and Exchange Commission the proposed rule change to amend obligations of Market Makers and Lead Market Makers to amend the expiration timeframe of Long-Term Options Series. The Exchange also proposes to amend the time of expiration term of LEAPs on index options from nine to sixty months to twelve to sixty months. Likewise, the Exchange proposes to amend the time of expiration for strike price interval, continuity rules and bid/ask differentials for LEAPS on index options from less than nine to less than twelve months. The Exchange proposes to implement this amendment on or before September 30, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12564BX349266420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ BX, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/bx/2021/34-92664.pdf\",\n            \"created_at\": \"2021-08-16T07:30:10.911436-04:00\"\n        },\n        {\n            \"id\": 53723,\n            \"title\": \"Proposed Rule Change to Amend Its Fee Schedule: Miami International and Securities Exchange LLC\",\n            \"summary\": \"On August 2, 2021, Miami International Securities Exchange LLC filed with the Securities and Exchange Commission a proposed rule change to amend the Fee Schedule to adopt a tiered-pricing structure for additional Limited Service MIAX Express Interface Ports available to Market Makers. The Exchange believes a tiered-pricing structure will encourage Market Makers to be more efficient and economical when determining how to connect to the Exchange; It should also enable the Exchange to better monitor and provide access to the Exchange’s network to ensure sufficient capacity and headroom in the System. The Exchange proposes to amend the fees for additional Limited Service MEI Ports. The Commission may temporarily suspend such rule change if it appears to the Commission that such action is necessary or appropriate in the public interest, for the protection of investors, or otherwise in furtherance of the purposes of the Act\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12574MIAX349266120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/miax/2021/34-92661.pdf\",\n            \"created_at\": \"2021-08-16T07:30:10.770434-04:00\"\n        },\n        {\n            \"id\": 53709,\n            \"title\": \"Filing of Amendment No. 1 and Order Instituting Proceedings to Determine Whether to Approve or Disapprove the Proposed Rule Change, as Modified by Amendment No. 1, Relating to Security-Based Swaps\",\n            \"summary\": \"On April 26, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change SR-FINRA-2021-008 (“Proposed Rule Change”) to amend FINRA Rules 0180, 4120, 4210, 4220, 4240 and 9610 to clarify the application of FINRA rules to security-based swaps (“SBS”) following the SEC's completion of its rulemaking regarding SBS dealers (“SBSDs”) and major SBS participants (“MSBSPs”) (collectively, “SBS Entities”). The Proposed Rule Change was published for public comment in the Federal Register on May 12, 2021. On June 14, 2021, FINRA consented to an extension of the time period in which the Commission must approve the Proposed Rule Change, disapprove the Proposed Rule Change, or institute proceedings to determine whether to approve or disapprove the Proposed Rule Change to August 10, 2021. On August 9, 2021, FINRA responded to the comment letters received in response to the Notice and filed an amendment to modify the Proposed Rule Change (“Amendment No. 1”). The Commission is publishing this order to solicit comments on Amendment No. 1 from interested persons and to institute proceedings to determine whether to approve or disapprove the Proposed Rule Change, as modified by Amendment No. 1.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17307\",\n            \"regalytics_alert_id\": \"1891FR20211730720210813\",\n            \"proposed_comments_due_date\": \"2021-09-03\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17307/self-regulatory-organizations-financial-industry-regulatory-authority-inc-notice-of-filing-of\",\n            \"created_at\": \"2021-08-16T07:30:09.852387-04:00\"\n        },\n        {\n            \"id\": 53727,\n            \"title\": \"Amended Notice for the Retail Incentive Program and Related Retailer Incentive Programs for Fiscal Year 2021-2022\",\n            \"summary\": \"The Secretary of Revenue hereby provides public notice of changes to the Retail Incentive Program and related Retailer Incentive Programs. Pennsylvania Lottery intends to modify the sales growth percentage goals for the Sales Growth Incentive Program. These changes are consistent with the Pennsylvania Lottery's record sales for Fiscal Year 2020-2021 and the updated goals for Fiscal Year 2021-2022. A retailer who exceeds their prior year sales figure by at least 0.01%, but not more than 3.99%, for any Quarter in the Fiscal Year to which this notice applies, shall be awarded an additional 0.75% incentive above the Standard Retailer Commission; a retailer who exceeds their sales baseline figure for any Quarter by at least 4% shall be awarded an additional 1.50% incentive above the Standard Retailer Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL29220210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1292.html\",\n            \"created_at\": \"2021-08-16T07:30:11.041658-04:00\"\n        },\n        {\n            \"id\": 53726,\n            \"title\": \"American Rescue Act Funds for Travel, Tourism and Recreation\",\n            \"summary\": \"The National Governors Associations’ Outdoor Recreation Learning Network hosted a briefing for its members on the American Rescue Act funds for Travel, Tourism and Recreation. The briefing featured speakers from the U.S. Economic Development Administration, EDA who discussed eligible uses for the $750 million in recovery funds targeted to travel, tourism and recreation, as well as eligible applicants, deadlines for applications and spending, matching fund requirements and more details on the Notice of Funding Opportunity (NoFO).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11887NGA4095620210804\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"National Governors Association\"\n                }\n            ],\n            \"pdf_url\": \"https://www.nga.org/webinars/briefing-on-american-rescue-act-funds-for-travel-tourism-and-recreation/?utm_source=rss&utm_medium=rss&utm_campaign=briefing-on-american-rescue-act-funds-for-travel-tourism-and-recreation\",\n            \"created_at\": \"2021-08-16T07:30:10.975604-04:00\"\n        },\n        {\n            \"id\": 53697,\n            \"title\": \"Individualized Education Accounts\",\n            \"summary\": \"Hearing to be held at Davy Crockett Building, Conference Room 1C, 1st Floor, 500 James Robertson Parkway; Nashville, 37243 on 9/16/2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN3336720210916\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee State Board of Education\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/07-39-21.pdf\",\n            \"created_at\": \"2021-08-16T07:30:09.085085-04:00\"\n        },\n        {\n            \"id\": 53760,\n            \"title\": \"Euro Area Financial Vehicle Corporations Statistics (Dataset: FVC)\",\n            \"summary\": \"Event: Euro area financial vehicle corporations statistics (Dataset: FVC). Time: Tuesday, 17 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB66Eu20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:13.183457-04:00\"\n        },\n        {\n            \"id\": 53700,\n            \"title\": \"Treasury Sanctions Cuban Ministry of Interior Officials and Military Unit in Response to Violence Against Peaceful Demonstrators\",\n            \"summary\": \"Today, August 13, 2021. the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) sanctioned two Cuban individuals and one Cuban entity pursuant to Executive Order, which builds upon and implements the Global Magnitsky Human Rights Accountability Act and targets perpetrators of serious human rights abuse and corruption around the world. This is the third round of sanctions since protests started in Cuba on July 11, 2021, as Treasury continues to aggressively target persons in connection with actions to suppress peaceful, pro-democratic protests in Cuba. The targets of today’s designations are Romarico Vidal Sotomayor Garcia (Sotomayor) and Pedro Orlando Martinez Fernandez (Martinez) of the Cuban Ministry of the Interior (MININT); and the Tropas de Prevencion (TDP) of the Cuban Ministry of Revolutionary Armed Forces (MINFAR).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT128032120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0321\",\n            \"created_at\": \"2021-08-16T07:30:09.276920-04:00\"\n        },\n        {\n            \"id\": 53699,\n            \"title\": \"Counter Terrorism Designations; Global Magnitsky Designations; Iran-related Designation\",\n            \"summary\": \"The Office of Foreign Assets Control (OFAC) has updated the Specially Designated Nationals (SDN) List. Individuals: AL HABSI, Mahmood Rashid Amur Oman; MARTINEZ FERNANDEZ, Pedro Orlando of Cuba; and SOTOMAYOR GARCIA, Romarico Vidal of Cuba. Enttiies: BRAVERY MARITIME CORPORATION (a.k.a. BRAVERY MARITIME CORP), Dubai, United Arab Emirates; NIMR INTERNATIONAL L.L.C. (a.k.a. \\\"NIMR IRAQ BRANCH\\\"), Office No. 1, 5th Floor, Al Nadha Towers 2, Ghala Industrial Area, Muscat, Oman; NIMR INTERNATIONAL S.R.L., STR. Horea NR. 80-82A AP. 13, Cluj-Napoca 400001, Romania; ORBIT PETROCHEMICALS TRADING LLC (a.k.a. ORBIT PETROCHEMICALS; a.k.a. ORBIT PETROCHEMICALS LLC), P.O. Box 2800, Seeb, Muscat, Oman; and TROPAS DE PREVENCION, Cuba. Vessel: OMAN PRIDE Crude Oil Tanker Liberia flag; Additional Sanctions Information - Subject to Secondary Sanctions; Vessel Registration Identification IMO 9153525 (vessel) [SDGT] (Linked To: BRAVERY MARITIME CORPORATION).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT16820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210813\",\n            \"created_at\": \"2021-08-16T07:30:09.212283-04:00\"\n        },\n        {\n            \"id\": 53698,\n            \"title\": \"Secretary Becerra Statement on LIHEAP’s 40th Anniversary\",\n            \"summary\": \"HHS Secretary Xavier Becerra released the following statement to mark the 40th anniversary of the Low-Income Home Energy Assistance Program (LIHEAP), August 13, 2021:“For forty years, this program has helped low-income families pay their home heating and cooling bills. This program is at the core of HHS’ mission—enhancing the health and well-being of all Americans. With extreme winters in Texas and record-breaking three-digit temperatures across the country, LIHEAP is more important than ever for people struggling with their utility bills. President Biden’s American Rescue Plan Act (ARP) included the largest increase in the program’s history, providing $4.5 billion in additional funding. With these additional funds, the program is able to offer relief to millions of working families impacted by the COVID-19 pandemic. I will continue to work with President Biden to strengthen this lifeline and ensure that it is accessible for everyone who needs it.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18125DOH5610220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Health and Human Services, Mentalhealth.gov\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hhs.gov/about/news/2021/08/13/secretary-becerra-statement-on-liheaps-40th-anniversary.html\",\n            \"created_at\": \"2021-08-16T07:30:09.151112-04:00\"\n        },\n        {\n            \"id\": 53758,\n            \"title\": \"Euro Area HICP Statistics (Seasonally Adjusted) (Dataset: ICP)\",\n            \"summary\": \"Event: Euro area HICP statistics (seasonally adjusted) (Dataset: ICP). Time: Wednesday, 18 August 2021 at 11:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB62Eu20210818\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:13.059958-04:00\"\n        },\n        {\n            \"id\": 53759,\n            \"title\": \"Monthly Indicators on Government Debt Securities (Dataset: GFS)\",\n            \"summary\": \"Event: Monthly indicators on government debt securities (Dataset: GFS). Time: Friday, 20 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB63Mo20210820\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:13.121122-04:00\"\n        },\n        {\n            \"id\": 53711,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Modify the NYSE Arca Options Fee Schedule\",\n            \"summary\": \"On August 4, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to modify the NYSE Arca Options Fee Schedule (“Fee Schedule”). The purpose of this filing is to amend the Fee Schedule to remove language associated with a fee waiver and a credit that expired at the close of business on June 30, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17304\",\n            \"regalytics_alert_id\": \"1891FR20211730420210813\",\n            \"proposed_comments_due_date\": \"2021-09-03\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17304/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2021-08-16T07:30:09.980520-04:00\"\n        },\n        {\n            \"id\": 53694,\n            \"title\": \"The Minnesota Department of Revenue Reminds Property Tax Refund Filers to File Before the August 15 Deadline\",\n            \"summary\": \"The Minnesota Department of Revenue reminds homeowners and renters to file for their 2019 property tax refund before the August 15, 2021 deadline. Additionally, claims for 2020 refunds can be filed from now until August 15, 2022. Renters have started receiving their refunds and homeowners can expect to start getting their refunds as early as late August. Last year, more than 790,000 Minnesotans filed 2020 property tax refunds for over $790 million in property tax refunds, with the average refund of $1,065 for homeowners and $690 for renters. Taxpayers should keep these tips in mind as they file for property tax refunds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18883MN108TH12520210811\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Minnesota\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Minnesota Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.state.mn.us/press-release/2021-08-11/minnesota-department-revenue-reminds-property-tax-refund-filers-file\",\n            \"created_at\": \"2021-08-16T07:30:08.892050-04:00\"\n        },\n        {\n            \"id\": 53687,\n            \"title\": \"Notice of Emergency Rule: Game Number 1499, Crossword Cash\",\n            \"summary\": \"This emergency rule describes Game Number 1499, “CROSSWORD CASH,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487857720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-45&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.446535-04:00\"\n        },\n        {\n            \"id\": 53740,\n            \"title\": \"2020 NCIUA Member Company Annual Homeowners Report\",\n            \"summary\": \"The purpose of this bulletin is to inform your company of the annual Homeowners;reporting requirements called for under NCGS §58-45-71. Each member company of the North Carolina Insurance Underwriting Association is required to report annually to the Commissioner information regarding their homeowners policy writings, including homeowners wind and hail, in the beach and coastal areas. Only companies that have data to report must complete this data call.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6072NC6011720210215\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Bulletin\",\n            \"states\": [\n                {\n                    \"name\": \"North Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/documents/property-and-casualty/21-b-03-2020-nciua-member-company-annual-homeowners-report/open\",\n            \"created_at\": \"2021-08-16T07:30:11.904311-04:00\"\n        },\n        {\n            \"id\": 53685,\n            \"title\": \"Notice of Emergency Rule: Game Number 1495, Magic 8 Ball\",\n            \"summary\": \"This emergency rule describes Game Number 1495, “MAGIC 8 BALL,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487198120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-43&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.318988-04:00\"\n        },\n        {\n            \"id\": 53686,\n            \"title\": \"Notice of Emergency Rule: Game Number 1497, Triple Crossword\",\n            \"summary\": \"This emergency rule describes Game Number 1497, “TRIPLE CROSSWORD,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487828620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-44&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.382928-04:00\"\n        },\n        {\n            \"id\": 53695,\n            \"title\": \"General Fund Receipts — July 2021\",\n            \"summary\": \"Tax Commissioner Tony Fulton reports that gross General Fund receipts for July were $399 million, which is 2.1% above the forecast of $390 million. July Tax Refunds: Tax refunds for July were $87 million, which is 1.6% below the forecast of $89 million. July Net Receipts: Net receipts for July were $312 million, which is 3.2% above the forecast of $302 million. The comparisons in this report are based on the forecast made by the Nebraska Economic Forecasting Advisory Board on April 29, 2021. This forecast was adjusted for legislation passed in 2021, divided into monthly estimates and certified to the Clerk of the Legislature by the Tax Commissioner and Legislative Fiscal Analyst on July 14, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18925NE33GE12820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Nebraska Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://revenue.nebraska.gov/sites/revenue.nebraska.gov/files/doc/news-release/gen-fund/2021/General_Fund_Receipts_July_2021.pdf\",\n            \"created_at\": \"2021-08-16T07:30:08.955671-04:00\"\n        },\n        {\n            \"id\": 53707,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Dallas: 1. Security State Bank & Trust, Fredericksburg, Texas, as co-trustee of the Kathleen Keller 2016 Trust, Blanco County, Texas, and of the Kay Durst Family 2016 Trust, Gillespie County, Texas; to retain voting shares of Security Holding Company, and thereby indirectly retain voting shares of Security State Bank & Trust, both of Fredericksburg, Texas. Additionally, the Elliott Gage Hayne GST Trust, Elliott Gage Hayne, as trustee, the James L. Hayne, Jr. GST Trust, James L. Hayne, Jr., as trustee, the Nancy Elliott Hayne GST Trust, Nancy Elliott Hayne, as trustee, and the Walter Catto Hayne GST Trust, Walter Catto Hayne, as trustee, all of San Antonio, Texas; to join the Bonnen/Durst/Hayne/Igler/Keller/Kemp/LeJeune/Loth control group, a group acting in concert, to retain voting shares of Security Holding Company, and thereby indirectly retain voting shares of Security State Bank & Trust.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17390\",\n            \"regalytics_alert_id\": \"1891FR20211739020210813\",\n            \"proposed_comments_due_date\": \"2021-08-30\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17390/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-08-16T07:30:09.724319-04:00\"\n        },\n        {\n            \"id\": 53696,\n            \"title\": \"Vocational Recovery Assistance Program\",\n            \"summary\": \"Hearing to be held at 220 French Landing Drive, 1-A, Tennessee Room; Nashville, 37243 on 9/30/2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2886TN3343420210930\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Tennessee\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Labor and Workforce Development\"\n                }\n            ],\n            \"pdf_url\": \"https://publications.tnsosfiles.com/rules_filings/07-42-21.pdf\",\n            \"created_at\": \"2021-08-16T07:30:09.022179-04:00\"\n        },\n        {\n            \"id\": 53708,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (12 U.S.C. 1841 et seq.) (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Kansas City: 1. N.B.C. Bancshares in Pawhuska, Inc., Pawhuska, Oklahoma; to acquire The American Bank, Wagoner, Oklahoma. B. Federal Reserve Bank of San Francisco: 1. TriCo Bancshares, Chico, California; to acquire Valley Republic Bancorp, and thereby indirectly acquire Valley Republic Bank, both of Bakersfield, California.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17391\",\n            \"regalytics_alert_id\": \"1891FR20211739120210813\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17391/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-08-16T07:30:09.789538-04:00\"\n        },\n        {\n            \"id\": 53741,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Rule 952NY to Provide an Option for ATP Holders to Instruct the Exchange to Cancel Marketable Orders If a Series Is Not Opened Within a Specified Time Period\",\n            \"summary\": \"On August 10, 2021, NYSE American LLC (“NYSE American” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rule 952NY (Opening Process) to provide an option for ATP Holders to instruct the Exchange to cancel Marketable orders if a series is not opened within a specified time period. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12581NYSEAM349266820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE American LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyseamer/2021/34-92668.pdf\",\n            \"created_at\": \"2021-08-16T07:30:11.974100-04:00\"\n        },\n        {\n            \"id\": 53710,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Its Price List\",\n            \"summary\": \"On August 2, 2021, New York Stock Exchange LLC (“NYSE” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend its Price List to eliminate the (1) underutilized monthly rebate payable to Designated Market Makers (“DMM”) with 30 or fewer assigned securities, and (2) expired waivers for equipment and related service charges and trading license fees for NYSE Trading Floor-based member organizations. The Exchange proposes to implement the rule change on August 2, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17306\",\n            \"regalytics_alert_id\": \"1891FR20211730620210813\",\n            \"proposed_comments_due_date\": \"2021-09-03\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17306/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-08-16T07:30:09.915843-04:00\"\n        },\n        {\n            \"id\": 53677,\n            \"title\": \"Notice of Variances and Waivers: Ronald D. Rooks on Delinquency and Reactivation Fees\",\n            \"summary\": \"The Board of Accountancy hereby gives notice: of the issuance of a Notice regarding the Petition for Waiver or Variance, filed on May 17, 2021 by Ronald D. Rooks. The Notice of Petition for Waiver or Variance was published in Vol. 47, No. 106, of the June 2, 2021, Florida Administrative Register. Petitioner sought a permanent variance of Rules 61H1-31.004 and 31.006, F.A.C. (Delinquency and Reactivation Fee), to the extend necessary for the Board to find that he has met the requirements for renewal without penalty in this case. The Board considered the instant Petition at a duly-noticed public meeting, held June 18, 2021, via telephone and video conference. The Board’s Order, filed on July 26, 2021, denied the petition finding that Petitioner had not established that the purpose of the underlying statute, Section 473.305, Florida Statutes, would be met by granting a variance from Rules 61H1-31.004 and .006, F.A.C. The Board further found that Petitioner had not established that applying the requirements of the aforementioned rule to his circumstances would violate principles of fairness or impose substantial hardship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488032320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24880323\",\n            \"created_at\": \"2021-08-16T07:30:07.808713-04:00\"\n        },\n        {\n            \"id\": 53676,\n            \"title\": \"Notice of Variances and Waivers: Number of Sittings, and Granting of Credit, Release of Grades and Completion of Examination, Transition Rules (Marina Hernandez)\",\n            \"summary\": \"The Board of Accountancy hereby gives notice of the issuance of an Order regarding the Petition for Waiver or Variance, filed on May 25, 2021, by Marina Hernandez. The Notice of Petition for Waiver or Variance was published in Vol. 47, No. 106, of the June 2, 2021, Florida Administrative Register. Petitioner sought a waiver or variance of paragraph 61H1-28.0052(1)(b), F.A.C.( Number of Sittings, and Granting of Credit, Release of Grades and Completion of Examination, Transition Rules), that requires candidates to pass all four test sections of the CPA Examination within a rolling eighteen-month period, which begins on the NASBA grade release date for the first test section(s) passed. The Board considered the instant Petition at a duly-noticed public meeting, held June 18, 2021, via telephone and video conference. The Board’s Order, filed on July 26, 2021, granted the petition finding that Petitioner had established that the purpose of the underlying statute, Section 473.306, Florida Statutes, would be met by granting a variance from paragraph 61H1-28.0052(1)(b), F.A.C. The Board further found that Petitioner had established that applying the requirements of the aforementioned rule to her circumstances would violate principles of fairness and impose substantial hardship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487809220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24878092\",\n            \"created_at\": \"2021-08-16T07:30:07.744369-04:00\"\n        },\n        {\n            \"id\": 53663,\n            \"title\": \"Trade at the Local Level: 2020 Metropolitan Export Data Now Available\",\n            \"summary\": \"Most Americans live in metropolitan areas, which consist of densely populated core regions and surrounding areas with ties to those cores. Statisticians define these as Metropolitan Statistical Areas (MSAs), and trade specialists study these localities because they can provide valuable insight into the performance of U.S. exports, industries and our economy. Despite global economic impacts from the COVID-19 pandemic, 2020 was still a big year for the 392 MSAs of the United States, which in total exported $1.3 trillion in goods. While exports declined $194 billion from 2019, a deeper study of the MSA data reveals pockets of resilience. In fact, almost one-quarter of reported MSAs experienced export growth, with Portland (OR) and Stockton (CA) leading the charge (with increases of $4.1 billion and $2.5 billion, respectively).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC17320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Blog\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\"\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/blog/2021/08/trade-local-level-2020-metropolitan-export-data-now-available\",\n            \"created_at\": \"2021-08-16T07:30:06.914566-04:00\"\n        },\n        {\n            \"id\": 53664,\n            \"title\": \"Families Now Receiving August Child Tax Credit Payments, Still Time for Low-Income Families to Sign Up\",\n            \"summary\": \"The Internal Revenue Service and the Treasury Department announced today that millions of American families are now receiving their advance Child Tax Credit (CTC) payment for the month of August as direct deposits begin posting in bank accounts and checks arrive in mailboxes. This second batch of advance monthly payments, worth about $15 billion, are reaching about 36 million families today across the country. The majority will be issued by direct deposit. Under the American Rescue Plan, most eligible families received the first payment on July 15, and payments will continue each month for the rest of 2021. For these families, each payment is up to $300 per month for each child under age 6 and up to $250 per month for each child ages 6 through 17.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS10613420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\"\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-families-now-receiving-august-child-tax-credit-payments-still-time-for-low-income-families-to-sign-up\",\n            \"created_at\": \"2021-08-16T07:30:06.979085-04:00\"\n        },\n        {\n            \"id\": 53678,\n            \"title\": \"Notice of Variances and Waivers: Concentrations in Accounting and Business by Peerbolte\",\n            \"summary\": \"The Board of Accountancy hereby gives notice: Peerbolte. The Notice of Petition for Waiver or Variance was published in Vol. 47, No. 87, of the May 5, 2021, Florida Administrative Register. Petitioner sought a permanent variance from paragraph 61H1-27.002(2)(a), F.A.C. (Concentrations in Accounting and Business), to the extent necessary for the Board to find that he has met the education requirements for licensure as a CPA. The Board considered the instant Petition at a duly-noticed public meeting, held June 18, 2021, via telephone and video conference. The Board’s Order filed on July 26, 2021, denied the petition finding that Petitioner did not establish that the purpose of the underlying statute would be met if he were granted a variance; that he did not establish that the Board’s application of paragraph 61H1-27.002(2)(a), F.A.C., to his circumstances, would violate the principles of fairness and impose a substantial hardship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488051720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24880517\",\n            \"created_at\": \"2021-08-16T07:30:07.871339-04:00\"\n        },\n        {\n            \"id\": 53665,\n            \"title\": \"Executive Communication to House Ways and Means Committee(EC1675)\",\n            \"summary\": \"A letter from the Federal Register Liaison Officer, Alcohol and Tobacco Tax and Trade Bureau, Department of the Treasury, transmitting the Department's final rule - Establishment of The Burn of Columbia Valley Viticultural Area [Docket No.: TTB-2020-0005; T.D. TTB-168; Ref: Notice No.: 190] (RIN: 1513-AC60) received July 16, 2021, pursuant to 5 U.S.C. 801(a)(1)(A); Public Law 104–121, section 251; (110 Stat. 868); to the Committee on Ways and Means.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR30EC167520210722\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Executive Communication\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/1675?s=5&r=258\",\n            \"created_at\": \"2021-08-16T07:30:07.043139-04:00\"\n        },\n        {\n            \"id\": 53666,\n            \"title\": \"Inslee names Tara C. Smith Director of the Washington Department of Enterprise Services\",\n            \"summary\": \"Governor Jay Inslee today named Tara C. Smith the director of the Washington Department of Enterprise Services (DES) effective Sept. 7. She replaces Chris Liu who departed the agency earlier this year. As director of the Internal Services Department for Miami-Dade County since 2015, she was responsible for the management of 1,000 employees and an operational budget of $317 million and a capital budget of $500 million. She managed an agency that provides services similar to DES in one of the county’s largest operational agencies, including: facilities, security, centralized procurement, capital program management, real estate, business resources, risk management and fleet management.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8247WA20220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Washington\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Washington Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.wa.gov/news-media/inslee-names-tara-c-smith-director-washington-department-enterprise-services\",\n            \"created_at\": \"2021-08-16T07:30:07.104536-04:00\"\n        },\n        {\n            \"id\": 53667,\n            \"title\": \"Equalized Values Report Shows Strong Increase\",\n            \"summary\": \"The Wisconsin Department of Revenue (DOR) released its annual Equalized Values Report. The report shows Wisconsin’s total statewide equalized property value as of January 1, 2021, was $654 billion, a 7% increase over the prior year; growth occurred in all property classifications. Equalized values are based on data from January 1, 2020 to January 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18943WI45EQ6820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Wisconsin\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Department of Revenue\"\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.wi.gov/Pages/News/2021/2021-Equalized-Values.pdf\",\n            \"created_at\": \"2021-08-16T07:30:07.167639-04:00\"\n        },\n        {\n            \"id\": 53656,\n            \"title\": \"Contested Cases\",\n            \"summary\": \"The Teacher Retirement System of Texas (TRS) proposes amendments relating to administrative review of individual requests and relating to proposals for decision, exceptions, and appeals to the Board of Trustees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX156320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Teacher Retirement System of Texas\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August132021/Proposed Rules/34.PUBLIC FINANCE.html#63\",\n            \"created_at\": \"2021-08-16T07:30:06.444513-04:00\"\n        },\n        {\n            \"id\": 53657,\n            \"title\": \"Employment After Retirement\",\n            \"summary\": \"The Teacher Retirement System of Texas (TRS) proposes to repeal under Subchapter A (relating to General Provisions) of Chapter 31 in Part 3 of Title 34 of the Texas Administrative Code; under Subchapter B (relating to Employment After Service Retirement) of Chapter 31 of Subchapter C (relating to Employment After Disability Retirement) of Chapter 31. These repeals are proposed in conjunction with the proposed new rules under Chapter 31 published elsewhere in this issue of the Texas Register. TRS has proposed that the proposed new Chapter 31 rules, shall become effective on November 1, 2021 or on the earliest first day of a calendar month after twenty days after TRS submits the adopted new rules to the Secretary of State.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX275020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Teacher Retirement System of Texas\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August132021/Proposed Rules/34.PUBLIC FINANCE.html#50\",\n            \"created_at\": \"2021-08-16T07:30:06.517766-04:00\"\n        },\n        {\n            \"id\": 53661,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Listing Rule 5910 to Modify the Application Fee for Companies Listing Under IM-5101-2\",\n            \"summary\": \"On August 3, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend Listing Rule 5910 to modify the application fee for companies listing under IM-5101-2 (companies whose business plan is to complete one or more acquisitions) on the NASDAQ Global Market. NASDAQ proposes to revise the application fee payable by Acquisition Companies listing on the NASDAQ Global Market to make it the same as the application fee payable by Acquisition Companies listing on the NASDAQ Capital Market. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349266320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nasdaq/2021/34-92663.pdf\",\n            \"created_at\": \"2021-08-16T07:30:06.788063-04:00\"\n        },\n        {\n            \"id\": 53659,\n            \"title\": \"Health Care and Insurance Programs\",\n            \"summary\": \"The Teacher Retirement System of Texas (TRS) proposes to amend relating to Employer Health Benefit Surcharge. These amendments are proposed in conjunction with the proposed new rules and proposed repealed rules under Chapter 31 (relating to Employment After Retirement. These proposed new rules and proposed repeals are published elsewhere in this issue of the Texas Register. TRS has determined that proposed amended §41.4, if adopted, shall become effective November 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX345820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Teacher Retirement System of Texas\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/August132021/Proposed Rules/34.PUBLIC FINANCE.html#58\",\n            \"created_at\": \"2021-08-16T07:30:06.660500-04:00\"\n        },\n        {\n            \"id\": 53724,\n            \"title\": \"Proposed Rule Change to Amend Its Fee Schedule: Additional Limited Service, MIAX, Emerald Express and Interface Ports\",\n            \"summary\": \"On August 2, 2021, MIAX Emerald, LLC with the Securities and Exchange Commission a proposed rule change to amend the Fee Schedule to adopt a tiered-pricing structure for additional Limited Service MIAX Emerald Express Interface Ports available to Market Makers. The Exchange believes a tiered-pricing structure will encourage Market Makers to be more efficient and economical when determining how to connect to the Exchange. This should also enable the Exchange to better monitor and provide access to the Exchange’s network to ensure sufficient capacity and headroom in the System. As of July 31, 2021, the Exchange had a market share of only 4.15% of the U.S. equity options industry for the month of July 202. The Commission summarily may temporarily suspend such rule change if it appears to the Commission that such action is necessary or appropriate in the public interest, for the protection of investors, or otherwise in furtherance of the purposes of the Act.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3020MIAX349266220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX Emerald, LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/emerald/2021/34-92662.pdf\",\n            \"created_at\": \"2021-08-16T07:30:10.844767-04:00\"\n        },\n        {\n            \"id\": 53683,\n            \"title\": \"Notice of Emergency Rule: Game Number 7018, Struck by Luck\",\n            \"summary\": \"This emergency rule describes Game Number 7018, “STRUCK BY LUCK,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value, and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2485801320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-46&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.192062-04:00\"\n        },\n        {\n            \"id\": 53662,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend the Expiration Timeframe of Long-Term Index Options Series\",\n            \"summary\": \"On August 9, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend The NASDAQ Options Market LLC (“NOM”) Rules at Options 2, Section 5, Market Maker Quotations and Options 4A, Section 12, Terms of Index Option Contracts. Specifically, the Exchange proposes to amend the expiration timeframe of Long-Term Options Series or “LEAPs.” The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349266620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nasdaq/2021/34-92666.pdf\",\n            \"created_at\": \"2021-08-16T07:30:06.851490-04:00\"\n        },\n        {\n            \"id\": 53649,\n            \"title\": \"Adoption of Court Action to Reduce Evictions Program\",\n            \"summary\": \"This 2nd day of August, 2021, pursuant to the following August 2, 2021, Order of the Pennsylvania Supreme Court specifically authorizing the undersigned to establish and operate the Court Action to Reduce Evictions program, and upon consideration of: the continuing economic effects of the ongoing COVID-19 pandemic, including with particular relevance to this order, job losses and the attendant income reduction or elimination for those who have lost employment, many of whom rely on residential rental properties to provide shelter for themselves and their families. This order is effective immediately and shall expire on October 31, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL27320210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Supreme Court\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1273.html\",\n            \"created_at\": \"2021-08-16T07:30:05.952533-04:00\"\n        },\n        {\n            \"id\": 53650,\n            \"title\": \"SEC Obtains Court Order to Stop Investment Adviser's Alleged Ongoing Offering Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced the filing of an emergency action against Martin A. Ruiz of New York, New York, and two entities he controls, Carter Bain Wealth Management, LLC (Carter Bain) and RAM Fund, LP (RAM). Shortly after the filing of the complaint, the SEC obtained a temporary restraining order and asset freeze against Ruiz, Carter Bain, and RAM to stop an allegedly ongoing fraudulent securities offering through which Ruiz and his entities allegedly misappropriated millions of dollars from investors. According to the SEC's complaint, filed in the United States District Court for the Southern District of New York on August 6, 2021, and unsealed on August 12, 2021, Ruiz induced at least 56 investors, many of whom are elderly clients of Ruiz's New Mexico-based investment adviser Carter Bain, to invest at least $10.6 million in RAM by falsely claiming that their funds would be used to acquire real estate and to make commercial loans. The complaint charges Ruiz, Carter Bain, and RAM with violating Section 17(a)(1) and (3) of the Securities Act of 1933 and Section 10(b) of the Securities Exchange Act of 1934 and Rule 10b-5 thereunder. The SEC obtained emergency relief, including a temporary restraining order and asset freeze, against Ruiz, Carter Bain, and RAM on August 9, 2021. The SEC seeks additional remedies in the ongoing litigation, including permanent injunctions, disgorgement of ill-gotten gains with prejudgment interest, and civil penalties, against Ruiz, Carter Bain, RAM, and other entities Ruiz owns and controls.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2516520210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Litigation Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25165.htm\",\n            \"created_at\": \"2021-08-16T07:30:06.037506-04:00\"\n        },\n        {\n            \"id\": 53647,\n            \"title\": \"Alleged Violation of Insurance Laws: Kelly Lynn Klink\",\n            \"summary\": \"On July 29, 2021 the Deputy Insurance Commissioner issued order to show cause against Kelly Lynn Klink, (“Respondent”), violating alleged sections 611-A(20) and 678-A(b) of The Insurance Department Act of 1921. The Respondent shall file a written answer to the order to show cause within 30 days of the date of issue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL29620210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1296.html\",\n            \"created_at\": \"2021-08-16T07:30:05.822422-04:00\"\n        },\n        {\n            \"id\": 53653,\n            \"title\": \"SEC Obtains Emergency Relief, Charges Two Florida Companies and their Principal Officer with Operating a Ponzi Scheme\",\n            \"summary\": \"The Securities and Exchange Commission today announced that it filed an emergency action and obtained a temporary restraining order, an asset freeze, and the appointment of a receiver to stop an alleged Ponzi scheme and misappropriation of investor proceeds perpetrated by Coral Springs, Florida resident Johanna M. Garcia and two entities she controls. According to the SEC's complaint, which was filed in federal court in the Southern District of Florida, since about June 2020, Garcia and her companies raised at least $70 million from more than 2,150 investors in a fraudulent securities offering. The complaint alleges that Garcia, and her companies MJ Capital Funding LLC and MJ Taxes and More Inc. told investors that offering proceeds would be used to fund small business loans called \\\"merchant cash advances,\\\" and promised investors annual returns of 120-180%. In addition, the complaint alleges that the defendants misused another $27.4 million of investor money by making payments to various other entities, a substantial portion of which represented payments to sales agents for promoting these investments. The SEC's complaint, filed on Aug. 9, 2021, and unsealed today, charges the defendants with violating the antifraud and registration provisions of the federal securities laws. In addition to the emergency relief granted by the court, the complaint seeks preliminary and permanent injunctions; disgorgement, prejudgment interest, and a civil penalty from each of the defendants; and an officer and director bar against Garcia.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC0C3EFC0D20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-151\",\n            \"created_at\": \"2021-08-16T07:30:06.251440-04:00\"\n        },\n        {\n            \"id\": 53648,\n            \"title\": \"Application for Renewal of Designation as a Certified Reinsurer\",\n            \"summary\": \"Equator Reinsurances Limited has applied for renewal of its designation as a certified reinsurer in this Commonwealth. The application was received on June 30, 2021, and was made under section 319.1 of The Insurance Company Law of 1921 (40 P.S. § 442.1) and 31 Pa. Code§ 161.3a (relating to requirements for certified reinsurers).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL29720210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1297.html\",\n            \"created_at\": \"2021-08-16T07:30:05.888918-04:00\"\n        },\n        {\n            \"id\": 53772,\n            \"title\": \"Does the Market Believe In Loss-Absorbing Bank Debt? \",\n            \"summary\": \"We propose a simple model to estimate the risk-neutral loss distribution from the credit spreads of long-term debt instruments with different seniorities. We apply our model to a sample of global systemically important banks that have issued bail-in debt in order to meet the total loss-absorbing capacity (TLAC) requirements established after the global financial crisis. Bail-in debt is a new debt category that absorbs losses in a gone-concern situation and that ranks between subordinated debt and non-eligible senior debt. With a structural model for these three debt layers, we calibrate the tail of the risk-neutral loss distribution such that it is consistent with the observed market prices. Based on this loss distribution, we find that the expected loss in a gone-concern situation exceeds TLAC for most banks and that the risk-neutral probability that TLAC will not be sufficient to cover the losses in such a situation is approximately 50%. The large expected losses that we find with our model are a consequence of the similar pricing of bail-in debt relative to other senior debt. We argue that regulators should promote further clarity about the subordination and the conversion mechanism of bail-in debt to achieve a more differentiated pricing that is more in line with regulatory expectations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB2079014320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/n/mmr/reference/working_paper_2021_13/source/working_paper_2021_13.n.pdf\",\n            \"created_at\": \"2021-08-16T07:30:13.902671-04:00\"\n        },\n        {\n            \"id\": 53773,\n            \"title\": \"IMF SDDS Plus, 13 August 2021\",\n            \"summary\": \"The Swiss National Bank published the following data set: financial sector central bank survey.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB9B2A67420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://data.snb.ch/en/publishingSet/SDDSPLUS\",\n            \"created_at\": \"2021-08-16T07:30:13.962869-04:00\"\n        },\n        {\n            \"id\": 53774,\n            \"title\": \" Australia Trade Deal :UK Lawyers Gain Big Wins\",\n            \"summary\": \"UK legal services are set to enjoy an export boost that make it easier for British lawyers to practise in Australia. British lawyers can continue to provide UK and international legal services in Australia using their existing qualifications with more clarity and certainty. This will include arbitration, conciliation and mediation services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUU80508520210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for International Trade\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/uk-lawyers-gain-big-wins-from-australia-trade-deal\",\n            \"created_at\": \"2021-08-16T07:30:14.045435-04:00\"\n        },\n        {\n            \"id\": 53757,\n            \"title\": \"Euro Area Monthly Balance of Payments (Dataset: BP6)\",\n            \"summary\": \"Event: Euro area monthly balance of payments (Dataset: BP6). Time: Thursday, 19 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB52Eu20210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:12.997429-04:00\"\n        },\n        {\n            \"id\": 53770,\n            \"title\": \"What Drives Inflation and How? Evidence From Additive Mixed Models Selected by cAIC\",\n            \"summary\": \"We analyze the forces that explain inflation using a large panel of 122 countries from 1997 to 2015. Models motivated by the economic theory are compared to a boosting algorithm, and nonlinearities and structural breaks are explicitly considered. The boosting algorithm outperforms theory-based models. Further, we provide compelling evidence that the interaction of energy price and energy rents stand out among 37 explanatory variables. Other important determinants are demographic developments. Contrary to common belief, globalization and technology, public debt, central bank independence and transparency as well as countries’ political characteristics, are less relevant. Exchange rate arrangements are more important than inflation-targeting regimes. Moreover, GDP per capita is more relevant than the output gap and credit growth is generally superior to M2 growth. Many predictors exhibit a structural break since the financial crisis. In particular, credit growth has lost its grip on the inflation process.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB1F4D417420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/n/mmr/reference/working_paper_2021_12/source/working_paper_2021_12.n.pdf\",\n            \"created_at\": \"2021-08-16T07:30:13.782354-04:00\"\n        },\n        {\n            \"id\": 53775,\n            \"title\": \"Treasury Work Experience Scheme\",\n            \"summary\": \"Students from across the country got a taste of what it is like to work at the centre of government this week when they took part in a work experience scheme at the Treasury. The virtual work experience scheme, was aimed at young people who wouldn’t usually think of working at the Department. Students gained some experience of what it’s like to work in the civil service and learned about the role the Treasury plays in overseeing public spending and setting economic policy through a variety of seminars on topics including public spending, financial services and tax.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSS174599420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/students-learn-about-the-treasury-in-work-experience-scheme\",\n            \"created_at\": \"2021-08-16T07:30:14.123152-04:00\"\n        },\n        {\n            \"id\": 53654,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: David P. Ortiz\",\n            \"summary\": \"Ortiz, 59, resides in Whittier, California. Since August 2016, Ortiz has been associated with David Ortiz Advisors, Inc., a California company registered as an investment adviser with the State of California. Ortiz holds a Series 6 securities license and previously held a Series 63 license. From no later than July 2017 through July 2018, Ortiz acted as an unregistered broker or dealer by selling the securities of 1 Global Capital LLC, without being registered as a broker-dealer or associated with a registered broker-dealer. The Commission deems it necessary and appropriate in the public interest that public administrative proceedings be instituted to determine whether the allegations set forth in Section II hereof are true and, in connection therewith, to afford Respondent an opportunity to establish any defenses to such allegations and remedial action. It is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions set forth in Section III hereof shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an answer to the allegations contained in this order within 20 days after service of this Order. If Respondent fails to file the directed answer or fails to appear at a hearing or conference after being duly notified, the Respondent may be deemed in default and the proceedings may be determined against him upon consideration of this order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349267420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Order\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-92674.pdf\",\n            \"created_at\": \"2021-08-16T07:30:06.316642-04:00\"\n        },\n        {\n            \"id\": 53646,\n            \"title\": \"Pelosi Remarks at Press Conference on President Biden’s Child Tax Credit\",\n            \"summary\": \"“Maxine here, our Chair, talked about Rosa DeLauro, the Chair of Appropriations, for 20 years she's been fighting for this, but Joe Biden in the White House really made it happen. That's why we call it the Biden Tax Credit, but I call it the Biden Tax Cut because that's really what it amounts to. And it also is called – we call it ‘Social Security for children.’ This is so important for the children. Maxine knows – we go back way back before either of us was in Congress. I had no intention of running for Congress, but my motivation was that one in five children in America lives in poverty. Maxine was in the state legislature, and she did great work there. And she later came to Congress, but I left home for the children. We also want to say that this is part of the Rescue package. And the Rescue package has in it funds to keep people from being evicted and from eviction, and Maxine Waters wrote that language last year in the year-end bill and then the further language in what we call the Rescue package. In the Rescue package was the Child Tax Credit. But as we go forward for the children will have, you all will know, we’ll have universal pre-K. We will have a big, transformative investment in child care. We will have family and medical leave — twelve weeks paid, paid. And we will have a big commitment to home health care for children, for people with disabilities, for elders, so that parents can work. As we said in the other room, children learning, parents earning. That's a good formula for our families.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH8132120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\"\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/81321\",\n            \"created_at\": \"2021-08-16T07:30:05.760149-04:00\"\n        },\n        {\n            \"id\": 53756,\n            \"title\": \"Euro Money Market Statistics (Dataset: MMSR)\",\n            \"summary\": \"Event: Euro money market statistics (Dataset: MMSR). Time: Tuesday, 17 August 2021 at 10:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB44Eu20210817\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:12.935148-04:00\"\n        },\n        {\n            \"id\": 53753,\n            \"title\": \"Proposed Amendments to the Price List in Eurex Clearing Circular 072/21 Relating to the Launch of the New Securities Clearing Platform \\\"C7 Securities Clearing Service.\\\"\",\n            \"summary\": \"Eurex Clearing is proposing to amend the Price List to reflect the launch of its new securities clearing platform, \\\"C7 Securities Clearing Service,\\\" for securities transactions arising from trades executed on Eurex Exchange and for trades executed on Frankfurt Stock Exchange (Xetra and Börse Frankfurt). For the avoidance of doubt, Eurex Clearing clears these contracts outside the scope of its DCO license, which applies only to swaps. The date of intended implementation is September 27, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4647820210813-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Eurex Clearing AG\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46478\",\n            \"created_at\": \"2021-08-16T07:30:12.745461-04:00\"\n        },\n        {\n            \"id\": 53754,\n            \"title\": \"Proposed Amendments to the Price List in Eurex Clearing Circular 073/21 Relating to the Launch of Four New MSCI Futures at Eurex Frankfurt\",\n            \"summary\": \"Eurex Clearing is proposing to amend its Price List to reflect the launch of four additional MSCI Index Futures (MSCI Brazil, MSCI China, MSCI EM Asia ESG Screened, and MSCI Switzerland) at Eurex Deutschland. Eurex Clearing will provide clearing services for these contracts. For the avoidance of doubt, Eurex Clearing clears these contracts outside the scope of its DCO license, which applies only to swaps. The date of intended implementation is September 6, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4647920210813-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Eurex Clearing AG\"\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46479\",\n            \"created_at\": \"2021-08-16T07:30:12.809436-04:00\"\n        },\n        {\n            \"id\": 53763,\n            \"title\": \"Website and Email Alert – Unauthorised Websites and Phishing Emails Related to Citibank (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Citibank (Hong Kong) Limited relating to unauthorised websites and phishing emails, which has been reported to the HKMA. A hyperlink to the press release is available on the HKMA website. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS (including via embedded hyperlinks).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA10710813720210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\"\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/08/20210813-7/\",\n            \"created_at\": \"2021-08-16T07:30:13.363230-04:00\"\n        },\n        {\n            \"id\": 53749,\n            \"title\": \"Mortgage Pricing and Monetary Policy\",\n            \"summary\": \"This paper provides novel evidence on lenders’ mortgage pricing and on how central bank operations affected it. Using the universe of mortgages originated in the UK, we show that lenders seek to segment the market by offering two-part tariffs composed of interest rates and origination fees, and that during recent periods of unconventional monetary policy, such as UK’s Funding for Lending Scheme, lenders decreased interest rates and increased origination fees. To understand lenders’ pricing strategies and their effects on market equilibrium, we develop and estimate a structural discrete-continuous model of mortgage demand and lender competition in which borrowers may have different sensitivities to rates and fees. We use the estimated model to decompose the effects of central bank unconventional monetary policy on mortgage pricing and lending, finding that central bank operations increased borrower surplus and lender profits. Moreover, although origination fees allow lender to price discriminate and capture surplus, banning fees would lower borrower surplus and aggregate welfare.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UK136E420210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/working-paper/2021/mortgage-pricing-and-monetary-policy\",\n            \"created_at\": \"2021-08-16T07:30:12.496570-04:00\"\n        },\n        {\n            \"id\": 53750,\n            \"title\": \"Staff Working Paper 935: Corporate Debt Booms, Financial Constraints and the Investment Nexus\",\n            \"summary\": \"Does corporate debt overhang affect investment over the medium term? To uncover this association, I measure debt overhang with a concept of debt accumulation or debt boom, and combine leverage with liquid assets to capture financial constraints. Using a large US firm-level panel over 1985 Q1–2019 Q1, I find that debt overhang leads financially vulnerable firms to cut permanently back on investment: a 10 percentage point increase in the three-year change in the leverage ratio is associated with lower investment growth of 5 percentage points after five years compared to the most resilient firms. I also find that vulnerable firms experience weaker intangible capital growth in the aftermath of debt booms. Finally, I find that general equilibrium effects dominate, stressing the risk that firm-specific debt booms in a subset of firms may spill over to the rest of the economy.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UK6B22D20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/working-paper/2021/corporate-debt-booms-financial-constraints-and-the-investment-nexus\",\n            \"created_at\": \"2021-08-16T07:30:12.556805-04:00\"\n        },\n        {\n            \"id\": 53655,\n            \"title\": \"Statement by Governor Henry McMaster on Dismissal of Lawsuit Challenging Return to Pre-Pandemic Unemployment Programs to Address Labor Shortage\",\n            \"summary\": \"Governor Henry McMaster released the following statement regarding today’s circuit court decision dismissing a lawsuit challenging the Governor’s decision to terminate South Carolina’s participation in optional federal pandemic-related unemployment-benefit programs and rejecting a request to reinstate the extra benefits: “These supplemental payments were intended to provide short-term assistance to individuals who lost their jobs, through no fault of their own, at the start of the pandemic. Continuing these supplemental benefits would have converted that emergency aid into a dangerous federal entitlement, incentivizing workers to stay at home rather than applying for one of the over 86,000 open positions in the State of South Carolina. Businesses large and small are fighting to survive and thrive, and they should not have to compete with federal benefits when looking for employees.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8364SC25620210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"South Carolina\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://governor.sc.gov/news/2021-08/statement-gov-henry-mcmaster-dismissal-lawsuit-challenging-return-pre-pandemic\",\n            \"created_at\": \"2021-08-16T07:30:06.380543-04:00\"\n        },\n        {\n            \"id\": 53751,\n            \"title\": \"Letter from Charlotte Gerken Gathering information for the Solvency II Review: Qualitative Questionnaire\",\n            \"summary\": \"Letter from Charlotte Gerken to the Chief Financial Officers of PRA-regulated Solvency II firms, introducing a qualitative questionnaire aimed at supporting the development of potential reforms, including cost benefit analysis, as part of the Government’s review of Solvency II.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17719UKC149F20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Prudential Regulation Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/prudential-regulation/letter/2021/august/gathering-information-solvency-ii-review-qualitative-questionnaire\",\n            \"created_at\": \"2021-08-16T07:30:12.616612-04:00\"\n        },\n        {\n            \"id\": 53684,\n            \"title\": \"Notice of Emergency Rule: Game Number 5022, 3 Times Lucky\",\n            \"summary\": \"This emergency rule describes Game Number 5022, “3 TIMES LUCKY,\\\" for which the Department of the Lottery will start selling tickets on a date to be determined by the Secretary of the Department. The rule sets forth the specifics of the game; determination of prizewinners; estimated odds of winning, value and number of prizes in the game.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487169020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Emergency Rule\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Lottery\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=53ER21-42&PDate=8/13/2021&Section=4#\",\n            \"created_at\": \"2021-08-16T07:30:08.255555-04:00\"\n        },\n        {\n            \"id\": 53755,\n            \"title\": \"ECB and Eurosystem Templates on International Reserves and Foreign Currency Liquidity (Dataset: RA6)\",\n            \"summary\": \"Event: ECB and Eurosystem templates on international reserves and foreign currency liquidity (Dataset: RA6). Time: Monday, 16 August 2021 at 12:00 CET.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB100EC20210816\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-08-16T07:30:12.872943-04:00\"\n        },\n        {\n            \"id\": 53752,\n            \"title\": \"Price Data From Exchange-Traded Funds Help Open-Ended Fund Managers Calculate Price Adjustments\",\n            \"summary\": \"OEFs are pooled investment structures that can give investors liquidity advantages, such as offering daily redemptions while investing in less liquid assets. However, if the price offered to a redeeming investor does not reflect the cost of liquidating their shares within the redemption notice period, this can dilute the share value of remaining investors, creating an incentive for investors to redeem first. This creates an incentive structure that can amplify redemptions during stressed market conditions. To test this assertion, we compared the price and spread information of sterling corporate bond ETFs with the price adjustments swing factors of sterling corporate bond OEFs with similar asset composition. Comparing ETF and OEF prices is not a perfect solution, as outlined in a report by the Bank for International Settlements Opens in a new window. For example, it can be difficult to identify an OEF and ETF with identical assets. However, the price and spreads of similar bonds tend to be correlated, which means that recognizing price information from broadly comparable ETFs could allow OEF fund managers to better address liquidity mismatch. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17725UKB25EB20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Report\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/bank-overground/2021/could-price-data-from-exchange-traded-funds-help-open-ended-fund-managers\",\n            \"created_at\": \"2021-08-16T07:30:12.678385-04:00\"\n        },\n        {\n            \"id\": 53730,\n            \"title\": \"Arizona Register 2021 - Vol. 27, Issue 33\",\n            \"summary\": \"The Arizona Administrative Register (A.A.R.) posted on the Arizona Secretary of State’s website is the official published version for rulemaking activity in the state of Arizona. Vol. 27, Issue 33 is for week ending August 13, 2021. This week's register includes: The Governor’s Office Governor’s Executive Order 2021-02 Moratorium on Rulemaking to Promote Job Creation and Economic Development.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8462AZ273320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Register Index\",\n            \"states\": [\n                {\n                    \"name\": \"Arizona\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Secretary of State\"\n                }\n            ],\n            \"pdf_url\": \"https://apps.azsos.gov/public_services/register/2021/33/contents.pdf\",\n            \"created_at\": \"2021-08-16T07:30:11.235079-04:00\"\n        },\n        {\n            \"id\": 53731,\n            \"title\": \"ATM Kiosk\",\n            \"summary\": \"The Department of Financial Protection and Innovation published this response letter which concerns Bitcoin ATM kioks and its licensing under the MTA. “Under the MTA, a person may not engage in the business of money transmission in California unless the person is licensed, exempt from licensure, or an agent of a person licensed or exempt from licensure. Financial Code section 2003, subdivision (q), defines “money transmission” as: (1) selling or issuing payment instruments, (2) selling or issuing stored value, or (3) receiving money for transmission. REDACTED's activities are limited to selling Bitcoin. This does not require an MTA license because it does not involve the sale or issuance of a payment instrument, the sale or issuance of stored value, or receiving money for transmission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA5020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"California\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Executive Office\"\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/08/13/atm-kiosk/\",\n            \"created_at\": \"2021-08-16T07:30:11.301064-04:00\"\n        },\n        {\n            \"id\": 53719,\n            \"title\": \"Privacy Act: Proposed Exemptions\",\n            \"summary\": \"The Federal Retirement Thrift Investment Board (FRTIB) proposes to exempt five systems of records from certain requirements of the Act. FRTIB has previously published System of Records Notices (SORNs) for these systems.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-16435\",\n            \"regalytics_alert_id\": \"1891FR20211643520210813\",\n            \"proposed_comments_due_date\": \"2021-09-13\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Proposed Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Federal Retirement Thrift Investment Board\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-16435/privacy-act-proposed-exemptions\",\n            \"created_at\": \"2021-08-16T07:30:10.510002-04:00\"\n        },\n        {\n            \"id\": 53733,\n            \"title\": \"Colorado Division of Securities Announces 2020-2021 Investment Adviser Examination Priorities\",\n            \"summary\": \" The Colorado Division of Securities (“Division”) released its 2020-2021 investment adviser examination priorities. Publication of the priorities should help advisory firms focus attention on common deficiencies or particular industry risks when reviewing their compliance programs or preparing for examinations. Examinations serve to protect investors by ensuring that advisers are following the Colorado laws and rules that govern them. The priorities list is not meant to cover all matters that will be reviewed in an examination and advisers are required to comply with all applicable rules.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19204CO105CA6820450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-08\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Colorado\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\"\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/CODORA/bulletins/2beca68\",\n            \"created_at\": \"2021-08-16T07:30:11.434564-04:00\"\n        },\n        {\n            \"id\": 53717,\n            \"title\": \"Paperwork Reduction Act Approvals: Generic Clearance for Meaningful Access Information Collections\",\n            \"summary\": \"The Bureau of Engraving and Printing (BEP), U.S. Department of the Treasury is announcing that a court order was issued in American Council of the Blind v. Paulson, 591 F. Supp. 2d 1 (D.D.C. 2008) (“ACB v. Paulson”) requiring the Department of the Treasury and BEP to “provide meaningful access to United States currency for blind and other visually impaired persons, which steps shall be completed, in connection with each denomination of currency, not later than the date when a redesign of that denomination is next approved by the Secretary of the Treasury . . . .”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17334\",\n            \"regalytics_alert_id\": \"1891FR20211733420210813\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17334/agency-information-collection-activities-proposed-collection-comment-request-generic-clearance-for\",\n            \"created_at\": \"2021-08-16T07:30:10.383303-04:00\"\n        },\n        {\n            \"id\": 53682,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Statewide Average Rate Change for Homeowners Multi-Peril business\",\n            \"summary\": \"The Office of Insurance Regulation announces a hearing to which all persons are invited. The Southern Fidelity Insurance Company Rate Hearing is scheduled for August 20, 2021, 9:00 a.m. at Pat Thomas Committee Room, 412 The Knott Building, Tallahassee, FL 32399. Agenda: Southern Fidelity Insurance Company has requested a statewide average rate change for its Homeowners Multi-Peril business.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2488080820210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24880808\",\n            \"created_at\": \"2021-08-16T07:30:08.127575-04:00\"\n        },\n        {\n            \"id\": 53729,\n            \"title\": \"Comments on Proposed Rulemaking by the Pennsylvania Public Utility Commission Regulation\",\n            \"summary\": \"Our comments are based on the Regulatory Review. This Act directs the Pennsylvania Public Utility Commission to respond to all comments received from us or any other source. A commentator expresses concern that several of the PUC's proposed regulations will have the effect of creating confusing and conflicting requirements for entities seeking recovery under Act 120 of 2018; The proposed regulation includes a definition for ''LSLR—Lead service line replacement.'' The PUC was asked to revise the heading of the definition of ''LSLR Project Area—Lead service line project area'' to include the word ''replacement.''; A commentator asserts that due to the acute risk to consumer health and safety the PUC should reduce the lengthy timeline to ten years, and notes that the entire cost of LSLR programs does not need to be recovered within the same timeframe for replacement; Assertions made by a commentator is that the creation of a LSLR Program will be challenging and of limited value for entities that do not have an inventory in place. The commentator asks for a timeframe consistent with the requirements set forth in the LCRR and ask the PUC to explain how the implementation requirements of this provision in the final regulation are reasonable and will impact existing programs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL29520210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Independent Regulatory Review Commission\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1295.html\",\n            \"created_at\": \"2021-08-16T07:30:11.170495-04:00\"\n        },\n        {\n            \"id\": 53712,\n            \"title\": \"Order Instituting Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change to List and Trade Shares of the Valkyrie Bitcoin Fund Under NYSE Arca Rule 8.201-E\",\n            \"summary\": \"On April 23, 2021, NYSE Arca, Inc. (“NYSE Arca” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to list and trade shares (“Shares”) of the Valkyrie Bitcoin Fund (“Trust”) under NYSE Arca Rule 8.201-E (Commodity-Based Trust Shares). The proposed rule change was published for comment in the Federal Register on May 12, 2021. On June 22, 2021 the Commission designated a longer period within which to approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to disapprove the proposed rule change. This order institutes proceedings to determine whether to approve or disapprove the proposed rule change. As described in more detail in the Notice, the Exchange proposes to list and trade the Shares of the Trust under NYSE Arca Rule 8.201-E, which governs the listing and trading of Commodity-Based Trust Shares on the Exchange.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17305\",\n            \"regalytics_alert_id\": \"1891FR20211730520210813\",\n            \"proposed_comments_due_date\": \"2021-09-03\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17305/self-regulatory-organizations-nyse-arca-inc-order-instituting-proceedings-to-determine-whether-to\",\n            \"created_at\": \"2021-08-16T07:30:10.059363-04:00\"\n        },\n        {\n            \"id\": 53714,\n            \"title\": \"Procedures for the Commission's Use of Certain Authorities under the Securities Exchange Act of 1934\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission” or “SEC”) is issuing this statement to clarify how the SEC will proceed when addressing certain issues under Exchange Act Rule 21F-3(b)(3) and Exchange Act Rule 21F-6 while the staff is preparing and the Commission is considering potential amendments to those rules (“Interim Policy-Review Period”). These procedures will remain in effect until withdrawn by the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17019\",\n            \"regalytics_alert_id\": \"1891FR20211701920210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": \"2021-08-13\",\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Rule\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17019/procedures-for-the-commissions-use-of-certain-authorities-under-rule-21f-3b3-and-rule-21f-6-of-the\",\n            \"created_at\": \"2021-08-16T07:30:10.193609-04:00\"\n        },\n        {\n            \"id\": 53689,\n            \"title\": \"Notice of Variances and Waivers: Naranja Lakes Housing Partners, LLC\",\n            \"summary\": \"On August 11, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002(96)(Definitions) of Florida Administrative Code and the Qualified Allocation Plan (2013) from Naranja Lakes Housing Partners, LLC allowing Petitioner to return its previously awarded 2020 Housing Credits for an immediate allocation of 2021 or 2022 Housing Credits now instead of waiting until the last quarter of 2022, and the current \\\"placed in service\\\" year.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487683120210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24876831\",\n            \"created_at\": \"2021-08-16T07:30:08.572957-04:00\"\n        },\n        {\n            \"id\": 53748,\n            \"title\": \"Chief Economists’ Workshop\",\n            \"summary\": \"The Centre for Central Banking Studies (CCBS) ran the Chief Economists’ Workshop for 2021 on the macroeconomic policy risks and opportunities associated with Central Bank Digital Currency from 12 - 14 July. Andrew Bailey gave welcome remarks, following by a keynote address by Prof. Michael Bordo (Rutgers University). Ben Broadbent chaired a session on CBDC and Transmission Mechanism on Day 1 (Monday 12 July) and Jon Cunliffe spoke at the panel discussion on Synthesis of Opportunities and Risks on Day 3, where he was joined by Cecilia Skingsley (Sveriges Riksbank), Natalie Haynes (Bank of Jamaica) and Tony Richards (Reserve Bank of Australia).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17711UK9688C20210712\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Event\",\n            \"states\": [],\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\"\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/events/2021/july/chief-economists-workshop\",\n            \"created_at\": \"2021-08-16T07:30:12.436178-04:00\"\n        },\n        {\n            \"id\": 53716,\n            \"title\": \"Partial Consent Decree: CERCLA\",\n            \"summary\": \"On August 7, 2021, the Department of Justice lodged a proposed Partial Consent Decree Regarding Certain Cost Claims (“Consent Decree”) in the United States District Court for the Central District of California, in the lawsuit entitled the United States of America and State of California v. Shell Oil Company, et al., Civil Action No. 2:91-CV-00589 (CJC). This Consent Decree represents a settlement of certain cost claims of the United States (“Plaintiff”) against Shell Oil Company, (“Shell” or “Defendant”) under Sections 106, 107, and 113 of the Comprehensive Environmental Response, Compensation, and Liability Act (“CERCLA”), 42 U.S.C. 9606, 9607, and 9613, relating to the McColl Superfund Site in Fullerton, California. Under the proposed Consent Decree, Shell will be required to pay the United States $29,501,511.85, plus interest in the amount of $3,059.39, and $75.83 per day from 3/16/2021 through the date of payment. Shell is also required under the Consent Decree to pay its allocated fair share of future response costs. The publication of this notice opens a period for public comment on the Consent Decree.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17281\",\n            \"regalytics_alert_id\": \"1891FR20211728120210813\",\n            \"proposed_comments_due_date\": \"2021-08-15\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17281/notice-of-lodging-of-partial-consent-decree-pursuant-to-the-comprehensive-environmental-response\",\n            \"created_at\": \"2021-08-16T07:30:10.319365-04:00\"\n        },\n        {\n            \"id\": 53705,\n            \"title\": \"Treasury and IRS Disburse Second Month of Advance Child Tax Credit Payments\",\n            \"summary\": \"The U.S. Department of the Treasury and the Internal Revenue Service announced today that more than $15 billion were paid to families that include roughly 61 million eligible children in the second monthly payment of the expanded and newly-advanceable Child Tax Credit from the American Rescue Plan passed in March. The number of payments this month increased and cover an additional 1.6 million children. Eligible families received a payment of up to $300 per month for each child under age 6 and up to $250 per month for each child age 6 to 17.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT75032220210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\"\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0322\",\n            \"created_at\": \"2021-08-16T07:30:09.595778-04:00\"\n        },\n        {\n            \"id\": 53693,\n            \"title\": \"August 12, 2021 - Insurance Commissioner Urges Vigilance During the Peak Period of Hurricane Season\",\n            \"summary\": \"September 10 marks the peak of hurricane season according to the National Oceanic and Atmospheric Association, and the Louisiana Department of Insurance (LDI) advises consumers to remain vigilant as we enter the most intense period of hurricane season in mid-August. The LDI reminds citizens that homeowners, business and flood insurance policies are the most important ways to safeguard your property from hurricanes. These products must be purchased in advance. It is imperative to act now because National Flood Insurance Program (NFIP) policies won’t take effect until 30 days after you apply, and most property insurers stop writing policies when a storm enters the Gulf of Mexico.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9077LA9920210812\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Louisiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Insurance\"\n                }\n            ],\n            \"pdf_url\": \"https://www.ldi.la.gov/news/press-releases/8-12-21-insurance-commissioner-urges-vigilance-during-the-peak-period-of-hurricane-season\",\n            \"created_at\": \"2021-08-16T07:30:08.826829-04:00\"\n        },\n        {\n            \"id\": 53718,\n            \"title\": \"Paperwork Reduction Act Approvals: Veterans Mortgage Life Insurance Inquiry\",\n            \"summary\": \"The Veterans Mortgage Life Insurance Inquiry solicits information needed from Veterans for the proper maintenance of Veterans Mortgage Life Insurance accounts. The form is authorized by 38 USC 2106 and 38 CFR 8a.3(e).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-17324\",\n            \"regalytics_alert_id\": \"1891FR20211732420210813\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": \"2021-08-13\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notice\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\"\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/08/13/2021-17324/agency-information-collection-activity-agency-information-collection-activity-veterans-mortgage-life\",\n            \"created_at\": \"2021-08-16T07:30:10.447201-04:00\"\n        },\n        {\n            \"id\": 53668,\n            \"title\": \"SEC Obtains Court Order to Stop Investment Adviser's Alleged Ongoing Offering Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced the filing of an emergency action against Martin A. Ruiz of New York, and two entities he controls, Carter Bain Wealth Management, LLC (Carter Bain) and RAM Fund, LP (RAM). Shortly after filing the complaint, the SEC obtained a temporary restraining order and asset freeze against Ruiz, Carter Bain, and RAM to stop an allegedly ongoing fraudulent securities offering through which Ruiz and his entities allegedly misappropriated millions of dollars from investors. The complaint charges Ruiz, Carter Bain, and RAM with violating the antifraud provisions of the federal securities laws. The SEC obtained emergency relief, including a temporary restraining order and asset freeze, against Ruiz, Carter Bain, and RAM on Aug. 9, 2021.The SEC seeks additional remedies in the ongoing litigation, including permanent injunctions, disgorgement of ill-gotten gains with prejudgment interest, and civil penalties, against Ruiz, Carter Bain, RAM, and other entities Ruiz owns and controls.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC01F6DD0D20210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"United States\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\"\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-150\",\n            \"created_at\": \"2021-08-16T07:30:07.230456-04:00\"\n        },\n        {\n            \"id\": 53692,\n            \"title\": \"Holcomb Statement on the 2021 Fiscal Year Close-Out\",\n            \"summary\": \"Governor Eric J. Holcomb offered the following statement regarding the 2021 fiscal year close-out which resulted in $3.9 billion in combined reserves: \\\"Because of the strong position Indiana occupied going into last year’s unprecedented global pandemic and partnerships at all levels of government, we now find ourselves at a place of full employment and growing economy. State fiscal leaders deserve high praise for closely monitoring financial forecasts and then quickly adapting to the facts on Main Street, Indiana. We quickly pivoted from managing through a once anticipated recession due to the ramifications of the COVID-19 pandemic to closing the state fiscal year with $3.9 billion in combined reserves. Now, with our 19th straight balanced budget, we are working on everything from mental health programs and health care supports to record increases in K-12 tuition support. We’re investing in state public facilities and infrastructure projects statewide on a level never seen before all the while doing everything we can to create a highly skilled workforce to fill the open jobs of today and tomorrow. Thanks to everyone’s diligent approach, including a bullish private sector, Indiana is positioned to begin the 2022 state fiscal year in a strong financial position that will benefit Hoosiers for years to come.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN271ANA20210714\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-07-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Press Release\",\n            \"states\": [\n                {\n                    \"name\": \"Indiana\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\"\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/holcomb_statement_on_the_2021_fiscal_year_close-out?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-08-16T07:30:08.763577-04:00\"\n        },\n        {\n            \"id\": 53690,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Premium Level Indication; Actuarial Services Engagement; Operations Manual; and Review of Rates, Rating Plans & Policy Forms and Associated Matters to Include Application Forms\",\n            \"summary\": \"The Florida Workers' Compensation Joint Underwriting Association, Inc., FWCJUA Rates & Forms Committee announces a telephone conference call to which all persons are invited to be held on August 24, 2021, 11:00 a.m. ET. Contact Kathy Coyne at (941)378-7408 to participate. Agenda topics may include premium level indication; actuarial services engagement; Operations Manual; and review of rates, rating plans & policy forms and associated matters to include application forms.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487838320210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Workers' Compensation Joint Underwriting Association, Inc.\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24878383\",\n            \"created_at\": \"2021-08-16T07:30:08.637297-04:00\"\n        },\n        {\n            \"id\": 53688,\n            \"title\": \"Notice of Variances and Waivers: HTG Oak Villas, LLC\",\n            \"summary\": \"On August 11, 2021, the Florida Housing Finance Corporation, received a petition for waiver of subsection 67-48.002(96)(Definitions) of Florida Administrative Code and the Qualified Allocation Plan from HTG Oak Villas, LLC waiving the QAP's prohibition from returning Housing Credit Allocations prior to the second quarter of 2022; allowing the immediate return of Petitioner's 2020 Housing Credit Allocation; immediately allocate new Housing Credits to Petitioner via a new carryover agreement, with a later placed in service date and in the amount equal to the amount of its 2020 Housing Credit Allocation; and through a new carryover agreement, extending the existing deadline to satisfy the 10% test and extend other deadlines in the existing carryover agreement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2487654020210813\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"states\": [\n                {\n                    \"name\": \"Florida\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\"\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24876540\",\n            \"created_at\": \"2021-08-16T07:30:08.510218-04:00\"\n        },\n        {\n            \"id\": 53743,\n            \"title\": \"Actions on Applications\",\n            \"summary\": \"The Department of Banking and Securities (Department), has taken the following actions on applications received for the week ending August 3, 2021: two De Novo Branches applications filed, one De Novo Branch opened, two branch discontinuances, no activity for credit union.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL27720210814\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-08-13\",\n            \"alert_type\": \"Notices\",\n            \"states\": [\n                {\n                    \"name\": \"Pennsylvania\",\n                    \"country\": {\n                        \"name\": \"United States\"\n                    }\n                }\n            ],\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Banking and Securities\"\n                }\n            ],\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-33/1277.html\",\n            \"created_at\": \"2021-08-16T07:30:12.104342-04:00\"\n        }\n    ]\n}"}],"_postman_id":"09714fe2-3977-4bc7-a6b1-c705c6082135"},{"name":"Fetch All Articles V2","id":"0e374d46-7c61-45a8-9ae9-62ed8b3b19f5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/all","description":"<p>Retrieve all regulatory articles with v2 enhancements. Requires 'Content-Type: application/json' header.</p>\n","urlObject":{"path":["api","v2","all"],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"d923fb4b-c696-485f-a492-a469c532f889","name":"Fetch All Articles V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 20 Oct 2021 14:56:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1533613"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1000,\n    \"articles\": [\n        {\n            \"id\": 55291,\n            \"title\": \"Commissioner Donelon Unveils Hurricane Ida Mediation Program to Resolve Claim Disputes\",\n            \"summary\": \"Policyholders at odds with their insurers over Hurricane Ida damage claims may now be able to resolve their disputes through a mediation program created by the Louisiana Department of Insurance. The program is available to all authorized property and casualty insurers and surplus lines insurers and their insureds to facilitate disputes for personal lines residential insurance claims of up to $50,000. Commissioner Donelon will explain how the Mediation Program will be administered and answer questions regarding the program at the Louisiana Department of Insurance, Poydras Building, Plaza Hearing Room, 1702 N. Third Street, Baton Rouge, LA, and via Zoom on Tuesday, October 19 at 10:30 a.m.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9077LA12220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Louisiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ldi.la.gov/news/press-releases/10-18-21-donelon-unveils-hurricane-ida-mediation-program-to-resolve-claim-disputes\",\n            \"created_at\": \"2021-10-20T06:45:26.581829-04:00\"\n        },\n        {\n            \"id\": 55348,\n            \"title\": \"House of Representatives Bill HB5267: General Sales Tax Act (101st Legislature)\",\n            \"summary\": \"Hearing to be held on 10/20/2021. A bill to amend 1933 PA 167, entitled \\\"General Sales Tax Act,\\\" by amending a sale of tangible personal property not for resale to a nonprofit school, nonprofit hospital, or nonprofit home for the care and maintenance of children or aged individuals operated by an entity of government, a regularly organized church, religious organization, or fraternal organization, a veterans' organization, or a corporation incorporated under the laws of this state, if the income or benefit from the operation does not inure, in whole or in part, to an individual or private shareholder, directly or indirectly, and if the activities of the entity or agency are carried on exclusively for the benefit of the public at large and are not limited to the advantage, interests, and benefits of its members or any restricted group.; and all money received and collected under this act must be deposited by the department in the state treasury to the credit of the general fund.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI18082HB52672014e9520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-HB-5267\",\n            \"created_at\": \"2021-10-20T06:45:41.889249-04:00\"\n        },\n        {\n            \"id\": 55289,\n            \"title\": \"Final Order: Avina Inc. dba Avina Capital and Bryan Mills\",\n            \"summary\": \"The State of Florida, Office of Financial Regulation ( \\\"Office \\\") enters this Final Order with administrative penalties against Respondents Avina, Inc. d/b /a Avina Capital ( \\\"Avina \\\"), and Bryan Mills ( \\\"Mills \\\") ( Avina and Mills are collectively referred to as \\\"Respondents \\\"), and in support thereof, makes the following Findings of Fact and Conclusions of Law: on August 16, 2021, the Office issued an Administrative Complaint and Notice of Rights ( \\\"Complaint \\\") against Respondents alleging violations of chapter 517, Florida Statutes. The Complaint incorporated a Notice of Rights. The Notice of Rights fully advised Respondents they had twenty -one days after receipt of the Complaint to request an administrative hearing from the Office and that failure to do so would constitute a waiver of such rights. The Complaint was delivered to Respondents on August 19, 2021, by certified mail, return receipt requested. As of the date of entry of this Final Order, Respondents have failed to file a request for hearing or to file any other document with the Office in response to the Complaint. Based upon the foregoing Findings of Fact and Conclusions of Law, it is hereby ordered: Respondents shall cease and desist from violations of chapter 517, Florida Statutes, and any rule promulgated by the Office; Respondents are permanently barred from submitting an application or notification for a license or registration with the Office pursuant to chapter 517, Florida Statutes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19297FL1811193020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.doah.state.fl.us/FLAID/OFR/2021/OFR_96329-S_10192021_111930.pdf\",\n            \"created_at\": \"2021-10-20T06:45:26.371027-04:00\"\n        },\n        {\n            \"id\": 55264,\n            \"title\": \"Withdrawal of Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, MIAX PEARL, LLC (“Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to amend the Exchange's fee schedule to revise the Options Regulatory Fee charged starting August 12, 2021. The proposed rule change was immediately effective upon filing with the Commission. The proposed rule change was published for comment in the Federal Register on August 27, 2021. The Commission received one comment letter on the proposal from the Exchange noting that it planned to withdraw File No. PEARL-2021-38. On October 7, 2021, the Exchange withdrew the proposed rule change (SR-PEARL-2021-38).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22686\",\n            \"regalytics_alert_id\": \"1891FR20212268620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22686/self-regulatory-organizations-miax-pearl-llc-notice-of-withdrawal-of-proposed-rule-change-to-amend\",\n            \"created_at\": \"2021-10-20T06:45:23.596431-04:00\"\n        },\n        {\n            \"id\": 55283,\n            \"title\": \"Notice of Development of Rulemaking: Address of Record\",\n            \"summary\": \"The Board proposes the rule development to conduct a comprehensive review and to determine if there are any needed updates, changes, or corrections to the rule language in 61H1-26.005 regarding Address of Record.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2514717020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Development of Rulemaking\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61H1-26.005&PDate=10/19/2021&Section=1#\",\n            \"created_at\": \"2021-10-20T06:45:25.686290-04:00\"\n        },\n        {\n            \"id\": 55324,\n            \"title\": \"House of Representatives Bill HB4182: Workplace Violence Prevention (102nd General Assembly)\",\n            \"summary\": \"Introduced on 10/19/2021. Amends the Workplace Violence Prevention Act. Expands the purpose of the Act to include assisting employees in protecting themselves from unlawful violence and harassment at the workplace because of an employee's employment duties or place of employment. Expands the definition of \\\"petitioner\\\" to include an employee. Provides that an employer may seek a workplace protection restraining order to prohibit further violence or threats of violence by a respondent if: (i) an employee believes that the respondent has made a credible threat of violence to be carried out against the employee outside of the workplace because of the employee's employment duties or place of employment; or (ii) the respondent has made a credible threat of violence at the workplace against an employee, customer, or guest. Permits an employee to obtain a workplace restraining order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99IL1801HB418214720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        },\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4182&GAID=16&DocTypeID=HB&SessionID=110&GA=102\",\n            \"created_at\": \"2021-10-20T06:45:38.901169-04:00\"\n        },\n        {\n            \"id\": 55332,\n            \"title\": \"House of Representatives Bill H2682: Retirement for Nuclear Reactor Operators (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/19/2021. Relative to retirement for certain nuclear energy related employees of University of Massachusetts Lowell. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H2682194163a20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2682\",\n            \"created_at\": \"2021-10-20T06:45:39.872475-04:00\"\n        },\n        {\n            \"id\": 55282,\n            \"title\": \"Notice of Development of Rulemaking: to Update the Rules of the Auditor General\",\n            \"summary\": \"The Board proposes a rule amendment to update the rules of the Auditor General.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2514707320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Development of Rulemaking\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61H1-20.0093&PDate=10/19/2021&Section=1#\",\n            \"created_at\": \"2021-10-20T06:45:25.580268-04:00\"\n        },\n        {\n            \"id\": 55344,\n            \"title\": \"Senate Bill S2006: Fuel Tax Revenue Distribution (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/18/2021. For legislation relative to the fuel tax revenue distribution. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S20061834faf20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S2006\",\n            \"created_at\": \"2021-10-20T06:45:41.475412-04:00\"\n        },\n        {\n            \"id\": 55236,\n            \"title\": \"Temporary Order and Application for a Permanent Order: Credit Suisse Asset Management, LLC., et al.\",\n            \"summary\": \"Applicants have received a temporary order (“Temporary Order”) exempting them from section 9(a) of the Act, with respect to a guilty plea entered on October 19, 2021 (“Guilty Plea”), by Credit Suisse Securities (Europe) Limited (the “Pleading Entity” or “CSSEL”) in the United States District Court for the Eastern District of New York (the “District Court”) in connection with a plea agreement (“Plea Agreement”) between the Pleading Entity and the United States Department of Justice (“DOJ”), until the Commission takes final action on an application for a permanent order (the “Permanent Order,” and with the Temporary Order, the “Orders”). Applicants have applied for a Permanent Order. Hearing requests should be received by the Commission by 5:30 p.m. on November 15, 2021 and should be accompanied by proof of service on the applicants, in the form of an affidavit, or for lawyers, a certificate of service. The Commission has considered the matter and finds that Applicants have made the necessary showing to justify granting a temporary exemption. Accordingly, it is hereby ordered that the Covered Persons are granted a temporary exemption from the provisions of section 9(a), effective as the date of the Guilty Plea, solely with respect to the Guilty Plea entered into pursuant to the Plea Agreement, subject to the representations and conditions in the application, until the Commission takes final action on their application for a permanent order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3440020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice and Temporary Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34400.pdf\",\n            \"created_at\": \"2021-10-20T06:45:17.838818-04:00\"\n        },\n        {\n            \"id\": 55302,\n            \"title\": \"Free Webinar on Completing Your Sales Tax Return\",\n            \"summary\": \"Join the Department of Revenue on October 26 at 9 am Central time for its latest free tax webinar covering how to file your Tennessee sales tax return. Participants will learn how to prepare and file a Tennessee sales tax return. Revenue staff will discuss requirements, how to file, schedules, amending a return, general tips, and common mistakes. Participants may also ask any questions they have.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18933TX48FR9620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Revenue\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/revenue/news/2021/10/19/free-webinar-on-completing-your-sales-tax-return.html\",\n            \"created_at\": \"2021-10-20T06:45:27.742636-04:00\"\n        },\n        {\n            \"id\": 55311,\n            \"title\": \"Statement by Secretary of the Treasury Janet L. Yellen on Tax Compliance and Fairness Proposals\",\n            \"summary\": \"“Today’s new proposal reflects the Administration’s strong belief that we should zero in on those at the top of the income scale who don’t pay the taxes they owe, while protecting American workers by setting the bank account threshold at $10,000 and providing an exemption for wage earners like teachers and firefighters. We will continue to work with leaders in Congress to enact this important measure to level the playing field for workers and small businesses, and raise revenue to build our economy back better.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT95041620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0416\",\n            \"created_at\": \"2021-10-20T06:45:28.691466-04:00\"\n        },\n        {\n            \"id\": 55314,\n            \"title\": \"Department of Justice Issues Annual Report to Congress on its Work to Combat Elder Fraud and Abuse\",\n            \"summary\": \"The Department of Justice issued its Annual Report to Congress on its Activities to Combat Elder Fraud and Abuse. The report summarizes the department’s extensive elder justice efforts from July 1, 2020 through June 30, 2021. the department brought over 220 criminal and civil enforcement actions covering nearly 20 different types of fraud that targeted or disproportionately affected older Americans. Fraud types included tech support scams, veteran scams and fraud perpetrated by guardians and powers of attorney which are particularly egregious as these individuals hold a special duty to care. For the first time, the department brought cases that disrupted conduct facilitating fraud by stopping overseas internet calling services that facilitate fraudulent robocalls, and bringing down data companies and list brokers than facilitate mass marketing fraud. Interrupting fraud schemes prior to reaching older adults is key in the fight against elder fraud. The FBI’s Internet Crime Complaint Center (IC3) released the first 2020 Elder Fraud Report providing information useful for targeting interventions. For example, the report found that over 100,000 persons over the age of 60 filed a complaint, with a resulting loss of nearly $1 billion, although the greatest financial losses were associated with confidence fraud/romance scams.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19870EOIR9811920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office for Immigration Review\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/department-justice-issues-annual-report-congress-its-work-combat-elder-fraud-and-abuse-0\",\n            \"created_at\": \"2021-10-20T06:45:28.998686-04:00\"\n        },\n        {\n            \"id\": 55351,\n            \"title\": \"House of Representatives Bill HB5419: Property Inspections Before the Sale or Transfer (101st Legislature)\",\n            \"summary\": \"Introduced on 10/19/2021. A bill to require the inspection before sale of residential real property for the presence of lead-based paint; and to provide remedies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI1808HB541914420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-HB-5419\",\n            \"created_at\": \"2021-10-20T06:45:42.883593-04:00\"\n        },\n        {\n            \"id\": 55329,\n            \"title\": \"House of Representatives Bill H140: Competition among App Stores (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/27/2021. For legislation to regulate certain digital distribution platforms for applications and services. Advanced Information Technology, the Internet and Cybersecurity.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H140279094f20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H140\",\n            \"created_at\": \"2021-10-20T06:45:39.453370-04:00\"\n        },\n        {\n            \"id\": 55274,\n            \"title\": \"National Australia Bank to Submit and Maintain Settlement & Account Data on DTCC Alert, Bringing Greater Automation and Accuracy to the Post-Trade Lifecycle\",\n            \"summary\": \"The Depository Trust & Clearing Corporation (DTCC), the premier post-trade market infrastructure for the global financial services industry, today announced that National Australia Bank Asset Servicing (NAS) has agreed to submit and maintain Standing Settlement Instructions (SSIs) directly via its ALERT service, the industry’s largest and most compliant web-based global database for the maintenance and communication of account and SSI data. NAS is now leveraging ALERT’s Global Custodian (GC) Direct workflow, which automates the exchange of SSIs between a custodian’s central repository and ALERT enabling the global custodian/prime broker to own and manage the SSI data for their buy-side clients, effectively creating the “golden copy” within the ALERT platform, further automating the maintenance of SSIs and driving reliable source data. As part of this effort, NAS is tracking and monitoring trade failure numbers as they migrate client account and SSI data to ALERT, and expect fails to be dramatically reduced. ALERT is a key part of DTCC’s Institutional Trade Processing (ITP) service suite, which offers buy-side, sell-side and custodian firms an end-to-end “no touch” processing solution across their post-trade activity. Reducing post-trade touch points is a key priority for firms across the financial services industry, amplified by recent market volatility and forthcoming regulatory requirements, including those in the Central Securities Depositories Regulation’s (CSDR) Settlement Discipline Regime to be implemented in February 2022. The regime will impose penalty fees for failed transactions by European firms, and will have an extraterritorial impact on global firms that enter into transactions with European firms.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18194DTCC15613020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Depository Trust & Clearing Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dtcc.com/news/2021/october/19/national-australia-bank-to-submit-and-maintain-settlement-and-account-data-on-dtcc-alert\",\n            \"created_at\": \"2021-10-20T06:45:24.634873-04:00\"\n        },\n        {\n            \"id\": 55306,\n            \"title\": \"CEO of Major Defense Contractor Charged with Bribery\",\n            \"summary\": \"The chief executive officer (CEO) of Multinational Logistics Services (MLS), a large ship husbanding company that has received over $1 billion in U.S. Navy contracts since 2010, appeared in the United States today to face a criminal charge for his alleged participation in a bribery scheme. Frank Rafaraci allegedly defrauded the Navy, bribed a Navy official, and laundered money through foreign bank accounts for years. The Criminal Division remains committed to combating fraud and corruption in defense contracting around the world. Rafaraci was provisionally arrested in Malta on September 27, 2021, at the request of the United States. Proceedings in Malta concluded upon his voluntary return to the United States on October 18.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ127F720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/ceo-major-defense-contractor-charged-bribery\",\n            \"created_at\": \"2021-10-20T06:45:28.155463-04:00\"\n        },\n        {\n            \"id\": 55292,\n            \"title\": \"ACH Network Volume Up 7.7% in Third Quarter: Strong B2B Growth Continues as Healthcare Claims Pass 100M Mark\",\n            \"summary\": \"With business-to-business (B2B) showing particularly strong growth, and healthcare claim payments setting a record, the modern ACH Network recorded a 7.7% increase in payment volume during the third quarter of 2021. There were 7.3 billion payments on the ACH Network in the third quarter, 520 million more than a year earlier. The value of those payments, $18.1 trillion, reflects a rise of 13.8%. As it has throughout the pandemic, B2B volume continued its strong growth. There were 1.4 billion B2B payments, an increase of 18.7% from the same time in 2020. Same Day ACH volume continued to climb with 142.8 million payments valued at $236 billion in the third quarter, increases of 52.1% and 90.4% respectively. Same-day B2B payment and dollar volumes also grew robustly, increasing by nearly 120% and 160% respectively, compared to the same quarter in 2020.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC22520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/ach-network-volume-77-third-quarter-strong-b2b-growth-continues-healthcare-claims-pass-100m\",\n            \"created_at\": \"2021-10-20T06:45:26.688538-04:00\"\n        },\n        {\n            \"id\": 55323,\n            \"title\": \"House of Representatives Bill HB4181: TIF-City of Greenville (102nd General Assembly)\",\n            \"summary\": \"Introduced on 10/19/2021. Amends the Tax Increment Allocation Redevelopment Act of the Illinois Municipal Code. Extends the estimated date of completion of a redevelopment project and the retirement of obligations issued to finance redevelopment project costs for an ordinance adopted on December 27, 2006 by the City of Greenville. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99IL1801HB418114220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        },\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4181&GAID=16&DocTypeID=HB&SessionID=110&GA=102\",\n            \"created_at\": \"2021-10-20T06:45:38.790118-04:00\"\n        },\n        {\n            \"id\": 55330,\n            \"title\": \"House of Representatives Bill H2596: Municipal Building Officials (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. Relative to retirement for municipal building officials. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H25962641fca20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2596\",\n            \"created_at\": \"2021-10-20T06:45:39.554350-04:00\"\n        },\n        {\n            \"id\": 55308,\n            \"title\": \"Annual Labor Surplus Area List for Fiscal Year (FY) 2022\",\n            \"summary\": \"The Department of Labor’s regulations implementing Executive Orders 12073 and 10582 are set forth at 20 CFR part 654, Subpart A. These regulations require the Employment and Training Administration (ETA) to classify jurisdictions as Labor Surplus Areas (LSAs) pursuant to the criteria specified in the regulations, and to publish annually a list of LSAs. Pursuant to those regulations, ETA is hereby publishing the annual LSA list. A LSA is a civil jurisdiction that has a civilian average annual unemployment rate during the previous two calendar years of 20 percent or more above the average annual civilian unemployment rate for all states during the same 24-month reference period.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22703\",\n            \"regalytics_alert_id\": \"1891FR20212270320211019\",\n            \"proposed_comments_due_date\": \"2021-10-01\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Employment and Training Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22703/labor-surplus-area-classification\",\n            \"created_at\": \"2021-10-20T06:45:28.366485-04:00\"\n        },\n        {\n            \"id\": 55327,\n            \"title\": \"Senate Bill SB2940: Electric Vehicles (102nd General Assembly)\",\n            \"summary\": \"Introduced on 10/19/2021. Amends the Electric Vehicle Act and the Electric Vehicle Rebate Act. Deletes language providing that \\\"electric vehicle\\\" does not include electric motorcycles. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99IL1801SB294014520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois State Senate\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2940&GAID=16&DocTypeID=SB&SessionID=110&GA=102\",\n            \"created_at\": \"2021-10-20T06:45:39.245897-04:00\"\n        },\n        {\n            \"id\": 55341,\n            \"title\": \"Senate Bill S1738: Group 2 (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation to add employees of a city or town who are employed as licensed building inspectors to Group 2. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S17382641fca20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1738\",\n            \"created_at\": \"2021-10-20T06:45:41.173227-04:00\"\n        },\n        {\n            \"id\": 55343,\n            \"title\": \"Senate Bill S1921: Taxation of Cider (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/18/2021. For legislation relative to the taxation of cider. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S19211834faf20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1921\",\n            \"created_at\": \"2021-10-20T06:45:41.375151-04:00\"\n        },\n        {\n            \"id\": 55299,\n            \"title\": \"Notice of Meeting: Regarding Asset Management Advisory Committee\",\n            \"summary\": \"Notice is being provided that the Securities and Exchange Commission Asset Management Advisory Committee (“AMAC”) will hold a public meeting on October 28, 2021, by remote means. The meeting will begin at 10:00 a.m. (ET) and will be open to the public via webcast on the Commission’s website. Persons needing special accommodations to take part because of a disability should notify the contact person listed below. The public is invited to submit written statements to the Committee. The meeting will include a discussion of matters in the asset management industry relating to the Evolution of Advice and the Small Advisers and Small Funds Subcommittees, including panel discussions and potential recommendations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349338020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-93380.pdf\",\n            \"created_at\": \"2021-10-20T06:45:27.426305-04:00\"\n        },\n        {\n            \"id\": 55268,\n            \"title\": \"AIDEA and AEA Board Meeting, 8:30 A.M., Wednesday, October 27, 2021\",\n            \"summary\": \"AIDEA and AEA Board Meeting, 8:30 a.m. Wednesday, October 27, 2021. Please note that the Alaska Industrial Development and Export Authority (AIDEA) and the Alaska Energy Authority (AEA) will hold a Board meeting on Wednesday, October 27, 2021. The AEA Board will convene at 8:30 a.m. to conduct board business and continue in session until recess or adjournment. The AIDEA Board meeting will commence at 10:30 a.m. subject to the call of the Chair. Please check aidea.org for updates on the meeting start time. The board meetings will be conducted by electronic media at Alaska Industrial Development & Export Authority 813 West Northern Lights Boulevard, Anchorage, Alaska, 99503. The public is invited to participate via teleconference.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20413420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alaska\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=130273\",\n            \"created_at\": \"2021-10-20T06:45:24.014824-04:00\"\n        },\n        {\n            \"id\": 55259,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Rule Regarding the Allowance of Off-Exchange Transactions by a Member Acting as Agent Otherwise Than on EDGX in Accordance with Rule 19c-1 Under the Securities Exchange Act of 1934\",\n            \"summary\": \"On October 8, 2021, CBOE EDGX Exchange, Inc. (the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to adopt a rule regarding the allowance of off-exchange transactions by a Member acting as agent otherwise than on EDGX in accordance with Rule 19c-1 under the Securities Exchange Act of 1934 (the “Act”). The Exchange proposes to adopt a rule regarding off-exchange transactions by a Member acting as agent. Rule 19c-1 and Rule 19c-3 under the Act describe rule provisions that each national securities exchange must include in its Rules regarding the ability of members to engage in transactions off an exchange. While the Exchange already incorporates the required provision in Rule 19c-3 under the Act into Rule 13.6, and its stated policies and practices are consistent with these provisions of the Act, the Exchange Rules do not currently include the provisions in Rule 19c-1 under the Act. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22683\",\n            \"regalytics_alert_id\": \"1891FR20212268320211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE EDGX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22683/self-regulatory-organizations-cboe-edgx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-20T06:45:23.086474-04:00\"\n        },\n        {\n            \"id\": 55319,\n            \"title\": \"House of Representatives Bill H0349: Water Resources Management (Regular Session)\",\n            \"summary\": \"Introduce on 10/19/201. Authorizes Board of Trustees of Internal Improvement Trust Fund to grant easements for specified mitigation banks; directs DEP to create & modify specified rules; exempts certain docks on recorded easements from certain permit & verification requirements; granting certain docks authorization to use submerged lands upon approval of board.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H03491520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/349\",\n            \"created_at\": \"2021-10-20T06:45:38.385231-04:00\"\n        },\n        {\n            \"id\": 55304,\n            \"title\": \"Paperwork Reduction Act of Approvals: FHA Catalyst: Multifamily Application Portal\",\n            \"summary\": \"The Department of Housing and Urban Development (HUD)/Federal Housing Administration’s (FHA) Office of Multifamily Housing Programs (MFH) has developed a web-based portal for FHA-approved multifamily lenders to submit applications for FHA multifamily mortgage insurance to HUD electronically. The FHA Catalyst: Multifamily Application Portal (“FHA Catalyst”), was released in fall 2020 to aid in the collection of information for FHA multifamily mortgage insurance program applications. Due to the pandemic, multifamily lenders are currently submitting electronic applications using various online file-sharing platforms (e.g., Dropbox) as a short-term solution. FHA Catalyst provides multifamily lenders and MFH with a central, secure portal and long-term solution for online application submissions that will be used for the duration of the COVID-19 pandemic and beyond.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22745\",\n            \"regalytics_alert_id\": \"1891FR20212274520211019\",\n            \"proposed_comments_due_date\": \"2021-11-18\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22745/30-day-notice-of-proposed-information-collection-fha-catalyst-multifamily-application-portal-omb\",\n            \"created_at\": \"2021-10-20T06:45:27.947078-04:00\"\n        },\n        {\n            \"id\": 55266,\n            \"title\": \"Proposal to List and tTrade Shares of Grayscale Bitcoin Trust (BTC)\",\n            \"summary\": \"Under NYSE Arca Rule 8.201-E, the Exchange may propose to list and/or trade pursuant to unlisted trading privileges “Commodity-Based Trust Shares.” The Exchange proposes to list and trade shares (“Shares”) of the Trust pursuant to NYSE Arca Rule 8.201-E.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20219020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-90.pdf\",\n            \"created_at\": \"2021-10-20T06:45:23.799310-04:00\"\n        },\n        {\n            \"id\": 55338,\n            \"title\": \"House of Representatives Bill H3322: Construction for the Installation or Repair of Utility Lines (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/22/2021. For legislation to require notification to owners of real estate in areas scheduled for certain public utility construction. Telecommunications, Utilities and Energy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H33222267ac420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3322\",\n            \"created_at\": \"2021-10-20T06:45:40.875563-04:00\"\n        },\n        {\n            \"id\": 55294,\n            \"title\": \"Transcript of Governor Phil Murphy: October 18th, 2021 Coronavirus Briefing Media\",\n            \"summary\": \"\\\"As many families across the state know, the economic fallout from the pandemic has left many unable to pay their utility bills. Through the Department of Community Affairs and the New Jersey Board of Public Utilities help is available. If you are behind in your utility payments, I strongly encourage to visit and apply for any state assistance programs available to you. We added $215 million in federal funds to our relief program, so the help you need is there for you. Moreover, remember that the grace period for utility shutoffs related to non payments due to a COVID-related hardship only lasts until the end of this year, December 31st. If you owe money on your utilities, you have until December 31st to pay what you owe, arrange a payment plan or apply for assistance and not risk losing service. Let’s turn our attention, if we can, to today’s numbers. We’ll start as we usually do with the latest vaccination counts as of this morning. We’ll be watching, and Judy and her team will certainly be watching both the Food and Drug Administration (FDA) and the Centers for Disease Control and Prevention (CDC) processes over the coming days as final determinations are likely to be made regarding booster shots for those of you who have received either the Moderna or Johnson & Johnson vaccines. In both cases, we are preparing for the approval of boosters for you. We will be ready to provide those doses to you once the final approval is granted and guidance disseminated. Here’s the preliminary data for the week of September 27th through October 3rd. Here I want to point your attention to the number of hospitalizations due to COVID-19 statewide among the fully vaccinated, 17. You can see that during the week our hospitals through the New Jersey Hospital Association’s data portal reported 834 new admissions of COVID-positive individuals. I know Ed and Judy would warn us against comparing apples and oranges, as these are distinctive sets of data between the New Jersey Hospital Association (NJHA) numbers on the one hand and the CDS numbers on the other hand. Accepting that for a minute, 834 reported COVID-positive hospitalizations on the one hand, and 17 among fully vaccinated on the other. These numbers speak from for themselves.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ52874T20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Jersey\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20211018e.shtml\",\n            \"created_at\": \"2021-10-20T06:45:26.891801-04:00\"\n        },\n        {\n            \"id\": 55310,\n            \"title\": \"Tax Compliance Proposals Will Improve Tax Fairness\",\n            \"summary\": \"Rates of tax compliance in the United States are based in large part on the ways taxpayers accrue income. Those who receive their income that is reported on by a third-party source, such as wage earners, exhibit near-perfect compliance rates on their salaries--since the payer of the income also reports the income paid as a deduction. The only way to ensure that upper-income taxpayers pay what they owe is by giving the IRS the resources and information required to close the tax gap. The Administration’s compliance proposals will do just this by providing a bit of additional information and making transformative investments in the IRS, such as hiring enforcement agents who are trained to pursue tax evasion by sophisticated, upper-income taxpayers. Congress reviewed the Administration’s proposed tax compliance reform released in conjunction with the Fiscal Year 2021 Budget. In response to considerations about scope, it has crafted a new approach to include an exemption for wage and salary earners and federal program beneficiaries. Under this revised approach, such earners can be completely carved out of the reporting structure.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT62041520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0415\",\n            \"created_at\": \"2021-10-20T06:45:28.590137-04:00\"\n        },\n        {\n            \"id\": 55263,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Pearl Options Fee Schedule\",\n            \"summary\": \"On September 30, 2021, MIAX PEARL, LLC (“MIAX Pearl” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the MIAX Pearl Options Fee Schedule (the “Fee Schedule”). The Exchange proposes to amend the Add/Remove Tiered Rebates/Fees set forth in Section 1)a) of the Fee Schedule that apply to the Priority Customer Origin, to reduce the Maker rebate in Tier 2 (defined below) for options transactions in Penny Classes (defined below) from ($0.40) to ($0.25). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22684\",\n            \"regalytics_alert_id\": \"1891FR20212268420211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22684/self-regulatory-organizations-miax-pearl-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"created_at\": \"2021-10-20T06:45:23.494164-04:00\"\n        },\n        {\n            \"id\": 55350,\n            \"title\": \"House of Representatives Bill HB5414: Public Health Code: Physicians Licensee Renewal Requirements\",\n            \"summary\": \"Introduced on 10/19/2021. A bill to amend 1978 PA 368, entitled \\\"Public Health Code,\\\" by amending the board may require a licensee seeking renewal of a license to furnish the board with satisfactory evidence that during the 4 years immediately preceding application for renewal the licensee has attended continuing education courses or programs approved by the board totaling not less than 150 hours in subjects related to the practice of medicine including, but not limited to, medical ethics and designed to further educate licensees.; and the board may require a licensee seeking renewal of a license to furnish the board with satisfactory evidence that during the 3 years immediately preceding an application for renewal the licensee has attended continuing education courses or programs approved by the board and totaling not less than 150 hours in subjects related to the practice of osteopathic medicine and surgery and designed to 2 further educate licensees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI1808HB541414020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-HB-5414\",\n            \"created_at\": \"2021-10-20T06:45:42.172672-04:00\"\n        },\n        {\n            \"id\": 55293,\n            \"title\": \"Meetings of the Sunshine Act October 21, 2021\",\n            \"summary\": \"The National Credit Union Administration will hold a meeting. Due to the COVID-19 Pandemic, the meeting will be open to the public via live webcast only. This meeting will be open to the public. The matters to be considered are: Board Briefing, Cybersecurity. NCUA Rules and Regulations, Credit Union Service Organizations. NCUA Rules and Regulations, CAMELS Rating System and will be at 10 a.m., Thursday, October 21, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22801\",\n            \"regalytics_alert_id\": \"1891FR20212280120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22801/sunshine-act-meetings\",\n            \"created_at\": \"2021-10-20T06:45:26.789937-04:00\"\n        },\n        {\n            \"id\": 55284,\n            \"title\": \"Notice of Development of Rulemaking: Examinations\",\n            \"summary\": \"The Board proposes a rule amendment to update the rule language for examinations to 61H1-28.0011 regarding Examinations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2514726720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Development of Rulemaking\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61H1-28.0011&PDate=10/19/2021&Section=1#\",\n            \"created_at\": \"2021-10-20T06:45:25.792008-04:00\"\n        },\n        {\n            \"id\": 55277,\n            \"title\": \"Discussion of the Semiannual Financial Stability Report\",\n            \"summary\": \"The closed meeting of the Board of Governors of the Federal Reserve System at 10:00 a.m. on Wednesday, October 20, 2021, will be held under expedited procedures, as set forth in section 261b.7 of the Board's Rules Regarding Public Observation of Meetings, via audio/video conference call. The following items of official Board business are tentatively scheduled to be considered at that meeting. A final announcement of matters considered under expedited procedures will be available in the Board's Freedom of Information and Public Affairs Offices and on the Board's Web site following the closed meeting. The matter will be about Discussion of the Semiannual Financial Stability Report.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED130esED20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/aboutthefed/boardmeetings/20211020closed.htm\",\n            \"created_at\": \"2021-10-20T06:45:24.942574-04:00\"\n        },\n        {\n            \"id\": 55303,\n            \"title\": \"Meeting of the U.S. Bureau of Industry and Security, Virtual Forum for Risks in the Information Communication Technology Supply Chain, October 29, 2021\",\n            \"summary\": \"The Bureau of Industry and Security (BIS) is announcing a virtual forum that will occur on October 29, 2021, and that will allow participants to provide recommendations to strengthen the resiliency of critical supply chains supporting the U.S. information and communications technology (ICT) industrial base that are at risk of disruption, strain, compromise, or elimination.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22763\",\n            \"regalytics_alert_id\": \"1891FR20212276320211019\",\n            \"proposed_comments_due_date\": \"2021-10-27\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Bureau of Industry and Security\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22763/notice-of-virtual-forum-for-risks-in-the-information-communication-technology-supply-chain\",\n            \"created_at\": \"2021-10-20T06:45:27.843875-04:00\"\n        },\n        {\n            \"id\": 55278,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Period Related to FINRA Rule 6121.02\",\n            \"summary\": \"FINRA proposes to extend the pilot related to the market-wide circuit breaker in Rule 6121.02 to the close of business on March 18, 2022. The Market-Wide Circuit Breaker (“MWCB”) rules, including FINRA Rule 6121.02, provide an important, automatic mechanism that is invoked to promote stability and investor confidence during periods of significant stress when cash equities securities experience extreme market-wide declines. The MWCB rules are designed to slow the effects of extreme price declines through coordinated trading halts across both cash equity and equity options securities markets.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22685\",\n            \"regalytics_alert_id\": \"1891FR20212268520211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22685/self-regulatory-organizations-financial-industry-regulatory-authority-inc-notice-of-filing-and\",\n            \"created_at\": \"2021-10-20T06:45:25.135484-04:00\"\n        },\n        {\n            \"id\": 55195,\n            \"title\": \"Notice of a Filing of a Proposed Rule Change Regarding Disruptive Trading Practices\",\n            \"summary\": \"On October 5, 2021 CBOE Futures Exchange, LLC (“CFE” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to provide additional guidance in its rules regarding prohibited disruptive practices and to apply to all products traded on CFE, including both non-security futures and any security futures that may be listed for trading on CFE. The scope of this filing is limited solely to the application of the proposed rule change to security futures that may be traded on CFE. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6774CFE349338620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Futures Exchange, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cfe/2021/34-93386.pdf\",\n            \"created_at\": \"2021-10-20T06:45:13.310546-04:00\"\n        },\n        {\n            \"id\": 55307,\n            \"title\": \"Paperwork Reduction Act Approvals: Occupational Noise Exposure\",\n            \"summary\": \"The Department of Labor (DOL) is submitting this Mine Safety and Health Administration (MSHA)-sponsored information. For many years, NIHL was regarded as an inevitable consequence of working in a mine. Mining, an intensely mechanized industry, relies on drills, crushers, compressors, conveyors, trucks, loaders, and other heavy-duty equipment for the excavation, haulage, and processing of material. This equipment creates high sound levels, exposing machine operators as well as miners working nearby to occupational noise that can contribute to hearing loss. MSHA, the Occupational Safety and Health Administration, the military, and other organizations around the world have established and enforced standards to reduce the loss of hearing. Quieter equipment, isolation of workers from noise sources, and limiting the time workers are exposed to noise are among the many well-accepted methods that will prevent NIHL. Records of miners’ exposures to noise are necessary so that mine operators and MSHA can evaluate the need for and effectiveness of engineering controls, administrative controls, and personal protective equipment to protect miners from harmful levels of noise that can result in hearing loss.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22744\",\n            \"regalytics_alert_id\": \"1891FR20212274420211019\",\n            \"proposed_comments_due_date\": \"2021-11-18\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22744/agency-information-collection-activities-submission-for-omb-review-comment-request-occupational\",\n            \"created_at\": \"2021-10-20T06:45:28.257522-04:00\"\n        },\n        {\n            \"id\": 55301,\n            \"title\": \"Commissioner Gonzales Announces Weekly Formula Rate October 19, 2021\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today that the maximum effective formula rate of interest in Tennessee is 7.25 percent per annum. The rate is based on a ceiling of 4 percent over the weekly average prime loan rate of 3.25 percent as published by the Federal Reserve on October 18, 2021. Commissioner Gonzales said the rate remains in effect until the average prime loan rate as announced by the Federal Reserve Bank changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI1812120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Financial Institutions\",\n                    \"states\": [\n                        {\n                            \"name\": \"Tennessee\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/10/19/commissioner-gonzales-announces-weekly-formula-rate-october-19--2021.html\",\n            \"created_at\": \"2021-10-20T06:45:27.636366-04:00\"\n        },\n        {\n            \"id\": 55322,\n            \"title\": \"Senate Bill S0550: Unlawful Employment Practices (Regular Session)\",\n            \"summary\": \"Introduced on 10/19/2021. Revising the unlawful employment practices in the Florida Civil Rights Act of 1992 to include discriminatory practices relating to military status, etc. Effective Date: 7/1/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841S05501520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/550\",\n            \"created_at\": \"2021-10-20T06:45:38.689859-04:00\"\n        },\n        {\n            \"id\": 55261,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule\",\n            \"summary\": \"On September 30, 2021, Miami International Securities Exchange LLC (“MIAX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the MIAX Options Fee Schedule (the “Fee Schedule”). The Exchange proposes to amend the Fee Schedule to modify (i) the MIAX Price Improvement Mechanism (“PRIME”) Fees table and accompanying notes; and (ii) the MIAX Complex Price Improvement Mechanism (“cPRIME”) Fees table. The Exchange proposes to implement the fee changes effective October 1, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has becom effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22689\",\n            \"regalytics_alert_id\": \"1891FR20212268920211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22689/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-filing-and\",\n            \"created_at\": \"2021-10-20T06:45:23.290839-04:00\"\n        },\n        {\n            \"id\": 55336,\n            \"title\": \"House of Representatives Bill H2931: Educational Opportunity for All (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/18/2021. Relative to the imposition of an annual excise tax upon certain private institutions of higher learning. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H29311834faf20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2931\",\n            \"created_at\": \"2021-10-20T06:45:40.674144-04:00\"\n        },\n        {\n            \"id\": 55342,\n            \"title\": \"Senate Bill S1802: Collecting Delinquent Property Taxes (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/18/2021. For legislation to provide better notices and protections in the process for collecting delinquent property taxes. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S18021834faf20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1802\",\n            \"created_at\": \"2021-10-20T06:45:41.274335-04:00\"\n        },\n        {\n            \"id\": 55337,\n            \"title\": \"House of Representatives Bill H2938: Community Preservation Revenue (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/18/2021. For legislation to further regulate expenditures for mortgages from the Community Preservation Trust Fund. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H29381834faf20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2938\",\n            \"created_at\": \"2021-10-20T06:45:40.774945-04:00\"\n        },\n        {\n            \"id\": 55320,\n            \"title\": \"Senate Bill S0546: Consumer Finance Loans (Regular Session)\",\n            \"summary\": \"Introduced on 10/19/2021. Authorizing an applicant for a license to make and collect loans under the Florida Consumer Finance Act to provide certain documents in lieu of evidence of liquid assets; prohibiting a person licensed to make and collect consumer finance loans from charging prepayment penalties for loans; authorizing a licensee or an applicant for a license to make and collect consumer finance loans to provide a surety bond, certificate of deposit, or letter of credit in lieu of evidence of liquid assets; modifying grounds for denial of license or disciplinary action for certain violations of the Florida Consumer Finance Act, etc. Effective Date: 10/1/2022\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841S05461520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-10-01\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/546\",\n            \"created_at\": \"2021-10-20T06:45:38.486011-04:00\"\n        },\n        {\n            \"id\": 55296,\n            \"title\": \"Attorney General James Secures $1.5 Million from Online Sports Retailer Fanatics for Under Collecting Sales Tax\",\n            \"summary\": \"New York Attorney General Letitia James today announced she has secured $1,508,466 from sports merchandise and memorabilia retailer Fanatics, Inc. and its affiliates for knowingly under-collecting on sales tax on online sales. An investigation by the Office of the Attorney General (OAG) found that Fanatics’ sales tax collection system periodically failed to calculate the correct amount of sales tax due to New York state and to various local governments on sales made through websites managed by Fanatics, and that the company was aware of this failure for at least three years but still did nothing to rectify the issue. As a result, Fanatics’ periodic sales tax returns understated the amount of sales tax due to the state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5399220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-secures-15-million-online-sports-retailer-fanatics-under\",\n            \"created_at\": \"2021-10-20T06:45:27.109961-04:00\"\n        },\n        {\n            \"id\": 55267,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Pilot Related to the Market Wide Circuit Breaker Until March 18, 2022\",\n            \"summary\": \"On October 6, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend the pilot related to the market-wide circuit breaker in Equity 4, Rule 4121 to the close of business on March 18, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22682\",\n            \"regalytics_alert_id\": \"1891FR20212268220211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22682/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-10-20T06:45:23.906700-04:00\"\n        },\n        {\n            \"id\": 55297,\n            \"title\": \"Godfread Announces Approved 2022 Health Insurance Rates\",\n            \"summary\": \"Insurance Commissioner Jon Godfread today released the approved health insurance rates for both individual and small group plans for 2022, and encourages consumers to start early, stay informed and shop around. Three major carriers for the individual market are operating statewide on the exchange (HealthCare.gov) and off-exchange (through a licensed and appointed agent), along with five major carriers for the small group market.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8769ND55ES8920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"North Dakota Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"North Dakota\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.insurance.nd.gov/news/godfread-announces-approved-2022-health-insurance-rates\",\n            \"created_at\": \"2021-10-20T06:45:27.217046-04:00\"\n        },\n        {\n            \"id\": 55272,\n            \"title\": \"Notice of Public Meeting: Community Bank Advisory Council\",\n            \"summary\": \"This notice sets forth the announcement of a public meeting of the Consumer Advisory Board (CAB or Board) of the Bureau of Consumer Financial Protection (Bureau). The CBAC will discuss broad policy matters related to the Bureau’s Unified Regulatory Agenda and general scope of authority. Discussions will include small business lending, age friendly banking, and youth financial literacy. The purpose of the Advisory Council is to advise the Bureau in the exercise of its functions under the Federal consumer financial laws as they pertain to community banks with total assets of $10 billion or less. The meeting date is Thursday, November 4, 2021, from approximately 1:00 p.m. to 5:00 p.m. eastern daylight time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22607\",\n            \"regalytics_alert_id\": \"1891FR20212260720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22607/community-bank-advisory-council-meeting\",\n            \"created_at\": \"2021-10-20T06:45:24.429646-04:00\"\n        },\n        {\n            \"id\": 55287,\n            \"title\": \"Notice of Variances and Waivers: Parramore Oaks Phase Two, LLC on Miscellaneous Criteria\",\n            \"summary\": \"The Florida Housing Finance Corportation hereby gives notice on October 13, 2021, Parramore Oaks Phase Two, LLC withdrew its request for a waiver of paragraph 67-21.0025(7)(c) Florida Administrative Code (7-11-19) and Waiver of the Requirement of Request for Applications 2019-102. The Petition was filed on October 6, 2021, and notice of receipt of the petition was published on October 7, 2021, in Volume 47, Number 195 of the F.A.R.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2514396920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Variances and Waivers\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25143969\",\n            \"created_at\": \"2021-10-20T06:45:26.154266-04:00\"\n        },\n        {\n            \"id\": 55295,\n            \"title\": \"GRT, Compensating Tax Subject to Destination Sourcing\",\n            \"summary\": \"As of July 1, 2021, state law requires most businesses to report and calculate Gross Receipts Tax based on where their goods or the product of their services are delivered. New Mexico used origin-based sourcing, in which most GRT was reported at the seller’s place of business. For sales occurring on or after July 1, 2021, the reporting location for goods and general services is the buyer’s delivery location. The definition of \\\"professional services\\\" in statute is that the services either require a license from the state to perform or require a master's degree or higher. If the service being performed does not require either of these to perform the service, it is not considered a professional service even if the individual has a master's degree or a license.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18927NM63RE9320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Mexico Department of Taxation and Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Mexico\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.tax.newmexico.gov/wp-content/uploads/2021/10/Reminder-on-destination-sourcing.pdf\",\n            \"created_at\": \"2021-10-20T06:45:27.002768-04:00\"\n        },\n        {\n            \"id\": 55290,\n            \"title\": \"ICE Mortgage Technology Announces Experience 2022 Registration is Open\",\n            \"summary\": \"ICE Mortgage Technology TM, part of Intercontinental Exchange, Inc. (NYSE: ICE), a leading global provider of data, technology and market infrastructure, today announced that registration is now open for its tenth annual user conference, Experience 2022. The conference will be held March 13 - 16, 2022 at Wynn Las Vegas in Las Vegas, Nevada. This year’s conference marks the first in-person event since 2019 inviting attendees to once again participate in general sessions, hands-on training, breakout sessions and networking. With an expected audience of more than 3,000 mortgage and technology leaders and industry professionals this exclusive event gives attendees insight into current and future trends from thought leaders, skills to maximize investments in digital mortgage solutions, and the latest information about digital trends, automation, data, borrower engagement and compliance. The event will include seven conference tracks, more than 35 interactive breakout sessions and 12 hands-on training sessions hosted by ICE Mortgage Technology experts and industry leaders.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE19920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Mortgage-Technology-Announces-Experience-2022-Registration-is-Open/default.aspx\",\n            \"created_at\": \"2021-10-20T06:45:26.478268-04:00\"\n        },\n        {\n            \"id\": 55318,\n            \"title\": \"House of Representatives Bill H0345: Liens and Bonds (Regular Session)\",\n            \"summary\": \"Introduced on 10/19/2021. Revises liens and bonds laws, including provisions relating to when notices must be served; notarizing forms; alternative forms of security; direct contracts; computation of time; priority of liens; requirements for notice of commencement, notice of termination, & notice of contest of lien; transferring lien to security; service of documents; immunity to issuing authority; release of liens; & authorizes attorney fees in certain actions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H03451520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/345\",\n            \"created_at\": \"2021-10-20T06:45:38.284091-04:00\"\n        },\n        {\n            \"id\": 55326,\n            \"title\": \"House of Representatives Resolution HR0506: Chicago Federation of Labor (102nd General Assembly)\",\n            \"summary\": \"Resolution Adopted on 10/19/2021. Recognizes the Chicago Federation of Labor on the 125th anniversary of its founding. Further recognizes the CFL for its legacy of activism and solidarity with the working people of Chicago and Illinois.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99IL1801HR050641820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        },\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=506&GAID=16&DocTypeID=HR&SessionID=110&GA=102\",\n            \"created_at\": \"2021-10-20T06:45:39.134013-04:00\"\n        },\n        {\n            \"id\": 55340,\n            \"title\": \"Senate Bill S1728: Retirement Classification of Licensed Drinking Water Operators (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation relative to retirement classification of licensed drinking water operators. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S17282641fca20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1728\",\n            \"created_at\": \"2021-10-20T06:45:41.074677-04:00\"\n        },\n        {\n            \"id\": 55288,\n            \"title\": \"Notice of Meeting/Workshop Hearing: the Florida Housing Finance Corporation on Issuance of Tax-Exempt Bonds\",\n            \"summary\": \"The Florida Housing Finance Corporation announces a hearing to which all persons are invited on October 27, 2021, 11:30 a.m. Tallahassee local time at the offices of Florida Housing Finance Corporation, 227 North Bronough Street, Suite 5000, Tallahassee, Florida 32301. Subject: to conduct a TEFRA hearing concerning the potential future issuance of tax-exempt bonds by Florida Housing to provide additional financing for the acquisition, construction, or rehabilitation of the following multifamily residential rental development in the aggregate face amount, not to exceed the amount listed here: the proposed Development is The Canopy at West River Towers 1 & 2 fka WRDG T4, a 196-unit multifamily residential rental development located on Main Street, NE Corner of Main Street and North Willow Avenue and on Chestnut Street, SE Corner of Chestnut Street and North Willow Avenue, Tampa, Hillsborough County, FL 33607. The owner and operator of the development is WRDG T4, LP, located at 5301 West Cypress Street, Tampa, FL 33607, or such successor in interest in which WRDG T4, LP or an affiliate thereof, is a managing member, general partner and/or controlling stockholder. The prospective manager of the proposed development is TRG Management Company LLP, located at 2200 North Commerce Parkway, Suite 100, Weston, FL 33326. The tax-exempt bond amount is not to exceed $42,900,000. All interested parties may present oral comments at the public TEFRA hearing or submit written comments regarding the potential bond issuance for the development being financed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2514523020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Meeting/Workshop Hearing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Housing Finance Corporation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25145230\",\n            \"created_at\": \"2021-10-20T06:45:26.261645-04:00\"\n        },\n        {\n            \"id\": 55269,\n            \"title\": \"ARRC Announces the Sixth Event in its Series \\\"The SOFR Symposium: the Final Year\\\"\",\n            \"summary\": \"The Alternative Reference Rates Committee (ARRC) today announced the sixth in a series of events it will hold, The SOFR Symposium: The Final Year on October 26, 2021. The upcoming event builds on the ARRC’s SOFR Symposium series (see recordings from Parts I, II, III, IV, and V) by covering the transition away from LIBOR to the Secured Overnight Financing Rate (SOFR) from the perspectives of the Office of the Comptroller of the Currency, as well as banks and borrowers. The event will open with remarks by Acting Comptroller of the Currency Michael J. Hsu, who will discuss the importance of maintaining trust in the banking system during the transition from LIBOR to replacement rates. This will be followed by a discussion featuring leadership from various banks and borrowers on their efforts to prepare for the U.S. supervisory guidance advising firms to end new LIBOR issuances by year-end, and how they are taking the ARRC’s recent “time to move” recommendation into account to do so. In that recommendation, the ARRC encourages all market participants act now to slow their use of U.S. dollar (USD) LIBOR and leverage the next few weeks as a key window to reduce such activity to promote a smooth end to new LIBOR contracts by the end of the year. This Symposium will air live as a webinar at 11:00 AM EDT on Tuesday, October 26.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2299ARCC18620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Announcement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alternative Reference Rates Committee\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.newyorkfed.org/medialibrary/Microsites/arrc/files/2021/20211019-SOFR-Symposium-VI-930am-Clean\",\n            \"created_at\": \"2021-10-20T06:45:24.122689-04:00\"\n        },\n        {\n            \"id\": 55315,\n            \"title\": \"City Council Resolution PR24-0412: Child Wealth Building Emergency Declaration Resolution of 2021 (24th Council)\",\n            \"summary\": \"Approved on 10/19/2021. To declare the existence of an emergency with respect to the need to approve the Child Wealth 16 Building Emergency Act of 2021 to provide a subsidized wealth building and investment 17 account for certain children.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-041244020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0412\",\n            \"created_at\": \"2021-10-20T06:45:37.981176-04:00\"\n        },\n        {\n            \"id\": 55286,\n            \"title\": \"Notice of Declaratory Statement: Lightspeed Technology Services, Inc\",\n            \"summary\": \"The Florida Office of Financial Regulation has received the petition for declaratory statement from Lightspeed Technology Services, Inc. The petition seeks the agency's opinion as to the applicability of Chapter 560, Florida Statutes, as it applies to the petitioner. On October 15, 2021, the Florida Office of Financial Regulation (Consumer Finance) received a Petition for Declaratory Statement from Lightspeed Technology Services, Inc. The petition seeks a declaratory statement from the Office whether its business model (to establish a referral service for customers who want to buy, sell, or otherwise exchange cryptocurrency or fiat currency whereby it will refer customers to banks, trust companies, and others (the “Custodian”) who are either licensed as money transmitters or are exempt from the licensure requirement) falls under the Florida Money Transmitter Statute, Chapter 560, Florida Statutes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2514455120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Declaratory Statement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25144551\",\n            \"created_at\": \"2021-10-20T06:45:26.041391-04:00\"\n        },\n        {\n            \"id\": 55262,\n            \"title\": \"Withdrawal of Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, MIAX Emerald, LLC (“Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to amend the Exchange's fee schedule to revise the Options Regulatory Fee charged starting August 12, 2021. The proposed rule change was immediately effective upon filing with the Commission. The proposed rule change was published for comment in the Federal Register on August 27, 2021. The Commission received one comment letter on the proposal from the Exchange noting that it planned to withdraw File No. EMERALD-2021-27. On October 7, 2021, the Exchange withdrew the proposed rule change (SR-EMERALD-2021-27).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22687\",\n            \"regalytics_alert_id\": \"1891FR20212268720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX Emerald, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22687/self-regulatory-organizations-miax-emerald-llc-notice-of-withdrawal-of-proposed-rule-change-to-amend\",\n            \"created_at\": \"2021-10-20T06:45:23.391106-04:00\"\n        },\n        {\n            \"id\": 55275,\n            \"title\": \"FDIC Office of Inspector General Press Release Update\",\n            \"summary\": \"The following press release, issued by the U.S. Department of Justice, was recently posted to the Federal Deposit Insurance Corporation’s (FDIC) Office of Inspector General (OIG) Web site: www.fdicoig.gov. Such press releases reflect actions resulting from the OIG’s partnerships with U.S. Attorneys’ Offices throughout the country and other OIGs and law enforcement entities: New York and Florida Resident Admits to $6.8 Million Paycheck Protection Program Fraud Scheme.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4981767620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"OIG Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2f8283a\",\n            \"created_at\": \"2021-10-20T06:45:24.738887-04:00\"\n        },\n        {\n            \"id\": 55339,\n            \"title\": \"Senate Bill S1693: Retirement Classification (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation relative to retirement classification. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S16932641fca20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1693\",\n            \"created_at\": \"2021-10-20T06:45:40.975076-04:00\"\n        },\n        {\n            \"id\": 55305,\n            \"title\": \"Paperwork Reduction Act of Approvals: Phase 1 Evaluation of the Housing Choice Voucher Mobility Demonstration\",\n            \"summary\": \"The Office of Policy Development and Research (PD&R), at the U.S. Department of Housing and Urban Development (HUD), is proposing the collection of information for Phase 1 Evaluation of the Housing Choice Voucher (HCV) Mobility Demonstration. Under contract with HUD PD&R, Abt Associates Inc. and its subcontractors the Urban Institute, MEF Associates, Social Policy Research Associates, and Sage Consulting are conducting Phase 1 of a planned two-phase Evaluation of the HCV Mobility Demonstration. The Demonstration is a multi-site, randomized-controlled trial of the effect of housing mobilityrelated services on the share of HCV holders with children that move to lower poverty areas. This Demonstration will allow participating public housing agencies (PHAs) throughout the country to implement housing mobility programs by offering mobility-related services to increase the number of voucher families with children living in opportunity areas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22755\",\n            \"regalytics_alert_id\": \"1891FR20212275520211019\",\n            \"proposed_comments_due_date\": \"2021-11-18\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22755/30-day-notice-of-proposed-information-collection-phase-1-evaluation-of-the-housing-choice-voucher\",\n            \"created_at\": \"2021-10-20T06:45:28.054482-04:00\"\n        },\n        {\n            \"id\": 55279,\n            \"title\": \"Overlapping Risks: Anti-Money Laundering and Cybersecurity\",\n            \"summary\": \"Firm regulatory risks and priorities don't exist in a vacuum. And that is perhaps nowhere clearer than when it comes to a firm's anti-money laundering responsibilities. A firm's AML risks can overlap with any number of other priorities. We're looking at the intersection of a firm's AML and cybersecurity risks. Joining us are Jason Foye, a director with FINRA's Anti-Money Laundering Investigative Unit, and Dave Kelley, a director with FINRA's Cybersecurity Specialist Program, both with FINRA’s National Cause and Financial Crimes Detection Program.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA142ty20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Rule Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/media-center/finra-unscripted/aml-cybersecurity-encore\",\n            \"created_at\": \"2021-10-20T06:45:25.266259-04:00\"\n        },\n        {\n            \"id\": 55331,\n            \"title\": \"House of Representatives Bill H2667: Retirement Classification of Licensed Drinking Water Operators (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. Relative to retirement classification of licensed drinking water operators. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H26672641fca20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2667\",\n            \"created_at\": \"2021-10-20T06:45:39.661394-04:00\"\n        },\n        {\n            \"id\": 55312,\n            \"title\": \"User Fee for Estate Tax Closing Letter, Correction\",\n            \"summary\": \"This document contains a correction to Treasury Decision 9957, which was published in the Federal Register on Tuesday, September 28, 2021. Treasury Decision 9957 establishes a new user fee of $67 for persons requesting the issuance of IRS Letter 627, also referred to as an estate tax closing letter. The correction is effective on October 28, 2021, and applicable as of September 28, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22780\",\n            \"regalytics_alert_id\": \"1891FR20212278020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": \"2021-10-28\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22780/user-fee-for-estate-tax-closing-letter-correction\",\n            \"created_at\": \"2021-10-20T06:45:28.793149-04:00\"\n        },\n        {\n            \"id\": 55334,\n            \"title\": \"House of Representatives Bill H2779: Massachusetts Certified Emergency Telecommunicators (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation to include certain certified emergency telecommunicators in Group 2 of the contributory retirement system for public employees. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H27792641fca20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2779\",\n            \"created_at\": \"2021-10-20T06:45:40.471442-04:00\"\n        },\n        {\n            \"id\": 55316,\n            \"title\": \"City Council Resolution PR24-0415: Public Emergency Extension and Eviction and Utility Moratorium Phasing Congressional Review Emergency Declaration Resolution of 2021 (24th Council)\",\n            \"summary\": \"Approved on 10/19/2021. Resolution Number R24-0257 Public Emergency Extension and Eviction and Utility Moratorium Phasing Congressional Review Emergency Declaration Resolution of 2021\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-041544020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0415\",\n            \"created_at\": \"2021-10-20T06:45:38.084308-04:00\"\n        },\n        {\n            \"id\": 55273,\n            \"title\": \"Notice of Public Meeting: Credit Union Advisory Council\",\n            \"summary\": \"This notice sets forth the announcement of a public meeting of the Credit Union Advisory Council (CUAC or Council) of the Bureau of Consumer Financial Protection (Bureau). The CUAC will discuss broad policy matters related to the Bureau’s Unified Regulatory Agenda and general scope of authority. Discussions will include small business lending, age friendly banking, and youth financial literacy. The purpose of the Advisory Council is to advise the Bureau in the exercise of its functions under the Federal consumer financial laws as they pertain to credit unions with total assets of $10 billion or less. The meeting date is Thursday, November 4, 2021, from approximately 1:00 p.m. to 5:00 p.m. eastern daylight time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22608\",\n            \"regalytics_alert_id\": \"1891FR20212260820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22608/credit-union-advisory-council-meeting\",\n            \"created_at\": \"2021-10-20T06:45:24.532291-04:00\"\n        },\n        {\n            \"id\": 55325,\n            \"title\": \"House of Representatives Bill HB4184: Revenue - Hospitals (102nd General Assembly)\",\n            \"summary\": \"Introduced on 10/19/2021. Amends the Illinois Income Tax Act. Extends the income tax credit for certain hospitals through taxable years ending on or before December 31, 2027 (currently, December 31, 2022). Amends the Use Tax Act, the Service Use Tax Act, the Service Occupation Tax Act, and the Retailers' Occupation Tax Act. Provides that the credit for personal property sold to or used by certain hospitals is exempt from the Acts' automatic sunset provisions. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99IL1801HB418414820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        },\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4184&GAID=16&DocTypeID=HB&SessionID=110&GA=102\",\n            \"created_at\": \"2021-10-20T06:45:39.016454-04:00\"\n        },\n        {\n            \"id\": 55321,\n            \"title\": \"Senate Bill S0548: Energy (Regular Session)\",\n            \"summary\": \"Introduced on 10/19/2021. Establishing a tax credit for electricity produced from a renewable energy source located on an operational farm in this state; authorizing the Board of Trustees of the Internal Improvement Trust Fund to lease manmade stormwater management systems for floating solar energy systems; requiring the Public Service Commission, in consultation with the Department of Agriculture and Consumer Services and the Department of Environmental Protection, to adopt rules for a renewable and energy efficiency portfolio standard; establishing the Residential Energy Efficiency Upgrades Program within the Department of Agriculture and Consumer Services for a specified purpose, etc. Appropriation: $250,000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841S05481520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/548\",\n            \"created_at\": \"2021-10-20T06:45:38.587836-04:00\"\n        },\n        {\n            \"id\": 55309,\n            \"title\": \"Methodology to Distribute Outcome Payments to States for the Unemployment Insurance Reemployment Services and Eligibility Assessments Program\",\n            \"summary\": \"The Department is announcing the final methodology to distribute RESEA outcome payments to states each fiscal year (FY) after FY 2020 as required by the SSA. The Federal-State UI program is a required partner in the comprehensive, integrated workforce system. Beginning in 2005, the Department and participating state workforce agencies began addressing the individual reemployment needs of UC claimants and working to prevent and detect UC improper payments through the voluntary UI Reemployment and Eligibility Assessment (REA) program. In FY 2015, the voluntary Reemployment Services and Eligibility Assessment (RESEA) program replaced the REA program. The Bipartisan Budget Act of 2018 (BBA), enacted on February 9, 2018, amended the SSA to create a permanent authorization for the RESEA program. A total of 49 states and jurisdictions operated a RESEA program in FY 2020. The primary goals for the RESEA program are: to improve employment outcomes for individuals that receive unemployment compensation and to reduce average duration of receipt of UC through employment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22704\",\n            \"regalytics_alert_id\": \"1891FR20212270420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Employment and Training Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22704/notice-announcing-the-methodology-to-distribute-outcome-payments-to-states-for-the-unemployment\",\n            \"created_at\": \"2021-10-20T06:45:28.480561-04:00\"\n        },\n        {\n            \"id\": 55280,\n            \"title\": \"Notice of Proposed Rule: Continuing Professional Education; Inactive or Delinquent Florida Certified Public Accountants Who Desire to Become Active Licensees\",\n            \"summary\": \"The Board proposes a rule amendment to update the rule language to remove the incorporated application and refer the applicant to Rule 61-35.003, F.A.C., to obtain the application. Rules 61H1-33.003 regarding Continuing Professional Education, and 61H1-33.006 regarding Inactive or Delinquent Florida Certified Public Accountants Who Desire to Become Active Licensees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2513921620211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61H1-33.003&PDate=10/19/2021&Section=2#\",\n            \"created_at\": \"2021-10-20T06:45:25.367498-04:00\"\n        },\n        {\n            \"id\": 55285,\n            \"title\": \"Notice of Declaratory Statement: Matthew Luciano\",\n            \"summary\": \"The Florida Office of Financial Regulation has received the petition for declaratory statement from Matthew Luciano. The petition seeks the agency's opinion as to the applicability of Chapter 517, Florida Statutes, as it applies to the petitioner. On October 13, 2021, the Florida Office of Financial Regulation (Securities) received a Petition for Declaratory Statement from Matthew Luciano. The petition seeks a declaratory statement from the Office to clarify the heightened supervision requirements of the Final Order issued by the Office in Administrative Proceeding Number 88816-S.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2514387220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Declaratory Statement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Financial Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25143872\",\n            \"created_at\": \"2021-10-20T06:45:25.897750-04:00\"\n        },\n        {\n            \"id\": 55270,\n            \"title\": \"Notice of Public Meeting: Academic Research Council\",\n            \"summary\": \"This notice sets forth the announcement of a public meeting of the Academic Research Council (ARC or Council) of the Bureau of Consumer Financial Protection (Bureau). The committee will provide the Bureau with advice about its strategic research planning process and research agenda, including views on the research that the Bureau should conduct relating to consumer financial products or services, consumer behavior, cost-benefit analysis, or other topics to enable the agency to further its statutory purposes and objectives; and provide the Office of Research with technical advice and feedback on research methodologies, data collection strategies, and methods of analysis, including methodologies and strategies for quantifying the costs and benefits of regulatory actions. The duties of the ARC are solely advisory and shall extend only to the submission of advice and recommendations to the Bureau. The meeting date is Friday, November 5, 2021, from approximately 1:00 p.m. to 3:45 p.m. eastern daylight time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22605\",\n            \"regalytics_alert_id\": \"1891FR20212260520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22605/academic-research-council-meeting\",\n            \"created_at\": \"2021-10-20T06:45:24.225347-04:00\"\n        },\n        {\n            \"id\": 55271,\n            \"title\": \"Notice of Public Meeting: Consumer Advisory Board\",\n            \"summary\": \"This notice sets forth the announcement of a public meeting of the Consumer Advisory Board (CAB or Board) of the Bureau of Consumer Financial Protection (Bureau). The purpose of the CAB is outlined in section 1014(a) of the Dodd-Frank Act, which states that the CAB shall “advise and consult with the Bureau in the exercise of its functions under the Federal consumer financial laws” and “provide information on emerging practices in the consumer financial products or services industry, including regional trends, concerns, and other relevant information.” The meeting date is Wednesday, November 3, 2021, from approximately 1:00 p.m. to 5:00 p.m. eastern daylight time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22606\",\n            \"regalytics_alert_id\": \"1891FR20212260620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22606/consumer-advisory-board-meeting\",\n            \"created_at\": \"2021-10-20T06:45:24.326153-04:00\"\n        },\n        {\n            \"id\": 55265,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Its Rules to Add New Rule 7.13\",\n            \"summary\": \"On October 6, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend its rules to add new Rule 7.13 (Trading Suspensions). Proposed Rule 7.13 would permit the Chair of the Board of the Exchange, or the CEO, or the officer designee of the Chair or the CEO, to suspend trading in any and all securities trading on the Exchange whenever in his or her opinion such suspension would be in the public interest. No such suspension would continue longer than a period of two days, or as soon thereafter as a quorum of Directors can be assembled, unless the Board approves the continuation of such suspension. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22691\",\n            \"regalytics_alert_id\": \"1891FR20212269120211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22691/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-10-20T06:45:23.699497-04:00\"\n        },\n        {\n            \"id\": 55345,\n            \"title\": \"Senate Bill S692: Massachusetts Credit Union Share Insurance Corporation (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation relative to the Massachusetts Credit Union Share Insurance Corporation. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S69226455b220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S692\",\n            \"created_at\": \"2021-10-20T06:45:41.575800-04:00\"\n        },\n        {\n            \"id\": 55317,\n            \"title\": \"House of Representatives Bill H0343: Mental Health Professional Licensure (Regular Session)\",\n            \"summary\": \"Introduced on 10/19/2021. Revises educational requirements for marriage & family therapist & mental health counselor licenses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H03431520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/343\",\n            \"created_at\": \"2021-10-20T06:45:38.184573-04:00\"\n        },\n        {\n            \"id\": 55346,\n            \"title\": \"House of Representatives Bill HB5405: Income Tax Act of 1967: Individual Income Tax\",\n            \"summary\": \"Introduced on 10/14/2021. A bill to amend 1967 PA 281, entitled \\\"Income Tax Act of 1967,\\\" by amending to add gross interest income and dividends derived from obligations or securities of states other than Michigan; add taxes on or measured by income to the extent the taxes have been deducted in arriving at adjusted gross income; and add losses on the sale or exchange of obligations of the United States government, the income of which this state is prohibited from subjecting to a net income tax, to the extent that the loss has been deducted in arriving at adjusted gross income.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI18081HB5405191503a20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-HB-5405\",\n            \"created_at\": \"2021-10-20T06:45:41.676956-04:00\"\n        },\n        {\n            \"id\": 55260,\n            \"title\": \"Withdrawal of Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, Miami International Securities Exchange LLC (“Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to amend the Exchange's fee schedule to revise the Options Regulatory Fee charged starting August 12, 2021. The proposed rule change was immediately effective upon filing with the Commission. The proposed rule change was published for comment in the Federal Register on August 27, 2021. The Commission received one comment letter on the proposal from the Exchange noting that it planned to withdraw File No. MIAX-2021-38. On October 7, 2021, the Exchange withdrew the proposed rule change (SR-MIAX-2021-38).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22688\",\n            \"regalytics_alert_id\": \"1891FR20212268820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22688/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-withdrawal-of\",\n            \"created_at\": \"2021-10-20T06:45:23.188616-04:00\"\n        },\n        {\n            \"id\": 55333,\n            \"title\": \"House of Representatives Bill H2725: Group 2 Retirement (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation to include certain employees of the Commonwealth and certain Cambridge Health Alliance/Cambridge Hospital employees in Group 2 of the contributory retirement system for public employees. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H27252641fca20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2725\",\n            \"created_at\": \"2021-10-20T06:45:39.997617-04:00\"\n        },\n        {\n            \"id\": 55335,\n            \"title\": \"House of Representatives Bill H2797: Employees of the Commonwealth Required to Respond to Crime Scenes (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation to include forensic scientists employed at the Massachusetts State Police Crime Laboratory in Group 2 of the contributory retirement system for public employees. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H27972641fca20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2797\",\n            \"created_at\": \"2021-10-20T06:45:40.572444-04:00\"\n        },\n        {\n            \"id\": 55276,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act of the Board's Regulation Y to acquire shares of a bank or bank holding company. Federal Reserve Bank of Chicago: The 2021 Katz Dynasty Trust, Milwaukee, Wisconsin, Peter J. Wilder, individually, and as trustee, Pewaukee, Wisconsin; to join the Katz Family Control Group, a group acting in concert, to acquire voting shares of Resource Bancshares, Inc., and thereby indirectly acquire voting shares of Resource Bank, National Association, both of DeKalb, Illinois.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22769\",\n            \"regalytics_alert_id\": \"1891FR20212276920211019\",\n            \"proposed_comments_due_date\": \"2021-11-03\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22769/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-10-20T06:45:24.843412-04:00\"\n        },\n        {\n            \"id\": 55313,\n            \"title\": \"Major Disaster Declaration: New York\",\n            \"summary\": \"Notice is hereby given that as a result of the President's major disaster declaration on October 8, 2021, Private Non-Profit organizations that provide essential services of a governmental nature may file disaster loan applications at the address listed above or other locally announced locations. The following areas have been determined to be adversely affected by the disaster: Primary Counties: Allegany, Cayuga, Cortland, Lewis, Oneida, Steuben, Tioga, Yates. The interest rates are for Physical Damage and Economic Injury.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22708\",\n            \"regalytics_alert_id\": \"1891FR20212270820211019\",\n            \"proposed_comments_due_date\": \"2021-12-07\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22708/presidential-declaration-of-a-major-disaster-for-public-assistance-only-for-the-state-of-new-york\",\n            \"created_at\": \"2021-10-20T06:45:28.895672-04:00\"\n        },\n        {\n            \"id\": 55281,\n            \"title\": \"Notice of Change/Withdrawal: Independence\",\n            \"summary\": \"The following changes have been made to the proposed rule in accordance with subparagraph 120.54(3)(d)1., F.S., published in Vol. 46 No. 141, July 21, 2020 issue of the Florida Administrative Register. A Notice of Change was published in Vol. 46, No. 214, of the November 2, 2020, issue of the Florida Administrative Register. The changes are in response to written comments submitted by the staff of the Joint Administrative Procedures Committee and discussion and subsequent vote by the board at a public meeting held September 24, 2021. The changes are as follows: Substantial rewording of Rule 61H1-21.001 follows. See Florida Administrative Code for present text. 61H1-21.001 Independence.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2514503620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice of Change/Withdrawal\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61H1-21.001&PDate=10/19/2021&Section=3#\",\n            \"created_at\": \"2021-10-20T06:45:25.474759-04:00\"\n        },\n        {\n            \"id\": 55347,\n            \"title\": \"House of Representatives Bill HB4270: Use Tax Act: Property Tax\",\n            \"summary\": \"Hearing to be held on 10/20/2021. A bill to amend 1937 PA 94, entitled \\\"Use Tax Act,\\\" by amending the property exempt from the tax levied if it sold in this state on which transaction a tax is paid under the general sales tax act, 1933 PA 167, if the tax was due and paid on the retail sale to a consumer.; and property storage, use, or other consumption of which this state is prohibited from taxing under the constitution or laws of the United States, or under the constitution of this state. All money received and collected under this act must be deposited by the department of treasury in the state treasury to the credit of the general fund, to be disbursed only by appropriations by the legislature.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI18082HB42702014e9520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-HB-4270\",\n            \"created_at\": \"2021-10-20T06:45:41.787632-04:00\"\n        },\n        {\n            \"id\": 55298,\n            \"title\": \"Notice of Proposed Rulemaking: Extension of Eligibility to Certain Employees on Temporary Appointments and Certain Employees on Seasonal and Intermittent Schedules, Enrollment Clarifications and Qualifying Life Events\",\n            \"summary\": \"The Office of Personnel Management (OPM) is issuing a proposed rule to expand eligibility for enrollment in the Federal Employees Dental and Vision Insurance Program (FEDVIP) to additional categories of Federal employees. This proposed rule expands eligibility for FEDVIP to certain Federal employees on temporary appointments and certain employees on seasonal and intermittent schedules that became eligible for Federal Employees Health Benefits (FEHB) enrollment beginning in 2015. This rule also expands access to FEDVIP benefits to certain firefighters on temporary appointments and intermittent emergency response personnel who became eligible for FEHB coverage in 2012.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22281\",\n            \"regalytics_alert_id\": \"1891FR20212228120211019\",\n            \"proposed_comments_due_date\": \"2021-12-20\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Personnel Management\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22281/fedvip-extension-of-eligibility-to-certain-employees-on-temporary-appointments-and-certain-employees\",\n            \"created_at\": \"2021-10-20T06:45:27.324543-04:00\"\n        },\n        {\n            \"id\": 55328,\n            \"title\": \"House of Representatives Bill H1167: Uniform Enforcement and Confidentiality Provisions of Certain Licensees\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation to establish uniform confidentiality and enforcement provisions relative to certain licensees under the jurisdiction of the Division of Banks. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H116726455b220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H1167\",\n            \"created_at\": \"2021-10-20T06:45:39.352998-04:00\"\n        },\n        {\n            \"id\": 55349,\n            \"title\": \"House of Representatives Bill HB5412: Housing: Landlord and Tenants, Allocation of Responsibilities\",\n            \"summary\": \"Introduced on 10/19/2021. An act to regulate relationships between landlords and tenants relative to rental agreements for rental units; to provide for the responsibilities of landlords and tenants for the treatment of certain pests in rental units; to regulate the payment, repayment, use and investment of security deposits; to provide for commencement and termination inventories of rental units; to provide for termination arrangements relative to rental units; to provide for legal remedies; and to provide penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI1808HB541213920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-HB-5412\",\n            \"created_at\": \"2021-10-20T06:45:41.990224-04:00\"\n        },\n        {\n            \"id\": 55300,\n            \"title\": \"Governor Henry McMaster, Lt. Governor Pamela S. Evette, and First Lady Peggy McMaster’s Weekly Schedule, October 18, 2021\",\n            \"summary\": \"Governor Henry McMaster, Lt. Governor Pamela S. Evette, and First Lady Peggy McMaster’s schedules for the week of October 18 include the following: on Tuesday, October 12, 10:00 AM, Governor McMaster oversaw a State Fiscal Accountability Authority meeting, Room 252, Edgar Brown Building, Columbia, S.C.; and at 3:30 PM he assisted to the Economic development meeting.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8364SC23120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"South Carolina\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.sc.gov/news/2021-10/gov-henry-mcmaster-lt-gov-pamela-s-evette-and-first-lady-peggy-mcmasters-weekly-0\",\n            \"created_at\": \"2021-10-20T06:45:27.528922-04:00\"\n        },\n        {\n            \"id\": 55237,\n            \"title\": \"Credit Suisse to Pay Nearly $475 Million to U.S. and U.K. Authorities to Resolve Charges in Connection with Mozambican Bond Offerings\",\n            \"summary\": \"Credit Suisse Group AG has agreed to pay nearly $475 million to U.S. and U.K authorities, including nearly $100 million to the Securities and Exchange Commission, for fraudulently misleading investors and violating the Foreign Corrupt Practices Act (FCPA) in a scheme involving two bond offerings and a syndicated loan that raised funds on behalf of state-owned entities in Mozambique. According to the SEC's order, these transactions that raised over $1 billion were used to perpetrate a hidden debt scheme, pay kickbacks to now-indicted former Credit Suisse investment bankers along with their intermediaries, and bribe corrupt Mozambique government officials. The SEC's order finds that the offering materials created and distributed to investors by Credit Suisse hid the underlying corruption and falsely disclosed that the proceeds would help develop Mozambique's tuna fishing industry. Credit Suisse failed to disclose the full extent and nature of Mozambique's indebtedness and the risk of default arising from these transactions. VTB Capital consented to an SEC order finding that it violated negligence-based antifraud provisions of the federal securities laws. Without admitting or denying the findings, VTB Capital agreed to pay over $2.4 million in disgorgement and interest along with a $4 million penalty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC1DE4F08220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-213\",\n            \"created_at\": \"2021-10-20T06:45:18.014086-04:00\"\n        },\n        {\n            \"id\": 55220,\n            \"title\": \"Order for Suspension: Julyo Moreno\",\n            \"summary\": \"Julyo Moreno was issued an Iowa insurance producer license under National Producer Number 18949819. The Commissioner issued a notice to Respondent advising that a Certificate of Noncompliance was received and that Respondent's Iowa insurance producer license would be suspended in 30 days. It is therefore ordered that the Iowa insurance producer license of Julyo Moreno is suspended as of the date of this Order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO12211104920211006\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-julyo-moreno\",\n            \"created_at\": \"2021-10-20T06:45:16.043572-04:00\"\n        },\n        {\n            \"id\": 55246,\n            \"title\": \"Statement by Secretary of the Treasury Janet L. Yellen on Congressional Tax Compliance Proposals\",\n            \"summary\": \"\\\"Today’s new proposal reflects the Administration’s strong belief that we should zero in on those at the top of the income scale who don’t pay the taxes they owe, while protecting American workers by setting the bank account threshold at $10,000 and providing an exemption for wage earners like teachers and firefighters. We will continue to work with leaders in Congress to enact this important measure to level the playing field for workers and small businesses, and raise revenue to build our economy back better.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT96041620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0416\",\n            \"created_at\": \"2021-10-20T06:45:19.625776-04:00\"\n        },\n        {\n            \"id\": 55247,\n            \"title\": \"Exceptive Relief for Casinos from Certain Customer Identity Verification Requirements\",\n            \"summary\": \"The Financial Crimes Enforcement Network (FinCEN) grants limited exceptive relief to casinos from certain customer identity verification requirements in the context of online gaming. Specifically, under the terms of this relief, a casino may utilize suitable non-documentary methods to verify the identity of online customers. The suitability or non-suitability of any particular method should be evaluated based on risk. This exceptive relief is effective as of October 19, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1927FINCEN203EX20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-19\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Financial Crimes Enforcement Network\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fincen.gov/resources/statutes-regulations/administrative-rulings/exceptive-relief-casinos-certain-customer\",\n            \"created_at\": \"2021-10-20T06:45:19.789922-04:00\"\n        },\n        {\n            \"id\": 55255,\n            \"title\": \"Eric B. Boerschinger Appointed Assistant to the Regional Director in Region 18 (Minneapolis)\",\n            \"summary\": \"Today, the National Labor Relations Board General Counsel Jennifer A. Abruzzo announces the appointment of Eric B. Boerschinger as the Assistant to the Regional Director of the NLRB’s Regional Office in Minneapolis, Minnesota (Region 18). In his new position, Mr. Boerschinger will assist Regional Director Jennifer A. Hadsall in the administration and enforcement of the National Labor Relations Act throughout the states of Minnesota, North Dakota, South Dakota, Wisconsin, and most of Iowa and the Upper Peninsula of Michigan. Mr. Boerschinger grew up in Pasadena, California. He studied at the University of California, San Diego, earning a Bachelor of Arts in Political Science, with a minor in Spanish Literature. He began his career with the NLRB in 1999 as a Field Examiner in Los Angeles, California (Region 21), before transferring to the Brooklyn, New York office (Region 29) in 2005. In 2010, he transferred to the Milwaukee, Wisconsin office, now a part of Region 18, and he continues to work in that office.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB92120ER20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/eric-b-boerschinger-appointed-assistant-to-the-regional-director-in-region\",\n            \"created_at\": \"2021-10-20T06:45:21.430818-04:00\"\n        },\n        {\n            \"id\": 55254,\n            \"title\": \"Nora McGinley Appointed Assistant to the Regional Director in Region 8 (Cleveland)\",\n            \"summary\": \"Today, the National Labor Relations Board General Counsel Jennifer A. Abruzzo announces the appointment of Nora McGinley as the Assistant to the Regional Director of the NLRB’s Regional office in Cleveland, Ohio (Region 8). In her new position, Ms. McGinley will assist Regional Director Iva Y. Choe in the administration and enforcement of the National Labor Relations Act in parts of Ohio.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB82116NO20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/nora-mcginley-appointed-assistant-to-the-regional-director-in-region-8\",\n            \"created_at\": \"2021-10-20T06:45:21.325990-04:00\"\n        },\n        {\n            \"id\": 55253,\n            \"title\": \"Notice of Intended Action: Proposing Rule Making Related to Boilers and Pressure Vessels and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Board is required by Iowa Code section 89.14(7) to review all boiler and pressure vessel rules every three years. Many of the amendments proposed in this Notice are the result of that systematic review. Additional amendments were prompted by the passage of 2020 Iowa Acts, House File 2389, which amended the Administrative Procedure Act. These proposed amendments update the office address and code references; set forth the requirement to submit petitions for rule making and their disposition to the Administrative Rules Review Committee; set forth the requirement to enter information about waiver petitions and their disposition in the Legislative Services Agency’s website; strike references to “variance” and “reinstallation”; align fall protection language with current occupational safety and health standards; facilitate email communications between the Board and a petitioner for rule making; strike redundant language; eliminate inconsistencies in the use of the phrase “hot water supply boiler”; reduce the time for filing an inspection report from 30 days to 14 days; make extensive changes to the definitions; elaborate on procedures in the event of an imminent danger, on the types of conditions to be included on inspection reports, and on requirements for discharge piping; require that control and safety device reports, which must already be prepared and kept available for inspectors, also be sent to the Division of Labor; require a hydrostatic test and an internal inspection to be performed before a temporary object is put into operation; and adopt new rules concerning repairs, plugging leaky tubes, and the condition and maintenance of equipment rooms. Carbon monoxide detectors are already required in boiler rooms, and Item 34 sets forth specific requirements for carbon monoxide detectors. In order to make the requirements more accessible to users, some of the amendments would place directly into rules requirements that are currently adopted by reference. This rule making is proposed under the authority provided in Iowa Code section 89.14(5). This rule making implements, in whole or in part, Iowa Code chapter 89 and 2020 Iowa Acts, House File 2389.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5977C6820211020\",\n            \"proposed_comments_due_date\": \"2021-08-17\",\n            \"original_publication_date\": \"2021-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-24\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Division of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5806C.pdf\",\n            \"created_at\": \"2021-10-20T06:45:20.982569-04:00\"\n        },\n        {\n            \"id\": 55256,\n            \"title\": \"Syracuse Iron Foundry Agrees to Correct S erious Hazards, Implement Enhanced Safeguards Following US Department of Labor inspection and Litigation\",\n            \"summary\": \"A Syracuse iron foundry cited by the U.S. Department of Labor’s Occupational Safety and Health Administration for dozens of health and safety violations has agreed to correct 60 cited hazards, implement enhanced corrective measures and pay $276,189 in penalties in a settlement agreement with the department. OSHA’s Syracuse Area Office cited Frazer & Jones Co. Inc. in November 2019 following safety and health inspections that identified multiple hazards, including: Exposing employees to crystalline silica, silica dust and combustible dust; Inadequate respiratory protection; fall, struck-by and caught-between hazards; Unsafe work floors and walking surface; deficient confined space safeguards; Inaccessible or unavailable fire extinguishers; an impeded exit route; lack of an effective pest removal program; and failure to prevent the build-up of bird feces on equipment. The settlement, deemed a final order of the independent Occupational Safety and Health Review Commission effective October 14, 2021, contains enhanced abatement measures the employer will take, including: Semi-annual inspections of the facility by a safety consultant; addressing the consultant’s recommendations for action, and sharing them with the facility’s labor-management safety committee and the corporate parent’s board of directors; implementing systems to receive and respond to employee complaints; and a ventilation consultant will evaluate the facility’s dust control system for overhaul.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19822US14253101920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Occupational Safety and Health Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/sol/sol20211019\",\n            \"created_at\": \"2021-10-20T06:45:22.000034-04:00\"\n        },\n        {\n            \"id\": 55235,\n            \"title\": \"Secretary of Agriculture Highlights Wolf Administration’s $50 Million Dairy Investment to Fuel Farmers, Families, Economy\",\n            \"summary\": \"Agriculture Secretary Russell Redding, Pennsylvania Farm Bureau President Rick Ebert, and dairy industry stakeholders toured Turner's Dairy today. There, they highlighted the Wolf Administration's investments to Pennsylvania dairy, a sector of agriculture that creates jobs, feeds families, and fuels communities. Pennsylvania ranks 7th nationally in total milk production, with nearly 520,000 cows producing more than 10.6 billion pounds of milk annually. The industry supports 53,300 jobs and contributes $14.1 billion to the state's economy. In recent years, dairy has faced market challenges due to increased costs and changes in supply and demand. Recognizing these challenges, Governor Wolf has invested more than $50 million since 2015 to better position Pennsylvania's dairy industry for the future. Turner's Dairy received nearly $360,000 from the Pennsylvania Dairy Investment Program to expand their processing facility and to fund research to develop a new ready to drink dairy based coffee beverage. Since 2015, the PA Department of Agriculture has invested more than $8.7 million in the Center for Dairy Excellence to support on-farm grant investments, financial assistance workshops and educational opportunities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA1214536220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Agriculture\",\n                    \"states\": [\n                        {\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/agriculture_details.aspx?newsid=1145\",\n            \"created_at\": \"2021-10-20T06:45:17.702186-04:00\"\n        },\n        {\n            \"id\": 55250,\n            \"title\": \"Brown: Robust, Effective Sanctions Policies Will Protect U.S. National Security\",\n            \"summary\": \"U.S. Senator Sherrod Brown (D-OH), Chairman of the U.S. Senate Committee on Banking, Housing, and Urban Affairs, delivered the following opening statement at today’s hearing entitled International Policy Update: The Treasury Department’s Sanctions Policy Review and Other Issues: \\\"Sanctions policy is an area where we have done important, bipartisan work on this committee, across administrations of both parties. Last week, a broad coalition of countries, led by the United States and Europe, agreed to substantially increase aid to Afghanistan. And we continue to work with our allies to ensure that aid can be delivered effectively to the people there, despite sanctions against the Taliban. Today, we’ll focus primarily on the findings and recommendations of the months-long sanctions policy review that Secretary Yellen directed the Treasury Department to undertake. The department consulted with agencies across the government – State, Commerce, the intelligence community, and others – as well as an array of private sector actors, including banks, businesses, non-profits, international NGOs, and sanctions experts. That comprehensive review examined important questions of our current sanctions policy.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU203B20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-robust-effective-sanctions-policies-will-protect-us-national-security\",\n            \"created_at\": \"2021-10-20T06:45:20.349784-04:00\"\n        },\n        {\n            \"id\": 55258,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend its Fee Schedule\",\n            \"summary\": \"On September 30, 2021, CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend its Fee Schedule. The Exchange proposes to amend its Fee Schedule by (1) modifying Tier 2 of the Step-Up Tiers as provided under footnote 2 of the Fee Schedule; and (2) eliminating two existing tiers and introducing a new tier of the Single Market Participant Identifier (“MPID”) Investor Tiers, as provided under footnote 4 of the Fee Schedule, effective October 1, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22690\",\n            \"regalytics_alert_id\": \"1891FR20212269020211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22690/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-20T06:45:22.985294-04:00\"\n        },\n        {\n            \"id\": 55244,\n            \"title\": \"Testimony of Deputy Secretary of the Treasury Wally Adeyemo Before the Committee on Banking, Housing, and Urban Affairs, U.S. Senate\",\n            \"summary\": \"\\\"America’s interest in a strong, stable, and rules-based economic order is also deeply entwined with our foreign policy and national security interests. Our economic objectives cannot succeed if the international financial system facilitates the illicit flow of funds to oppressive regimes, terrorist groups, cyber criminals, and other malign actors. Bearing this in mind, Secretary Yellen requested a review of Treasury's use of financial and economic sanctions since the terrorist attacks of September 11, 2001. There are five initiatives Treasury is advancing to respond to these challenges and modernize the use of sanctions: Adopting a policy framework, improving access to humanitarian assistance, regular assessment of sanction programs, sanctions coordination and communication and modernize our operational capabilities.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT132041820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0418\",\n            \"created_at\": \"2021-10-20T06:45:19.289924-04:00\"\n        },\n        {\n            \"id\": 55257,\n            \"title\": \"Investigation in Puerto Rico recovers $106K in Overtime Wages for 136 Security Guards Misclassified as Independent Contractors\",\n            \"summary\": \"A U.S. Department of Labor Wage and Hour Division investigation has found a Puerto Rico-based security services company misclassified 136 of its employees as independent contractors, denying them overtime pay required under the federal Fair Labor Standards Act. Division investigators determined that Advance Investigation Group Inc. of Bayamon misclassified security guards as “professional services” workers or independent contractors, paying them straight-time wages instead of overtime wages when they worked more than 40 hours in a workweek. The employer also failed to maintain complete payroll records for former employees. The investigation led the division to recover $106,279 in back wages for the workers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1261829NE525211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Wage and Hour Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/whd/whd20211019\",\n            \"created_at\": \"2021-10-20T06:45:22.101846-04:00\"\n        },\n        {\n            \"id\": 55249,\n            \"title\": \"Deadline Approaching in Texas for SBA Working Capital Loans Due to Severe Winter Storms\",\n            \"summary\": \"Director Tanya N. Garfield of the U.S. Small Business Administration’s Disaster Field Operations Center-West today reminded Texas small businesses of the November 19, 2021, deadline to apply for an SBA federal disaster loan for economic injury caused by severe winter storms that occurred February 11-21, 2021. According to Garfield, small nonfarm businesses, small agricultural cooperatives, small businesses engaged in aquaculture and most private nonprofit organizations of any size may apply for Economic Injury Disaster Loans of up to $2 million to help meet working capital needs caused by the disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA90RMS1171920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/19/deadline-approaching-texas-sba-working-capital-loans-due-severe-winter-storms\",\n            \"created_at\": \"2021-10-20T06:45:20.185799-04:00\"\n        },\n        {\n            \"id\": 55245,\n            \"title\": \"Fact Sheet: Tax Compliance Proposals Will Improve Tax Fairness While Protecting Taxpayer Privacy\",\n            \"summary\": \"Rates of tax compliance in the United States are based in large part on the ways taxpayers accrue income. Those who receive their income that is reported on by a third-party source, such as wage earners, exhibit near-perfect compliance rates on their salaries, since the payer of the income also reports the income paid as a deduction. The only way to ensure that upper-income taxpayers pay what they owe is by giving the IRS the resources and information required to close the tax gap. It is important to be clear about the facts: Under the version of the proposals before Congress, no additional information needs to be reported to the IRS about American workers. Further, audit rates will not rise relative to recent years for any taxpayer who makes less than $400,000 annually.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT96041520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0415\",\n            \"created_at\": \"2021-10-20T06:45:19.457974-04:00\"\n        },\n        {\n            \"id\": 55243,\n            \"title\": \"Massachusetts Woman Sentenced to Prison on Tax and Drug Charges Arising from Multimillion-Dollar Black Market Marijuana Enterprise\",\n            \"summary\": \"A Massachusetts woman was sentenced today to four years in prison for tax evasion, conspiracy to distribute and to possess with intent to distribute 50 kilograms or more of marijuana, possession with intent to distribute marijuana, and money laundering. According to court documents, Deana Martin, of Milton, controlled Northern Herb, a black-market marijuana delivery service that operated in Massachusetts from 2015 to 2018. While Northern Herb purported to sell medical marijuana, it did not require a customer to provide proof of a medical marijuana card. Furthermore, Northern Herb would deliver marijuana to unattended locations, such as a front door or car, where unknown third parties might have access to the package. Northern Herb used locations in Canton, Milton, Foxborough, and Hyde Park to store and distribute marijuana, and employed at least 25 workers. From May 2016 through July 2018, Northern Herb had total revenue exceeding $14 million. Northern Herb did not withhold or pay employment taxes. Martin evaded employment taxes that Northern Herb owed by operating in cash and using nominee entities to manage Northern Herb’s finances. Further, Northern Herb did not file with the IRS required reports documenting the payments made to Northern Herb’s employees and independent contractors. Martin caused a tax loss of more than $500,000. In addition to the term of imprisonment, U.S. District Judge Timothy S. Hillman ordered Martin to serve three years of supervised release and to pay approximately $528,146.66 in restitution to the United States.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ252F620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"U.S. Executive Office for Immigration Review\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/massachusetts-woman-sentenced-prison-tax-and-drug-charges-arising-multimillion-dollar-black\",\n            \"created_at\": \"2021-10-20T06:45:19.077927-04:00\"\n        },\n        {\n            \"id\": 55248,\n            \"title\": \"Deadline Approaching in Wyoming for SBA Working Capital Loans Due to Drought\",\n            \"summary\": \"Director Tanya N. Garfield of the U.S. Small Business Administration’s Disaster Field Operations Center-West today reminded small nonfarm businesses in nine Wyoming counties and neighboring counties in Montana and South Dakota of the November 19, 2021, deadline to apply for an SBA federal disaster loan for economic injury. These low-interest loans are to offset economic losses because of reduced revenues caused by drought in the following primary counties that that began January 26, 2021. According to Garfield, small nonfarm businesses, small agricultural cooperatives, small businesses engaged in aquaculture and most private nonprofit organizations of any size may apply for Economic Injury Disaster Loans of up to $2 million to help meet working capital needs caused by the disaster. Businesses primarily engaged in farming or ranching are not eligible for SBA disaster assistance. Agricultural enterprises should contact the Farm Services Agency about the U.S. Department of Agriculture assistance made available by the Secretary’s declaration. However, nurseries are eligible for SBA disaster assistance in drought disasters.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA76GHT1061920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/19/deadline-approaching-wyoming-sba-working-capital-loans-due-drought\",\n            \"created_at\": \"2021-10-20T06:45:19.953977-04:00\"\n        },\n        {\n            \"id\": 55251,\n            \"title\": \"Toomey: Biden Administration Must Stop Circumventing Congress When Enacting International Policies\",\n            \"summary\": \"In his opening statement during today’s U.S. Senate Banking Committee hearing, Ranking Member Pat Toomey (R-Pa.) criticized the Biden administration’s efforts to circumvent Congress when implementing its troubling international policies. Senator Toomey highlighted his concerns with the administration’s failure to impose mandatory sanctions on Nord Stream II AG and Chinese purchasers of Iranian oil, and enact the OECD tax treaty without the approval of two-thirds of the Senate.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU244T20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/minority/toomey-biden-administration-must-stop-circumventing-congress-when-enacting-international-policies\",\n            \"created_at\": \"2021-10-20T06:45:20.465605-04:00\"\n        },\n        {\n            \"id\": 55252,\n            \"title\": \"Governor Northam Announces $2 Billion Public-Private Broadband Investment\",\n            \"summary\": \"Governor Northam announced that Virginia has received a record number of local and private sector applications to match state broadband investments, putting the Commonwealth on track to become one of the first states to achieve universal broadband access by 2024. Virginia anticipates more than $2 billion in total broadband funding, thanks to local and private sector matching funds that go beyond the $874 million in state appropriations since the Governor took office in 2018. The Virginia Telecommunication Initiative is the Commonwealth’s broadband program. It was started in 2017 to fund public-private partnerships to extend broadband service to areas unserved by an internet service provider. When the most recent application round closed last month, the program received 57 applications from 84 localities, requesting $943 million to connect more than 250,000 Virginia homes and businesses. These applications leverage $1.15 billion in private and local matching funds. The Department of Housing and Community Development is reviewing applications and expects to award the funds by the end of the year. The overwhelming response to this year’s Virginia Telecommunication Initiative grant round demonstrates that Virginia has built an innovative and successful model for bridging the digital divide.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA91005420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Virginia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/october/headline-910054-en.html\",\n            \"created_at\": \"2021-10-20T06:45:20.593393-04:00\"\n        },\n        {\n            \"id\": 55226,\n            \"title\": \"Governor Hogan Announces Federal Approval of Small Business Administration Disaster Declaration for Tropical Depression Ida\",\n            \"summary\": \"Governor Larry Hogan today announced approval of a U.S. Small Business Administration (SBA) disaster declaration for areas affected by Tropical Depression Ida. The declaration, which makes low-interest disaster loans available, covers Anne Arundel, Cecil and Montgomery counties, as well as the adjacent counties of Baltimore, Baltimore City, Calvert, Frederick, Harford, Howard, Kent, and Prince George’s. Last week, the governor announced that the state has made up to $4 million available for programs administered through the Maryland Department of Housing and Community Development that can assist businesses and residents with home repair, short-term rental assistance, and business loans. These programs include the Maryland Disaster Housing Assistance Program, the Maryland Disaster Relief Housing Program, and the Maryland Business Recovery Loan program. Applicants may apply online using the Electronic Loan Application via SBA’s secure website and should apply under SBA declaration # 17229. The filing deadline for applications for physical property damage is Dec. 17, 2021. The deadline for economic injury applications is July 18, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD30540220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Maryland\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.maryland.gov/2021/10/19/governor-hogan-announces-federal-approval-of-small-business-administration-disaster-declaration-for-tropical-depression-ida/\",\n            \"created_at\": \"2021-10-20T06:45:16.688355-04:00\"\n        },\n        {\n            \"id\": 55185,\n            \"title\": \"Cryptocurrency Website dcmlion.xyz Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding dcmlion.xyz, a website claiming to be related to a Chinese-based company, DCM Ventures. The victim told DFPI he was scammed by a person he met on social media into transferring Bitcoin into what turned out to be a fraudulent exchange. When the victim asked for the money back from the exchange, they told him he could only get it back by paying “taxes:. These allegations have not been verified by the DFPI. The real DCM Ventures has posted an alert about these fraudulent Advance Fee Scam entities on their website.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA221C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-website-dcmlion-xyz-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.255658-04:00\"\n        },\n        {\n            \"id\": 55384,\n            \"title\": \"Keynote Address by Edmond Lau, Deputy Chief Executive, Hong Kong Monetary Authority, at 2021 ISDA Asia-Pacific Conference\",\n            \"summary\": \"\\\"In today’s conference, I would like to share my views on two hot topics: (1) LIBOR transition; and (2) sustainable finance. The development of these two subjects would bring changes to our financial landscapes and business practices, requiring our prompt action and swift transition. First, let me begin by making a few remarks on LIBOR transition. Now, with less than 3 months to count down to end-2021, LIBOR cessation will soon turn into reality. At this critical point in time, it is important for us to further our efforts, and forge ahead with all the preparatory work necessary to get ourselves ready for this transition.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18238HKMAKE52202110120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/speeches/2021/10/20211019-1/\",\n            \"created_at\": \"2021-10-20T06:45:47.039917-04:00\"\n        },\n        {\n            \"id\": 55385,\n            \"title\": \"Forthcoming Events for the Next Four Weeks (October 19 – November 15, 2021)\",\n            \"summary\": \"The Hong Kong Monetary Authority published 7 events from October 19 – November 15, 2021, all of which will feature a press release to be issued.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18242HKMA748020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/forthcoming-event/febr.pdf\",\n            \"created_at\": \"2021-10-20T06:45:47.143182-04:00\"\n        },\n        {\n            \"id\": 55396,\n            \"title\": \"Closing Speech by Foreign Secretary Liz Truss at the Global Investment Summit\",\n            \"summary\": \"\\\"We have seen what the United Kingdom has to offer as a modern high-skill, low-tax global hub. The British brand is one of the most known and respected around the world. And our flag flies as a symbol of openness, freedom and reliability. With almost £10 billion committed just today we are showing the UK continues to be the best investment destination in the world. And as we recover from Covid, I am determined to show that the best way forward lies in free trade, free enterprise and free markets. That is why we are seizing new opportunities to level up our country with more jobs in the industries of the future. And it’s why we are reinforcing our domestic economic strength with diplomatic and security partnerships around the globe. They are vital to the network of liberty that we want to build worldwide, championing the cause of enterprise and freedom. We are at our best when we are open to new ideas and opportunities. And Britain is at our best when we’re open to the world. The free exchange of goods, services, capital and ideas has made our nation great. And that’s why we have gone from transporting cotton along the Manchester Ship Canal in the 19th century, to exporting global brands like Manchester City and Manchester United in the 21st. It is why our great Prime Minister Margaret Thatcher embraced international investors in the 1980s, helping companies like Nissan find their home in Britain. Cars like the Qashqai are now as quintessentially British as the Vauxhall Astra or the Land Rover Discovery. Following in the footsteps of Adam Smith, John Bright and Richard Cobden, we now have a new generation of British trailblazers here at this Summit… Sarah Gilbert, whose Oxford-AstraZeneca vaccine is literally saving the world. Emma Walmsley of GSK – whose industry is delivering life-saving products. Or Poppy Gustaffson of DarkTrace, who is using AI to build our defences against cyber attacks.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKFF143609920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Foreign, Commonwealth & Development Office\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/speeches/foreign-secretary-closing-speech-at-global-investment-summit\",\n            \"created_at\": \"2021-10-20T06:45:48.268628-04:00\"\n        },\n        {\n            \"id\": 55392,\n            \"title\": \"Letter from Andrea Coscelli to Julia Lopez MP, Julian Knight MP and George Freeman MP on Music Streaming\",\n            \"summary\": \"The CMA has published a letter providing an update on a Board discussion of CMA work in relation to music streaming. This letter follows up on earlier correspondence between the Competition and Markets Authority (CMA) and Government Ministers. It updates Digital, Culture, Media and Sport (DCMS) and Business, Energy, Industrial Strategy (BEIS) Ministers, and the Chair of the DCMS Select Committee, on a Board discussion in relation to music streaming.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKLT11610414620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/publications/letter-from-andrea-coscelli-to-julia-lopez-mp-julian-knight-mp-and-george-freeman-mp-on-music-streaming\",\n            \"created_at\": \"2021-10-20T06:45:47.863981-04:00\"\n        },\n        {\n            \"id\": 55181,\n            \"title\": \"Holidays for Year 2022 and Additional Holiday 2021\",\n            \"summary\": \"As per declaration by Governor Kay Ivey banks are authorized to observe the following additional holiday: day after Thanksgiving on Friday, November 26, 2021. Banks are also authorized to observe the following holidays: New Year's Day on Saturday, January 1, 2022; birthdays of Robert E. Lee & Martin Luther King, Jr. on Monday, January 17, 2022; birthdays of George Washington & Thomas Jefferson on Monday, February 21, 2022; Confederate Memorial Day on Monday, April 25, 2022; National Memorial Day on Monday, May 30, 2022; Jefferson Davis' birthday on Monday, June 6, 2022; Independence Day on Monday, July 4, 2022; Labor Day on Monday, September 5, 2022; Columbus Day on Monday, October 10, 2022; Veterans Day on Friday, November 11, 2022; Thanksgiving Day on Thursday, November 24, 2022; and, Christmas Day on Sunday, December 25, 2022. Banks are also authorized to close on Friday, December 31, 2021, and Monday, December 26, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"786AL1564120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama State Banking Department\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://media.alabama.gov/pr/pr.aspx?id=15641&t=1\",\n            \"created_at\": \"2021-10-20T06:45:11.784998-04:00\"\n        },\n        {\n            \"id\": 55200,\n            \"title\": \"CFPB Initiated an Administrative Adjudication Proceeding Against JPay, LLC\",\n            \"summary\": \"Case docket includes Stipulation and Consent Order filed on 10/19/2021. The Bureau issued a consent order against JPay, LLC (JPay). JPay, headquartered in Miramar, Florida, contracts with Departments of Corrections around the country to provide financial products and services to incarcerated and formerly incarcerated individuals.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19076CFPB74JP11720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Adjudication Proceeeding\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/administrative-adjudication-proceedings/administrative-adjudication-docket/\",\n            \"created_at\": \"2021-10-20T06:45:13.917316-04:00\"\n        },\n        {\n            \"id\": 55194,\n            \"title\": \"Attorney General Bonta: Predatory Lending and Illegal Rent-a-Bank Schemes Have No Place in Our Financial System\",\n            \"summary\": \"California Attorney General Rob Bonta joined 20 attorneys general in urging the Federal Deposit Insurance Corporation, the Federal Reserve, and the Office of the Comptroller of the Currency (collectively, “federal bank regulators”) to explicitly disavow rent-a-bank schemes in their forthcoming guidance for banks on risk management when engaging with third parties. Predatory lenders use rent-a-bank schemes in order to attempt to circumvent state laws and charge borrowers interest rates that exceed state limits. In California, for example, where interest rates are capped at 36% for consumer loans between $2,500 and $10,000, payday lenders have attempted to partner with banks to rent out the bank charter and charge an interest rate of 100% or higher. To discourage the proliferation of this predatory activity, federal bank regulators should express their strong disapproval of rent-a-bank schemes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54654920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-predatory-lending-and-illegal-rent-bank-schemes-have-no\",\n            \"created_at\": \"2021-10-20T06:45:13.203304-04:00\"\n        },\n        {\n            \"id\": 55228,\n            \"title\": \"Notice of Designation of a Longer Period for Commission Action on a Proposed Rule Change to Establish a Retail Midpoint Liquidity Program\",\n            \"summary\": \"On August 18, 2021, MEMX LLC (“MEMX”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to establish a Retail Midpoint Liquidity Program. The proposed rule change was published for comment in the Federal Register on September 8, 2021. The Commission has received no comments on the proposed rule change. The Commission finds that it is appropriate to designate a longer period within which to take action on the proposed rule change so that it has sufficient time to consider the proposed rule change and any comments. Accordingly, the Commission designates December 7, 2021, as the date by which the Commission shall either approve or disapprove, or institute proceedings to determine whether to disapprove, the proposed rule change (File No. SR-MEMX-2021-10).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12134MEMX349338320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MEMX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/memx/2021/34-93383.pdf\",\n            \"created_at\": \"2021-10-20T06:45:16.894751-04:00\"\n        },\n        {\n            \"id\": 55380,\n            \"title\": \"Policy Statement 21/13: LIBOR Transition and the Derivatives Trading Obligation\",\n            \"summary\": \"We have modified the list of derivatives subject to the derivates trading obligation (DTO) in line with Articles 28 and 32 of UK MiFIR. We are making these changes in light of the interest rate benchmark reform and the recent Bank of England policy statement modifying the derivatives clearing obligation in line with Article 5 of UK EMIR. The amendments support our strategic objective of ensuring that relevant markets function well – in this instance the wholesale market for OTC derivatives and the other markets that depend on them. They also advance our objective of protecting financial markets, by ensuring that the most liquid derivatives are traded in a way which supports market integrity and financial stability. This affects: financial counterparties and non-financial counterparties that are, or may become, subject to the DTO. It will be of interest to:\\u202ftrading venues, including third country trading venues considered equivalent for the purposes of the DTO and central counterparties (CCPs). These changes will come into force on 20 December 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17761FCA195P13520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Guidance\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publications/policy-statements/ps21-13-libor-transition-and-derivatives-trading-obligation\",\n            \"created_at\": \"2021-10-20T06:45:46.640704-04:00\"\n        },\n        {\n            \"id\": 55211,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Glenn E. Brandon, Jr.\",\n            \"summary\": \"Respondent Glenn E. Brandon, Jr. submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. Brandon violated FINRA Rules 8210 and 2010 by refusing to provide documents and information requested in connection with FINRA's investigation regarding whether Brandon engaged in outside business activities that were not disclosed to or approved by his FINRA member firm. Respondent also consents to the imposition of the following sanctions: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA07022790113820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2021070227901 Glenn E. Brandon%2C Jr. CRD 1051682 AWC jlg.pdf\",\n            \"created_at\": \"2021-10-20T06:45:15.102431-04:00\"\n        },\n        {\n            \"id\": 55397,\n            \"title\": \"GPA Expands Its Strategic Workplace Expertise\",\n            \"summary\": \"Louis Roberts joins the Government Property Agency (GPA) as Deputy Director for Workplace Service Delivery. He brings more than two decades of private sector expertise gained from the UK property industry. Louis is supporting the GPA to strengthen its service strategy and solutions for property across government departments in the UK. And will play a strategic role in expanding the GPA’s workplace solutions expertise as it continues to deliver productive and collaborative spaces for the UK’s civil servants. Louis’ success in delivering sustainable growth and stability is backed by his experience gained working with global brands including Jaguar Land Rover, Barclays and EY.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKGT122458020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Government Property Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/gpa-expands-its-strategic-workplace-expertise\",\n            \"created_at\": \"2021-10-20T06:45:48.368595-04:00\"\n        },\n        {\n            \"id\": 55206,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Northwest Investment Advisors, Inc.\",\n            \"summary\": \"Respondent Northwest Investment Advisors, Inc. submits this;Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. Between June 20, 2019, and July 11, 2019, NWIA, due to settlement of a customer arbitration, NWIA failed to maintain its minimum required net capital while conducting a securities business. NWIA failed to timely file notice of its net capital deficiency. NWIA also failed to accurately record this and another arbitration settlement on the firm's books and records. Respondent also consents to the imposition of the following sanctions: a censure and a $20,000 fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06324960116520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2019063249601 Northwest Investment Advisors%2C Inc. CRD 109737 AWC jlg.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.532439-04:00\"\n        },\n        {\n            \"id\": 55356,\n            \"title\": \"Senate Bill SB256: Revise Travel Insurance Law (134th General Assembly)\",\n            \"summary\": \"Introduced on 10/19/2021. To amend the law related to travel insurance: each applicant shall consent to a criminal record check and shall submit a full set of fingerprints to the superintendent of insurance for that purpose.; and the superintendent of insurance shall request the superintendent of the bureau of criminal identification and investigation to conduct a criminal records check based on the applicant's fingerprints.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99OH1815SB25611020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Ohio State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legislature.ohio.gov/legislation/legislation-summary?id=GA134-SB-256\",\n            \"created_at\": \"2021-10-20T06:45:43.438525-04:00\"\n        },\n        {\n            \"id\": 55218,\n            \"title\": \"Proposed Rulemaking: Tax Credit Rate, School Tuition Organization Tax Credit\",\n            \"summary\": \"This proposed rule making is primarily intended to implement statutory changes to the tax credit rate and the total school tuition organization tax credits that may be authorized each calendar year. 2021 Iowa Acts, House File 847, increases the tax credit rate to 75 percent from 65 percent for tax years beginning on or after January 1, 2021, and increases the amount of the credit available to taxpayers in 2022 and subsequent years. These proposed amendments also implement the provision in 2020 Iowa Acts, House File 2641, which eliminated the cap on the percentage of total tax credits that could be approved each year for a corporation. Previously, not more than 25 percent of the total annual tax credits could be allocated to corporate taxpayers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5978C10120211020\",\n            \"proposed_comments_due_date\": \"2021-08-31\",\n            \"original_publication_date\": \"2021-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-24\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5822C.pdf\",\n            \"created_at\": \"2021-10-20T06:45:15.827274-04:00\"\n        },\n        {\n            \"id\": 55389,\n            \"title\": \"Money Market Debt Register Claims of the Swiss Confederation: Results\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for October 19, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB68DDB14020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_res/source/claims_res.en.pdf\",\n            \"created_at\": \"2021-10-20T06:45:47.548400-04:00\"\n        },\n        {\n            \"id\": 55214,\n            \"title\": \"Notice of FINRA Regional Committee Elections and Mailing of Ballots\",\n            \"summary\": \"The purpose of this Election Notice is to notify firms of the upcoming elections to fill vacancies on the FINRA Regional Committees, and the mailing of ballots to eligible firms. The following seats are contested: Midwest Region Committee, District 8 representative; North Region Committee, District 9 representative; South Region Committee, District 7 representative; and West Region Committee, District 3 representative. Therefore, only firms that are members of FINRA in Districts 3, 7, 8 and 9 as of the close of business on Monday, October 18, 2021, are eligible to vote for the contested seats, and these will be the only firms receiving ballots. Ballots are due by Thursday, November 18, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA1212120211019\",\n            \"proposed_comments_due_date\": \"2021-11-18\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Rule Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FinraNotices/%7E3/9RGmEAdznFY/regional-election-notice-101921\",\n            \"created_at\": \"2021-10-20T06:45:15.407489-04:00\"\n        },\n        {\n            \"id\": 55192,\n            \"title\": \"Cryptocurrency Website secureoptionstrade.online Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received information that the website https://secureoptionstrade.online represents that it holds a California State Business License in “Binary Forex Softwares” with a California Business Identification # 20201408919 and an expiration date of December 1, 2025. The license is allegedly issued to “Secure-Options Trade Bitcoin Investment Broker.” Its is signed by Secretary of State Barbara K. Cegavske. In fact, California has issued no such license. Barbara K. Cegasvke is the Secretary of State of Nevada.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA248C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-website-secureoptionstrade-online-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.993216-04:00\"\n        },\n        {\n            \"id\": 55188,\n            \"title\": \"Cryptocurrency Broker primexoptions.com Appears to Be Engaged in Fraud Against California Consumers.\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment. The victim told DFPI he was scammed into transferring money to this online crypto trading company, after hearing about it from a person online. The online scammer claimed to be a crypto currency investment trader, and helped the victim open an account with Prime Expert Options. The scammer told the victim to purchase bitcoin and transfer it into the account, then claimed the victim had made substantial profits and should upgrade to the next level. The victim transferred more money and the scammer told him he had made even more profits. But when the victim asked to withdraw some money, the scammer told him he needed to pay thousands of dollars in taxes and brokerage fees. The investor asked to pay these fees from the profits, but the scammer said this was not possible.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA231C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-broker-primexoptions-com-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.573763-04:00\"\n        },\n        {\n            \"id\": 55217,\n            \"title\": \"2021 Mclean County Tentative Multiplier Announced\",\n            \"summary\": \"McLean County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2402620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.24026.html\",\n            \"created_at\": \"2021-10-20T06:45:15.721076-04:00\"\n        },\n        {\n            \"id\": 55241,\n            \"title\": \"Governor Abbott Statement on Third Special Session\",\n            \"summary\": \"Governor Greg Abbott today issued a statement upon the conclusion of the third Special Session: \\\"Property tax relief, appropriating funding from the American Rescue Plan Act (ARPA), and redrawing legislative districts were at the forefront of the agenda for the third Special Session. Texans tasked the Legislature with delivering on these priorities, and I am proud to say not only did we deliver on these priorities, but the Legislature went above and beyond to solve other critical issues to ensure an even brighter future for the Lone Star State. The Legislature successfully passed an innovative distribution package for ARPA funding, appropriating billions of dollars to bolster COVID-19 recovery, public safety, broadband infrastructure, cybersecurity, healthcare, and more. Legislation was passed that secured a vote on a constitutional amendment that will provide property tax relief to Texas homeowners. Both chambers also passed legislation to protect the integrity of Texas high school sports, strengthen higher education, protect dogs from cruelty and abuse, and expand access to education grants for children of fallen first responders.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXON55082120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-statement-on-third-special-session\",\n            \"created_at\": \"2021-10-20T06:45:18.701771-04:00\"\n        },\n        {\n            \"id\": 55083,\n            \"title\": \"City Council Resolution PR24-0425: Board of Nursing Monica Goletiani Confirmation Resolution of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. Reappointment of Ms. Monica Goletiani as a consumer member of the Board of Nursing, for a term to end July 21, 2024.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-042513720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0425\",\n            \"created_at\": \"2021-10-19T06:45:46.372079-04:00\"\n        },\n        {\n            \"id\": 55239,\n            \"title\": \"Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order: Credit Suisse Group AG\",\n            \"summary\": \"In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. Solely for the purpose of these proceedings and any other proceedings brought by or on behalf of the Commission, or to which the Commission is a party, Respondent admits the Commission’s jurisdiction over it and the subject matter of these proceedings, and consents to the entry of this Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order (“Order”), as set forth. On the basis of this Order and Respondent’s Offer, the Commission finds violations of the internal accounting controls and books and records provisions of the Foreign Corrupt Practices Act by Credit Suisse, from 2013 to 2016, in connection with three interconnected transactions involving, among others, United Kingdom-based Credit Suisse entities and Mozambican state-owned entities including $622 million syndicated loan to a Mozambican state-owned entity known as ProIndicus S.A. (“Proindicus”), for which Credit Suisse provided $504 million in financing, $850 million offering of interest-bearing loan participation notes (“LPNs”) marketed and sold to the international bond market to finance debt offered to a second Mozambican state-owned entity known as Empresa Mocambicana de Atum S.A. (“EMATUM”), to which Credit Suisse also provided $500 million in financing and a bond offering by the Republic of Mozambique, commenced after Credit Suisse discovered several irregularities and risks associated with the EMATUM offering, that allowed investors to exchange their LPNs for new sovereign bonds issued directly by the government of Mozambique (the “Exchange Offer”). Accordingly, it is hereby ORDERED that: Respondent cease and desist from committing or causing any violations and any future violations, shall pay disgorgement of $26,229,233 and prejudgment interest of $7,822,639 to the Securities and Exchange Commission and pay a civil money penalty in the amount of $65,000,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331100120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-11001.pdf\",\n            \"created_at\": \"2021-10-20T06:45:18.349861-04:00\"\n        },\n        {\n            \"id\": 55232,\n            \"title\": \"Consent Order: TFS Securities, Inc.\",\n            \"summary\": \"Christopher W. Gerold, Bureau Chief of the New Jersey Bureau of Securities (“Bureau Chief”), after investigation, careful review, and due consideration of the facts the Bureau Chief hereby finds that there is good cause to enter into a Consent Order (“Consent Order”) with TFS Securities, Inc. (“TFS”), and TFS hereby agrees to resolve these issues without the expense and delay that formal proceedings would involve. TFS consents to the form, content, and entry of this Consent Order. Accordingly, TFS waives the opportunity for hearing on the Bureau Chief’s findings of fact and conclusions of law in this Consent Order. TFS’s failure to update customer’s profiles as required constitutes a failure to make and keep accurate books and records. Therefore, the Bureau Chief, ordered and agreed that TFS cease and desist from further violations of the Securities Law. TFS is hereby assessed and shall pay a civil monetary penalty in the amount of $75,000, due and payable upon execution of this Consent Order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2595NJTC1016207820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Bureau of Securities\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Jersey\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.njconsumeraffairs.gov/Actions/TFS_SignedConsentOrder_19Oct2021.pdf\",\n            \"created_at\": \"2021-10-20T06:45:17.333822-04:00\"\n        },\n        {\n            \"id\": 55365,\n            \"title\": \"Bank of England Launches First Public CCP Supervisory Stress Test\",\n            \"summary\": \"The Bank of England (the Bank) has today launched its first public supervisory stress test (SST) of UK central counterparties (CCPs). The exercise will take place over 2021-22 with the clearing services of all UK CCPs (ICE Clear Europe Limited, LCH Limited, and LME Clear Limited) in scope. As previously noted in the Bank’s Discussion Paper on CCP Supervisory Stress Testing, the 2021-22 supervisory stress test will explore the system-wide credit and liquidity resilience of UK CCPs. This will include examining the consequences of CCPs’ actions for other parts of the financial system and assessing the systemic effects associated with all UK CCPs responding to the same stress events at the same time. As the Bank’s first public CCP supervisory stress test, the exercise will be exploratory in nature; the findings from running the exercise will be used in conjunction with feedback to the Bank’s Discussion Paper on CCP supervisory stress testing to help further develop and refine the Bank’s CCP supervisory stress testing regime. This test will include both a credit component and a liquidity component. The credit component will test the sufficiency of CCPs’ resources to withstand a combination of market stress scenarios and clearing member defaults. The liquidity component will test the ability of CCPs to service all relevant cash requirements under a combination of market stress scenarios and the default and non-performance of clearing members and service providers. Both the credit and liquidity component will include an examination of concentration costs in order to take into account the additional costs that might occur if CCPs liquidate large directional exposures into stressed markets in short periods of time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK48BFC20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/news/2021/october/boe-launches-first-public-ccp-supervisory-stress-test\",\n            \"created_at\": \"2021-10-20T06:45:44.930328-04:00\"\n        },\n        {\n            \"id\": 55398,\n            \"title\": \"Prime Minister and Bill Gates Launch £400M Partnership to Boost Green Investment\",\n            \"summary\": \"Today Prime Minister Boris Johnson and Bill Gates announced a new partnership between Breakthrough Energy Catalyst and the UK Government to drive investment into the next generation of ground-breaking clean energy technologies. Announced at the Global Investment Summit, the partnership leverages £200 million of private sector investment in the UK to accelerate the development of the cutting-edge climate technologies needed to achieve net-zero emissions by 2050. Catalyst – a program within the larger Breakthrough Energy network – is a new model for public-private sector partnership that brings together businesses, governments, philanthropists and individuals to invest in critical climate technologies. The program focuses on four key green technology areas: green hydrogen, long term energy storage, sustainable aviation fuels and direct air capture. The Government has already committed at least £200m for the development, demonstration and deployment of UK projects in these areas as part of the £1 billion Net Zero Innovation Portfolio, which was announced in the Prime Minister’s 10 Point Plan for Green Industrial Revolution. Investors and businesses partnered with the Breakthrough Energy Catalyst will now match fund £200m of that investment, helping to bring these vital technologies to market.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKPT1318011420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Prime Ministers Office\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/prime-minister-and-bill-gates-launch-400m-partnership-to-boost-green-investment\",\n            \"created_at\": \"2021-10-20T06:45:48.478650-04:00\"\n        },\n        {\n            \"id\": 55361,\n            \"title\": \"State Assembly Bill AB609: Local Housing Investment Fund Programs\",\n            \"summary\": \"Introduced on 10/8/2021. An Act relating to local housing investment fund programs. This bill allows a municipality to establish a local housing investment fund program. Under such a program, a municipality may designate qualifying parcels as housing investment fund properties and collect tax revenues on any valuation increases on these properties. These revenues may be used only for certain purposes related to increasing the supply of housing available for persons with moderate income, including providing financing for the provision of new workforce housing units, funding infrastructure costs related to the provision of workforce housing, and funding improvements to workforce housing units owned by the municipality or the county in which the municipality is located.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI18211AB60919507b020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/asm/bill/ab609\",\n            \"created_at\": \"2021-10-20T06:45:43.959763-04:00\"\n        },\n        {\n            \"id\": 55357,\n            \"title\": \"Senate Resolution SR195: Resolution Urging Congress to Oppose President Biden’s Proposal to Access Bank Accounts of Private Citizens\",\n            \"summary\": \"Introduced on 10/19/2021. A resolution urging the Congress of the United States to oppose the proposal to make an unnecessary and harmful change to Internal Revenue Service reporting requirements that affect financial institutions and their customers in this Commonwealth.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817SR19513320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=S&type=R&bn=195\",\n            \"created_at\": \"2021-10-20T06:45:43.553323-04:00\"\n        },\n        {\n            \"id\": 55386,\n            \"title\": \"Investor Alert - Sevens Capital Pte Ltd\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. Listed date: October 19, 2021, Name: Sevens Capital Pte Ltd.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS2220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Investor Alert\",\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-10-20T06:45:47.244131-04:00\"\n        },\n        {\n            \"id\": 55187,\n            \"title\": \"Cryptocurrency Broker golddiamondex.com Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment scam. The victim told DFPI he was scammed into transferring money to this online crypto trading company, after hearing about it from a person online. The victim transferred cryptocurrency to the company after the online scammer claimed he would teach the victim about cryptocurrency. The victim transferred funds into the site several times at the request of the scammer. At some point, the victim realized he could only deposit money into the account operated by the site, not make withdrawals.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA230C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-broker-golddiamondex-com-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.469695-04:00\"\n        },\n        {\n            \"id\": 55362,\n            \"title\": \"State Assembly Joint Resolution AJR86: Recognizing October 2021 as Careers in Construction Month\",\n            \"summary\": \"Introduced on 10/19/2021. Relating to recognizing October 2021 as Careers in Construction Month. Careers in Construction Month is a month annually designated to increase public awareness and appreciation of construction craft professionals and the entire construction workforce; and the construction industry is one of our nation's largest industries, employing more than five million individuals in the United States; and the construction industry needs one million new craft professionals by 2023. During this October, employers, associations, and schools are encouraged to conduct job fairs, panel discussions, and local community events to inform students of the vast employment opportunities in construction. The Wisconsin Legislature is pleased to honor all construction craft professionals for their hard work and dedication and the critical role they play in the development and maintenance of our state; now, therefore, be it, resolved by the assembly, the senate concurring, that the Wisconsin Legislature recognizes October 2021 as Careers in Construction Month.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI1821AJR8611020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Joint Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/asm/joint_resolution/ajr86\",\n            \"created_at\": \"2021-10-20T06:45:44.124222-04:00\"\n        },\n        {\n            \"id\": 55358,\n            \"title\": \"House of Representatives Bill HB133: Education Benefits at Public Institutions of Higher Education for Certain Survivors of Public Servants\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. An Act relating to education benefits at public institutions of higher education for certain survivors of public servants. Amends the Education Code to make the following changes to eligibility for certain education benefits at a public institution of higher education clarifies the eligibility of a surviving spouse of certain public servants; and extends the eligibility of a surviving child of such a public servant to a child.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99TX18503HB1331832c0620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://capitol.texas.gov/BillLookup/History.aspx?LegSess=873&Bill=HB133\",\n            \"created_at\": \"2021-10-20T06:45:43.652834-04:00\"\n        },\n        {\n            \"id\": 55213,\n            \"title\": \"Notice of SFAC Election and Mailing of Ballots\",\n            \"summary\": \"The purpose of this Election Notice is to notify FINRA small firm members of the distribution of ballots to elect one North Region and one West Region representative to the Small Firm Advisory Committee (SFAC). FINRA small firm members1 in the North and West Regions as of the close of business on October 18, 2021, are eligible to vote in these elections.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2154FINRAsfac7220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/notices/election-notice-101921-sfac\",\n            \"created_at\": \"2021-10-20T06:45:15.304112-04:00\"\n        },\n        {\n            \"id\": 55201,\n            \"title\": \"Fannie Mae Prices $1.2 Billion Connecticut Avenue Securities (CAS) REMIC Deal\",\n            \"summary\": \"Fannie Mae (FNMA/OTCQB) priced Connecticut Avenue Securities (CAS) Series 2021-R01, a $1.2 billion note offering that represents Fannie Mae’s first CAS REMIC transaction of the year. CAS is Fannie Mae's benchmark issuance program designed to share credit risk on its single-family conventional guaranty book of business. With the completion of this transaction, Fannie Mae will have brought 42 CAS deals to market, issued $48 billion in notes, and transferred a portion of the credit risk to private investors on over $1.5 trillion in single-family mortgage loans, measured at the time of the transaction.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA17720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Fannie Mae\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/connecticut-avenue-securities-2021-r01-remic-deal\",\n            \"created_at\": \"2021-10-20T06:45:14.024076-04:00\"\n        },\n        {\n            \"id\": 55393,\n            \"title\": \"S&P-IHS Markit Merger to be Cleared if Concerns Overcome\",\n            \"summary\": \"S&P Global Inc. (S&P) is a worldwide supplier of credit ratings, commodity price assessments, analytics, financial indices, and market data. Its products are mainly used in the capital and commodity sectors. IHS Markit Ltd (IHS Markit) is a leading provider of information, analytics and solutions to business, finance and government clients. In a highly detailed Phase 1 investigation, the Competition and Markets Authority (CMA) investigated a range of concerns across the broad range of complex financial markets in which the merging businesses are active. This investigation ultimately uncovered only limited competition concerns, for the most part because the merging businesses’ activities were found to be complementary in nature or, where both are active, their combined presence was found to be relatively small. The CMA did, however, find that the merger could lead to competition concerns in a limited number of markets in which the merging businesses’ combined presence is more significant: the supply of price assessments of biofuels, coal, oil, and petrochemicals in the UK. Within each of these markets, the CMA found that S&P and IHS Markit have a significant combined presence, compete closely with one another and would face only limited competition after the merger.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKST125569120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/s-p-ihs-markit-merger-to-be-cleared-if-concerns-overcome\",\n            \"created_at\": \"2021-10-20T06:45:47.963669-04:00\"\n        },\n        {\n            \"id\": 55377,\n            \"title\": \"Identity Fraud: BaFin Investigates LBB Private Bank/LLB AG Private\",\n            \"summary\": \"BaFin would like to make clear that LBB Private Bank/LLB AG Private Berlin/Luxemburg has not been granted authorisation under the KWG to conduct banking business or provide financial services. The company is not subject to BaFin’s supervision. This is a case of suspected identity theft committed by unknown perpetrators. Based on the contents of the aforementioned website and on information available to BaFin, there are grounds to suspect that LBB Private Bank/LLB AG Private Berlin/Luxemburg is conducting banking business and/or providing financial services in Germany without the required authorisation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17826BAF7311920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Supervisory Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.bafin.de/SharedDocs/Veroeffentlichungen/EN/Verbrauchermitteilung/unerlaubte/2021/meldung_211011_LBB_en.html\",\n            \"created_at\": \"2021-10-20T06:45:46.334571-04:00\"\n        },\n        {\n            \"id\": 55355,\n            \"title\": \"Senate Bill S336: Condominium Declaration Requirement Changes (2021-2022 Session)\",\n            \"summary\": \"Hearing scheduled on 10/20/2021. An act to require certain information to be included in declarations for condominiums prior to recordation, to clarify the applicability of the North Carolina Condominium Act, to require restitution for sexual exploitation of a minor, and to clarify exemptions from the Marketable Title Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99NC18142S3362052ce020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ncleg.gov/BillLookUp/2021/S336\",\n            \"created_at\": \"2021-10-20T06:45:43.324909-04:00\"\n        },\n        {\n            \"id\": 55372,\n            \"title\": \"EBA Updates Version 5.1 of Its Filing Rules for Supervisory Reporting\",\n            \"summary\": \"The European Banking Authority (EBA) published today an updated version of its 5.1 filing rules document for supervisory reporting. In particular, the update modifies rule 1.6 to simplify the use of the filing indicator by removing the option “empty filing” indicator. This updated rule must be followed for all the submissions and resubmissions as of January 1, 2023. In addition, the update modifies rule 3.6 to improve Consolidated/Individual information circulation and to allow for multiple consolidation levels for an entity. CON/IND is being moved from module name to reporting subjects. This change will apply as of December 31, 2022. \",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10690820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"France\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-updates-version-51-its-filing-rules-supervisory-reporting\",\n            \"created_at\": \"2021-10-20T06:45:45.820818-04:00\"\n        },\n        {\n            \"id\": 55366,\n            \"title\": \"Minutes of the CBDC Technology Forum - September 2021\",\n            \"summary\": \"First meeting of the CBDC Technology Forum. This meeting took place on September 28, 2021 and covers the following agenda items: objectives and proposed format of technology forum meetings, recap of some assumptions around CBDC technology, forward agenda and members’ views on key CBDC technology topics and closing remarks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UKF8F4B20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/september/minutes-of-cbdc-technology-forum-september-2021\",\n            \"created_at\": \"2021-10-20T06:45:45.214772-04:00\"\n        },\n        {\n            \"id\": 55381,\n            \"title\": \"Fraudulent Mobile Applications (Apps) Related to the Bank of East Asia, Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Bank of East Asia, Limited relating to fraudulent apps, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS (including via embedded hyperlinks). Anyone who has provided his or her personal information, or who has conducted any financial transactions, through or in response to the apps concerned, should contact the bank using the contact information provided in the press release, and report the matter to the police by contacting the Cyber Security and Technology Crime Bureau of the Hong Kong Police Force.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA11211019420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211019-4/\",\n            \"created_at\": \"2021-10-20T06:45:46.740548-04:00\"\n        },\n        {\n            \"id\": 55231,\n            \"title\": \"Governor Sisolak, Treasurer Conine Conclude Successful Nevada Recovers Listening Tour\",\n            \"summary\": \"Today, Nevada Governor Steve Sisolak and Nevada Treasurer Zach Conine concluded the Nevada Recovers Listening Tour.The tour kicked off in early August aimed at allowing residents in every community to provide input on how to best utilize and invest the over $6.7 billion that will be received from the American Rescue Plan Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV206UR20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Nevada Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Nevada\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Governor_Sisolak,_Treasurer_Conine_conclude_successful_Nevada_Recovers_Listening_Tour/\",\n            \"created_at\": \"2021-10-20T06:45:17.221229-04:00\"\n        },\n        {\n            \"id\": 55221,\n            \"title\": \"Order Reissuing License After Suspension and Expiration: Todd R. Wilson\",\n            \"summary\": \"Wilson was licensed in the state of Iowa as a resident insurance producer on November 20, 2017, until his license was suspended by an Order and Consent to Order (“Consent Order”), dated February 17, 2020. He was previously licensed in the State of Iowa as an insurance producer from September 25, 2008, to February 17, 2020, and was licensed under National Producer Number 11740038. Wilson entered into a Consent Order whereby his insurance producer license was suspended on February 17, 2020, for a period of twelve months. Applicant has complied with all of the terms of the Consent Order. Wilson has submitted an Iowa insurance producer application for reinstatement or reissuance after disciplinary action (“Reissuance Application”) dated September 28, 2021. It is therefore ordered that: Applicant’s Reissuance Application is granted and the administrative suspension block is removed from the licensing record; Applicant’s Uniform Application is approved; and Applicant shall immediately be permitted to transact and participate in the business of insurance in Iowa.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO14110321420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-todd-r-wilson-0\",\n            \"created_at\": \"2021-10-20T06:45:16.149964-04:00\"\n        },\n        {\n            \"id\": 55084,\n            \"title\": \"House of Representatives Bill H0325: Vacation Rentals (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Requires advertising platforms to collect & remit taxes for certain transactions; revises regulated activities of public lodging establishments & public food service establishments preempted to state; expands authority of local laws, ordinances, or regulations to include requiring vacation rentals to register with local vacation rental registration programs; preempting regulation of advertising platforms to state; authorizes division to issue & deliver notice to cease & desist for certain violations; provides that such notice does not constitute agency action for which hearings may be sought; authorizes division to collect attorney fees & costs; authorizes division to impose fine on advertising platforms for violations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H03251520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/325\",\n            \"created_at\": \"2021-10-19T06:45:46.474372-04:00\"\n        },\n        {\n            \"id\": 55367,\n            \"title\": \"Speech by Agustín Carstens, General Manager, Bank for International Settlements, Sixth High-Level Regional Financing Arrangements (RFA) Dialogue: Rethinking the Global Financial Safety Net\",\n            \"summary\": \"The US dollar dominates international financial markets and trade. This facilitates trade and financial flows across countries, but also gives rise to vulnerabilities as highlighted by the Covid-19 crisis. In March 2020, central bank liquidity support, including through the Federal Reserve swap lines, averted a full-blown dollar funding crisis. The episode highlighted the importance of an international lender of last resort. Going forward, we need a resilient global financial safety net that does not rely solely on the Federal Reserve. This safety net will need to be strengthened via robust regional and global arrangements, including a strong role for the IMF. It also needs to consider the rising role of non-bank financial intermediaries and market-based finance, adjusting facilities that provide liquidity if necessary.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17611BISSP211012A4220211012\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/speeches/sp211012a.htm\",\n            \"created_at\": \"2021-10-20T06:45:45.315509-04:00\"\n        },\n        {\n            \"id\": 55215,\n            \"title\": \"2021 Tazewell County Tentative Multiplier Announced\",\n            \"summary\": \"Tazewell County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2402320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.24023.html\",\n            \"created_at\": \"2021-10-20T06:45:15.506328-04:00\"\n        },\n        {\n            \"id\": 55230,\n            \"title\": \"Nacha Files Comments Supporting the Federal Government’s Participation in the ACH Network\",\n            \"summary\": \"Nacha and many Payment Associations provided comments on the notice of proposed rulemaking (the “Proposed Rule”) regarding the Federal Government Participation in the Automated Clearing House. The letter strongly supports the Fiscal Service’s proposal to adopt the majority of the amendments to the Nacha Rules that became effective in 2020 and 2021. The letter reiterated that the ACH Network and its participants benefit greatly when all are acting consistently according to a single set of operating rules.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC19320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/nacha-files-comments-supporting-federal-governments-participation-ach-network\",\n            \"created_at\": \"2021-10-20T06:45:17.111755-04:00\"\n        },\n        {\n            \"id\": 55229,\n            \"title\": \"Winter Is Coming\",\n            \"summary\": \"Before heading out on icy winter roads, make sure you are covered. This is a good time for a car insurance coverage review with your agent. It is important to not only cover damage or loss to your vehicle, but liability if you happen to involve other drivers in an accident. Liability coverage can protect your financial future should there be large third-party claims. ead your insurance policy and discuss your coverage with your insurance agent. Understand what your policy covers, what it does not, and how much your deductible is. Make note of how to contact your insurance company following an accident and how to contact our office if your insurer is not holding their side of the bargain. If you have questions about auto insurance, contact your agent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1336920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Montana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/psa-winter-is-coming/\",\n            \"created_at\": \"2021-10-20T06:45:16.997941-04:00\"\n        },\n        {\n            \"id\": 55180,\n            \"title\": \"Notice Alabama Electing Pass-Through Entity Tax Act Guidance\",\n            \"summary\": \"The Alabama Electing Pass-Through Entity Tax Act allows Alabama S-Corporations and Subchapter K entities (pass-through entities or PTEs) to elect to pay Alabama income tax at the entity level. To prepare for this new process, all Pass-Through Entities that choose this election must be registered to use MAT and must submit Form PTE-E through MAT prior to the fifteenth day of the third month following the close of that tax year for which the entity elects to be taxed as an Electing Pass-Through Entity. You will need the following information readily available to sign up for MAT: account number, Sign-On ID, access code, and valid email address.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR609720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/10/notice-alabama-electing-pass-through-entity-tax-act-guidance/\",\n            \"created_at\": \"2021-10-20T06:45:11.651955-04:00\"\n        },\n        {\n            \"id\": 55202,\n            \"title\": \"Remarks by Governor Christopher J. Waller: the Economic Outlook and a Cautionary Tale on “Idiosyncratic” Price Changes and Inflation\",\n            \"summary\": \"\\\"Today my goal is to explain my outlook for the U.S. economy as well as how that perspective shapes my views on the appropriate approach to monetary policy. I have three points I would like you to take away from my comments. First, while there has been a significant slowdown in third quarter gross domestic product growth, it should rebound in the first half of 2022. Second, I believe that substantial progress has been made on both the inflation and employment legs of our dual mandate. Hence, I believe that we should soon commence tapering our asset purchases. Finally, the next several months are critical for assessing whether the high inflation numbers we have seen are transitory. If monthly prints of inflation continue to run high through the remainder of this year, a more aggressive policy response than just tapering may well be warranted in 2022. In terms of economic growth, data for the third quarter of 2021 show that the economic recovery slowed as the effects of the Delta variant caused consumers and businesses to start pulling back on some forms of economic activity such as travel and leisure. Measures of consumer mobility, which are a good indicator of spending, grew strongly starting last winter but then started falling in June, around when the effects of Delta started to become significant. I and most other forecasters expected that real GDP would grow close to the very strong rate posted in the first half of the year, but it now appears that GDP growth will be closer to 3 percent at an annual rate. The two major causes of this slowdown have been the extent of the economic effects of the Delta surge and the extent of supply constraints, both of which had larger effects than I and most forecasters expected. That was due to both the disappointingly low levels of vaccination in some areas and how highly contagious Delta proved to be. Meanwhile, we have seen labor shortages in many regions and many sectors that seem unwarranted given the level of unemployment and other indicators of slack in the labor market. And supply constraints have been very widespread, with many causes, only some of them directly related to COVID-19. U.S. imports have been disrupted both at the point of export and at U.S. ports, with backups at major ports larger than some have ever experienced. Thus, a lack of inputs and a lack of labor to use them have created a dramatic headwind for GDP.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED165on9A20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/waller20211019a.htm\",\n            \"created_at\": \"2021-10-20T06:45:14.127061-04:00\"\n        },\n        {\n            \"id\": 55183,\n            \"title\": \"Availability of Funds Notice - USAO Eastern District of Arkansas\",\n            \"summary\": \"On the behalf of the U.S. Attorney’s Office, Eastern District of Arkansas, the State of Arkansas, Department of Finance and Administration - Intergovernmental Services announces the availability of funding under the U.S. Department of Justice Office of Justice Programs, Bureau of Justice Assistance and Project Safe Neighborhoods program. Potential applicants should carefully review the solicitation and be aware that sub-recipients are bound to all the requirements ofthe federal and state solicitations. Project period is for 1 year starting January 1, 2022 to September 30, 2022. Eligible applicants are law enforcement units that operate within the United States Attorney’s Office Eastern District. See Request For Application for more information regarding eligibility. Applications and supporting documentations are due by 4:30 p.m. central standard time on Monday, November 15, 2021 to Department of Finance and Administration-Intergovernmental Services. Proposals submitted by mail should be postmarked no later than November 15th.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18846AR6410520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Department of Finance and Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dfa.arkansas.gov/news/details/psn-availability-funds-notice-usao-eastern-district-of-arkansas\",\n            \"created_at\": \"2021-10-20T06:45:11.997826-04:00\"\n        },\n        {\n            \"id\": 55184,\n            \"title\": \"Alleged Crypto-Broker expertdreamtrade.Com Appears to Be Operating a Fraud\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment scam. The victim told DFPI that he deposited more than $300,000 into ExpertDreamTrade.com, which he believed operated like a bank, but when he asked to withdraw the money, the scammers told him he would need to pay $50,000 to get it out. He believes he has tracked to the money to the crypto wallets of two individuals located in Nigeria, but so far, cannot get his money back. These allegations have not been verified by the DFPI.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA180A20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/alleged-crypto-broker-expertdreamtrade-com-appears-to-be-operating-a-fraud/\",\n            \"created_at\": \"2021-10-20T06:45:12.150046-04:00\"\n        },\n        {\n            \"id\": 55205,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Brandon Lopez\",\n            \"summary\": \"Respondent Brandon Lopez submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. From June 26, 2017 through January 31, 2020, while associated with UBS, Lopez maintained a personal investment account at an outside firm without prior written consent of the firm. As a result, Lopez violated FINRA Rules 3210 and 2010. Respondent also consents to the imposition of the following sanctions: A two-month suspension from associating with any FINRA member in all capacities; and $2,500 fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06236550112020211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2019062365501 Brandon Lopez CRD 6823291 AWC jlg.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.431443-04:00\"\n        },\n        {\n            \"id\": 55374,\n            \"title\": \"2021 Per Jacobsson Lecture by Christine Lagarde, President of the ECB, at the IMF Annual Meetings: Globalisation After the Pandemic\",\n            \"summary\": \"\\\"As a young man in the 1920s, Jacobsson worked in the Economic and Financial Section of the League of Nations Secretariat. There, he was actively involved in work on Europe’s financial reconstruction in the wake of the greatest shock that had hit the continent: the First World War. The outbreak of that conflict in 1914, which killed so many and injured even more, marked the end of the first era of globalisation. The unprecedented flows of trade that had characterised the global economy between the 1870s and the early 1900s collapsed, as borders were replaced by battlelines. The pre-war world quickly became, as the writer Stefan Zweig put it, “the world of yesterday”. This shows how fast what had once seemed so permanent can change. Globalisation will always be vulnerable to global shocks, as we have recently seen with the pandemic. But the pre-pandemic world has not joined the world of yesterday just yet. A powerful economic logic drove the most recent era of globalisation, and that logic remains just as valid today.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17588ECB13520211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/key/date/2021/html/ecb.sp211016%7E25550329d5.en.html\",\n            \"created_at\": \"2021-10-20T06:45:46.027536-04:00\"\n        },\n        {\n            \"id\": 55376,\n            \"title\": \"Speech by Fabio Panetta, Member of the Executive Board of the ECB, at the ECB-CEBRA Conference on International Aspects of Digital Currencies and Fintech: “Hic Sunt Leones” – Open Research Questions on the International Dimension of Central Bank Digital C\",\n            \"summary\": \"In my remarks today, I will focus on the international dimension of central bank digital currencies, or CBDCs. The ECB launched an investigation phase for the digital euro over the summer. One of the aspects we are investigating is whether it would be possible to use the digital euro in cross-border contexts, and under which conditions. Many other central banks are reflecting on whether they would allow non-residents to access their own digital currency if they were to decide to introduce one. Decisions about the issuance and design of CBDCs require a careful assessment of the trade-offs between risks and opportunities. The international dimension makes that assessment more challenging still. So, it is already worth thinking about the implications of the cross-border use of CBDCs.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17588ECB21020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/key/date/2021/html/ecb.sp211019_1%7Eb91b5f9595.en.html\",\n            \"created_at\": \"2021-10-20T06:45:46.233976-04:00\"\n        },\n        {\n            \"id\": 55208,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Jamie J. Worden\",\n            \"summary\": \"Respondent Jamie J. Worden submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. In September 2021, FINRA sent Worden a request for information and documents pursuant to FINRA Rule 8210. Worden refused to provide the documents and information requested. This matter originated from an investigation into private placement offering of “pre-IPO” securities sold through Worden Capital Management from 2019 through 2020. Respondent consents to the imposition of the following sanctions: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06474650112320211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2019064746501 Jamie J. Worden CRD 4637404 AWC sl.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.735337-04:00\"\n        },\n        {\n            \"id\": 55182,\n            \"title\": \"Virtual TAFAC Meeting - November 9, 2021\",\n            \"summary\": \"The virtual TAFAC General Session meeting will be be held on Tuesday, November 9, 2021 from 11:00 am - 2:00 pm ET.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14801AF569120211109\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Appraisal Foundation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.appraisalfoundation.org/imis/TAFCore/Events/Event_Display.aspx?EventKey=1192021\",\n            \"created_at\": \"2021-10-20T06:45:11.894071-04:00\"\n        },\n        {\n            \"id\": 55375,\n            \"title\": \"Keynote Speech by Frank Elderson, Member of the Executive Board of the ECB and Vice-Chair of the Supervisory Board of the ECB, at the 31st Lisbon Meeting Between the Central Banks of Portuguese-Speaking Countries: The Role of Supervisors and Central Banks\",\n            \"summary\": \"\\\"Today I would like to talk to you about the climate crisis and climate finance. Specifically, I would like to talk about the role that central banks and supervisors can and must play in leading by example and incorporating climate and environmental risks into our activities, both in a systematic manner and with a long-term perspective. When preparing my remarks today, Fernando Pessoa’s poem “Mar Português” was brought to my attention. It alludes to the Portuguese maritime odyssey, to how daring and how daunting it was to venture into unknown seas. I was thinking it offers an encouraging frame for the climate change venture in the way that it sets great undertakings against the courage required to face what seem to be unsurmountable challenges, and the great achievements that follow.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17588ECB16320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/key/date/2021/html/ecb.sp211019%7E84d1b39bcb.en.html\",\n            \"created_at\": \"2021-10-20T06:45:46.128221-04:00\"\n        },\n        {\n            \"id\": 55079,\n            \"title\": \"City Council Bill B24-0447: Housing Production Trust Fund Affordability Levels Amendment Enforcement Act of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. To amend the Housing Production Trust Fund Act of 1988 to require the Department of Housing and Community Development to provide a report to the Council on funds disbursed from the Fund to extremely low-income households and subsequent home ownership outcomes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822B24-044713720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/B24-0447\",\n            \"created_at\": \"2021-10-19T06:45:45.953711-04:00\"\n        },\n        {\n            \"id\": 55078,\n            \"title\": \"City Council Bill B24-0440: Public Emergency Extension and Eviction and Utility Moratorium Phasing Congressional Review Emergency Amendment Act of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. A Bill to amend, on an emergency basis, the Coronavirus Support Temporary Amendment Act of 2021 to remove the public health emergency as the trigger for provisions of the act, to provide for a moratorium on utility disconnections for qualified customers, and to repeal provisions establishing accelerated review of grant budget modifications by the Council, to require certain improvements to the Stronger Together by Assisting You program; to amend Title 16 of the District of Columbia Official Code to allow housing providers to file eviction cases in Superior Court when the tenant’s continuing presence is a threat to health and safety or when the tenant has willfully or wantonly caused significant damage to the property, to allow housing providers to file eviction cases in Superior Court for non-payment of rent on October 12, 2021 if 60 days have elapsed since the initiation or submission of an emergency rental assistance program application or the tenant is not is eligible, provided, that an application is not pending or under appeal, to allow housing providers to file other eviction cases in Superior Court beginning January 1, 2022, and to require a summons be served 30 days in advance of an initial court hearing and a readable time stamp if the summons was served by posting; to amend section 501 of the Rental Housing Act of 1985 to provide for specific notice requirements for eviction cases involving nonpayment of rent and for cases with evictions authorized prior to March 11, 2020; and to repeal outdated provisions of other laws.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822B24-044013720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/B24-0440\",\n            \"created_at\": \"2021-10-19T06:45:45.834999-04:00\"\n        },\n        {\n            \"id\": 55238,\n            \"title\": \"Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order: VTB Capital Plc\",\n            \"summary\": \"In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. Solely for the purpose of these proceedings and any other proceedings brought by or on behalf of the Commission, or to which the Commission is a party, and without admitting or denying the findings herein, except as to the Commission’s jurisdiction over it and the subject matter of these proceedings, which are admitted, Respondent consents to the entry of this Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order (“Order”), as set forth. The Commission finds material omissions and misleading statements in a 2016 bond offering for which VTB Capital Plc (“VTB”), a London-based investment bank, acted with Credit Suisse Group AG (“Credit Suisse”) as joint-lead manager. The bond offering allowed investors from a prior 2013 bond offering to exchange their loan participation notes (“LPNs”) for a direct sovereign bond issued by the Republic of Mozambique (“Exchange Offer”). Credit Suisse structured the bonds, while both banks prepared and distributed the offering materials. The offering materials provided to the Exchange Offer investors by VTB failed to disclose VTB’s conflict of interest, that the bank was a major creditor under two prior financing arrangements with Mozambican state-owned entities with interests adverse, in certain respects, to noteholders. VTB and Credit Suisse participated in transactions that preceded the Exchange Offer, including a 2013 $622 million syndicated loan to a Mozambican state-owned entity known as Proindicus S.A of which VTB provided $118 million in financing, a 2013 $850 million offering of interest-bearing LPNs to finance debt offered to a second Mozambican state-owned entity known as Empresa Mocambicana de Atum S.A. (“EMATUM”), of which VTB arranged $350 million in financing and, without Credit Suisse, a 2014 $535 million syndicated loan to a third Mozambican state-owned entity known as Mozambique Asset Management (“MAM”), of which VTB provided $435 million in financing. Accordingly, it is hereby ORDERED that Respondent cease and desist from committing or causing any violations and any future violations, shall pay disgorgement of $2,000,000 and prejudgment interest of $429,883.94 and a civil money penalty in the amount of $4,000,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331100020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-11000.pdf\",\n            \"created_at\": \"2021-10-20T06:45:18.181927-04:00\"\n        },\n        {\n            \"id\": 55227,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Billing Errors Policy and Enable the Exchange to Agree to Alternative Payment Instructions for the Exchange's Direct Debit Collection Process\",\n            \"summary\": \"On October 12, 2021, MEMX LLC (“MEMX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change e to amend Exchange Rule 15.3 to: (a) adopt a policy relating to billing errors that is substantially similar to the policy adopted by another group of exchanges; (b) enable the Exchange, upon request, to permit a member of the Exchange (“Member”) or applicant for registration as such to provide alternative payment instructions (i.e., other than a National Securities Clearing Corporation (“NSCC”) clearing account number, as currently required by Exchange Rule 15.3(a)) for purposes of the Exchange’s direct debit process for the collection of fees and other monies due and owing to the Exchange; and (c) add paragraph headings and relocate certain existing text within the Rule. The foregoing proposed rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12134MEMX349338120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-12\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MEMX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/memx/2021/34-93381.pdf\",\n            \"created_at\": \"2021-10-20T06:45:16.794521-04:00\"\n        },\n        {\n            \"id\": 55373,\n            \"title\": \"EBA Publishes Final Draft Regulatory Technical Standards on Disclosure of Investment Policy by Investment Firms\",\n            \"summary\": \"The European Banking Authority (EBA) published today new regulatory technical standards (RTS) on disclosure of investment policy by investment firms. The final draft RTS put forward comparable disclosures that should help stakeholders understand investment firms’ influence over the companies in which they hold voting rights and the impact of investment firms’ policies on aspects such as the governance or management of those companies. These disclosure requirements apply to class 2 investment firms with total assets above EUR 100 million. These firms will have to disclose this information in relation to those companies whose shares are admitted to trading on a regulated market and in which the proportion of voting rights exceeds 5 % of all voting rights issued by the company. The first disclosure date will be December 31, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10691220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"France\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/eba-publishes-final-draft-regulatory-technical-standards-disclosure-investment-policy-investment\",\n            \"created_at\": \"2021-10-20T06:45:45.922253-04:00\"\n        },\n        {\n            \"id\": 55081,\n            \"title\": \"City Council Resolution PR24-0423: Board of Nursing Enrique Carlos (Rick) Garcia Confirmation Resolution of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. Reappointment of Dr. Enrique Carlos (Rick) Garcia as a registered nurse licensed and practicing in the District member of the Board of Nursing, for a term to end July 21, 2024.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-042313720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0423\",\n            \"created_at\": \"2021-10-19T06:45:46.168430-04:00\"\n        },\n        {\n            \"id\": 55209,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Robert Frederick Geiler\",\n            \"summary\": \"Respondent Robert Geiler submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. In December 2019, Geiler accessed and printed documents containing nonpublic personal information of 72 of his customers at Lincoln. Geiler removed the documents from the firm and retained the customers' nonpublic personal information, without authorization, after resigning from Lincoln on December 31, 2019. Respondent consents to the imposition of the following sanctions: a three-month suspension from associating with any FINRA member in all capacities, and a $5,000 fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06710940113920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2020067109401 Robert Frederick Geiler CRD 1107194 AWC sl.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.836638-04:00\"\n        },\n        {\n            \"id\": 55212,\n            \"title\": \"Notice of FINRA Regional Committee Elections and Mailing of Ballots\",\n            \"summary\": \"The purpose of this Election Notice is to notify firms of the upcoming elections to fill vacancies on the FINRA Regional Committees, and the mailing of ballots to eligible firms. Only firms that are members of FINRA in Districts 3, 7, 8 and 9 as of the close of business on Monday, October 18, 2021, are eligible to vote for the contested seats.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2154FINRA019217620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/notices/regional-election-notice-101921\",\n            \"created_at\": \"2021-10-20T06:45:15.201943-04:00\"\n        },\n        {\n            \"id\": 55390,\n            \"title\": \"The Dangers of Ignoring the Regulator\",\n            \"summary\": \"In a public inquiry at the end of last month, Calder’s Concrete Products had their licence revoked. In addition to not proving they had sufficient funds for their vehicles, the company tried to avoid engaging with the traffic commissioner at every available opportunity. On differing occasions, the company director pretended correspondence had not arrived, that it had been signed for by someone else and that he had replied on one occasion but it had somehow not been received by the commissioner. After the use of special delivery to confirm the public inquiry call-up, Mr Calder appeared at the inquiry without any of the requested documentation as he had been ‘too busy’ to read the letter. The traffic commissioner for the West Midlands, Nick Denton said “Because of the company’s complete failure to treat the regulatory system seriously and because there is no evidence at all that its vehicle is in a roadworthy condition or that it has complied with the laws relating to drivers’ hours and tachographs, I am revoking the company’s licence with almost immediate effect, from 0001 hours on October 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKTA74377220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Traffic Commissioners for Great Britain\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/the-dangers-of-ignoring-the-regulator\",\n            \"created_at\": \"2021-10-20T06:45:47.649218-04:00\"\n        },\n        {\n            \"id\": 55391,\n            \"title\": \"CMA Plans Probe into Music Streaming Market\",\n            \"summary\": \"The CMA has announced its intention to launch a market study into music streaming. Following discussion by the CMA Board, the Competition and Markets Authority (CMA) will now carry out work to consider and develop the final scope of the market study, before formally launching it as soon as possible. The CMA has written to the Government and the Digital, Culture, Media and Sport Committee to outline its intended next steps.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCT82437820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-plans-probe-into-music-streaming-market\",\n            \"created_at\": \"2021-10-20T06:45:47.761321-04:00\"\n        },\n        {\n            \"id\": 55186,\n            \"title\": \"Cryptocurrency Broker Crypto300 Club Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment scam. The victim told DFPI he was scammed into transferring money to an online crypto trading company, after hearing about it from a person on Facebook. The victim transferred cryptocurrency to the company which claimed it would pool investor money into “Crypto Packs” after which its traders would ‘invest” club money, promising they could earn a minimum of 150% annually and that they would pay each member daily.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA224C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-broker-crypto300-club-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.365870-04:00\"\n        },\n        {\n            \"id\": 55379,\n            \"title\": \"Final Notice 2021: Credit Suisse International, Credit Suisse Securities (Europe) Ltd, and Credit Suisse AG\",\n            \"summary\": \"For the reasons given in this Final Notice, the Authority hereby imposes on Credit Suisse a financial penalty of £147,190,200. Credit Suisse agreed to resolve this matter and qualified for a 30% (stage 1) discount under the Authority’s executive settlement procedures. Were it not for this discount, the Authority would have imposed a financial penalty of £210,271,800 on Credit Suisse. Suisse failed to sufficiently prioritise the mitigation of financial crime risks, including corruption risks, within its Emerging Markets business. Credit Suisse lacked a financial crime strategy for the management of those risks, (which was exemplified by the under-resourcing of its EMEA financial crime compliance team and procedural weaknesses in its financial crime risk management). These and other weaknesses were exposed by three transactions related to two infrastructure projects in the Republic of Mozambique (“Mozambique”), one relating to a coastal surveillance project and the other relating to the creation of a tuna fishing industry within Mozambican waters (respectively, the First Project and the Second Project). Credit Suisse arranged, facilitated and provided funds for two loans to finance the First and Second Project (respectively, the First Loan and Second Loan) amounting to over $1.3 billion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA1137120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/final-notices/credit-suisse-2021.pdf\",\n            \"created_at\": \"2021-10-20T06:45:46.538690-04:00\"\n        },\n        {\n            \"id\": 55216,\n            \"title\": \"2021 St. Clair County Tentative Multiplier Announced\",\n            \"summary\": \"St. Clair County has been issued a tentative property assessment equalization factor of 1.0233, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2402520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.24025.html\",\n            \"created_at\": \"2021-10-20T06:45:15.614877-04:00\"\n        },\n        {\n            \"id\": 55198,\n            \"title\": \"CFPB, FTC and North Carolina Department of Justice File Amicus Brief in Henderson v. the Source for Public Data, L.P.\",\n            \"summary\": \"Today the Consumer Financial Protection Bureau (CFPB), Federal Trade Commission (FTC) and North Carolina Department of Justice filed an amicus brief in support of the consumer plaintiffs in Henderson v. The Source for Public Data, L.P. The case is currently on appeal before the U.S. 4th Circuit Court of Appeals. The plaintiffs allege The Source for Public Data is a consumer reporting agency that uses the internet to obtain public records and assemble them into consumer background check reports for its customers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB117164P.23520211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/cfpb-ftc-and-north-carolina-department-of-justice-file-amicus-brief-in-henderson-v-the-source-for-public-data-lp/#\",\n            \"created_at\": \"2021-10-20T06:45:13.717881-04:00\"\n        },\n        {\n            \"id\": 55233,\n            \"title\": \"Consent Order: Utica National Insurance Company of Texas and Utica Mutual Insurance Company\",\n            \"summary\": \"The New York State Department of Financial Services (the “Department”) investigated whether Utica National Insurance Company of Texas (UNICT) and Utica Mutual Insurance Company (UMIC), (together, “Respondents”), complied with the requirements of the New York Insurance Law (“Insurance Law”) related to the termination and rating of automobile insurance (the “Investigation”). Respondents failed to properly report their non-renewals by territory and program as required by Insurance Law § 2352(a) since, at least, December 2013 and through January 2019. Respondents self-reported and cooperated with the Department’s investigation. Respondents have represented that they have corrected the deficiencies identified in this consent order and shall comply with the New York Insurance Law provisions specified in paragraph 18, as well as all other applicable laws and regulations. No later than twenty (20) business days after the Effective Date of this Consent Order, Respondents shall pay a penalty of four hundred fifteen thousand dollars ($415,000) to the Department.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9298NY21320211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement_Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Department of Financial Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dfs.ny.gov/industry_guidance/enforcement_discipline/ea20211015_utica\",\n            \"created_at\": \"2021-10-20T06:45:17.453349-04:00\"\n        },\n        {\n            \"id\": 55394,\n            \"title\": \"Understanding the UK Artificial Intelligence Commercialisation\",\n            \"summary\": \"The government is undertaking research to explore how AI R&D is successfully commercialised and brought to market. The Department for Digital, Culture, Media and Sport (DCMS), along with the Office for Artificial Intelligence and Digital Standards and Internet Governance (DSIG), are leading the research project. The research aims to increase understanding of the following topics: the nature of the commercialisation process for AI R&D; the different routes (public and private) for commercialising AI R&D; the relative effectiveness of these routes; the relative importance of AI technical standards as a route for commercialisation; and, how to optimise the use of AI technical standards as a route for supporting AI R&D commercialisation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUT130629720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Digital, Culture, Media and Sport\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/understanding-the-uk-artificial-intelligence-commercialisation\",\n            \"created_at\": \"2021-10-20T06:45:48.068725-04:00\"\n        },\n        {\n            \"id\": 55210,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Yoandra Lopez\",\n            \"summary\": \"Respondent Yoandra Lopez submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. Lopez first registered with FINRA in May 2018. From May 2018 to November 2020, Lopez was registered as an Investment Company and Variable Contracts Products Representative through an association with Wells Fargo Clearing Services, LLC (CRD No. 19616). In November 2020, Wells Fargo filed a Uniform Termination Notice for Securities Industry Registration (Form U5) stating Lopez \\\"resigned her employment when informed that she was scheduled to have an interview with bank investigator regarding her receipt of business loan from the Small Business Administration. Loan does not appear to be related to the securities business of Wells Fargo Clearing, LLC.\\\" Lopez refused to appear for on-the-record testimony requested. Respondent consents to the imposition of the following sanction: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06862360111920211012\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2020068623601 Yoandra Lopez CRD 6902387 AWC sl.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.937133-04:00\"\n        },\n        {\n            \"id\": 55240,\n            \"title\": \"Banking Commissioner Issues Consent Order Relating to Ram Payment, Llc\",\n            \"summary\": \"Commissioner Charles G. Cooper issued a Consent Order relating to RAM Payment, LLC (RAM) of Knoxville, Tennessee effective October 13, 2021. The Order requires RAM to pay an administrative penalty of $55,650 for its unlicensed activities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1167TX70PR9120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/news/press-releases/2021/10-19-21pr.pdf\",\n            \"created_at\": \"2021-10-20T06:45:18.517718-04:00\"\n        },\n        {\n            \"id\": 55199,\n            \"title\": \"CFPB Penalizes JPay for Siphoning Taxpayer-Funded Benefits Intended to Help People Re-enter Society After Incarceration\",\n            \"summary\": \"The Consumer Financial Protection Bureau (CFPB) today took action against the prison financial services company JPay for violating the Consumer Financial Protection Act by charging consumers fees to access their own money on prepaid debit cards that consumers were forced to use. JPay also violated the Electronic Fund Transfer Act (EFTA) when it required consumers to sign up for a JPay debit card as a condition of receiving government benefits – in particular, “gate money,” which is money provided under state law to help people meet their essential needs as they are released from incarceration. The consent order severely limits the fees JPay can charge on release cards going forward, allowing only inactivity fees after 90 days without card activity. The order also requires the company to pay $4 million for consumer redress and a $2 million civil money penalty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB119171ON27920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/cfpb-penalizes-jpay-for-siphoning-taxpayer-funded-benefits-intended-to-help-people-re-enter-society-after-incarceration/#\",\n            \"created_at\": \"2021-10-20T06:45:13.818738-04:00\"\n        },\n        {\n            \"id\": 55224,\n            \"title\": \"Governor Beshear Presents $10 Million to Knox County Board of Education for Renovations at Career and Technical Education Center\",\n            \"summary\": \"Today, Governor Andy Beshear presented $10 million to the Knox County Board of Education to support a major renovation project at the Knox County Career and Technical Center (CTC). The $10 million will help with renovations for the Knox County CTC, which was originally built in 1960. The project will include a full building refurbishment and upgrades to the health science labs, engineering technology facility, as well as the automotive, electrical and welding technology facilities. The renovations at the school, which also serves Barbourville Independent Schools, will provide students with state-of-the-art resources, delivering a high-quality education and a competitive advantage in the workforce. On September 1, as part of his Better Kentucky Plan, Governor Beshear awarded Kentucky school districts $75 million to upgrade Vocational Education Centers, including the $10 million designated for Knox County. The grants were approved by the Kentucky School Facilities Construction Commission Board. Through a bipartisan agreement with legislators, the Governor’s Better Kentucky Plan aims to create 14,500 jobs and will help Kentucky lead now and in the future.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY12400920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Kentucky\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=1009\",\n            \"created_at\": \"2021-10-20T06:45:16.473900-04:00\"\n        },\n        {\n            \"id\": 55082,\n            \"title\": \"City Council Resolution PR24-0424: Board of Nursing Crystal Johnson Confirmation Resolution of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. Reappointment of Ms. Crystal Johnson as a consumer member of the Board of Nursing, for a term to end July 21, 2024.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-042413720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0424\",\n            \"created_at\": \"2021-10-19T06:45:46.272275-04:00\"\n        },\n        {\n            \"id\": 55242,\n            \"title\": \"Credit Suisse Resolves Fraudulent Mozambique Loan Case in $547 Million Coordinated Global Resolution\",\n            \"summary\": \"Credit Suisse Group AG, a global financial institution headquartered in Switzerland, and Credit Suisse Securities (Europe) Limited, its subsidiary in the United Kingdom (together, Credit Suisse), have admitted to defrauding U.S. and international investors in the financing of an $850 million loan for a tuna fishing project in Mozambique, and have been assessed more than $547 million in penalties, fines, and disgorgement as part of coordinated resolutions with criminal and civil authorities in the United States and the United Kingdom. After taking account of crediting by the department of the other resolutions, Credit Suisse will pay approximately $475 million to authorities in the United States and the United Kingdom, as well as restitution to victims in an amount to be determined by the court. According to court documents filed today in the U.S. District Court for the Eastern District of New York and statements made during the proceeding, Credit Suisse Group AG entered into a three-year deferred prosecution agreement with the department in connection with a criminal information charging Credit Suisse Group AG with conspiracy to commit wire fraud, and CSSEL pleaded guilty to a one-count criminal information charging it with conspiracy to commit wire fraud. Under the terms of its agreements, Credit Suisse’s penalty is approximately $247.5 million. After crediting by the department for payments to other authorities, Credit Suisse will pay approximately $175.5 million to the United States. Credit Suisse has also agreed to a methodology to calculate proximate fraud loss for victims of its criminal conduct; the amount of restitution payable to victims will be determined at a future proceeding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ216D420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"U.S. Executive Office for Immigration Review\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/credit-suisse-resolves-fraudulent-mozambique-loan-case-547-million-coordinated-global\",\n            \"created_at\": \"2021-10-20T06:45:18.881801-04:00\"\n        },\n        {\n            \"id\": 55364,\n            \"title\": \"Investor Protection: The AMF Publishes a Summary of the Findings of a Series of SPOT Inspections on the Governance of Financial Instruments\",\n            \"summary\": \"During its short thematic inspections, the AMF examined the way in which some institutions implemented the provisions of the Markets in Financial Instruments Directive (MiFID2) with regard to the distribution of financial instruments to retail investors. Designed to provide better investor protection, MiFID2 has strengthened governance requirements for financial instruments by introducing a more detailed definition of the respective responsibilities of manufacturers and distributors of these products. Distributors must therefore ensure that they have the appropriate means to obtain from the manufacturer all the information they need to understand the characteristics of each product. Product governance requirements involve, in particular, defining a target market and an appropriate distribution strategy for a given financial instrument in order to promote the marketing of products in line with clients' needs and profiles.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17746AMF13917520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Autorité des marchés financiers\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.amf-france.org/en/news-publications/news-releases/amf-news-releases/investor-protection-amf-publishes-summary-findings-series-spot-inspections-governance-financial\",\n            \"created_at\": \"2021-10-20T06:45:44.829215-04:00\"\n        },\n        {\n            \"id\": 55204,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Michael James Conte\",\n            \"summary\": \"Respondent Michael James Conte submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations described. In connection with FINRA's investigation regarding potential misrepresentations made in the participation in and supervision of the sale of multiple private offerings of bonds, FINRA staff issued Conte requests for on-the-record testimony. Conte failed to provide on-the-record testimony. As a result, Conte violated FINRA Rules 8210 and 2010. Respondent consents to the imposition of the following sanctions: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA05954560214020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2018059545602 Mr. Michael James Conte CRD 2646071 AWC jlg.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.328763-04:00\"\n        },\n        {\n            \"id\": 55382,\n            \"title\": \"Exchange Fund Bills Tender Results\",\n            \"summary\": \"Exchange Fund Bills Tender Results for October 19, 2021 including issue numbers Q2142 and H2171. Tenders to be held in the week beginning October 25, 2021 including issue numbers Q2143, H2172 and Y2196.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA3411019320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211019-3/\",\n            \"created_at\": \"2021-10-20T06:45:46.840869-04:00\"\n        },\n        {\n            \"id\": 55234,\n            \"title\": \"Raleigh Woman Charged with Insurance Fraud\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced the arrest of Unique Rae-Sharnette Sessoms, 23, of 722 Woodland Road, Raleigh. Sessoms was charged with insurance fraud and attempting to obtain property by false pretense, both felonies. According to the arrest warrant, Sessoms called the insurance company twice within eight minutes. She provided accident details during the first call when the deductible adjustment request was denied, the warrant says, adding that she successfully reduced the deductible on the second call. Damages to her vehicle were estimated $3,410.45, according to the warrant. Special agents and Wake County deputies arrested Sessoms on October 7. She was given a $3,000 unsecured bond.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC277820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"North Carolina Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"North Carolina\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/10/19/raleigh-woman-charged-insurance-fraud\",\n            \"created_at\": \"2021-10-20T06:45:17.575795-04:00\"\n        },\n        {\n            \"id\": 55219,\n            \"title\": \"Proposed Rulemaking: Viatical and Life Settlement Reporting Requirements\",\n            \"summary\": \"This proposed rule making clarifies the requirements of the annual report for viatical settlement providers and adds a late fee of $100. There are 13 licensed viatical settlement providers, and the Division has received seven late reports in the past two years. The goal of this rule making is to make the annual reports more uniform and to discourage late filing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5992C5920211020\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-24\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5875C.pdf\",\n            \"created_at\": \"2021-10-20T06:45:15.933391-04:00\"\n        },\n        {\n            \"id\": 55196,\n            \"title\": \"Governor Polis Announces Boards and Commissions Appointments\",\n            \"summary\": \"Russell DeSalvo III of Pueblo, Colorado, was appointed to the Chemical Demilitarization Citizens Advisory Commission to serve as a representative of state government who has direct responsibilities related to the chemical demilitarization program, occasioned by the resignation of Hon. Jeffry Chostner of Pueblo, Colorado. For a term expiring October 1, 2024, Shawn Osthoff of Fort Collins, Colorado, occasioned by the resignation of David Kelly of Littleton, Colorado, has been appointed to the Governor’s Revenue Estimating Advisory Committee. Also appointed to the committee are Laura Jackson of Denver, Colorado; Wendy Lea of Boulder, Colorado; and Brian Lewandowski of Boulder, Colorado, for terms expiring October 1, 2025.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COS9920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6526-gov-polis-announces-boards-and-commissions-appointments\",\n            \"created_at\": \"2021-10-20T06:45:13.481376-04:00\"\n        },\n        {\n            \"id\": 55395,\n            \"title\": \"Bechtel Secures UK Export Finance Guaranteed Loan for Serbia Project\",\n            \"summary\": \"UKEF provides €430 million funding in inaugural export credit arrangement for joint-venture between Bechtel and ENKA. The announcement was made during this week’s UK Government’s Global Investment Summit, hosted by Prime Minister Boris Johnson in London.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKBU1176810320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Export Finance\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/bechtel-secures-uk-export-finance-guaranteed-loan-for-serbia-project\",\n            \"created_at\": \"2021-10-20T06:45:48.168288-04:00\"\n        },\n        {\n            \"id\": 55371,\n            \"title\": \"Central Bank of Ireland Issues Warning on Unauthorised Firm – RapidLoans Ireland\",\n            \"summary\": \"The Central Bank of Ireland (‘Central Bank’) today, October 19, 2021, published the name of an unauthorised firm, RapidLoans Ireland (Ireland) –https://www.rapidloansireland.com/ in order to warn the public that it is not authorised by the Central Bank to provide financial services. RapidLoans Ireland (Ireland) is advertising loans on its website but it holds no authorisation from the Central Bank as a Retail Credit firm. A list of unauthorised firms published to date is available on the Central Bank website. It is a criminal offence for an unauthorised firm / person to provide financial services in Ireland that would require an authorisation under the relevant legislation, which the Central Bank is the responsible body for enforcing. Consumers should check the Central Bank registers online to find out if a firm / person they are dealing with is authorised. Consumers should be wary of advertisements offering loans from unauthorised firms or persons.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17489IE80d14820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Central Bank of Ireland\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.centralbank.ie/news/article/press-release-central-bank-of-ireland-issues-warning-on-unauthorised-firm-rapidloans-ireland-19-october-2021\",\n            \"created_at\": \"2021-10-20T06:45:45.720273-04:00\"\n        },\n        {\n            \"id\": 55190,\n            \"title\": \"Cryptocurrency Website “ecotradesltd.com” Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding Eco Trade & Investments LTD. The victim told DFPI he was scammed into transferring money into this supposedly London-based company for the purpose of investing in cryptocurrency. The company then stopped communicating with the complainant, who cannot get his money back. These allegations have not been verified by the DFPI.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA232C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-website-ecotradesltd-com-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.784105-04:00\"\n        },\n        {\n            \"id\": 55388,\n            \"title\": \"Credit Suisse Oservation Activities: FINMA Identifies Serious Breaches of Supervisory Law\",\n            \"summary\": \"The Swiss Financial Market Supervisory Authority FINMA has concluded its proceedings against Credit Suisse. It has found that serious organisational shortcomings existed at Credit Suisse in the context of its observation activities. FINMA has imposed measures on the bank, reprimanded two individuals and opened enforcement proceedings against three further individuals. At the beginning of 2020 FINMA had appointed an auditor to investigate Credit Suisse in the context of its observation activities (see press release published on 20 December 2019). It subsequently opened enforcement proceedings against the bank as a result of these investigations (see press release published on 2 September 2020). FINMA has now concluded these. FINMA’s investigation revealed that in the period between 2016 and 2019 Credit Suisse planned seven observations, most of which were carried out. In two cases members of the executive board were observed in Switzerland and, in addition, other former employees and third parties abroad. FINMA’s investigation focused on how the bank managed and controlled observations, which can involve significant legal and reputational risks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17664CH9057420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss Financial Market Supervisory Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finma.ch/en/news/2021/10/20211019---mm---obs/\",\n            \"created_at\": \"2021-10-20T06:45:47.445383-04:00\"\n        },\n        {\n            \"id\": 55197,\n            \"title\": \"Consent Order: JPay, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau (Bureau) has reviewed the practices of JPay, LLC (JPay or Respondent) with respect to the marketing, provision, and servicing of prepaid cards and has identified the following law violations: (1) Respondent violated the Electronic Fund Transfer Act (EFTA), (2) Respondent offered or provided a consumer financial product or service that is not in conformity with Federal consumer financial law, (3) Respondent engaged in unfair and abusive acts and practices by providing fee-bearing prepaid cards to consumers who were required to receive the money owed to them at the time of their release from prison or jail on a prepaid card, (4) Respondent engaged in unfair acts and practices by causing fees to be charged to consumers to whom it provided prepaid cards, when those fees were not authorized by their cardholder agreements, and (5) Respondent engaged in deceptive acts and practices by making false or misleading representations about the existence, nature, or amount of fees applicable to prepaid cards. A judgment for monetary relief and damages is entered in favor of the Bureau and against Respondent in the amount of $4 million. Respondent must pay a civil money penalty of $2 million to the Bureau.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18292CFPB000620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Administrative Proceeding\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/documents/10169/cfpb_jpay-llc_consent-order_2021-10.pdf\",\n            \"created_at\": \"2021-10-20T06:45:13.615758-04:00\"\n        },\n        {\n            \"id\": 55363,\n            \"title\": \"State Assembly Joint Resolution AJR89: Recognizing October 28, 2021, as First Responders Appreciation Day in Wisconsin\",\n            \"summary\": \"Introduced on 10/19/2021. Relating to recognizing October 28, 2021, as First Responders Appreciation Day in Wisconsin. On October 28, 2021, is recognized nationally as First Responders Appreciation Day; and first responders include all professional and volunteer police, fire, and emergency medical services (EMS) personnel and first responders risk their safety daily to protect the public from threats and emergency situations and provide lifesaving services. There are approximately 4.6 million first responders in the United States serving in disciplines such as law enforcement, emergency management, emergency medical services, fire and rescue, and public works; and first responders are vital to ensuring safety and security in our nation, state, and communities and deserve to be honored and recognized for their commitment to providing safety and lifesaving services. Now, therefore, be it, resolved by the assembly, the senate concurring, that the Wisconsin Legislature recognizes October 28, 2021, as First Responders Appreciation Day.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI1821AJR8911020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Joint Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/asm/joint_resolution/ajr89\",\n            \"created_at\": \"2021-10-20T06:45:44.231156-04:00\"\n        },\n        {\n            \"id\": 55193,\n            \"title\": \"Cryptocurrency Website “Dashboard.Librablockchain.Io/Sign-In.Php” Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a link to dashboard.librablockchain.io/sign-in.php. The victim told DFPI he was scammed into transferring cryptocurrency into what he believed was an investment in presale Libra digital assets. The website they were give a link to appeared to be the real libra.org website, with the same links, pictures and information; but with the phony website had an ad promoting the presale link for early investors in the Libra token. These allegations have not been verified by the DFPI.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA280C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-website-dashboard-librablockchain-io-sign-in-php-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:13.098027-04:00\"\n        },\n        {\n            \"id\": 55223,\n            \"title\": \"Order and Consent to Order: Matthew A. Dodge and Matt Dodge Agency, Inc.\",\n            \"summary\": \"Matthew A. Dodge is and has been licensed in the state of Iowa as a resident insurance producer under National Producer Number 242037. Matt Dodge Agency, Inc. (\\\"MDA\\\") is a business entity producer licensed under National Producer Number 10322884, with a Business Entity Producer Number of 1002016064. From on or about September 2015 to present, Respondents engaged in acts and practices within the state of Iowa constituting cause for the possibility of probation, suspension, or revocation of their insurance producer licenses; cease and desist orders; restitution; and civil penalties or other relief. It is ordered Respondents shall cease and desist from issuing any COL documents that have not been verified to be true and accurate by Respondents; Respondents shall be required to provide the Division with information; Respondents are jointly and severally liable and shall pay a civil penalty in the amount of $2,500; and Respondents shall pay the amount of $5,000 for the costs of investigation and prosecution.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO44410696820211005\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-matthew-a-dodge-and-matt-dodge-agency-inc\",\n            \"created_at\": \"2021-10-20T06:45:16.364988-04:00\"\n        },\n        {\n            \"id\": 55353,\n            \"title\": \"House of Representatives Bill HB5424: Revised School Code: Board of a School District Prohibit Use the Payment of Certain Memberships\",\n            \"summary\": \"Introduced on 10/19/2021. A bill to amend 1976 PA 451, entitled \\\"The revised school code,\\\" by adding section 1254a: not later than January 1, 2023, each board of a school district, intermediate school board, and board of directors of a public school academy shall adopt and implement a policy to prohibit the use of public funds under the control of the school district, intermediate school district, or public school academy for the payment or reimbursement by the school district, intermediate school district, or public school academy of membership.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI1808HB542414620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-HB-5424\",\n            \"created_at\": \"2021-10-20T06:45:43.105043-04:00\"\n        },\n        {\n            \"id\": 55080,\n            \"title\": \"City Council Resolution PR24-0415: Public Emergency Extension and Eviction and Utility Moratorium Phasing Congressional Review Emergency Declaration Resolution of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. A Proposed Resolution to declare the existence of an emergency, due to congressional review, with respect to the need to amend the Coronavirus Support Temporary Amendment Act of 2021 to remove the public health emergency as the trigger for provisions of the act, to provide for a moratorium on utility disconnections for qualified customers, and to repeal provisions establishing accelerated review of grant budget modifications by the Council, to require certain improvements to the Stronger Together by Assisting You program; to amend Title 16 of the District of Columbia Official Code to allow housing providers to file eviction cases in Superior Court when the tenant’s continuing presence is a threat to health and safety or when the tenant has willfully or wantonly caused significant damage to the property, to allow housing providers to file eviction cases in Superior Court for non-payment of rent on October 12, 2021 if 60 days have elapsed since the initiation or submission of an emergency rental assistance program application or the tenant is not is eligible, provided, that an application is not pending or under appeal, to allow housing providers to file other eviction cases in Superior Court beginning January 1, 2022, and to require a summons be served 30 days in advance of an initial court hearing and a readable time stamp if the summons was served by posting; to amend section 501 of the Rental Housing Act of 1985 to provide for specific notice requirements for eviction cases involving nonpayment of rent and for cases with evictions authorized prior to March 11, 2020; and to repeal outdated provisions of other laws.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-041513720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0415\",\n            \"created_at\": \"2021-10-19T06:45:46.058370-04:00\"\n        },\n        {\n            \"id\": 55189,\n            \"title\": \"Alleged Cryptocurrency Broker Extmarkets Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment. The victim told DFPI he was scammed into transferring money to this supposedly UK-based company for bitcoin trading purposes, after hearing about the company from a person on Facebook. The victim gave money to a “trader” who then claimed he had made a lot of money. The victim then paid the trader in bitcoin in order to withdraw his profits, but was instead asked to give even more money. The company claims its address is 168, St. Christopher Street, Valletta VLT 1467, and operates a website at https://extmarkets.com. The trader on Facebook used the name “Patrick Krouse”.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA232A20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/alleged-cryptocurrency-broker-extmarkets-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.680247-04:00\"\n        },\n        {\n            \"id\": 55207,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Edgar A. Kleydman\",\n            \"summary\": \"Respondent Edgar Kleydman submits this Letter of Acceptance;Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. In connection with FINRA’s investigation into whether Kleydman engaged in private securities transactions without providing written notice to AXA, FINRA staff issued Kleydman a request for on-the-record testimony. Kleydman refused to appear for on-the-record testimony. Respondent also consents to the imposition of the following sanctions: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06410140112720211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2019064101401 Edgar A. Kleydman CRD 2727571 AWC sl.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.634256-04:00\"\n        },\n        {\n            \"id\": 55360,\n            \"title\": \"State Assembly Bill AB410: Ratification of the Occupational Therapy Licensure Compact\",\n            \"summary\": \"Introduced on 6/25/2021. An Act relating to ratification of the Occupational Therapy Licensure Compact, extending the time limit for emergency rule procedures, providing an exemption from emergency rule procedures, and granting rule-making authority. This bill ratifies and enters Wisconsin into the Occupational Therapy Licensure Compact (compact), which provides for the ability of an occupational therapist or occupational therapy assistant licensed in one member state (licensee) to obtain a “compact privilege” to practice in a remote state without obtaining a license in that remote state. Significant provisions of the compact include the creation of a Occupational Therapy Compact Commission (commission), which includes one member or representative of the licensure boards of each member state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI18211AB4101954d2220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/asm/bill/ab410\",\n            \"created_at\": \"2021-10-20T06:45:43.854693-04:00\"\n        },\n        {\n            \"id\": 55370,\n            \"title\": \"Indebted Demand\",\n            \"summary\": \"We propose a theory of indebted demand, capturing the idea that large debt burdens lower aggregate demand, and thus the natural rate of interest. At the core of the theory is the simple yet under-appreciated observation that borrowers and savers differ in their marginal propensities to save out of permanent income. Embedding this insight in a two-agent perpetual youth model, we find that recent trends in income inequality and financial deregulation lead to indebted household demand, pushing down the natural rate of interest. Moreover, popular expansionary policies-such as accommodative monetary policy-generate a debt-financed short-run boom at the expense of indebted demand in the future. When demand is sufficiently indebted, the economy gets stuck in a debt-driven liquidity trap, or debt trap. Escaping a debt trap requires consideration of less conventional macroeconomic policies, such as those focused on redistribution or those reducing the structural sources of high inequality.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17620BISWORK96820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Working Paper\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/work968.htm\",\n            \"created_at\": \"2021-10-20T06:45:45.618456-04:00\"\n        },\n        {\n            \"id\": 55368,\n            \"title\": \"The Treasury Market in Spring 2020 and the Response of the Federal Reserve\",\n            \"summary\": \"Treasury yields spiked during the initial phase of COVID. The 10-year yield increased by 64 bps from March 9 to 18, 2020, leading the Federal Reserve to purchase $1T of Treasuries in 2020Q1. Fed Treasury purchases were causal for reducing Treasury yields based on (1) the timing of purchases (which increased on March 19), (2) evidence against confounding factors, and (3) the timing of yield reversal and Fed purchases in the MBS market. Treasury-QE worked more via purchases than announcements. The yield spike was driven by liquidity needs of mutual funds, foreign official agencies, and hedge funds that were unaffected by the March 15, 2020 Treasury-QE announcement.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17620BISWORK96620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Working Paper\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/work966.htm\",\n            \"created_at\": \"2021-10-20T06:45:45.415476-04:00\"\n        },\n        {\n            \"id\": 55354,\n            \"title\": \"Senate Bill SB0688: Income Tax Act of 1967: Individual Income Tax\",\n            \"summary\": \"Introduced on 10/14/2021. A bill to amend 1967 PA 281, entitled \\\"Income Tax Act of 1967,\\\" by amending to add gross interest income and dividends derived from obligations or securities of states other than Michigan; add taxes on or measured by income to the extent the taxes have been deducted in arriving at adjusted gross income; and add losses on the sale or exchange of obligations of the United States government, the income of which this state is prohibited from subjecting to a net income tax, to the extent that the loss has been deducted in arriving at adjusted gross income.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI18082SB06881937c3b20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-SB-0688\",\n            \"created_at\": \"2021-10-20T06:45:43.206727-04:00\"\n        },\n        {\n            \"id\": 55383,\n            \"title\": \"Email Alert – Phishing Emails Related to Bank of China (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Bank of China (Hong Kong) Limited relating to phishing emails, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA7411019520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211019-5/\",\n            \"created_at\": \"2021-10-20T06:45:46.940123-04:00\"\n        },\n        {\n            \"id\": 55369,\n            \"title\": \"Joined at the Hip: Monetary and Fiscal Policy in a Liquidity-Dependent World\",\n            \"summary\": \"We study the effects of monetary and fiscal policies when both money and government bonds provide liquidity services. Because money is the unit of account, the price of money is the inverse of the price level. If prices are sticky, so is the price of money in terms of goods, and this is one important reason why money is liquid and attractive. By contrast, the price of government bonds is free to jump and often does, especially in response to news about changes in fiscal policy and the supply of bonds. Those movements in government bond prices affect available liquidity, and that matters for aggregate demand, inflation and output. Under these conditions, bond-financed fiscal expansions can be contractionary, causing deflation and a temporary recession. To avoid those effects, changes in bond supply must be matched by changes in money supply and in the interest rate on money. We conclude that in a liquiditydependent world, fiscal and monetary policies are joined at the hip.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17620BISWORK96720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Working Paper\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/publ/work967.htm\",\n            \"created_at\": \"2021-10-20T06:45:45.516222-04:00\"\n        },\n        {\n            \"id\": 55352,\n            \"title\": \"House of Representatives Bill HB5422: Natural Resources and Environmental Protection Act (101st Legislature)\",\n            \"summary\": \"Introduced on 10/19/2021. A bill to amend 1994 PA 451, entitled \\\"Natural Resources and Environmental Protection Act,\\\" by adding section 5503b: a state department or agency shall not enter a contract to sell a carbon offset credit.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MI1808HB542214120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://legislature.mi.gov/doc.aspx?2021-HB-5422\",\n            \"created_at\": \"2021-10-20T06:45:43.002874-04:00\"\n        },\n        {\n            \"id\": 55387,\n            \"title\": \"Mozambique Loans: FINMA Concludes Proceedings Against Credit Suisse\",\n            \"summary\": \"Credit Suisse seriously violated the organisational requirements and the AMLA reporting obligations in connection with loans it made to state-owned companies in Mozambique in 2013. The Swiss Financial Market Supervisory Authority FINMA is concluding its enforcement proceedings in this context and imposing conditions on Credit Suisse’s new lending business with financially weak countries. FINMA is concluding a supervisory investigation and subsequent enforcement proceedings against the Credit Suisse Group. As part of these, it clarified the role of the parent company in connection with two significant loans granted by the British subsidiaries of Credit Suisse to Mozambican state-owned companies. In the course of the proceedings FINMA coordinated closely with the local partner authority, the British Financial Conduct Authority (FCA) and with the American Securities and Exchange Commission (SEC). Both authorities have also investigated and closed this case, as has the US Department of Justice (DOJ).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17664CH6761420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss Financial Market Supervisory Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finma.ch/en/news/2021/10/20211019-mm-cs-mosambik/\",\n            \"created_at\": \"2021-10-20T06:45:47.344806-04:00\"\n        },\n        {\n            \"id\": 55222,\n            \"title\": \"Order for Suspension: Matthew J. Schneider\",\n            \"summary\": \"Matthew J. Schneider (\\\"Respondent\\\") submitted an application for insurance producer licensure designating the Commissioner as Respondent's agent for service of process and was issued an Iowa insurance producer license under National Producer Number 16916688. The Commissioner issued a notice to Respondent advising that a Certificate of Noncompliance was received and that the Respondent's Iowa insurance producer license would be suspended in 30 days unless Revenue withdrew the Certificate of Noncompliance. It is therefore ordered that the Iowa insurance producer license of Matthew J. Schneider is suspended as of the date of this Order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO20311102020211006\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-matthew-j-schneider\",\n            \"created_at\": \"2021-10-20T06:45:16.256569-04:00\"\n        },\n        {\n            \"id\": 55378,\n            \"title\": \"Credit Suisse Fined £147,190,276 (US$200,664,504) and Undertakes to the FCA to Forgive US$200 Million of Mozambican Debt\",\n            \"summary\": \"The Financial Conduct Authority has fined Credit Suisse over £147 million for serious financial crime due diligence failings related to loans worth over $1.3 billion, which the bank arranged for the Republic of Mozambique. These loans, and a bond exchange, were tainted by corruption. Credit Suisse has also agreed with the FCA to forgive US$200 million of debt owed by the Republic of Mozambique as a result of these tainted loans. Between October 2012 to March 2016, Credit Suisse failed to properly manage the risk of financial crime within its emerging markets business. It had sufficient information from which it should have appreciated the unacceptable risk of bribery associated with the two Mozambican loans and a bond exchange related to government sponsored projects. Credit Suisse was aware Mozambique was a jurisdiction where the risk of corruption of government officials was high and that the projects were not subject to public scrutiny or formal procurement processes. The contractor engaged by Mozambique on the projects was described as a “master of kickbacks”. The contractor secretly paid significant kickbacks, estimated at over US$50 million, to members of Credit Suisse’s deal team, including two Managing Directors, in order to secure the loans at more favourable terms.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17754FCA13514320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/press-releases/credit-suisse-fined-ps147190276-us200664504-and-undertakes-fca-forgive-us200-million-mozambican-debt\",\n            \"created_at\": \"2021-10-20T06:45:46.435537-04:00\"\n        },\n        {\n            \"id\": 55203,\n            \"title\": \"Welcoming Remarks by Governor Michelle W. Bowman at the Women in Banking Symposium at the Federal Reserve Bank of Richmond\",\n            \"summary\": \"\\\"It is a pleasure to be able to join you today for this conversation, and as a bank regulator and former banker, I am pleased that this conference is making the case for diversity in terms that everyone in business can understand. At any time, but especially now when attracting and keeping skilled and talented employees is so challenging, it only makes sense that you'll get the best employees if both men and women see a business with diverse leadership, and the opportunity to advance. And when a large share of your customers are women, when understanding their perspective is so important to your business, having women in leadership positions will help you serve these customers better and make you a more profitable and successful enterprise. In the year and a half since the pandemic began, life has changed in many ways, deeply impacting how we work and how we spend our time and money. The effects of these changes on the economy have been significant. So today, I would like to focus my discussion on how all of this has affected women in the labor market. Of course work has changed for nearly everyone in the labor force, but for women, the changes have arguably been greater during this time than any other since World War II. Back then, millions of women entered the workforce to step into roles historically reserved for men, and this time millions left the workforce to deal with school closures and other changes to home life caused by the pandemic. One question is how durable these changes may be. Therefore, today, I will also consider how these shifts may affect women's long-term financial prospects and will end with ideas about potential ways to make it easier for women to join or rejoin the workforce.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED93ks9A20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/bowman20211019a.htm\",\n            \"created_at\": \"2021-10-20T06:45:14.227730-04:00\"\n        },\n        {\n            \"id\": 55191,\n            \"title\": \"Cryptocurrency Broker quicktraderrushs.com Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment. The victim told DFPI he was scammed into transferring money to this supposedly Los Angeles-based company for investment purposes. The website claims Quick Trade Rush is a global investment company based in the Unites States that offers high income with low investment risk, including in cryptocurrency, and offers commissions for referrals to the site. The victim transferred money to the website, but instead of receiving profits from their investment, the victim was charged multiple fees. Quick Trade Rush is not licensed to offer investments in California.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA236C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-broker-quicktraderrushs-com-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.888877-04:00\"\n        },\n        {\n            \"id\": 55225,\n            \"title\": \"Commissioner Donelon Unveils Hurricane Ida Mediation Program to Resolve Claim Disputes\",\n            \"summary\": \"Policyholders at odds with their insurers over Hurricane Ida damage claims may now be able to resolve their disputes through a mediation program created by the Louisiana Department of Insurance. The Hurricane Ida Mediation Program begins this week and is open to all authorized property and casualty insurers and surplus lines insurers to facilitate disputes for personal lines residential insurance claims of up to $50,000. Participation in the Hurricane Ida program is voluntary for insurers and policyholders. The two mediation providers have agreed to provide the service for a flat fee of $600. The program is expected to run through June 30, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9077LA10520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Louisiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ldi.la.gov/news/press-releases/10.19.21-commissioner-donelon-unveils-hurricane-ida-mediation-program-to-resolve-claim-disputes\",\n            \"created_at\": \"2021-10-20T06:45:16.581832-04:00\"\n        },\n        {\n            \"id\": 55359,\n            \"title\": \"Senate Bill SB1964: Ski Hill Resources for Economic Development Act of 2021\",\n            \"summary\": \"Hearing scheduled on 10/21/2021. To amend the Omnibus Parks and Public Lands Management Act of 1996 to provide for the establishment of a Ski Area Fee Retention Account, and for other purposes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99US18231SB196421430dd20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/bill/117th-congress/senate-bill/1964/all-info\",\n            \"created_at\": \"2021-10-20T06:45:43.754168-04:00\"\n        },\n        {\n            \"id\": 55142,\n            \"title\": \"Senate Bill SB915: Capital Budget for Fiscal Year\",\n            \"summary\": \"Introduced on 10/18/2021. An Act providing for the capital budget for fiscal year 2021-2022; itemizing public improvement projects, furniture and equipment projects, transportation assistance, redevelopment assistance projects, flood control projects and Pennsylvania Fish and Boat Commission projects leased or assisted by the Department of General Services and other State agencies, together with their estimated financial costs; authorizing the incurring of debt without the approval of the electors for the purpose of financing the projects to be constructed, acquired or assisted by the Department of General Services and other State agencies; authorizing the use of current revenue for the purpose of financing the projects to be constructed, acquired or assisted by the Department of General Services and other State agencies stating the estimated useful life of the projects; and making appropriations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817SB91512620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=S&type=B&bn=915\",\n            \"created_at\": \"2021-10-19T06:45:52.527072-04:00\"\n        },\n        {\n            \"id\": 54932,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Related to the Market-Wide Circuit Breaker in Rule 11.16\",\n            \"summary\": \"On October 15, 2021, CBOE EDGA Exchange, Inc. (the “Exchange” or “EDGA”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the pilot related to the market-wide circuit breaker in Rule 11.16. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12568EDGA349336620211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE EDGA Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedga/2021/34-93366.pdf\",\n            \"created_at\": \"2021-10-19T06:45:21.174490-04:00\"\n        },\n        {\n            \"id\": 55017,\n            \"title\": \"Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order: Amyris, Inc.\",\n            \"summary\": \"In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. Solely for the purpose of these proceedings and any other proceedings brought by or on behalf of the Commission, or to which the Commission is a party, and without admitting or denying the findings herein, except as to the Commission’s jurisdiction over it and the subject matter of these proceedings, which are admitted, Respondent consents to the entry of this Order Instituting Cease-and-Desist Proceedings Pursuant To Section 21C Of The Securities Exchange Act Of 1934, Making Findings, And Imposing A Cease-And-Desist Order (“Order”), as set forth. On the basis of this order and Respondent’s Offer, the Commissio9n finds that: During the first two quarters of 2018, Amyris improperly recognized certain royalty revenues that rendered its financial statements materially inaccurate. Amyris failed to devise internal accounting controls to provide reasonable assurance that relevant information was communicated to its accounting staff so that transactions, including the estimation of royalty revenue could be recorded in accordance with U.S. generally accepted accounting principles (“GAAP”). As a consequence of Amyris’s control insufficiencies, it overstated its royalty revenues in the first two quarters of 2018, rendering the company’s financial statements materially inaccurate and leading to the Company’s restatement of its quarterly revenue results for the first three quarters of 2018. In view of the foregoing, the Commission deems it appropriate to impose the sanctions agreed to in Respondent Amyris’s Offer. Accordingly, it is hereby ordered that: Respondent cease and desist from committing or causing any violations and any future violations of Sections 13(a), 13(b)(2)(A), and 13(b)(2)(B) of the Exchange Act and Rules 13a-11 and 13a-13 thereunder. Respondent shall, within 10 days of the entry of this Order, pay a civil money penalty in the amount of $300,000 to the Securities and Exchange Commission for transfer to the general fund of the United States Treasury, subject to Exchange Act Section 21F(g)(3). If timely payment is not made, additional interest shall accrue pursuant to 31 U.S.C. §3717.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349334120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93341.pdf\",\n            \"created_at\": \"2021-10-19T06:45:30.299588-04:00\"\n        },\n        {\n            \"id\": 55010,\n            \"title\": \"Application for Order Enforcing Administrative Subpoenas and Authority in Support: Premier Global Corporation and Premier Factoring Group, LLC and Premier Factoring, LLC\",\n            \"summary\": \"The Oklahoma Department of Securities moves this Court for an order enforcing certain administrative subpoenas to the following entities: Premier Global Corporation, Premier Factoring, LLC; and Premier Factoring Group, LLC. Premier and PF Entities have raised millions of dollars from investors across the country including a large number who are residents of the state of Oklahoma. An issuer cannot be allowed to impede the regulatory functions and public policy behind the Act by refusing to comply with a validity issued, properly served subpoena that is directly relevant to the purposes of the Act. The Administrator requests that this Court issue and order enforcing compliance with the Subpoenas by requiring Defendants to produce the requested records directly related to the matter under investigation; enjoining Defendants from the offer and sale of securities until such time as they have complied with the Subpoenas; and imposing a civil penalty, in the amount of $250,000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1125OK819420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Oklahoma Department of Securities\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.securities.ok.gov/Enforcement/Orders/PDF/CJ-21-4397_AppEnforceAdminSubp_21-005.pdf\",\n            \"created_at\": \"2021-10-19T06:45:29.434853-04:00\"\n        },\n        {\n            \"id\": 54959,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc, on October 16, 2021, via web with the following details: consumer's state: FL; consumer's zip: 34746; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48163645920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816364\",\n            \"created_at\": \"2021-10-19T06:45:23.934371-04:00\"\n        },\n        {\n            \"id\": 55110,\n            \"title\": \"House of Representatives Bill H3233: Civil Asset Forfeiture Data Reporting (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. Relative to civil asset forfeiture data reporting. State Administration and Regulatory Oversight.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H32332672fa520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3233\",\n            \"created_at\": \"2021-10-19T06:45:49.172952-04:00\"\n        },\n        {\n            \"id\": 55050,\n            \"title\": \"Executive Communication to House Appropriations and 2 More Committees Committee\",\n            \"summary\": \"A letter from the Inspector General, Railroad Retirement Board, transmitting the Board's Office of Inspector General FY 2023 budget request, pursuant to 45 U.S.C. 231f(f) Aug. 29, 1935, ch. 812, section 7(f) (as amended by Public Law 93–445, section 416) (97 Stat. 436) jointly to the Committees on Appropriations, Transportation and Infrastructure, and Ways and Means.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR52EC245520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/2455?q=%7B%22search%22:%5B%22%22%5D%7D&s=6&r=2\",\n            \"created_at\": \"2021-10-19T06:45:33.867506-04:00\"\n        },\n        {\n            \"id\": 55061,\n            \"title\": \"Governor Newsom Announces Appointments 10.14.21\",\n            \"summary\": \"Governor Gavin Newsom today announced the following appointments: E. Joaquin Esquivel, 39, of Sacramento, has been appointed to the Colorado River Basin Salinity Control Advisory Council and the Colorado River Basin Salinity Control Forum; Jessica Neuwerth, 31, of Los Angeles, has been appointed to the Colorado River Basin Salinity Control Advisory Council and the Salinity Control Forum; Cindy Elias, 44, of San Francisco, has been appointed Special Counsel to the Labor Commissioner at the Department of Industrial Relations’ Office of the Labor Commissioner; Daniel Muallem, 60, of Rocklin, has been appointed Deputy Secretary and Chief Counsel at the California Department of Veteran Affairs; and Henry C. Hansel, 73, of Santa Rosa, has been reappointed to the California Consumer Motor Vehicle Recovery Corporation Board of Directors, where he has served since 2012 and has been an independent Director of Hennessy Advisors, Inc. since 2001.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6544120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/10/15/governor-newsom-announces-appointments-10-14-21/\",\n            \"created_at\": \"2021-10-19T06:45:35.360619-04:00\"\n        },\n        {\n            \"id\": 54982,\n            \"title\": \"Silver Lake Announces Strategic Investment in Euroclear Through Agreement with ICE to Acquire Intercontinental Exchange’s 9.85% Stake\",\n            \"summary\": \"Silver Lake, a global leader in technology investing, and Intercontinental Exchange (NYSE:ICE), a leading global provider of data, technology, and market infrastructure, today announced an agreement in which Silver Lake will make a long-term strategic investment in Euroclear Holding SA/NV by acquiring ICE’s 9.85% stake in the company’s share capital for EUR709 million. Euroclear is a leading Brussels, Belgium-based provider of post-trade security settlement, custody, collateral management, fund management and data services with €35.2 trillion of assets under custody and 284 million netted transactions settled in the 12 months ended June 2021. Euroclear is a vital European and global financial market infrastructure company, connecting more than 2,000 financial institutions in 50 different markets and settling transactions in 50 currencies. Silver Lake’s acquisition of ICE’s stake in Euroclear is subject to customary closing conditions and regulatory approval. Following Silver Lake’s investment, Silver Lake will request that a representative of Silver Lake join the Board of Euroclear Holding SA/NV.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE32320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/Silver-Lake-Announces-Strategic-Investment-in-Euroclear-through-Agreement-with-ICE-to-Acquire-Intercontinental-Exchanges-9.85-Stake/default.aspx\",\n            \"created_at\": \"2021-10-19T06:45:26.489699-04:00\"\n        },\n        {\n            \"id\": 55013,\n            \"title\": \"Notice of Hearing: Dock Fielder, Jr. and Jacqueline K. Fielder / the Farmers Fire Insurance Company\",\n            \"summary\": \"Pennsylvania Insurance Department will hold a virtual hearing In the Matter of Dock Fielder, Jr. and Jacqueline K. Fielder: The Farmers Fire Insurance Company (P21-09-015) ACT 205, on November 18, 2021 at 9:00AM.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6486PAP210901520211118\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Virtual Hearing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\",\n                    \"states\": [\n                        {\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.insurance.pa.gov/Regulations/Pages/Upcoming-Schedule.aspx\",\n            \"created_at\": \"2021-10-19T06:45:29.810052-04:00\"\n        },\n        {\n            \"id\": 55134,\n            \"title\": \"House of Representatives Bill HB1975: Licensure or Registration of Tattoo Artists\",\n            \"summary\": \"Introduced on 10/18/2021. An Act providing for the licensure or registration of tattoo artists, guest tattoo artists, tattoo establishments and temporary establishments; regulating the practice of tattooing; imposing fees; providing for inspections by Department of Health; and imposing administrative and criminal penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817HB197513420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=H&type=B&bn=1975\",\n            \"created_at\": \"2021-10-19T06:45:51.709260-04:00\"\n        },\n        {\n            \"id\": 55011,\n            \"title\": \"Permanent Administrative Order: 2022 Workers' Compensation Premium Assessment Rates\",\n            \"summary\": \"Rule 0020 sets the premium assessment rate to be levied against insurers, self-insured employers and self-insured employer groups. The assessment rate to be levied against insurers for Calendar Year 2022 will increase from 9.0 to 9.8 percent of direct earned premium and the direct earned premium self-insured employers and self-insured employer groups would pay if they were insured employers. This rule will be effective on January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR634881520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Permanent\",\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Department of Consumer and Business Services, Directors Office\",\n                    \"states\": [\n                        {\n                            \"name\": \"Oregon\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewReceiptPDF.action;JSESSIONID_OARD=XG6UJaLV9o8j0b-v1jeICaVYmfGyCNv1sXGq2Vh1lyAPZnlwyjkP!1684782157?filingRsn=48815\",\n            \"created_at\": \"2021-10-19T06:45:29.539039-04:00\"\n        },\n        {\n            \"id\": 55096,\n            \"title\": \"House of Representatives Bill H1129: Establishing a Financial Technology Task Force (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. Relative to the financial impact of financial technology operations and current bank charter regulations. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H112926455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H1129\",\n            \"created_at\": \"2021-10-19T06:45:47.746373-04:00\"\n        },\n        {\n            \"id\": 54972,\n            \"title\": \"Bill of Lading Data in International Trade Research with an Application to the COVID-19 Pandemic\",\n            \"summary\": \"We evaluate high-frequency bill of lading data for its suitability in international trade research. These data offer many advantages over both other publicly accessible official trade data and confidential datasets, but they also have clear drawbacks. We provide a comprehensive overview for potential researchers to understand these strengths and weaknesses as these data become more widely available. Drawing on the strengths of the data, we analyze three aspects of trade during the COVID- 19 pandemic. First, we show how the high-frequency data capture features of the within-month collapse of trade between the United States and India that are not observable in official monthly data. Second, we demonstrate how U.S. buyers shifted their purchases across suppliers over time during the recovery. And third, we show how the data can be used to measure vessel delivery bottlenecks in near real time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED210icCH20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/bill-of-lading-data-in-international-trade-research.htm\",\n            \"created_at\": \"2021-10-19T06:45:25.407582-04:00\"\n        },\n        {\n            \"id\": 54869,\n            \"title\": \"Governor Lamont Announces Online Sports Wagering, iCasino Opens Tuesday to All Adults 21 and Older in Connecticut\",\n            \"summary\": \"Governor Ned Lamont today announced that the Connecticut Department of Consumer Protection has authorized the full launch of online sports wagering and iCasino in Connecticut to begin at 6:00 a.m. ET on Tuesday, October 19, 2021. The Connecticut Lottery Corporation, the Mohegan Tribe, and the Mashantucket Pequot Tribe may begin offering online wagering to all adults of legal betting age through their online gaming operating partners, which include Rush Street Interactive, FanDuel, and DraftKings, respectively. Both tribes may also offer iCasino. More than 130 games have been approved by the Department of Consumer Protection for both the FanDuel and DraftKings apps. The statewide launch of sports betting and iCasino follows the completion of a successful seven-day soft launch that began October 12. FanDuel, DraftKings, and Rush Street Interactive may begin establishing patron accounts for all adults 21 and older at 6:00 a.m. ET Tuesday.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT11314820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Connecticut\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/10-2021/Governor-Lamont-Announces-Online-Sports-Wagering-iCasino-Opens-Tuesday\",\n            \"created_at\": \"2021-10-19T06:45:08.982435-04:00\"\n        },\n        {\n            \"id\": 54970,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Kansas City: 1. Community Bancshares, Inc., Seneca, Kansas; through the merger of its subsidiary, CBI Acquisition Corporation, Seneca, Kansas; with and into BOTS, Inc., to indirectly acquire VisionBank, both of Topeka, Kansas. B. Federal Reserve Bank of Chicago: 1. Van Diest Investment Company, Webster City, Iowa; to acquire NorthStar Bank, Estherville, Iowa.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22666\",\n            \"regalytics_alert_id\": \"1891FR20212266620211018\",\n            \"proposed_comments_due_date\": \"2021-11-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22666/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-10-19T06:45:25.174645-04:00\"\n        },\n        {\n            \"id\": 54934,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Related to the Market-Wide Circuit Breaker in Rule 11.16\",\n            \"summary\": \"On October 14, 2021, CBOE EDGX Exchange, Inc. (the “Exchange” or “EDGX”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the pilot related to the market-wide circuit breaker in Rule 11.16. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125EDGX349335320211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE EDGX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedgx/2021/34-93353.pdf\",\n            \"created_at\": \"2021-10-19T06:45:21.378386-04:00\"\n        },\n        {\n            \"id\": 54971,\n            \"title\": \"Change in Bank Control Notices, Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) and § 225.41 of the Board's Regulation Y to acquire shares of a bank or bank holding company. The factors that are considered in acting on the applications are set forth in paragraph 7 of the Act. A. Federal Reserve Bank of Chicago: 1. The Foy 2021 Spousal Trust, Milwaukee, Wisconsin, Lori J. Foy, Cedarburg, Wisconsin, and Peter J. Wilder, Pewaukee, Wisconsin, as co-trustees; and the Foy Dynasty Trust, Milwaukee, Wisconsin, Peter J. Wilder, as trustee; to join the Foy/Lukas Family Control Group, a group acting in concert, to acquire voting shares of Community Bancshares of Wisconsin, Inc., and thereby indirectly acquire voting shares of Cornerstone Community Bank, both of Grafton, Wisconsin.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22671\",\n            \"regalytics_alert_id\": \"1891FR20212267120211018\",\n            \"proposed_comments_due_date\": \"2021-11-02\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22671/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-10-19T06:45:25.305070-04:00\"\n        },\n        {\n            \"id\": 54936,\n            \"title\": \"Report on Referendum C Revenue and Spending FY 2005-06 Through FY 2021-22\",\n            \"summary\": \"This report contains the final audited figures for state revenue retained under Referendum C in the 2005‑06 through 2019‑20 state fiscal years and preliminary numbers for the 2020‑21 and 2021‑22 state fiscal years. It also reflects the actions of the General Assembly and Governor in spending the retained money. This report is prepared in accordance with the requirements of Referendum C, which was approved by voters in 2005.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO181120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/report-referendum-c-revenue-and-spending-fy-2005-06-through-fy-2021-22\",\n            \"created_at\": \"2021-10-19T06:45:21.584955-04:00\"\n        },\n        {\n            \"id\": 54966,\n            \"title\": \"Paperwork Reduction Act Approvals: Domestic Branch Application\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) invites comment on a proposal to extend for three years, without revision, the Domestic Branch Application. The Federal Reserve Act and the Board’s Regulation H require an SMB to seek prior approval of the Federal Reserve System before establishing or acquiring a domestic branch. Such requests for approval must be filed as applications at the appropriate Reserve Bank for the SMB. Due to the limited information that an SMB generally has to provide for branch proposals, there is no reporting form for a domestic branch application. An SMB is required to notify the Federal Reserve by letter of its intent to establish one or more new branches and provide evidence that public notice of the proposed branch(es) has been published by the SMB in the appropriate newspaper(s). The Federal Reserve uses the information provided to fulfill its statutory obligation to review branch applications before acting on the proposals and to otherwise supervise SMBs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22590\",\n            \"regalytics_alert_id\": \"1891FR20212259020211018\",\n            \"proposed_comments_due_date\": \"2021-12-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22590/proposed-agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-10-19T06:45:24.666304-04:00\"\n        },\n        {\n            \"id\": 54863,\n            \"title\": \"Arizona Corporation Commission Is First U.S. Securities Regulator to Launch Investor Education Website Entirely in Spanish\",\n            \"summary\": \"In honor of National Hispanic Heritage Month, the Arizona Corporation Commission’s Securities Division is pleased to unveil its new investor education website in Spanish. The mission of this new website is to help raise awareness about wise investing and investment fraud prevention within the Spanish-speaking community, and is the first investor education website entirely in Spanish among state, federal and non-governmental securities regulators in the U.S. Besides fraud prevention information, the new website has investor resources for different demographics such as seniors, adults and families, pre-retirees and the sandwich generation (SanGEN). Additionally, there is section on the latest news and Investor Alerts as well frequently asked questions (FAQs).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ12216920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Corporation Commission, Securities Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/10/15/arizona-corporation-commission-is-first-u.s.-securities-regulator-to-launch-investor-education-website-entirely-in-spanish\",\n            \"created_at\": \"2021-10-19T06:45:08.341698-04:00\"\n        },\n        {\n            \"id\": 54938,\n            \"title\": \"Henderson v. the Source for Public Data, L.P., et al (Federal Circuit Court)\",\n            \"summary\": \"The Bureau, the Federal Trade Commission, and the North Carolina Department of Justice jointly filed an amicus brief with the U.S. Court of Appeals for the Fourth Circuit arguing that Section 230 of the Communications Decency Act does not bar a private plaintiff's claims under the Fair Credit Reporting Act.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19072CFPB52HE10320211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Amicus Brief\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/compliance/amicus/\",\n            \"created_at\": \"2021-10-19T06:45:21.791628-04:00\"\n        },\n        {\n            \"id\": 54997,\n            \"title\": \"Consent Agreement: Williams Wealth Management, LLC and Jeffrey Williams\",\n            \"summary\": \"This matter arose from a complaint and an investigation conducted by the Bureau starting in March 2020. The complaint was related to Williams Wealth Management, LLC (WWM)'s handling of a client account, (hereinafter Investor #1) when Investor #1 was in declining health with a diagnosis of dementia and impaired mental capacity. Starting in December 2019 and extending to March 2020 when the account was transferred out of WWM, Investor #1 's Power of Attorney (hereinafter \\\"POA'') was trying to intervene and trying to facilitate transfer of account authority and information to himself, however, Investor #1 was resisting the POA, and therefore, Jeffrey Williams (JW) also resisted the POA and refused to abide by the wishes of the POA claiming that Investor #1 was of sound mind and that the POA was not in effect and JW continued to trade the account without authority of the POA and refused to transfer authority and information to the POA. An investment adviser is a fiduciary and required to act in the best interest of his clients. JW is not a mental health professional and not a legal professional and his decision to interfere with the POA was not in keeping with the best interest of Investor #1 because his decision to do so was not based on an informed judgement. In view of the foregoing, the Respondents agree to the following undertakings and sanctions: Respondents agree that that they have voluntarily consented to the entry of this Consent Agreement and represents and avers that no employee or representative of the Bureau has made any promise, representation or threat to induce their execution; Respondents agree to pay costs in the amount of $5,000; Respondents agree to cease and desist from violations of RSA 421-B.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19286NH103WIL001420450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire Secretary of State, Bureau of Securities Regulation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://sos.nh.gov/media/dhfew1zb/enforceord_com2020-00014.pdf\",\n            \"created_at\": \"2021-10-19T06:45:28.047018-04:00\"\n        },\n        {\n            \"id\": 55019,\n            \"title\": \"Order Instituting Administrative Proceedings: Clifton Curtis Sneed, Jr\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it appropriate and in the public interest that public administrative proceedings be, and hereby are, instituted against Clifton Curtis Sneed, Jr. (“Respondent” or “Sneed”). The Commission’s Complaint alleged that, from approximately November 2014 to December 2019, Sneed defrauded numerous clients—often targeting members of churches—while acting as an investment adviser. Sneed held himself out as an investment expert who could help investors earn outsized returns and achieve financial independence if they became members of his sole proprietorship, The Trade Group (“TTG”). Clients paid Sneed an upfront fee to join TTG, and Sneed engaged in the business of advising them on investing in securities and other investments. But the Complaint alleged that TTG was a scam. Sneed lied about his certifications, actively concealed that he had been the subject of multiple regulatory and criminal actions for securities violations, and misrepresented the size and scope of TTG. Sneed also falsely claimed that his investment recommendations were guaranteed and would quickly generate huge profits. Sneed made these recommendations without disclosing to his clients—the TTG members—that he was being paid or credited commissions on the investments he recommended, which violated the fiduciary duties he owed to his clients. It is ordered then that a public hearing before the Commission for the purpose of taking evidence; Respondent shall file an Answer to the allegations contained in this Order within 20 days after service of this Order; the Division of Enforcement and Respondent shall conduct a prehearing conference\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA588820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5888.pdf\",\n            \"created_at\": \"2021-10-19T06:45:30.510078-04:00\"\n        },\n        {\n            \"id\": 54941,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc, on October 16, 2021, via web with the following details: consumer’s state: CA; consumer's zip: 92009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: difficulty submitting a dispute or getting information about a dispute over the phone; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162345920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816234\",\n            \"created_at\": \"2021-10-19T06:45:22.103074-04:00\"\n        },\n        {\n            \"id\": 54940,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc on October 16, 2021, via web with the following details: consumer’s state: CA; consumer's zip: 92009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: difficulty submitting a dispute or getting information about a dispute over the phone; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162335920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816233\",\n            \"created_at\": \"2021-10-19T06:45:21.997748-04:00\"\n        },\n        {\n            \"id\": 54967,\n            \"title\": \"Paperwork Reduction Act Approvals: Basel II Interagency Pillar 2 Supervisory Guidance\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) is adopting a proposal to extend for three years, without revision, the Basel II Interagency Pillar 2 Supervisory Guidance. The Pillar 2 Guidance is intended to assist banking organizations that are subject to the Basel II advanced approaches capital adequacy framework (advanced approaches framework) in applying that framework. Advanced approaches banking organizations are required to use an internal ratings-based approach to calculate regulatory credit risk capital requirements and advanced measurement approaches to calculate regulatory operational risk capital requirements. Banking organizations are required to meet certain qualification requirements before they can use the advanced approaches framework for risk-based capital purposes. The Pillar 2 Guidance sets the expectation that such organizations maintain certain documentation as described in paragraphs 37, 41, 43, and 46 of this portion of the guidance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22591\",\n            \"regalytics_alert_id\": \"1891FR20212259120211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22591/agency-information-collection-activities-announcement-of-board-approval-under-delegated-authority\",\n            \"created_at\": \"2021-10-19T06:45:24.768863-04:00\"\n        },\n        {\n            \"id\": 54865,\n            \"title\": \"State Releases Draft California Climate Adaptation Strategy\",\n            \"summary\": \"On the heels of Governor Newsom’s historic $15 billion climate investment, the state today released a draft of the 2021 California Climate Adaptation Strategy to continue the state’s work to confront the climate crisis head-on. The draft strategy is designed to accelerate climate adaptation action across regions and sectors in California; identify how key state agency actions fit together to achieve these priorities; and build on the successes and lessons learned since the first climate adaptation strategy in 2009. The final strategy will be released as a website that serves as a hub for state climate resilience action. Public review and comment on the draft 2021 California Climate Adaptation Strategy is welcome through November 17. This phase also includes a webinar October 22 from 11 a.m. to 12 p.m. for staff to walk through the draft strategy three regional public comment workshops, and two tribal listening sessions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"260CA5911720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Natural Resources Agency\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://resources.ca.gov/Newsroom/Page-Content/News-List/Adapting-to-a-Changing-Climate-State-Asks-for-Public-Comment\",\n            \"created_at\": \"2021-10-19T06:45:08.559910-04:00\"\n        },\n        {\n            \"id\": 54885,\n            \"title\": \"Title 19, Part 2 Chapter 18: Suitability in Annuity Transactions Model Regulation\",\n            \"summary\": \"The purpose of this regulation is adopt NAIC amendments to the Suitability In Annuity Transactions Model Regulation. An administrative filing has been made to amend the existing rule and the proposed final effective date is January 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16048MS2591220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Mississippi Insurance Department\",\n                    \"states\": [\n                        {\n                            \"name\": \"Mississippi\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.ms.gov/adminsearch/ACProposed/00025912a.pdf#\",\n            \"created_at\": \"2021-10-19T06:45:11.967229-04:00\"\n        },\n        {\n            \"id\": 54922,\n            \"title\": \"Attorney General Bonta Reminds Californians It Is Not Too Late to Take Advantage of the Federal Child Tax Credit\",\n            \"summary\": \"California Attorney General Rob Bonta today issued a consumer alert reminding Californians that it is not too late to sign up to receive federal Child Tax Credit payments “Our families have faced countless setbacks and financial distress as a direct result of COVID-19. While hard-working parents continue to navigate the challenges of this time, it is critical that they utilize the federal Child Tax Credit,” said Attorney General Bonta. “If you are not yet receiving monthly Child Tax Credit payments, it is not too late to take advantage of this monetary relief. California’s families deserve all the help they can get during this difficult time, and I urge anyone who qualifies to apply now.” If you are a qualifying family that filed tax returns for 2019 or 2020, or who used the Non-Filer tool last year to receive a stimulus check from the Internal Revenue Service (IRS), you will receive the monthly Child Tax Credit payments automatically.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54650120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-reminds-californians-it-not-too-late-take-advantage\",\n            \"created_at\": \"2021-10-19T06:45:20.114018-04:00\"\n        },\n        {\n            \"id\": 54960,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc, on October 16, 2021, via web with the following details: consumer's state: FL; consumer's zip: 34746; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48163665920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816366\",\n            \"created_at\": \"2021-10-19T06:45:24.039078-04:00\"\n        },\n        {\n            \"id\": 54859,\n            \"title\": \"International President John Costa Elected an At-Large Member of the Democratic National Committee\",\n            \"summary\": \"For his leadership in the labor movement, expertise in the transportation industry, and political activism, ATU International President John Costa has been elected an At-Large Member of the Democratic National Committee. Costa joined a slate of 75 Mayors, state and municipal elected officials, labor union leaders, advocacy leaders, community activists, and others nominated by DNC Chair Jaime Harrison.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19958ATU10413720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Amalgamated Transit Union\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.atu.org/media/releases/international-president-john-costa-elected-an-at-large-member-of-the-democratic-national-committee-dnc\",\n            \"created_at\": \"2021-10-19T06:45:07.139994-04:00\"\n        },\n        {\n            \"id\": 54998,\n            \"title\": \"Superintendent Lacewell Announces Grant of Dfs Trust Charter to Bitgo to Engage in New York’s Growing Virtual Currency Market | Department of Financial Services\",\n            \"summary\": \"This matter arose from a complaint and an investigation conducted by the Bureau starting in March 2020. The complaint was related to Williams Wealth Management, LLC (WWM)'s handling of a client account, (hereinafter Investor #1) when Investor #1 was in declining health with a diagnosis of dementia and impaired mental capacity. Starting in December 2019 and extending to March 2020 when the account was transferred out of WWM, Investor #1 's Power of Attorney (hereinafter \\\"POA'') was trying to intervene and trying to facilitate transfer of account authority and information to himself, however, Investor #1 was resisting the POA, and therefore, Jeffrey Williams (JW) also resisted the POA and refused to abide by the wishes of the POA claiming that Investor #1 was of sound mind and that the POA was not in effect and JW continued to trade the account without authority of the POA and refused to transfer authority and information to the POA. An investment adviser is a fiduciary and required to act in the best interest of his clients. JW is not a mental health professional and not a legal professional and his decision to interfere with the POA was not in keeping with the best interest of Investor #1 because his decision to do so was not based on an informed judgement. In view of the foregoing, the Respondents agree to the following undertakings and sanctions: Respondents agree that that they have voluntarily consented to the entry of this Consent Agreement and represents and avers that no employee or representative of the Bureau has made any promise, representation or threat to induce their execution; Respondents agree to pay costs in the amount of $5,000; Respondents agree to cease and desist from violations of RSA 421-B.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9171NY11033520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Department of Financial Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dfs.ny.gov/reports_and_publications/press_releases/pr202110141\",\n            \"created_at\": \"2021-10-19T06:45:28.160298-04:00\"\n        },\n        {\n            \"id\": 55003,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Current Pilot Program Related to Rule 7.10E\",\n            \"summary\": \"On October 5, 2021, NYSE American LLC (“NYSE American” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to extend the current pilot program related to Rule 7.10E (Clearly Erroneous Executions) to the close of business on April 20, 2022. The purpose of the proposed rule change is to extend the current pilot program related to Rule 7.10E (Clearly Erroneous Executions) to the close of business on April 20, 2022. The pilot program is currently due to expire on October 20, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12581NYSEAM349335620211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE American LLC\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyseamer/2021/34-93356.pdf\",\n            \"created_at\": \"2021-10-19T06:45:28.689587-04:00\"\n        },\n        {\n            \"id\": 55026,\n            \"title\": \"Publication of the Minnesota State Register (Volume 46, Issue 16)\",\n            \"summary\": \"This is the weekly publication of the Minnesota State Register from Monday October 18, 2021. The publication includes the following rules amendments and additions on proposed rulesfrom the Minnesota Department of Veterans Affairs; Department of Employment and Economic Development; Legislative Coordinating Commission; and Metropolitan Airports Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15280MN10820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"State Register\",\n            \"agencies\": [\n                {\n                    \"name\": \"State of Minnesota’s Executive Branch\",\n                    \"states\": [\n                        {\n                            \"name\": \"Minnesota\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/admin/assets/SR46_16 - Accessible_tcm36-502923.pdf\",\n            \"created_at\": \"2021-10-19T06:45:31.252410-04:00\"\n        },\n        {\n            \"id\": 54884,\n            \"title\": \"Governor Hogan Statement on the Retirement of State Treasurer Nancy Kopp\",\n            \"summary\": \"Governor Larry Hogan today issued the following statement regarding the retirement of Maryland State Treasurer Nancy K. Kopp: “It is difficult to imagine chairing a Board of Public Works meeting without Nancy Kopp. With the second-longest tenure of any treasurer in state history, Nancy will leave an incredible legacy of strong financial stewardship, which has helped assure our coveted AAA bond rating year after year. We have enjoyed a very cordial relationship, and I have always admired her commitment to the people of Maryland. On behalf of all Marylanders, I want to express my profound gratitude to Nancy Kopp for her decades of distinguished service and wish her well in retirement.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD30531020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Maryland\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.maryland.gov/2021/10/18/governor-hogan-statement-on-the-retirement-of-state-treasurer-nancy-kopp/\",\n            \"created_at\": \"2021-10-19T06:45:11.859682-04:00\"\n        },\n        {\n            \"id\": 54935,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend its Fees Schedule with Respect to its Lead Market-Maker Incentive Programs\",\n            \"summary\": \"On October 7, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to amend its Fees Schedule with respect to its Lead Market-Maker (“LMM”) Incentive Programs. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. The Exchange proposes to amend its Fees Schedule to amend the Global Trading Hours (“GTH”) CBOE Volatility Index (“VIX”) options and VIX Weekly (VIXW) options LMM Incentive Program and the GTH S&P 500 Index (“SPX”) options and SPX Weekly (“SPXW”) options LMM Incentive Program. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349334820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-93348.pdf\",\n            \"created_at\": \"2021-10-19T06:45:21.481989-04:00\"\n        },\n        {\n            \"id\": 54989,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On October 7, 2021, MIAX Emerald, LLC (“MIAX Emerald” or “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to amend the Exchange’s Fee Schedule (“Fee Schedule”) to adjust the Options Regulatory Fee (“ORF”). Currently, the Exchange assesses ORF in the amount of $0.00060 per contract side. The Exchange proposes to increase the amount of ORF from $0.00060 per contract side to $0.0016 per contract side. The Exchange initially filed this proposal on July 30, 2021 (SR-EMERALD-2021-24) and withdrew such filing on August 12, 2021. The Exchange refiled this proposal on August 12, 2021 (SR-EMERALD-2021-27) and withdrew such filing on October 7, 2021. The Exchange proposes to implement this fee change effective October 7, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3020MIAX349336720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX Emerald, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/emerald/2021/34-93367.pdf\",\n            \"created_at\": \"2021-10-19T06:45:27.217806-04:00\"\n        },\n        {\n            \"id\": 55116,\n            \"title\": \"House of Representatives Bill H3819: Diversification of Risk (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. Relative to the Massachusetts Credit Union Share Insurance Corporation. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H381926455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3819\",\n            \"created_at\": \"2021-10-19T06:45:49.783154-04:00\"\n        },\n        {\n            \"id\": 54965,\n            \"title\": \"Paperwork Reduction Act Approvals: Report of Institution-to-Aggregate Granular Data on Assets and Liabilities on an Immediate Counterparty Basis\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System invites comment on a proposal to extend for three years, without revision, the Report of Institution-to-Aggregate Granular Data on Assets and Liabilities on an Immediate Counterparty Basis. The FR 2510 collects granular exposure data on the assets, liabilities, and off-balance sheet holdings of G-SIBs, providing breakdowns by country, instrument, currency, maturity, sector, and other factors, and also collects country exposure data on an immediate counterparty basis and detailed information on firms’ derivatives exposures. The information collected by the FR 2510 supports the Board’s supervision of U.S. G-SIBs by allowing for a more complete balance sheet analysis of these firms, and allows the Board to more closely monitor the systemic impacts of such firms’ activities and investments. Legal authorization and confidentiality: The FR 2510 is authorized by section 5 of the Bank Holding Company Act (BHC Act). Section 5 of the BHC Act authorizes the Board to require a bank holding company and any subsidiary of such company to submit reports under oath to keep the Board informed as to its financial condition, systems for monitoring and controlling financial and operating risks, and transactions with depository institution subsidiaries of the bank holding company.1 The FR 2510 is mandatory for U.S. G-SIBs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22589\",\n            \"regalytics_alert_id\": \"1891FR20212258920211018\",\n            \"proposed_comments_due_date\": \"2021-12-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22589/proposed-agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-10-19T06:45:24.564479-04:00\"\n        },\n        {\n            \"id\": 54956,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, inc, on October 16, 2021, via web with the following details: consumer's state: FL; consumer's zip: 34237; product: debt collection; sub-product: auto debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48163105920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816310\",\n            \"created_at\": \"2021-10-19T06:45:23.632017-04:00\"\n        },\n        {\n            \"id\": 54874,\n            \"title\": \"FTC Issues Annual Report to Congress on Protecting Older Adults\",\n            \"summary\": \"The Federal Trade Commission has issued its latest report to Congress on protecting older adults, which highlights updated findings from the Commission’s fraud reports showing trends in how older adults report being affected by fraud. The report, Protecting Older Consumers, 2020-2021, A Report of the Federal Trade Commission, also includes information on the FTC’s efforts to protect older consumers through law enforcement actions and outreach and education programs. This year’s report calls particular attention to the Commission’s work to combat scams related to the COVID-19 pandemic. Reports of online shopping fraud increased sharply among adults aged 60 and higher in the second quarter of 2020 as online marketers failed to deliver masks and other scarce items needed during the COVID-19 pandemic. The most frequent type of fraud reported by older adults was online shopping scams. Overall, reports of losses to online shopping fraud by older adults more than doubled in 2020, and the numbers continued to be far higher than pre-pandemic levels in the first half of 2021. In addition, the report notes that older adults reported losing about $139 million to romance scams the highest total reported loss of any scam category, and a sharp increase from $84 million in 2019.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC63159768620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Trade Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/10/ftc-issues-annual-report-congress-protecting-older-adults\",\n            \"created_at\": \"2021-10-19T06:45:09.767309-04:00\"\n        },\n        {\n            \"id\": 54942,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc on October 16, 2021, via web with the following details: consumer’s state: FL; consumer's zip: 32958; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162375920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816237\",\n            \"created_at\": \"2021-10-19T06:45:22.205525-04:00\"\n        },\n        {\n            \"id\": 55009,\n            \"title\": \"Notice of Hearing on Objection and Motion to Strike: HydroEnergy Revolution, LLC and Travis, Stacey Wayne\",\n            \"summary\": \"The Oklahoma Department of Securities ex rel. Melanie Hall, Administrator, hereby objects to unattributed and unsubstantiated claims and statements submitted to the Court in the two responses to the plaintiffs Motion for Summary Judgment (\\\"MSJ\\\") filed by defendant Stacy Wayne Travis (\\\"Defendant\\\") on the grounds that such statements are insufficient to support opposition to the MSJ and include inadmissible hearsay. As pled by the plaintiff, a party opposing summary judgment must file \\\"acceptable evidentiary material\\\" justifying its opposition to summary judgment and \\\"an opposing party may not rely merely on allegations or denials in its own pleading; rather, its response must, by affidavits or as otherwise provided in this rule, set out specific facts showing a genuine issue for trial.\\\" Defendant did not attach an affidavit, letter, business record or any other material regarding numerous alleged claims and statements made by unknown declarants, the plaintiff or the undersigned showing a reasonable probability, something beyond the mere contention, that they would be able to produce competent, admissible evidence at the time of trial. Defendant filed his Response One significantly over the twenty-page limit imposed by District Rule 37. Response One was approximately 57 pages in length - more than twice the limit. Response Two was not authorized, by statute, rule or judicial or der, to be filed by Defendant. Therefore, Response One and Response Two must be stricken. In the alternative, pages 21- 57 of Response One must be stricken along with any reasonably derived substantive arguments made on behalf of the entity defendants therein along with the entirety of Response Two. Defendant has only provided bald contentions and self-serving statements, some containing inadmissible hearsay. Pleadings filed by a party must be authorized and conform with the Court's rules. Materials submitted in opposition of summary judgment must be acceptable and admissible evidence at trial or convertible into admissible evidence at trial.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1125OK889720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Oklahoma Department of Securities\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.securities.ok.gov/Enforcement/Orders/PDF/CJ-18-3766_ObJ & Motion to Strike_15-018.pdf\",\n            \"created_at\": \"2021-10-19T06:45:29.332041-04:00\"\n        },\n        {\n            \"id\": 54983,\n            \"title\": \"Governor Beshear Awards Nearly $3 Million to Bullitt County Water and Sewer Utilities Through Better Kentucky Plan Cleaner Water Program\",\n            \"summary\": \"Today, Governor Andy Beshear awarded nearly $3 million to four water utilities in Bullitt County to deliver clean drinking water and improved sewer and water systems from the Better Kentucky Plan’s $250 million Cleaner Water Program. The program is estimated to create approximately 3,800 jobs across the state. Awards were presented to the Bullitt County Sanitation District, the City of Lebanon Junction, Louisville Water Company and North Nelson Water District. The five projects range from water line extensions to constructing a new pump station. Funded by the American Rescue Plan Act and administered by the Kentucky Infrastructure Authority (KIA), $250 million was appropriated at the close of the 2021 General Assembly through a bi-partisan agreement for clean drinking water and wastewater grants to fund projects across Kentucky. The Kentucky Regional Planning and Development Agency submitted the funding requests for all projects to the KIA. The nearly $3 million funding award will be directed to the following four recipients and uses Bullitt County’s entire county allocation from the Cleaner Water Program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY13200020211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Kentucky\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=1000\",\n            \"created_at\": \"2021-10-19T06:45:26.590249-04:00\"\n        },\n        {\n            \"id\": 55141,\n            \"title\": \"Senate Bill SB906: Entertainment Production Tax Credit\",\n            \"summary\": \"Introduced on 10/18/2021. An Act amending the act of March 4, 1971 (P.L.6, No.2), known as the Tax Reform Code of 1971, in entertainment production tax credit, further providing for definitions, for credit for qualified film production expenses, for carryover, carryback and assignment of credit, for limitations, for reissuance of film production tax credits and for pass-through entity. An act relating to tax reform and State taxation by codifying and enumerating certain subjects of taxation and imposing taxes thereon; providing procedures for the payment, collection, administration and enforcement thereof; providing for tax credits in certain cases; conferring powers and imposing duties upon the Department of Revenue, certain employers, fiduciaries, individuals, persons, corporations and other entities; prescribing crimes, offenses and penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817SB90611920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=S&type=B&bn=906\",\n            \"created_at\": \"2021-10-19T06:45:52.422582-04:00\"\n        },\n        {\n            \"id\": 54984,\n            \"title\": \"Monthly Publication of the Louisiana Register (2021-10-20)\",\n            \"summary\": \"This notice announces the monthly publication of the Louisiana State Register and includes, amongst other topics, Executive Orders, Emergency Rules, about Agriculture and Forestry; Health; Insurance; Revenue; Wildlife and Fisheries; Education; and Treasury. The publication date for this issue of the Louisiana Register is October 20, 2021. The Office of the State Register is the official state entity for all certified copies of the Louisiana Register and the content contained herein.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4077LAx/2120211020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"State Register\",\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Division of Administration\",\n                    \"states\": [\n                        {\n                            \"name\": \"Louisiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.doa.la.gov/media/4qjjkzvx/2110.pdf\",\n            \"created_at\": \"2021-10-19T06:45:26.695363-04:00\"\n        },\n        {\n            \"id\": 54930,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Rule Regarding the Allowance of Off-Exchange Transactions by a Member Acting as Agent Otherwise than on BZX in Accordance with Rule 19c-1 Under the Securities Exchange Act of 1934\",\n            \"summary\": \"On September 29, 2021, CBOE BZX Exchange, Inc. (the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to adopt a rule regarding the allowance of off-exchange transactions by a Member acting as agent otherwise than on BZX in accordance with Rule 19c-1 under the Securities Exchange Act of 1934 (the “Act”). The Exchange proposes to adopt a rule regarding off-exchange transactions by a Member acting as agent. Rule 19c-1 and Rule 19c-3 under the Act [6] describe rule provisions that each national securities exchange must include in its Rules regarding the ability of members to engage in transactions off an exchange. While the Exchange already incorporates the required provision in Rule 19c-3 under the Act into Rule 13.6, and its stated policies and practices are consistent with these provisions of the Act, the Exchange Rules do not currently include the provisions in Rule 19c-1 under the Act. Therefore, the proposed rule change adopts this provision in new Rule 13.6(a) [7] in accordance with Rule 19c-1 under the Act. Specifically, proposed Rule 13.6(a) (in accordance with Rule 19c-1 under the Act) provides that no rule, stated policy, or practice of this Exchange shall prohibit or condition, or be construed to prohibit or condition, or otherwise limit, directly or indirectly, the ability of any Member acting as agent to effect any transaction otherwise than on this Exchange with another person (except when such Member also is acting as agent for such other person in such transaction) in any equity security listed on this Exchange or to which unlisted trading privileges on this Exchange have been extended. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22576\",\n            \"regalytics_alert_id\": \"1891FR20212257620211018\",\n            \"proposed_comments_due_date\": \"2021-11-08\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22576/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-19T06:45:20.968758-04:00\"\n        },\n        {\n            \"id\": 55018,\n            \"title\": \"Order Instituting Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: Kimberly L. Sredich\",\n            \"summary\": \"In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. Solely for the purpose of these proceedings and any other proceedings brought by or on behalf of the Commission, or to which the Commission is a party, Respondent admits the Commission’s jurisdiction over her and the subject matter of these proceedings, and the findings contained in paragraphs III.2 and 4 below, and consents to the entry of this Order Instituting Administrative Proceedings Pursuant to Section 15(b) of the Securities Exchange Act of 1934, Making Findings, and Imposing Remedial Sanctions (“Order”), as set forth. On the basis of this Order and Respondent’s Offer, the Commission finds that: Kimberly Sredich is 45 years old and is a resident of Burton, Michigan. Sredich was employed as a sales assistant at a registered broker-dealer firm. She was terminated on July 6, 2018. The Commission’s complaint alleged that, in connection with the sale of securities, Sredich misappropriated funds from at least 15 customer brokerage accounts. Most of the brokerage account holders she targeted were elderly people, ranging from 67 to 91 years old. The counts of the criminal information to which Sredich pled guilty alleged, inter alia, that Sredich obtained money from customer brokerage accounts through fraudulent means, by means of wire and mail fraud and money laundering. n view of the foregoing, the Commission deems it appropriate and in the public interest to impose the sanctions agreed to in Respondent’s Offer. Accordingly, it is hereby ORDERED pursuant to Section 15(b)(6) of the Exchange Act, that Respondent be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization; and Pursuant to Section 15(b)(6) of the Exchange Act Respondent be, and hereby is barred from participating in any offering of a penny stock, including: acting as a promoter, finder, consultant, agent or other person who engages in activities with a broker, dealer or issuer for purposes of the issuance or trading in any penny stock, or inducing or attempting to induce the purchase or sale of any penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349335120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93351.pdf\",\n            \"created_at\": \"2021-10-19T06:45:30.403820-04:00\"\n        },\n        {\n            \"id\": 55021,\n            \"title\": \"SEC Order Determining Whistleblower Award Claim\",\n            \"summary\": \"The Claims Review Staff (“CRS”) issued a Preliminary Determination recommending that REDACTED (Claimant) receive a whistleblower award of approximately $400,000, which is equal to REDACTED percent (%) of the monetary sanctions collected in the REDACTED Covered Action (Covered Action). Claimant provided written notice, through counsel, that Claimant did not contest the preliminary Determination. The recommendation of the CRS is adopted. The record demonstrates that Claimant voluntarily provided original information to the Commission that led to the successful enforcement of the Covered Action. Accordingly, it is hereby ordered that Claimant shall receive an award of REDACTED percent (%) of the monetary sanctions collected, or to be collected, in the Covered Action.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349337020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-93370.pdf\",\n            \"created_at\": \"2021-10-19T06:45:30.716858-04:00\"\n        },\n        {\n            \"id\": 55143,\n            \"title\": \"House of Representatives Bill HB1641: Tennessee Residential Lending, Brokerage and Servicing Act\",\n            \"summary\": \"Introduced on 10/18/2021. An act to amend Tennessee Code Annotated, Title 45, Chapter 13, relative to the Tennessee Residential Lending, Brokerage and Servicing Act. Mortgages - as introduced, requires the sponsoring mortgage lender or mortgage loan broker to ensure that each application for a residential mortgage loan contains the Nationwide Mortgage Licensing System and Registry number, instead of the license number or a unique identifier, of the applicable mortgage lender, mortgage loan broker, and mortgage loan originator.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99TN1777HB164112220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://wapp.capitol.tn.gov/apps/Billinfo/default.aspx?BillNumber=HB1641&ga=112\",\n            \"created_at\": \"2021-10-19T06:45:52.628419-04:00\"\n        },\n        {\n            \"id\": 55023,\n            \"title\": \"Privacy Act, Matching Program\",\n            \"summary\": \"This notice announces a new matching program with the State or local law enforcement agency or jurisdiction (Source Jurisdiction). Under this matching program, SSA will conduct a matching program with Source Jurisdiction in accordance with the Privacy Act of 1974, as amended by the Computer Matching and Privacy Protection Act of 1988, and the regulations and guidance promulgated thereunder, to identify individuals in the Source Jurisdiction who are fleeing fugitive felons, parole violators, or probation violators, as defined by the Social Security Act (Act) and in accordance with the Martinez Settlement and the Clark Court Order, as defined below; and who are also Supplemental Security Income (SSI) recipients, Retirement, Survivors and Disability Insurance (RSDI) beneficiaries, Special Veterans Benefit (SVB) beneficiaries; or representative payees for SSI recipients, RSDI beneficiaries, or SVB beneficiaries.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22631\",\n            \"regalytics_alert_id\": \"1891FR20212263120211018\",\n            \"proposed_comments_due_date\": \"2022-04-10\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Social Security Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22631/privacy-act-of-1974-matching-program\",\n            \"created_at\": \"2021-10-19T06:45:30.928092-04:00\"\n        },\n        {\n            \"id\": 54879,\n            \"title\": \"ICE Mortgage Technology Announces MERS Expansion to Include Industry-Wide Remote Online Notarization Video Storage Solution\",\n            \"summary\": \"ICE Mortgage Technology today announced that MERSCORP Holdings, Inc., the mortgage industry’s national electronic loan registry, is expanding its capabilities to now include industry-wide, secure storage of Remote Online Notarization (RON) videos for lenders, investors, and servicers. The MERS RON video storage solution will provide a secure way to store, provide access to, and retrieve copies of RON video recordings for notaries, RON platform providers, and authorized parties during post-closing review, loan purchase as well as downstream events such as foreclosure. MERS will extend its registration capabilities to meet this critical industry need with an initial release at the end of the year. The solution will be available by both user interface and API. Planned enhancements in 2022 will expand the functionality to include validation, custom storage durations, and other extended features.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE30520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Mortgage-Technology-Announces-MERS-Expansion-to-Include-Industry-Wide-Remote-Online-Notarization-Video-Storage-Solution/default.aspx\",\n            \"created_at\": \"2021-10-19T06:45:11.322971-04:00\"\n        },\n        {\n            \"id\": 55056,\n            \"title\": \"Governor Gordon Provides Tax Relief to Wyoming Businesses\",\n            \"summary\": \"Governor Mark Gordon has signed an Executive Order (EO) that will provide significant tax relief to eligible Wyoming businesses. This will come in the form of a tax credit and by offsetting some potential increases to their unemployment insurance (UI) taxes in the future.To ensure that this tax relief will not impact future tax rates, the Governor will utilize $58 million in federal funds to backfill Wyoming’s UI Trust Fund. The Governor previously added $64 million to that trust fund, which has already helped keep rates from going up even further. Wyoming employers will see a decrease in their unemployment tax rates after October 31. They will also receive notification from the Wyoming Department of Workforce Services of the value of credits that can be applied to future unemployment taxes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8242WY17820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wyoming Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wyoming\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.wyo.gov/media/news-releases/2021-news-releases/governor-gordon-provides-tax-relief-to-wyoming-businesses\",\n            \"created_at\": \"2021-10-19T06:45:34.510382-04:00\"\n        },\n        {\n            \"id\": 54981,\n            \"title\": \"ICE Mortgage Technology Delivering Full Automation with Added Enotes and Evault Support in Encompass Eclose\",\n            \"summary\": \"ICE Mortgage Technology, part of Intercontinental Exchange, Inc. (NYSE: ICE), a leading global provider of data, technology and market infrastructure, announced that Encompass eClose, the industry’s leading end-to-end eClose solution is expanding its hybrid capabilities to now include full eNote and eVault functionality. The addition of eNotes and eVault capabilities further streamlines the digital mortgage closing process by offering seamless integration with the MERS® eRegistry, the national registry of record that identifies the holder and custodian of each registered eNote.​ Approved by Fannie Mae, Freddie Mac, and MERSCORP Holdings, Inc. for eNote delivery, Encompass eVault provides new levels of integration and automation for mortgage originators. For example, upon execution, the eNote is automatically tamper sealed, stored securely in the Encompass eVault, and registered on the MERS eRegistry. Lenders can easily view the eNote information, status, and right holders from a new tab on the loan screen and execute transfers for investor delivery without ever leaving the Encompass environment.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE27420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Mortgage-Technology-Delivering-Full-Automation-with-Added-eNotes-and-eVault-Support-in-Encompass-eClose/default.aspx\",\n            \"created_at\": \"2021-10-19T06:45:26.374731-04:00\"\n        },\n        {\n            \"id\": 54988,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On October 7, 2021, Miami International Securities Exchange LLC (“MIAX” or “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to amend the MIAX Options Fee Schedule (the “Fee Schedule”) to adjust the Options Regulatory Fee (“ORF”). Currently, the Exchange assesses ORF in the amount of $0.0029 per contract side. The Exchange proposes to reduce the amount of ORF from $0.0029 per contract side to $0.0019 per contract side in order to help ensure that revenue collected from the ORF, in combination with other regulatory fees and fines, does not exceed the Exchange’s total regulatory costs. The Exchange’s proposed change to the ORF should balance the Exchange’s regulatory revenue against the anticipated regulatory costs. The Exchange initially filed this proposal on July 30, 2021 (SR-MIAX-2021-36) and withdrew such filing on August 12, 2021. The Exchange refiled this proposal on August 12, 2021 (SR-MIAX-2021-38) and withdrew such filing on October 7, 2021. The Exchange proposes to implement this fee change effective October 7, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12574MIAX349336820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/miax/2021/34-93368.pdf\",\n            \"created_at\": \"2021-10-19T06:45:27.114195-04:00\"\n        },\n        {\n            \"id\": 54999,\n            \"title\": \"Attorney General James to Deliver Up to $75 Million to Western New York to Combat Opioid Crisis\",\n            \"summary\": \"New York Attorney General Letitia James today continued her statewide ‘HealNY’ tour of New York state with a stop in Buffalo, where she announced that she will deliver up to $75 million to Western New York to combat the opioid epidemic. The funds come from different settlements Attorney General James has negotiated following her March 2019 lawsuit against the various manufacturers and distributors responsible for the opioid crisis. Attorney General James’ tour has already made more than a dozen stops in New York counties throughout the month of October, where she has been announcing up to $1.5 billion in funds going to counties across New York state. Attorney General James also received the “Peoples’ Champion Award” from the organization Save the Michaels of the World in Buffalo for her work and advocacy combatting the opioid crisis.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5396820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-deliver-75-million-western-new-york-combat-opioid-crisis\",\n            \"created_at\": \"2021-10-19T06:45:28.267040-04:00\"\n        },\n        {\n            \"id\": 55076,\n            \"title\": \"EEOC Adds Seven New Translations for Its Website\",\n            \"summary\": \"The U.S. Equal Employment Opportunity Commission (EEOC) announced today that key online resource documents have been translated into seven additional languages and are now available to help improve access for people with limited English proficiency. In addition to the existing Spanish translations, the EEOC provides key documents, fact sheets, and publications in Arabic, simplified Chinese, Haitian Creole, Korean, Russian, Tagalog and Vietnamese. The seven new languages were selected based on needs identified by EEOC’s field offices, as well as data from the U.S. Census Bureau on populations with limited English proficiency. In the future, the agency will continue to identify additional languages which should be made available in order to better serve the public.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"172EEOC487420211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Equal Employment Opportunity Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.eeoc.gov/newsroom/eeoc-adds-seven-new-translations-its-website\",\n            \"created_at\": \"2021-10-19T06:45:39.461849-04:00\"\n        },\n        {\n            \"id\": 54929,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the Fees in BZX Rule 14.13 Applicable to Securities Listed on the Exchange\",\n            \"summary\": \"On September 30, 2021, CBOE BZX Exchange, Inc. (“Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the fees applicable to securities listed on the Exchange, which are set forth in BZX Rule 14.13, Company Listing Fees. On August 30, 2011, the Exchange received approval of rules applicable to the qualification, listing, and delisting of companies on the Exchange, which it modified on February 8, 2012 in order to adopt pricing for the listing of Start Printed Page 57708 exchange-traded products (“ETPs”) on the Exchange. The Exchange currently charges entry fees for non-generically listed ETPs and charges certain annual listing fees pursuant to Exchange Rule 14.13. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22575\",\n            \"regalytics_alert_id\": \"1891FR20212257520211018\",\n            \"proposed_comments_due_date\": \"2021-11-08\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22575/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-19T06:45:20.866822-04:00\"\n        },\n        {\n            \"id\": 55119,\n            \"title\": \"House of Representatives Bill H4181: Authorizing the Commissioner of Capital Asset Management and Maintenance to Convey a Certain Parcel  (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. Relative to authorizing the commissioner of Capital Asset Management and Maintenance to convey a certain parcel of land in the Roxbury section of the city of Boston. State Administration and Regulatory Oversight.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H41812672fa520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H4181\",\n            \"created_at\": \"2021-10-19T06:45:50.149274-04:00\"\n        },\n        {\n            \"id\": 55067,\n            \"title\": \"NLRB Announces Appointment of Five Regional Directors\",\n            \"summary\": \"Today, the National Labor Relations Board (NLRB) announces the appointment of five Regional Directors: Laura A. Sacks in Region 1 (Boston), Elizabeth K. Kerwin in Region 7 (Detroit), Iva Y. Choe in Region 8 (Cleveland), Andrea J. Wilkes in Region 14 (St. Louis), and Suzanne Sullivan in Region 22 (Newark). Along with these new appointments, Lisa Henderson was appointed as Regional Director of Region 10 (Atlanta) in August.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19848NLRB539920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/nlrb-announces-appointment-of-five-regional-directors\",\n            \"created_at\": \"2021-10-19T06:45:37.528712-04:00\"\n        },\n        {\n            \"id\": 55030,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Pilot Related to Clearly Erroneous Transactions Until April 20, 2022\",\n            \"summary\": \"On October 8, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to extend the current pilot program related to NASDAQ Equity 11, Rule 11890 (Clearly Erroneous Transactions) to the close of business on April 20, 2022. The purpose of the proposed rule change is to extend the current pilot program related to Equity 11, Rule 11890, Clearly Erroneous Transactions, to the close of business on April 20, 2022. The pilot program is currently due to expire on October 20, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349336120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nasdaq/2021/34-93361.pdf\",\n            \"created_at\": \"2021-10-19T06:45:31.685106-04:00\"\n        },\n        {\n            \"id\": 54888,\n            \"title\": \"Wolf Administration Announces Enhancements to Subsidized Child Care Program to Lower Costs for Families and Incentivize Participation by Providers\",\n            \"summary\": \"The Wolf Administration today announced changes to Child Care Works Opens In A New Window, Pennsylvania’s subsidized child care program, that will decrease costs to families who qualify for subsidized care and add incentives for child care providers to participate in the program. Pennsylvania received more than $1 billion from the American Rescue Plan Act (ARPA) to support the commonwealth’s child care industry, child care providers, and the children and families that rely on this system. Since March 2020, more than $1.1 billion of aid has been made available directly to providers to offset financial losses, assist with added infection control and safety costs, and invest in staff recruitment, retention, and higher, livable wages. Additionally, $600 Pandemic Relief Awards were extended to approximately 38,000 child care professionals for their service through the pandemic. The stabilization grants are the largest one-time funding Pennsylvania has been able to extend thus far. To date, approximately 3,150 applications have been approved, while 367 are in-process and 269 are under review. More than $382 million has been obligated to approved providers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA1466440720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Human Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/dhs_details.aspx?newsid=764\",\n            \"created_at\": \"2021-10-19T06:45:12.338440-04:00\"\n        },\n        {\n            \"id\": 55098,\n            \"title\": \"House of Representatives Bill H1146: Expanding the Use of Video and Telephone Conferencing (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. For legislation to further regulate the use of video and telephone conferencing for certain mortgage transactions. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H114626455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H1146\",\n            \"created_at\": \"2021-10-19T06:45:47.948440-04:00\"\n        },\n        {\n            \"id\": 55118,\n            \"title\": \"House of Representatives Bill H4172: Recategorizing DMH, DPH, and DDS Police (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. Relative to the retirement group for public safety officers, police officers or public safety officials of the Department of Mental Health, Department of Public Health or Department of Developmental Services. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H41722641fca20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H4172\",\n            \"created_at\": \"2021-10-19T06:45:49.983572-04:00\"\n        },\n        {\n            \"id\": 55004,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Current Pilot Program Related to Rule 7.10-E\",\n            \"summary\": \"On October 6, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to extend the current pilot program related to Rule 7.10-E (Clearly Erroneous Executions) to the close of business on April 20, 2022. The purpose of the proposed rule change is to extend the current pilot program related to Rule 7.10-E (Clearly Erroneous Executions) to the close of business on April 20, 2022. The pilot program is currently due to expire on October 20, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20218720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/sec-approvals/2021/%28SR-NYSEArca-2021-87%29 34-93357.pdf\",\n            \"created_at\": \"2021-10-19T06:45:28.799908-04:00\"\n        },\n        {\n            \"id\": 54919,\n            \"title\": \"Governor Ivey Announces 17 GOMESA-Funded Projects\",\n            \"summary\": \"“I am thrilled to be joined today by many of our local leaders to announce 17 projects being funded by GOMESA,” said Governor Ivey. “Working closely with Commissioner Blankenship and the Alabama Department of Conservation and Natural Resources, over $41 million will fund projects to beautify this region, provide quality access to our waters and lands and ensure safety of those who enjoy the rivers and bays of South Alabama.” Projects: City of Spanish Fort Cypress Point Land Acquisition; $8,500,000; City of Mobile Riverfront Park Enhancements: Reconnect with the River; $8,000,000; Cedar Point Public Access Acquisition; $2,254,500; University of South Alabama Healthy Ocean Initiative; $2,018,880; Baldwin County Magnolia River Watershed Constructed Wetlands and Regional Detention – Kelly Pit Mitigation Site; $4,000,000; City of Daphne Public Access Improvement Project through the Expansion of Bayfront Park; $4,000,000; Dauphin Island Aloe Bay Living Shoreline, Habitat Protection and Public Access Amenities; $2,211,700; City of Foley Nature Parks Expansion & Enhancements; $2,500,000; City of Fairhope North Triangle Nature Park; $999,989; Mobile County Water, Sewer and Fire Protection Wastewater Facilities for Southeastern Mobile County, Fowl River Road to Joe Carl Road; $1,612,500; Bayou la Batre Utilities Board Sewer, North System Improvements; $1,629,477; City of Loxley Corn Creek Tributary Restoration; $250,000; Daphne Utilities Board Windscape Lift Station Force Main Extension at D’Olive Creek; $607,500; Billy Goat Hole Boat Ramp Replacement; $1,313,400; ADEM Coastal Area Litter Traps; $1,000,000; 5 Rivers Delta Resource Center Facility Improvements; $253,275; and, Administration of GOMESA; $280,321\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7867ALG499620211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.alabama.gov/newsroom/2021/10/governor-ivey-announces-17-gomesa-funded-projects/\",\n            \"created_at\": \"2021-10-19T06:45:19.728531-04:00\"\n        },\n        {\n            \"id\": 55176,\n            \"title\": \"CMA Launches Court Action Against Teletext Holidays\",\n            \"summary\": \"On\\u202f26\\u202fMay 2021, the Competition and Markets Authority (CMA) announced that Truly Holdings Ltd, the company that operates Teletext Holidays, and its sister company, the travel operator Alpharooms.com,\\u202fhad signed\\u202fundertakings committing to refund package holiday customers for holidays cancelled during the pandemic. After reviewing Truly Holdings’s final report on progress with repayments, the CMA wrote to Truly Holdings on 16 September stating it would take the company to court unless it took urgent action to improve how it handles refunds to package holiday customers. The CMA does not consider that Truly Holdings has done enough to provide refunds to package holiday customers with outstanding claims, including recent cancellations, or to make sure that it pays all future refunds that are due within the 14 days required by law. The CMA has therefore filed proceedings requesting a court order that outstanding refunds be immediately repaid and that, going forward, customers who are entitled to a refund are repaid within 14 days. The CMA will also be asking the court to order that Truly Holdings puts in place appropriate processes to ensure it complies with the law in the future.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCT131518620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-launches-court-action-against-teletext-holidays\",\n            \"created_at\": \"2021-10-19T06:45:56.570569-04:00\"\n        },\n        {\n            \"id\": 55171,\n            \"title\": \"Service Resumption of Faster Payment System\",\n            \"summary\": \"The Faster Payment System (FPS) has resumed service at 1:00 pm. Banks and stored value facility operators will gradually resume the related services. The public can contact individual banks or stored value facility operators for more details regarding FPS service availability. The planned system maintenance, which involved a site relocation and system upgrade, was more complicated than previous FPS system maintenance work. Due to unforeseen circumstances in the process, the fallback arrangement was triggered as planned, and the system has resumed services. We apologise for any inconvenience caused.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA4311017420211017\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211017-4/\",\n            \"created_at\": \"2021-10-19T06:45:56.004255-04:00\"\n        },\n        {\n            \"id\": 55177,\n            \"title\": \"Chancellor Sets New Standards for Environmental Reporting to Weed Out Greenwashing and Support Transition to a Greener Financial System\",\n            \"summary\": \"Certain large businesses will need to set out their green credentials to potential investors under new world-leading reporting rules outlined by the Chancellor today. The new requirements, which will also apply to pension schemes, investment products and asset managers and owners, are part of the government’s landmark reforms to create a greener financial system. Around 70 per cent of the UK public want their money to go towards making a positive difference to people or planet. But the lack of common definitions around environmental sustainability is leading to greenwashing, misleading investors and consumers about how green a product really is. The new Sustainability Disclosure Requirements (SDR) will ensure investors have the information they need to make informed decisions about where to put their money.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCC16613517020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/chancellor-sets-new-standards-for-environmental-reporting-to-weed-out-greenwashing-and-support-transition-to-a-greener-financial-system\",\n            \"created_at\": \"2021-10-19T06:45:56.672146-04:00\"\n        },\n        {\n            \"id\": 55128,\n            \"title\": \"Senate Bill S682: Public Bank of Massachusetts\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. An Act establishing a public bank of Massachusetts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S68226455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S682\",\n            \"created_at\": \"2021-10-19T06:45:51.080562-04:00\"\n        },\n        {\n            \"id\": 55122,\n            \"title\": \"Senate Bill S1832: Sales Tax Exemption (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. For legislation relative to sales tax exemption. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S18321834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1832\",\n            \"created_at\": \"2021-10-19T06:45:50.468945-04:00\"\n        },\n        {\n            \"id\": 55099,\n            \"title\": \"House of Representatives Bill H1159: Enhancing the Mission of Credit Unions and Promoting Fair Competition Among Financial Institutions (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. Relative to the mission of credit unions and promoting competition among financial institutions. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H115926455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H1159\",\n            \"created_at\": \"2021-10-19T06:45:48.052137-04:00\"\n        },\n        {\n            \"id\": 55148,\n            \"title\": \"Senate Bill SB254: Extension of Certain Approvals and Occupancy Permits\",\n            \"summary\": \"Approved by the Governor on 10/18/2021. An Act relating to extension of certain approvals and occupancy permits under the uniform dwelling code, extension of certain approvals that are subject to administrative, judicial, or appellate proceedings, waiver of interest and penalties on late 2021 property tax payments, and waiver of the timely payment requirement for filing certain property tax claims. This bill extends the term or duration of certain approvals that are the subject of administrative, judicial, or appellate proceedings that may result in the invalidation, reconsideration, or modification of the approval. The bill also allows municipalities to waive interest and penalties on late installment payments of property taxes payable in 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI1821SB254436820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Senate\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/sen/bill/sb254\",\n            \"created_at\": \"2021-10-19T06:45:53.166596-04:00\"\n        },\n        {\n            \"id\": 54955,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, inc, on October 16, 2021, via web with the following details: consumer's state: CA; consumer's zip: 95610; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162935920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816293\",\n            \"created_at\": \"2021-10-19T06:45:23.531281-04:00\"\n        },\n        {\n            \"id\": 54889,\n            \"title\": \"Extension Order: Securities America Advisors, Inc.\",\n            \"summary\": \"On June 30, 2021, the Commission issued an Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order (the “Order”)1 against Securities America Advisors, Inc. (the “Respondent”). In the Order, the Commission found that from November 2014 to March 2018, the Respondent failed to implement policies and procedures for the review of automatically generated surveillance alerts after client disbursements had occurred and also failed to implement reasonably designed policies and procedures for reviewing client disbursement requests for possible misappropriation before the disbursements occurred. As a result of these failures, the Commission ordered the Respondent to pay a $1,750,000.00 civil money penalty. It is hereby ordered that the Division’s request for an extension of time until May 31, 2022 to submit a Proposed Plan of Distribution is granted.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349337320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93373.pdf\",\n            \"created_at\": \"2021-10-19T06:45:12.445467-04:00\"\n        },\n        {\n            \"id\": 54890,\n            \"title\": \"Order Appointing Tax Administrator: Securities America Advisors, Inc.\",\n            \"summary\": \"On February 22, 2019, the Commission issued an Omnibus Order Directing the Appointment of Tax Administrator in Administrative Proceedings that Establish Distribution Funds (the “Omnibus Order”) to issue orders for calendar years 2019-2021 appointing, upon request by the Commission staff, Miller Kaplan Arase LLP (“Miller Kaplan”) as tax administrator (“Tax Administrator”) in administrative proceedings where the distribution fund may incur tax-related obligations as a Qualified Settlement Fund (“QSF”). IT IS ORDERED that Miller Kaplan, pursuant to and in accordance with the Omnibus Order, is appointed the Tax Administrator for the QSF in the above-referenced proceeding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349337520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93375.pdf\",\n            \"created_at\": \"2021-10-19T06:45:12.548145-04:00\"\n        },\n        {\n            \"id\": 54953,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc, on October 16, 2021, via web with the following details: consumer's state: PA; consumer's zip: 19145; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162725920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816272\",\n            \"created_at\": \"2021-10-19T06:45:23.325892-04:00\"\n        },\n        {\n            \"id\": 55002,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Current Pilot Program Related to Rule 7.10\",\n            \"summary\": \"On October 5, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to extend the current pilot program related to Rule 7.10 (Clearly Erroneous Executions) to the close of business on April 20, 2022. The purpose of the proposed rule change is to extend the current pilot program related to Rule 7.10 (Clearly Erroneous Executions) to the close of business on April 20, 2022. The pilot program is currently due to expire on October 20, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349335420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-93354.pdf\",\n            \"created_at\": \"2021-10-19T06:45:28.585039-04:00\"\n        },\n        {\n            \"id\": 54891,\n            \"title\": \"SEC Staff Releases Report on Equity and Options Market Structure Conditions in Early 2021\",\n            \"summary\": \"The Securities and Exchange Commission today published a Staff Report on Equity and Options Market Structure Conditions in Early 2021, which focuses on the January 2021 trading activity of GameStop Corp (GME), the most famous of the \\\"meme stocks.\\\" Because the meme stock episode raised several questions about market structure, the staff report also provides an overview of the equity and options market structure for individual investors. The Report concludes with the staff identifying areas of market structure and our regulatory framework for potential study and additional consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC84900DF320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-212\",\n            \"created_at\": \"2021-10-19T06:45:12.649694-04:00\"\n        },\n        {\n            \"id\": 55075,\n            \"title\": \"Contractor Faces 2 Serious Citations After U.S. Department of Labor Finds Safety Failures Led to Welder’s Death at Bonner Bridge Demolition Project\",\n            \"summary\": \"A federal workplace safety investigation found that established procedures were ignored, causing a 42-year-old welder on the Bonner Bridge in Rodanthe to fall more than 50 feet to his death when the structure collapsed on April 14. Employed by PCL Civil Constructors Inc., the worker was torch-cutting crossbeams on a section of the bridge where the company discarded concrete for removal. The concrete’s weight caused the structure to collapse and the welder to fall. PCL Civil Constructors is the lead contractor for the project, which includes dismantling sections of the bridge built in 1963. The U.S. Department of Labor’s Occupational Safety and Health Administration (OSHA) cited PCL Civil Constructors with two serious violations for failure to use engineering surveys or calculations to control the structure’s stability and avoid unplanned collapses. OSHA also found the employer overloaded bridge sections beyond weight capacity and exposed workers to struck-by and crush-by hazards. OSHA has proposed $23,210 in penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19822US1455715020211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Occupational Safety and Health Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/osha/osha20211015-0\",\n            \"created_at\": \"2021-10-19T06:45:39.250933-04:00\"\n        },\n        {\n            \"id\": 55022,\n            \"title\": \"Privacy Act, Matching Program\",\n            \"summary\": \"Under this matching program, DoD/DMDC will disclose to SSA data that SSA will use to verify information provided by applicants, beneficiaries, and recipients of Supplemental Security Income (SSI) payments and Special Veterans Benefits (SVB). The SSI and SVB recipient/beneficiary provides information about eligibility and entitlement factors ( e.g., income, resources, living arrangements).his notice announces a new matching program with the Department of Defense, Defense Manpower Data Center (DoD/DMDC).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22630\",\n            \"regalytics_alert_id\": \"1891FR20212263020211018\",\n            \"proposed_comments_due_date\": \"2021-11-18\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Social Security Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22630/privacy-act-of-1974-matching-program\",\n            \"created_at\": \"2021-10-19T06:45:30.818609-04:00\"\n        },\n        {\n            \"id\": 54918,\n            \"title\": \"State Fire Marshal's Office Names New Insurance Fraud Bureau Director\",\n            \"summary\": \"The Alabama State Fire Marshal’s Office welcomes the new director of the Insurance Fraud Bureau, Bill Herman. The position comes with a promotion to Assistant State Fire Marshal. Herman brings 26 years of law enforcement experience and knowledge to the role. He began his career with the Montgomery Police Department in 1995, eventually retiring with the rank of Captain. During his time at MPD, he earned several awards and commendation ribbons. Herman joined the Alabama State Fire Marshal’s Office in 2016, first as a Deputy State Fire Marshal assigned to Autauga, Bibb, Chilton and Perry counties. In 2019, he was promoted to Special Agent. Herman officially assumes the role on October 16.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9016AL6920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.aldoi.gov/currentnewsitem.aspx?ID=1202\",\n            \"created_at\": \"2021-10-19T06:45:19.623819-04:00\"\n        },\n        {\n            \"id\": 54928,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Related to the Market-Wide Circuit Breaker in Rule 11.18\",\n            \"summary\": \"On October 14, 2021, CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the pilot related to the market-wide circuit breaker in Rule 11.18. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349336520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-93365.pdf\",\n            \"created_at\": \"2021-10-19T06:45:20.766026-04:00\"\n        },\n        {\n            \"id\": 54893,\n            \"title\": \"Statement by Hester M. Peirce and Elad L. Roisman, Commissioners of the U.S Securities and Exchange Commission, on Equity and Options Market Conditions in Early 2021\",\n            \"summary\": \"\\\"Today, the staff issued a report on the so called 'meme stock' episode that occurred this past January. While the report includes an interesting account of the events, it does not appear that many conclusions can be drawn from the data. This report should have been an anodyne report on the events of earlier this year and, if evident from the data, an assessment of the causes of those events. Surprisingly, the report turned into an account of those events awkwardly intertwined with discussions of market practices and policies that mirror Commission-level conversations unrelated to the specifics of January’s events. Including these discussions distracts rather than informs our understanding of the meme stock episode. After the public has had a chance to consider the report, we look forward to a robust policy discussion. We always should be on the lookout for ways to improve our rules and our markets, but we must move with the utmost care to ensure we do not harm investors and impair markets that are integral to people’s lives and retirement, as well as the U.S. economy.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECE3EEFD2020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Statement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/public-statement/peirce-roisman-staff-report-2021-10-18\",\n            \"created_at\": \"2021-10-19T06:45:12.852805-04:00\"\n        },\n        {\n            \"id\": 54991,\n            \"title\": \"Withdrawal of a Proposed Rule Change to Amend the MIAX Pearl Options Fee Schedule to Increase the Monthly Fees for MIAX Express Network Full Service Ports\",\n            \"summary\": \"On July 1, 2021, MIAX PEARL, LLC (“MIAX Pearl” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to amend the MIAX Pearl Options Fee Schedule to increase monthly fees for the Exchange’s MIAX Express Network Full Service MEO Ports. The proposed rule change was immediately effective upon filing with the Commission. On July 15, 2021, the proposed rule change was published for comment in the Federal Register. On August 27, 2021, the Commission: (1) temporarily suspended the proposed rule change; and (2) instituted proceedings to determine whether to approve or disapprove the proposal. The Commission received one comment letter on the proposal. On October 12, 2021, the Exchange withdrew the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12562PEA349334720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/pearl/2021/34-93347.pdf\",\n            \"created_at\": \"2021-10-19T06:45:27.421255-04:00\"\n        },\n        {\n            \"id\": 55066,\n            \"title\": \"Laura A. Sacks Appointed as Regional Director of Region 1, Boston\",\n            \"summary\": \"Today, General Counsel Jennifer A. Abruzzo announced the appointment of Laura A. Sacks to serve as the Regional Director for the Agency’s Region 1 office. With the Regional Office in Boston, Massachusetts, and a Sub-Regional Office in Hartford, Connecticut, Region 1 is responsible for conducting elections, investigating unfair labor practice charges, and protecting the right of workers to act collectively to improve their wages and working conditions in Massachusetts, Connecticut, Maine, New Hampshire, Rhode Island, and parts of Vermont.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB66109LA20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/laura-a-sacks-appointed-as-regional-director-of-region-1-boston\",\n            \"created_at\": \"2021-10-19T06:45:37.425126-04:00\"\n        },\n        {\n            \"id\": 54895,\n            \"title\": \"Governor Lee Introduces Legislation for Megasite Special Session\",\n            \"summary\": \"Today, Tennessee Governor Bill Lee introduced two pieces of legislation that will go before the Tennessee General Assembly during a special legislative session to address funding and oversight of Ford Motor Company’s historic $5.6 billion investment at the Megasite of West Tennessee. Investments to Strengthen Workforce and Infrastructure for Generations. SB 8002/HB 8002 will address the approval of appropriations to incentivize and complete the Megasite. Additional funding will provide for infrastructure and improvements to support regional growth including: $500 million capital grant (ECD); State to build, own and operate $40 million TCAT to strengthen Tennessee’s workforce (TBR); State to build, own and operate water and wastewater systems to serve the Megasite (DGS) ; and state to build second interchange on I-40 to improve traffic flow and support population growth (TDOT). SB 8001/HB 8001 will create the Megasite Authority of West Tennessee to provide the services necessary for the operation and development of the Megasite. Key highlights of the development of the Authority include: The Authority will be established and administratively attached to the Department of General Services; Purpose of the Authority is to develop, operate, manage, incentivize and promote the Megasite; and the Authority will be governed by a seven-member board of directors. The special legislative session will commence on Monday afternoon, October 18.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8410TN16920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Tennessee\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/governor/news/2021/10/18/gov--lee-introduces-legislation-for-megasite-special-session.html\",\n            \"created_at\": \"2021-10-19T06:45:13.063863-04:00\"\n        },\n        {\n            \"id\": 55085,\n            \"title\": \"House of Representatives Bill H0327: Compensation of Retired or Former Members of the Commission on Offender Review (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Increases per diem compensation of retired or former members of Commission on Offender Review performing temporary duty. Effective Date: 7/1/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H03271520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/327\",\n            \"created_at\": \"2021-10-19T06:45:46.585799-04:00\"\n        },\n        {\n            \"id\": 55145,\n            \"title\": \"House of Representatives Resolution HR288: Karey Barton Retirement from the Texas Comptroller of Public Accounts\",\n            \"summary\": \"Introduced on 10/18/2021. Karey W. Barton is retiring from the Texas Comptroller of Public Accounts in 2021, drawing to a close a notable career as a tax professional in the public and private sectors that has spanned more than three and a half decades. Mr. Barton rejoined the Texas Comptroller ’s office in January 2015 as associate deputy comptroller for tax, and his responsibilities included tax policy, taxpayer assistance, auditing, enforcement, and criminal investigations; he also oversaw the processing of tax returns and payments, electronic and filing, taxpayer account maintenance, and other functions. Resolved, that the House of Representatives of the 87th Texas Legislature, 3rd Called Session, hereby congratulate Karey Barton on his retirement from the Texas Comptroller of Public Accounts and extend to him sincere best wishes for the future; and be it further resolved, that an official copy of this resolution be prepared for Mr. Barton as an expression of high regard by the Texas House of Representatives.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99TX1850HR2881520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://capitol.texas.gov/BillLookup/History.aspx?LegSess=873&Bill=HR288\",\n            \"created_at\": \"2021-10-19T06:45:52.840803-04:00\"\n        },\n        {\n            \"id\": 54877,\n            \"title\": \"Indiana Department of Insurance Approves No Change in Workers’ Compensation Rates\",\n            \"summary\": \"Indiana Department of Insurance Commissioner Amy L. Beard recently approved an average 0% change for Workers’ Compensation rates, effective January 1, 2022. Workers’ compensation insurance covers medical costs associated with workplace injuries and provides wage replacement benefits to injured workers for lost work time. Indiana Workers’ Compensation rates consistently rank one of the lowest in the United States, according to the Oregon Workers’ Compensation Premium Rate Ranking report. The Information Technology and Research Section in the Oregon Department of Consumer and Business Services has examined state rates on a biennial basis since 1986.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9037ININD8117420211017\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Indiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/indiana_department_of_insurance_approves_no_change_in_workers_compensation_rates?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-10-19T06:45:11.110769-04:00\"\n        },\n        {\n            \"id\": 55093,\n            \"title\": \"Senate Bill S0538: Private Instructional Personnel Providing Applied Behavior Analysis Services (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Revising the definition of the term \\\"private instructional personnel\\\" to include certain registered behavior technicians, etc. Effective Date: 7/1/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841S05381520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/538\",\n            \"created_at\": \"2021-10-19T06:45:47.419506-04:00\"\n        },\n        {\n            \"id\": 55140,\n            \"title\": \"Senate Bill SB896: March 4, 1971 - Tax Reform Code of 1971\",\n            \"summary\": \"Introduced on 10/18/2021. An Act amending the act of March 4, 1971, known as the Tax Reform Code of 1971, in sales and use tax, further providing for exclusions from tax. An act relating to tax reform and State taxation by codifying and enumerating certain subjects of taxation and imposing taxes thereon; providing procedures for the payment, collection, administration and enforcement thereof; providing for tax credits in certain cases; conferring powers and imposing duties upon the Department of Revenue, certain employers, fiduciaries, individuals, persons, corporations and other entities; prescribing crimes, offenses and penalties,\\\" in sales and use tax, further providing for exclusions from tax.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817SB89611920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=S&type=B&bn=896\",\n            \"created_at\": \"2021-10-19T06:45:52.320537-04:00\"\n        },\n        {\n            \"id\": 55060,\n            \"title\": \"Governor Newsom Announces Appointments 10.13.21\",\n            \"summary\": \"Governor Gavin Newsom today announced the following appointments: David J. Clark, 72, of Lafayette, has been reappointed to the California Commission on Uniform State Laws, where he has served since 2008; Elena J. Duarte, 55, of El Dorado Hills, has been reappointed to the California Commission on Uniform State Laws, where she has served since 2015; Martin D. Carr, 45, of Sacramento, has been reappointed to the California Commission on Uniform State Laws, where he has served since 2011; Pamela W. Bertani, 58, of Fairfield, has been reappointed to the California Commission on Uniform State Laws, where she has served since 2007; Michael F. Fleming, 58 of Los Angeles has been appointed to the Los Angeles Memorial Coliseum Commission; and Tiena Johnson-Hall, 61, of Los Angeles, has been appointed to the Homeless Coordinating and Financing Council.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6543120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/10/15/governor-newsom-announces-appointments-10-13-21/\",\n            \"created_at\": \"2021-10-19T06:45:35.260388-04:00\"\n        },\n        {\n            \"id\": 55162,\n            \"title\": \"European Supervisory Authorities Publish Sectoral Reports the on Supervisory Independence of Competent Authorities\",\n            \"summary\": \"The three European Supervisory Authorities (ESAs) – the EBA, EIOPA and ESMA – published today their individual reports on the supervisory independence of competent authorities (CAs) in their sectors. Based on the CAs’ self-assessment, the three reports highlight that the independence of CAs is multi-faceted and dependent on a number of legal, institutional, operational and cultural factors. The three reports take stock of the factual situation on CAs’ independence along key angles, namely, operational, financial and personal independence as well as accountability and transparency. The reports seek to factually represent the arrangements and practices reported by CAs without assessing the independence of individual CAs.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17900ESMA11411720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Publication\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Securities and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"France\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.esma.europa.eu/press-news/esma-news/european-supervisory-authorities-publish-sectoral-reports-supervisory\",\n            \"created_at\": \"2021-10-19T06:45:54.980005-04:00\"\n        },\n        {\n            \"id\": 54917,\n            \"title\": \"Investigation Recovers $97K in Back Wages for 137 Restaurant Workers Whose Employer Improperly Failed to Pay for Missed or Partial ‘Meal Breaks’\",\n            \"summary\": \"A recent U.S. Department of Labor’s Wage and Hour Division investigation found GU Industrial & Business Corp., operators of six Golden Coin locations in Hawaii, set its payroll system to deduct meal break time from pay routinely without fully considering whether the breaks were long enough for their purpose or, in some instances, whether staff actually took the breaks. As a result of their improper timekeeping policies, the department determined the employer failed to count and pay for all the hours employees worked, including those workweeks when they worked more than 40 hours, which led to violations of the Fair Labor Standards Act’s overtime provision. The investigation led to the recovery of $97,503 in unpaid overtime wages for 137 workers. The division also assessed Golden Coin $23,240 in penalties for the reckless nature of its violations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19825US144558020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Wage and Hour Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/whd/whd20211018-0\",\n            \"created_at\": \"2021-10-19T06:45:16.765288-04:00\"\n        },\n        {\n            \"id\": 54990,\n            \"title\": \"Withdrawal of a Proposed Rule Change to Amend the MIAX Pearl Options Fee Schedule to Remove Certain Credits and Increase Trading Permit Fees\",\n            \"summary\": \"On July 1, 2021, MIAX PEARL, LLC (“MIAX Pearl” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to amend the MIAX Pearl Options Fee Schedule to remove certain credits and increase monthly Trading Permit fees for Exchange Members. The proposed rule change was immediately effective upon filing with the Commission. On July 15, 2021, the proposed rule change was published for comment in the Federal Register. On August 27, 2021, the Commission: (1) temporarily suspended the proposed rule change; and (2) instituted proceedings to determine whether to approve or disapprove the proposal. The Commission received one comment letter on the proposal. On October 12, 2021, the Exchange withdrew the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12562PEA349334620211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/pearl/2021/34-93346.pdf\",\n            \"created_at\": \"2021-10-19T06:45:27.320131-04:00\"\n        },\n        {\n            \"id\": 55104,\n            \"title\": \"House of Representatives Bill H2942: City of Boston to Fund Affordable Housing through Fee on Certain Real Estate Transfers (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. The city of Boston be authorized to fund affordable housing through a fee on certain real estate transfers. Revenue. [Local Approval Received.]\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H29421834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2942\",\n            \"created_at\": \"2021-10-19T06:45:48.571889-04:00\"\n        },\n        {\n            \"id\": 54883,\n            \"title\": \"Governor Mills Announces $139 Million in Investments to Support Small Businesses & Workers Through the Maine Jobs & Recovery Plan\",\n            \"summary\": \"Governor Janet Mills today announced the Maine Jobs & Recovery Plan’s first investments in Maine people, small businesses, and workforce, including $20 million for a new small business grant program, $39 million to help lower monthly health insurance premiums, and $80 million to replenish the Maine Unemployment Trust fund and mitigate tax hikes for small businesses. The $139 million in investments come on the first day that the legislation enacting the Governor’s plan takes effect, reflecting the Governor’s commitment to delivering immediate support for Maine’s small businesses and workers as the state continues to battle the COVID-19 pandemic and its impact on Maine’s economy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME12913120211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Maine\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/governor-mills-announces-139-million-investments-support-small-businesses-workers-through\",\n            \"created_at\": \"2021-10-19T06:45:11.753718-04:00\"\n        },\n        {\n            \"id\": 54870,\n            \"title\": \"Governor Lamont Launches New Economic Development Programs to Create Jobs and Boost Community Vibrancy\",\n            \"summary\": \"Governor Ned Lamont today announced that his administration is launching two new competitive grant programs that will create jobs, strengthen the livability and vibrancy of Connecticut towns and cities, and promote new public-private partnerships to accelerate economic growth. The Innovation Corridor program and the Connecticut Communities Challenge program, both of which will be administered by the Connecticut Department of Economic and Community Development, will spur place-based development in municipalities with up to $200 million in funding over five years. The grants are a vital component of Governor Lamont’s Economic Action Plan – a strategic package of initiatives that totals more than $750 million over five years, matched approximately dollar-for-dollar by private and other non-state funding that will result in a projected 80,000 new jobs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT10213620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Connecticut\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/10-2021/Governor-Lamont-Launches-New-Economic-Development-Programs\",\n            \"created_at\": \"2021-10-19T06:45:09.116177-04:00\"\n        },\n        {\n            \"id\": 55016,\n            \"title\": \"Order Fixing Time and Place of Public Hearings and Instituting Administrative Proceedings: Life Science Holdings, Inc\",\n            \"summary\": \"On September 28, 2021, Life Science Holdings, Inc. (“Life Science” or “Respondent”) filed a registration statement on a Form S-1 (“Registration Statement”). The Registration Statement purports to be in connection with a public offering of an unspecified number of shares of Respondent’s Class A common stock, at an unspecified price. The Registration Statement was filed without a delaying amendment and no other amendments have been filed. The Registration Statement is not effective. After an investigation, the Division of Enforcement alleges that Respondent provided false and/or misleading statements. The Commission, having considered the aforesaid, deems it appropriate and in the public interest that public proceedings be instituted with respect to the Registration Statement to determine whether the allegations of the Division of Enforcement are true; to afford the Respondent with an opportunity to establish any defenses to these allegations; and to determine whether a stop order should issue suspending the effectiveness of the Registration Statement referred to herein. Accordingly, it is ordered that public proceedings be and hereby are instituted under Section 8(d) of the Securities Act, such hearing to be commenced at 10:00 a.m. on November 2, 2021 via remote means and/or in Hearing Room 1 at the Commission’s offices at 100 F Street N.E., Washington, DC 20549, and to continue thereafter at such time and place as the hearing officer may determine.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331099920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-10999.pdf\",\n            \"created_at\": \"2021-10-19T06:45:30.196027-04:00\"\n        },\n        {\n            \"id\": 54943,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc, on October 16, 2021, via web with the following details: consumer’s state: FL; consumer's zip: 32958; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162385920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816238\",\n            \"created_at\": \"2021-10-19T06:45:22.305724-04:00\"\n        },\n        {\n            \"id\": 55178,\n            \"title\": \"Speech by Rishi Sunak, Chancellor, HM Treasury, at the Global Investment Summit\",\n            \"summary\": \"\\\"I want to give you three reasons to join me in being excited about the UK right now: our people, our ideas, and our transition to net zero. Your businesses can’t thrive without talented people. The UK has some of the best educated people in the world. But one of the areas we’ve fallen behind is skills and education outside of university. And we know that 80% of our 2030 workforce are already in work… so we’re doing more to support people throughout their lives to retrain and upskill in the sectors of the future. We’re investing record amounts in adult skills and technical training. We’re changing our student finance system to better support mid-career and lifelong learning. We’re setting up new skills bootcamps, to help people retrain or upskill in high-growth areas… like AI, cybersecurity, and green energy. And we’re massively investing in apprenticeships… giving employers greater incentives and a bigger role in how they’re delivered. But we don’t have a monopoly on talent in this country. So we’re making our visa system for international talent the most competitive in the world.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKGT85317020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. HM Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/speeches/global-investment-summit-speech\",\n            \"created_at\": \"2021-10-19T06:45:56.771295-04:00\"\n        },\n        {\n            \"id\": 54995,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 7, Section 4, Multiply Listed Options Fees\",\n            \"summary\": \"On October 6, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to amend PHLX's Pricing Schedule at Options 7, Section 4, “Multiply Listed Options Fees (Includes options overlying equities, ETFs, ETNs and indexes which are Multiply Listed) (Excludes SPY).” While the changes proposed herein are effective upon filing, the Exchange has designated the amendments become operative on October 1, 2021. PHLX proposes to amend its pricing at Options 7, Section 4, “Multiply Listed Options Fees (Includes options overlying equities, ETFs, ETNs and indexes which are Multiply Listed) (Excludes SPY).” The Exchange proposes to amend the way it calculates qualifying Qualified Contingent Cross or “QCC” Orders for purposes of paying a QCC rebate. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22566\",\n            \"regalytics_alert_id\": \"1891FR20212256620211018\",\n            \"proposed_comments_due_date\": \"2021-11-08\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22566/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-19T06:45:27.838457-04:00\"\n        },\n        {\n            \"id\": 55074,\n            \"title\": \"Investigation Into Worker’s Severe Arm Injury Finds Cusseta Auto Parts Manufacturer, Supplier Willfully Ignored Safety Precautions\",\n            \"summary\": \"A 64-year-old employee suffered an arm amputation, federal workplace safety investigators found, as a result of a Cusseta auto parts manufacturer and supplier’s willful failure to follow required safety standards. The U.S. Department of Labor’s Occupational Safety and Health Administration (OSHA) determined the assembler, working at Leehan America Inc., sustained the severe injury when struck by a forklift on April 14, 2021. OSHA investigators cited the company with a willful violation after learning they allowed the forklift’s driver to operate the vehicle without training. In addition, OSHA cited Leehan America with a repeat violation when they found no machine guarding in place, an amputation hazard for which the agency cited the company in April 2018. OSHA also found the company failed to ensure the use of energy control procedures and did not provide employees with lockout/tagout devices. Leehan America also failed to conduct forklift evaluations for operators that were trained at least every three years, and examine forklifts and remove unsafe vehicles from service as required. OSHA has proposed $205,384 in penalties for Leehan America.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1301837AT508211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Occupational Safety and Health Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/osha/osha20211015\",\n            \"created_at\": \"2021-10-19T06:45:39.150316-04:00\"\n        },\n        {\n            \"id\": 55025,\n            \"title\": \"Pelosi Remarks at San Francisco Press Event on Building Back Better on Housing\",\n            \"summary\": \"Speaker Nancy Pelosi joined HUD Secretary Marica L. Fudge, Mayor London Breed and Lt. Governor Eleni Kounalakis at the HOPE SF, Sunnydale Site for a press event highlighting critical provisions in the Build Back Better Act that tackle housing equity. \\\"Madam Mayor, it's always a joy to be with you while we're talking about low-income housing, affordable housing, public housing and the rest, and to hear you speak from your own personal experience about it. But, my friends, Madam Secretary, Madam Lieutenant Governor, elected officials who are here – those of us who have been with the Mayor within a community event know that no matter what this subject is, whether we’re at gun safety events – the Mayor speaks from her experience growing up in public housing and the need for us to address that matter. When we're giving out food to the poor, the Mayor knows what it means for people to be hungry because of her experience in growing up – the list goes on, for talking about health care from her experience so that we're meeting the needs of those who need the help the most. And it's just a beautiful, inspiring experience to hear her speak about it because it's the continuum of concerns – housing central to it.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH10152120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/101521\",\n            \"created_at\": \"2021-10-19T06:45:31.149395-04:00\"\n        },\n        {\n            \"id\": 54900,\n            \"title\": \"U.S. Department of the Treasury Releases Sanctions Review\",\n            \"summary\": \"The U.S. Department of the Treasury today released the results of a broad review of the economic and financial sanctions that it administers and enforces, and issued recommendations to preserve and enhance their effectiveness in supporting national security and U.S. interests now and in the future. During Secretary of the Treasury Janet L. Yellen’s confirmation hearing, she committed to a comprehensive review of sanctions, which Deputy Secretary of the Treasury Wally Adeyemo led. Treasury’s also review found that while sanctions remain an essential and effective policy tool, they also face new challenges including rising risks from new payments systems, the growing use of digital assets, and cybercriminals, as well as situations where careful calibration can help limit the impact of sanctions on the flow of legitimate humanitarian aid to those in need.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT57041320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0413\",\n            \"created_at\": \"2021-10-19T06:45:13.572055-04:00\"\n        },\n        {\n            \"id\": 55123,\n            \"title\": \"Senate Bill S1887: Relative to Providing Better Notices and Protections in the Process for Collecting Delinquent Property Taxes (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. An Act relative to providing better notices and protections in the process for collecting delinquent property taxes. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S18871834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1887\",\n            \"created_at\": \"2021-10-19T06:45:50.571976-04:00\"\n        },\n        {\n            \"id\": 55136,\n            \"title\": \"House of Representatives Bill HB1977: Paid Leave Time for a Pregnancy Loss\",\n            \"summary\": \"Introduced on 10/18/2021. An Act providing for paid leave time for a pregnancy loss or related reason. This act shall be known and may be cited as the Pennsylvania Support Through Loss Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817HB197713020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=H&type=B&bn=1977\",\n            \"created_at\": \"2021-10-19T06:45:51.907578-04:00\"\n        },\n        {\n            \"id\": 54968,\n            \"title\": \"Paperwork Reduction Act Approvals: Holding Company Report of Insured Depository Institutions’ Section 23A Transactions with Affiliates\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) invites comment on a proposal to extend for three years, without revision, the Holding Company Report of Insured Depository Institutions’ Section 23A Transactions with Affiliates. The Board of Governors of the Federal Reserve System (Board) invites comment on a proposal to extend for three years, without revision, the Holding Company Report of Insured Depository Institutions’ Section 23A Transactions with Affiliates. The FR Y-8 collects information on covered transactions between an insured depository institution and its affiliates that are subject to the quantitative limits and other requirements of section 23A of the Federal Reserve Act (12 U.S.C. 371c) and the Board’s Regulation W - Transactions Between Member Banks and Their Affiliates (12 CFR Part 223). The data to be reported vary based on the activities and subsidiaries of the insured depository institution. A respondent must file a separate FR Y-8 report for each U.S. insured depository institution it controls.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22592\",\n            \"regalytics_alert_id\": \"1891FR20212259220211018\",\n            \"proposed_comments_due_date\": \"2021-12-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22592/proposed-agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-10-19T06:45:24.871159-04:00\"\n        },\n        {\n            \"id\": 55029,\n            \"title\": \"Governor Abbott, TDHCA: Texas Rent Relief Program First in Nation to Provide $1 Billion in Assistance\",\n            \"summary\": \"Governor Greg Abbott and the Texas Department of Housing and Community Affairs (TDHCA) today announced that the Texas Rent Relief Program has distributed more than $1 billion in rental and utility assistance to more than 174,000 Texas households, with another $52 million already committed to being paid. Texas is the first state to distribute $1 billion in rent relief funds and has more than $900 million remaining. Since the program launched in mid-February, Texas has served more households and provided more relief funds than any other state, while reaching 95% of its counties. \\\"The Texas Rent Relief Program continues to provide an invaluable lifeline to Texans in need of assistance on their rent and utilities,\\\" said Governor Abbott. \\\"Texas is committed to helping households who have experienced significant financial strains as a result of the COVID-19 pandemic, and we are proud to be the first in the nation to achieve this billion dollar milestone.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXCE7101130120211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-tdhca-texas-rent-relief-program-first-in-nation-to-provide-1-billion-in-assistance\",\n            \"created_at\": \"2021-10-19T06:45:31.574971-04:00\"\n        },\n        {\n            \"id\": 55106,\n            \"title\": \"House of Representatives Bill H2976: Sales Tax for Rental Companies (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. Relative to the sales tax for certain purchases by rental companies. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H29761834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2976\",\n            \"created_at\": \"2021-10-19T06:45:48.773741-04:00\"\n        },\n        {\n            \"id\": 55154,\n            \"title\": \"Fees Regime for Financial Market Infrastructure Supervision 2021/22\",\n            \"summary\": \"Responses to Consultation on ‘Fees regime for financial market infrastructure supervision 2021/22’, fee rates for the 2021/22 fee year and Statement of Policy. This Bank of England (the Bank) Policy Statement (PS) provides feedback to responses to the Consultation Paper (CP) ‘Fees regime for financial market infrastructure supervision 2021/22’. The PS also sets out: the final fee rates in relation to the Bank’s 2021/22 funding requirement for its financial market infrastructure (FMI) supervisory activity and the policy activity that supports this, as permitted by the Bank’s fee‑levying powers; the outcome of the 2020/21 actual costs incurred and the impact on FMI fees charged for 2021/22, including our confirmation of the shortfall/surplus in fees for 2020/21. This PS is relevant to all FMIs that currently pay FMI supervisory fees to the Bank or are expecting to do so within the 2021/22 fee year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17717UK7852220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/paper/2021/fees-regime-for-financial-market-infrastructure-supervision-2021-22\",\n            \"created_at\": \"2021-10-19T06:45:54.147162-04:00\"\n        },\n        {\n            \"id\": 54939,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc, on October 16, 2021, via web with the following details: consumer’s state: PR; consumer's zip: 00725; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report, sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162295920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816229\",\n            \"created_at\": \"2021-10-19T06:45:21.895328-04:00\"\n        },\n        {\n            \"id\": 55153,\n            \"title\": \"State Assembly Bill AB607: Workforce Housing Rehabilitation Loan Program\",\n            \"summary\": \"Introduced on 10/8/2021. An Act to relating to a workforce housing rehabilitation loan program. This bill authorizes the Wisconsin Housing and Economic Development Authority to make low-interest or no-interest loans for the rehabilitation of certain residential properties if the rehabilitation consists of structural improvements or the removal of lead paint. Specifically, under the bill, the authority may make such a loan to a loan applicant if the applicant's household annual income does not exceed 120 percent of the median household income for the county in which the applicant resides. The applicant agrees to repay the loan, including all interest, upon the applicant selling or otherwise transferring title to the residence to another person or upon the applicant and his or her family vacating the residence.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI18211AB60719507b020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/asm/bill/ab607\",\n            \"created_at\": \"2021-10-19T06:45:53.709701-04:00\"\n        },\n        {\n            \"id\": 54937,\n            \"title\": \"Governor Polis Discusses the Life-Changing Child Tax Credit & Earned Income Tax Credit at Colorado Springs Tax Assistance Center\",\n            \"summary\": \"This morning, Governor Jared Polis visited the Another Life Foundation, one of the many Volunteer Income Tax Assistance (VITA) sites in Colorado that provide free tax preparation services to Coloradans. Starting in July many Coloradans began receiving their monthly payments automatically under the recently expanded federal Child Tax Credit, but more people need to take action and file their taxes to take advantage of this, the Earned Income Tax Credit and other life-changing tax credits. For people who may not have filed taxes recently, they need to take action and file their taxes to take advantage of this life-changing tax credit. Before November 15, families who aren't receiving the monthly payment can file a simplified return online at getctc.org/co to receive half of their refund this year. In addition, VITA sites are encouraged to apply for mini-grants to help them boost their capacity in advance of tax season. The first grant application round closes on October 19, and there will be further performance-based grant opportunities available.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COO12820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6476-gov-polis-discusses-life-changing-child-tax-credit-earned-income-tax-credit-colorado\",\n            \"created_at\": \"2021-10-19T06:45:21.685593-04:00\"\n        },\n        {\n            \"id\": 54864,\n            \"title\": \"California Labor Commissioner Cites Construction Company $1.7 Million for Wage Theft Violations\",\n            \"summary\": \"The Labor Commissioner’s Office has cited JPI Construction $1.7 million for wage theft violations affecting 265 workers. An investigation found that the San Diego-based company failed to pay workers properly on commercial and residential construction projects, resulting in minimum wage and overtime violations. The citations total $1,771,133, with $1,627,933 payable to the workers. The amount owed to workers includes minimum wage and overtime, waiting time penalties for failure to provide full pay on time, and liquidated damages and interest payable to workers for failure to pay minimum wage for all hours worked. The citations include $143,200 in civil penalties payable to the state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"20117CA144110420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Industrial Relations\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dir.ca.gov/DIRNews/2021/2021-104.html\",\n            \"created_at\": \"2021-10-19T06:45:08.445241-04:00\"\n        },\n        {\n            \"id\": 54908,\n            \"title\": \"Press Briefing by Press Secretary Jen Psaki, October 18, 2021\",\n            \"summary\": \"\\\"Hi, everyone. Good afternoon. Okay, I have a update for all of you on some of the President’s outreach and engagement as it relates to Build Back Better and his legislative agenda. He spent the weekend continuing his deep engagement on behalf of his economic growth agenda for the middle class, speaking with members who represent the full spectrum of views of Hill Democrats about the pathway forward on both his human infrastructure and physical infrastructure plans. He spoke, as I think some of you reported, this morning with Representative Jayapal at the White House, and will have a number of additional conversations by phone with members of both chambers and who also run the gamut in terms of their views as we proceed through the course of the afternoon. Tomorrow, he will host two different meetings with House members here at the White House: one with moderates and one with progressive members. We’re encouraged at the accele, by the accelerated pace of talks and are eager to get this done to meet the urgent needs of families who have been contending with high costs, outdated physical infrastructure, the increasingly devastating threat of climate change, and a tax system that gives special treatment to the rich and corporations at the expense of middle-class families no matter how hard they work.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1892120211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Briefings\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/10/18/press-briefing-by-press-secretary-jen-psaki-october-18-2021/\",\n            \"created_at\": \"2021-10-19T06:45:14.398075-04:00\"\n        },\n        {\n            \"id\": 54906,\n            \"title\": \"SBA Opens Business Recovery Center in Chester County, PA to Assist Applicants with Hurricane Ida Disaster Loan Applications\",\n            \"summary\": \"The U.S Small Business Administration (SBA) announced today the opening of a third Business Recovery Center in Pennsylvania. The center will open at the Chester County Economic Development Council at 8:30 a.m. ET on Wednesday, September 22 to help businesses submitting a disaster loan application for damages due to the remnants of Hurricane Ida on August 31 to September 5, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA92OAN61382020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/20/sba-opens-business-recovery-center-chester-county-pa-assist-applicants-hurricane-ida-disaster-loan\",\n            \"created_at\": \"2021-10-19T06:45:14.182745-04:00\"\n        },\n        {\n            \"id\": 55155,\n            \"title\": \"Statistical Notice 2021/10\",\n            \"summary\": \"Statistical Notices update the definitions and guidance contained in the Banking Statistics Yellow Folder. Following on from the recent Statistical Notice 2021/09, the Key SurveyOpens in a new window for all statistical firms can now be accessed. Please note a change to the original process laid out in our last notice; we will no longer be issuing passwords via email. All Firms can access the survey without the need for a password. As a reminder, we do require separate Principle User and Additional User information for statistical and SMMA reporting. Please ensure you submit the completed survey by 5pm on Friday 29 October for your reporting institution/s.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK4557420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/statistics/notice/2021/statistical-notice-2021-10\",\n            \"created_at\": \"2021-10-19T06:45:54.250481-04:00\"\n        },\n        {\n            \"id\": 54912,\n            \"title\": \"Texas Abortion Ban is Unconstitutional and Contravenes Nearly Half a Century of Supreme Court Precedent\",\n            \"summary\": \"California Attorney General Rob Bonta joined 23 other state attorneys general in urging the U.S. Supreme Court to restore an injunction barring enforcement of Senate Bill 8 (SB 8) – Texas’ unconstitutional abortion ban. SB 8 bans nearly all pre-viability abortions in Texas, even in cases of rape, sexual abuse, and incest. Similarly unconstitutional bans have been passed and challenged in several states. However, lawmakers in Texas added to their ban a private enforcement scheme that allows private citizen bounty hunters to sue individuals for “aiding or abetting” an abortion that violates SB 8, and incentivizes such suits with a $10,000 reward.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54655820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-texas-abortion-ban-unconstitutional-and-contravenes\",\n            \"created_at\": \"2021-10-19T06:45:15.065754-04:00\"\n        },\n        {\n            \"id\": 55150,\n            \"title\": \"Senate Joint Resolution SJR69: Recognizing Employment Choice First\",\n            \"summary\": \"Introduced on 10/18/2021. Relating to recognizing Employment Choice First as a means to preserve the dignity, self-esteem, and pride of individuals with disabilities in Wisconsin. The mission of Employment Choice First in Wisconsin is to establish opportunities for all working-age individuals with disabilities in Wisconsin to gain employment within a setting that meets their individual needs and skills, and to engage businesses and organizations that value the contributions of employees with disabilities. State agencies can adopt measurable goals and objectives to promote assessment of progress toward full implementation of Employment Choice First. Now, therefore, be it resolved by the senate, the assembly concurring, that the State of Wisconsin recognizes that an individual's choice of employment and work setting result in tangible and intangible benefits, including the enhancement of independence and economic self-sufficiency, as well as purpose, dignity, self-esteem, and a sense of accomplishment and pride. Be it further the State of Wisconsin recognizes that all individuals, including those with disabilities, should have choices with respect to where they seek employment and professional development.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI1821SJR6911020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Joint Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Senate\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/sen/joint_resolution/sjr69\",\n            \"created_at\": \"2021-10-19T06:45:53.385600-04:00\"\n        },\n        {\n            \"id\": 55156,\n            \"title\": \"Why is the Prudential Regulation Authority Revisiting the Solvency II Matching Adjustment?\",\n            \"summary\": \"Solvency II has set the regulatory requirements for insurers since 2016. A Government review of the package is currently under way, including the matching adjustment (MA). The MA recognises that insurance firms that meet certain conditions – including close ‘matching’ of long-term assets and liabilities – are less exposed to price movements related to liquidity and allows them to value their liabilities at a higher than risk-free rate. In an April 2021 speech, Charlotte Gerken, the Bank of England’s executive director for insurance, highlighted a potential problem with the MA. The current design is insensitive to market signals from changes in credit spreads, and might miss some of the risks that insurers face, which in turn could lead to lower policyholder protection. Solvency II rules split the spread of an MA-eligible asset into two components: the fundamental spread (FS) represents compensation for retained risks around credit losses, and the MA represents a liquidity premium. Setting aside the case where the asset rating changes, almost any change in spread is treated as a change in liquidity. This means that insurers may not recognise a change in credit risk contained in the credit spreads, because the FS for any given rating is based on 30-year long-term averages, and therefore is extremely slow to change.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17725UK83E3920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/bank-overground/2021/why-is-the-pra-revisiting-the-solvency-ii-matching-adjustment\",\n            \"created_at\": \"2021-10-19T06:45:54.353588-04:00\"\n        },\n        {\n            \"id\": 55005,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Current Pilot Program Related to Rule 7.10-E\",\n            \"summary\": \"On October 6, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to extend the current pilot program related to Rule 7.10-E (Clearly Erroneous Executions) to the close of business on April 20, 2022. The purpose of the proposed rule change is to extend the current pilot program related to Rule 7.10-E (Clearly Erroneous Executions) to the close of business on April 20, 2022. The pilot program is currently due to expire on October 20, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349335720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-93357.pdf\",\n            \"created_at\": \"2021-10-19T06:45:28.908320-04:00\"\n        },\n        {\n            \"id\": 54898,\n            \"title\": \"Readout of Commerce Secretary Gina Raimondo Meeting with with Minister for Development Cooperation and Foreign Trade of Finland Ville Skinnari\",\n            \"summary\": \"Today, Secretary Gina Raimondo met with Minister for Development Cooperation and Foreign Trade of Finland Ville Skinnari to discuss how best to utilize the goals and objectives set during the 1st U.S.-EU Trade and Technology Council ministerial to reinforce and strengthen bilateral and multilateral efforts. The Secretary also expressed appreciation on behalf of the Department of Commerce for Finland’s cooperation on efforts pertaining to important technologies, including 5G. The Secretary and Minister also discussed other topics important to the U.S.-Finland commercial relationship, including technology supply chains.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC66120211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/press-releases/2021/10/readout-commerce-secretary-gina-raimondo-meeting-minister-development\",\n            \"created_at\": \"2021-10-19T06:45:13.370201-04:00\"\n        },\n        {\n            \"id\": 55135,\n            \"title\": \"House of Representatives Bill HB1976: Workplace Health and Safety Standards forPublic Employees\",\n            \"summary\": \"Introduced on 10/18/2021. An Act providing for workplace health and safety standards for public employees; providing for powers and duties of the Secretary of Labor and Industry; establishing the Pennsylvania Occupational Safety and Health Review Board; providing for workplace inspections; and imposing penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817HB197613020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=H&type=B&bn=1976\",\n            \"created_at\": \"2021-10-19T06:45:51.808418-04:00\"\n        },\n        {\n            \"id\": 54916,\n            \"title\": \"Federal Investigators Recover $106K for 50 Employees of Vending Machine Operator After US Department of Labor Finds Overtime Violations\",\n            \"summary\": \"The U.S. Department of Labor has recovered $106,245 in overtime back wages and liquidated damages for 50 employees after finding that their Southern California employer made illegal deductions from workers’ wages and calculated workers’ overtime wages improperly. Investigators with the department’s Wage and Hour Division found Parks Coffee California Inc. violated the Fair Labor Standards Act (FLSA) by making automatic one-hour lunch break deductions from employees’ wages even though their breaks were not free of work. The company, which supplies and operates refreshment vending machines, also violated FLSA’s overtime requirements by failing to document and compute bonuses and commissions into employees’ rate-of-pay when they worked more than 40 hours in a workweek. The investigation led to the recovery of $53,122 in back wages plus an additional $53,122 in liquidated damages for the 50 employees.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19825US1355301820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Wage and Hour Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/whd/whd20211018\",\n            \"created_at\": \"2021-10-19T06:45:16.663974-04:00\"\n        },\n        {\n            \"id\": 55158,\n            \"title\": \"Speech Delivered by T Rabi Sankar, Deputy Governor of the Reserve Bank of India, at the Fifth Foreign Exchange Dealers' Association of India (FEDAI) Annual Day: India's Capital Account Management – An Assessment\",\n            \"summary\": \"\\\"In the previous FEDAI Annual Day address in November 2020, Governor Shri Shaktikanta Das had observed that CAC will continue to be approached \\\"as a process rather than an event\\\". What I will do in this address is to expand on that theme and bring into focus some of the important issues on which, in my opinion, further public debate is warranted, to continue along this process of capital account convertibility. The balance of payments (BOP) of a country records all economic transactions of a country (that is, of its individuals, businesses and governments) with the rest of the world during a defined period, usually one year. These transactions are broadly divided into two heads – current account and capital account. The current account covers exports and imports of goods and services, factor income and unilateral transfers. The capital account records the net change in foreign assets and liabilities held by a country. Convertibility refers to the ability to convert domestic currency into foreign currencies and vice versa to make payments for balance of payments transactions. Current account convertibility is the ability or freedom to convert domestic currency for current account transactions while capital account convertibility is the ability or freedom to convert domestic currency for capital account transactions.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17613BISR211018A20211017\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/review/r211018a.htm\",\n            \"created_at\": \"2021-10-19T06:45:54.575001-04:00\"\n        },\n        {\n            \"id\": 54903,\n            \"title\": \"SBA Administrator Announces New Women’s Business Center in Tulsa, Oklahoma\",\n            \"summary\": \"The U.S Small Business Administration Administrator Isabella Casillas Guzman announced today the launch of a new Women’s Business Center (WBC) in Tulsa, OK that will be operated by the U.S. Black Chambers Inc., in partnership with the Greenwood Chamber of Commerce, the oldest economic chamber serving the African American community in the country. Based in historic Greenwood, the new center will help increase opportunities and recovery solutions for women entrepreneurs, especially Black women small business owners, throughout the Metro-Tulsa area. The new Tulsa WBC will become the SBA’s 138th Women’s Small Business Center to offer one-on-one counseling, training, networking, workshops, technical assistance, and mentoring to women entrepreneurs on numerous business development topics, including business startup, financial management, marketing, and procurement.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA74OMA1091320211013\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/13/sba-administrator-announces-new-womens-business-center-tulsa-oklahoma\",\n            \"created_at\": \"2021-10-19T06:45:13.875239-04:00\"\n        },\n        {\n            \"id\": 54905,\n            \"title\": \"SBA Disaster Assistance Available to New Hampshire Private Non-Profit Organizations Affected by a Severe Storm and Flooding\",\n            \"summary\": \"The U.S. Small Business Administration announced today that certain Private Non-Profit organizations (PNPs) in New Hampshire that do not provide critical services of a governmental nature may be eligible to apply for low-interest disaster loans. These loans are available following a Presidential disaster declaration for Public Assistance resulting from damages caused by a Severe Storm and Flooding on July 29-30, 2021. PNPs located in Cheshire and Sullivan counties in New Hampshire are eligible to apply. Examples of eligible non-critical PNP organizations include, but are not limited to, food kitchens, homeless shelters, museums, libraries, community centers, schools and colleges.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93ERE51361820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/18/sba-disaster-assistance-available-new-hampshire-private-non-profit-organizations-affected-severe\",\n            \"created_at\": \"2021-10-19T06:45:14.081133-04:00\"\n        },\n        {\n            \"id\": 55130,\n            \"title\": \"Senate Bill S705:  Insurance Premiums from Escrowed Accounts\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. An Act relative to the fiduciary responsibility of lenders for non-payment of insurance premiums from escrowed accounts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S70526455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S705\",\n            \"created_at\": \"2021-10-19T06:45:51.284336-04:00\"\n        },\n        {\n            \"id\": 54931,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Current Pilot Program Related to Clearly Erroneous Executions, to the Close of Business on April 20, 2022\",\n            \"summary\": \"On October 14, 2021, CBOE EDGA Exchange, Inc. (the “Exchange” or “EDGA”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the current pilot program related to EDGA Rule 11.15, Clearly Erroneous Executions, to the close of business on April 20, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12568EDGA349334420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE EDGA Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedga/2021/34-93344.pdf\",\n            \"created_at\": \"2021-10-19T06:45:21.072110-04:00\"\n        },\n        {\n            \"id\": 54902,\n            \"title\": \"IRS Joins International Organizations in Fighting Charity Fraud During Special Awareness Week\",\n            \"summary\": \"The Internal Revenue Service is joining international organizations and other regulators in highlighting Charity Fraud Awareness Week, October 18-22. The campaign is run by a partnership of charities, regulators, law enforcers and other not-for-profit stakeholders from across the world. The purpose of the week is to raise awareness of fraud and cybercrime affecting organizations and to create a safe space for charities and their supporters to talk about fraud and share good practice.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS9312220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-joins-international-organizations-in-fighting-charity-fraud-during-special-awareness-week\",\n            \"created_at\": \"2021-10-19T06:45:13.773451-04:00\"\n        },\n        {\n            \"id\": 55127,\n            \"title\": \"Senate Bill S662: Savings Enabling Prosperity\",\n            \"summary\": \"Hearing schedule on 10/26/2021. An Act relative to savings enabling prosperity.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S66226455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S662\",\n            \"created_at\": \"2021-10-19T06:45:50.978729-04:00\"\n        },\n        {\n            \"id\": 54909,\n            \"title\": \"Free Tax Assistance Programs Need Volunteers for 2022 Tax Season\",\n            \"summary\": \"The pandemic placed great strains on Wisconsin's Volunteer Income Tax Assistance (VITA) and Tax Counseling for the Elderly (TCE) programs over the past two tax seasons. These programs, offering free tax preparation services to qualifying Wisconsin taxpayers, are experiencing a critical need for new volunteers as sites statewide prepare for the 2022 tax season.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18943WI64FR6720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Department of Revenue\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.revenue.wi.gov/Pages/News/2021/VITAVolunteerRelease.pdf\",\n            \"created_at\": \"2021-10-19T06:45:14.503117-04:00\"\n        },\n        {\n            \"id\": 54914,\n            \"title\": \"Idaho Labor Hosting Teleperformance Job Fair October 20 in Boise\",\n            \"summary\": \"Teleperformance USA will be recruiting workers at the Boise Idaho Department of Labor office, 317 W. Main St., on October 20 from 9:30 a.m. to 2:30 p.m. MT. The company is looking for customer service representatives and a social media content moderator. It currently has 39 job openings at its Boise facility. Several positions allow people to work from home. Company benefits include medical insurance, paid vacation, flexible scheduling and 401k savings account. Job seekers should bring resumes, be ready to meet with recruiters and be prepared to apply or interview. Computers and printers are available for job seekers at the Boise Labor office.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"20055ID619620211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Idaho Department of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://idahoatwork.com/2021/10/18/idaho-labor-hosting-teleperformance-job-fair-oct-20-in-boise/\",\n            \"created_at\": \"2021-10-19T06:45:15.502875-04:00\"\n        },\n        {\n            \"id\": 55144,\n            \"title\": \"House of Representatives Bill HB1642: Federally Recognized Indian Tribes\",\n            \"summary\": \"Introduced on 10/18/2021. An act to amend Tennessee Code Annotated, Title 3; Title 4; Title 12 and Title 66, relative to federally recognized Indian tribes. Gaming - as introduced, recognizes a federally recognized Indian tribe residing on tribal trust lands within this state for purposes of obtaining a gaming license from the national Indian gaming commission to conduct gaming operations on the tribal trust lands of the Indian tribe.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99TN1777HB164212220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://wapp.capitol.tn.gov/apps/Billinfo/default.aspx?BillNumber=HB1642&ga=112\",\n            \"created_at\": \"2021-10-19T06:45:52.738421-04:00\"\n        },\n        {\n            \"id\": 54980,\n            \"title\": \"ICE Launches Transaction-Based Indices for Residential Mortgage Interest Rates\",\n            \"summary\": \"Intercontinental Exchange, Inc. (NYSE: ICE), a leading global provider of data, technology and market infrastructure, today announced the launch of a suite of U.S. residential mortgage locked rate indices. The new indices will be calculated daily and will track the average interest rate of new residential home loan applications processed by ICE Mortgage Technology. Existing mortgage rate indices are often survey-based and can quickly become outdated. By using anonymized and aggregated data from ICE Mortgage Technology, which processes nearly half of all residential mortgages in the U.S., the ICE locked rate indices are calculated from actual loan applications. This provides a more comprehensive, accurate and timely reflection of current residential mortgage interest rates. The ICE U.S. Residential Mortgage Rate Lock Index Series tracks 10, 15, 20 and 30 year first-lien and subordinated mortgage applications on both single-family and multi-family properties. The indices include new purchase, construction and refinance applications for conventional mortgage loans, jumbo loans and those submitted under U.S. government programs, including the Federal Housing Administration, U.S. Department of Veterans Affairs and the Rural Housing Service of the U.S. Department of Agriculture. The indices are calculated each business day and published the following morning.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE21520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Launches-Transaction-Based-Indices-for-Residential-Mortgage-Interest-Rates/default.aspx\",\n            \"created_at\": \"2021-10-19T06:45:26.275783-04:00\"\n        },\n        {\n            \"id\": 54957,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, inc, on October 16, 2021, via web with the following details: consumer's state: PA; consumer's zip: 19138; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company’s investigation into an existing problem; sub-issue: their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48163295920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816329\",\n            \"created_at\": \"2021-10-19T06:45:23.732424-04:00\"\n        },\n        {\n            \"id\": 55146,\n            \"title\": \"Senate Bill SB52: Fund Capital Projects at Public Institutions\",\n            \"summary\": \"Introduced on 10/18/2021. An act relating to the issuance of revenue bonds to fund capital projects at public institutions of higher education and the designation of certain appropriated funds allocated to those institutions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99TX18502SB52163854120211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"The Texas Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://capitol.texas.gov/BillLookup/History.aspx?LegSess=873&Bill=SB52\",\n            \"created_at\": \"2021-10-19T06:45:52.951979-04:00\"\n        },\n        {\n            \"id\": 54927,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Current Pilot Program Related to Clearly Erroneous Executions, to the Close of Business on April 20, 2022\",\n            \"summary\": \"On October 14, 2021, CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the current pilot program related to BZX Rule 11.17, Clearly Erroneous Executions, to the close of business on April 20, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349334220211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-93342.pdf\",\n            \"created_at\": \"2021-10-19T06:45:20.663024-04:00\"\n        },\n        {\n            \"id\": 55024,\n            \"title\": \"BFM Commissioner Liza Clark to Step Down at End of Year\",\n            \"summary\": \"Today, Liza Clark, Governor Noem’s Chief of Finance and Commissioner of the South Dakota Bureau of Finance and Management (BFM), announced her resignation, effective at the end of the year. “I admire Liza’s hard work, tenacity, and long dedication to keeping South Dakota’s fiscal house in order,” said Governor Kristi Noem. “Over her time as BFM Commissioner, she helped provide funding for crucial projects across the state while growing our budget reserves by 92%. She is a tremendous steward of taxpayer dollars, and we’ll miss having her on the team.” Liza has served as BFM Commissioner since December 2016, spanning both the Noem and the Daugaard administrations. Her sixteen years of service to the state include more than two years as a policy advisor for Governor Daugaard, six years as Chief Budget Analyst at BFM, one year as Senior Budget Analyst at BFM, and two years as a Budget Analyst at BFM.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1711SD2863720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Department Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"South Dakota\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28637\",\n            \"created_at\": \"2021-10-19T06:45:31.038857-04:00\"\n        },\n        {\n            \"id\": 54915,\n            \"title\": \"IDOL Keep Teen Workers Safe Campaign\",\n            \"summary\": \"The Illinois Department of Labor (IDOL) is joining the Illinois Occupational Safety and Health Administration (OSHA) as well as federal OSHA for a social media campaign aimed at keeping teen workers safe. The campaign, themed “Keeping teen workers safe is everyone’s job!” is a three-week effort starting October 18 to highlight workplace safety for teenagers who will enter the workforce over the upcoming holiday season.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"20043IL369720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Department of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www2.illinois.gov/idol/News/Documents/10.18.2021 IDOL Keep Teen Workers Safe Campaign.pdf\",\n            \"created_at\": \"2021-10-19T06:45:15.616898-04:00\"\n        },\n        {\n            \"id\": 54913,\n            \"title\": \"CTDOL Recovers Nearly $80,000 in Wages for Vazzys Restaurant Employees in Bridgeport\",\n            \"summary\": \"Today, Connecticut Department of Labor (CTDOL) Interim Commissioner Danté Bartolomeo announced that the CTDOL Division of Wage and Workplace Standards has completed their eight-month investigation into Vazzy’s Restaurant in Bridgeport and found widespread instances of labor violations. A settlement was reached with the restaurant that recovers $78,900 in back wages for 48 employees and levies $20,000 in civil penalties against the restaurant.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"20033CTDOL8214320211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Labor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Connecticut\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/DOLCommunications/News/Press-Room/2021/CTDOL-Recovers-Nearly-80000-In-Wages-For-Vazzys-Restaurant-Employees-In-Bridgeport\",\n            \"created_at\": \"2021-10-19T06:45:15.206119-04:00\"\n        },\n        {\n            \"id\": 55102,\n            \"title\": \"House of Representatives Bill H2858: Improve Oversight of State Government (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. For legislation to authorize the State Auditor to access certain tax returns and related tax records already in the possession of the Department of Revenue. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H28581834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2858\",\n            \"created_at\": \"2021-10-19T06:45:48.362220-04:00\"\n        },\n        {\n            \"id\": 54921,\n            \"title\": \"Notice of Public Meeting: State of Alaska - State Bond Committee\",\n            \"summary\": \"The agenda for the meeting for the State Bond Committee on October 26, 2021, at 10:00 A.M. AKT is call to Order, Roll Call, Public Meeting Notice, Approval of Agenda, Minutes of the July 1, 2021, State Bond Committee Meeting, Public Participation and Comment, New Business Resolution 2021-03 – Providing for Clean Water BANs 2021 Series A, and Drinking Water BANs 2021 Series B Resolution 2021-04 – Providing for the December 31, 2021, allocation of Private Activity Bond Volume Limit (PABVL) for Calendar Year 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20412520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alaska\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=130264\",\n            \"created_at\": \"2021-10-19T06:45:19.940322-04:00\"\n        },\n        {\n            \"id\": 54907,\n            \"title\": \"CEO of Major Defense Contractor Charged with Bribery\",\n            \"summary\": \"The chief executive officer of Multinational Logistics Services, a large ship husbanding company that has received over $1 billion in U.S. Navy contracts since 2010, appeared in the United States today to face a criminal charge for his alleged participation in a bribery scheme. According to the affidavit in support of a criminal complaint filed in September, Frank S. Rafaraci, 68, a U.S. citizen who resides abroad, has been the CEO of MLS since at least 2005. MLS is a defense contractor that provides ship husbanding services, such as refueling and stocking provisions, to U.S. Navy ships at ports worldwide. From approximately 2010 to the present, the U.S. Navy, other U.S. Department of Defense components, and U.S. government civilian agencies awarded husbanding services contracts to MLS worth approximately $1.3 billion. The affidavit further alleges that, beginning in 2011, Rafaraci was involved in a wide-ranging scheme to bribe U.S. Navy officials, defraud the U.S. Navy using falsely inflated invoices, and launder the proceeds of the scheme through shell companies Rafaraci had set up in the United Arab Emirates, all in an effort to benefit MLS. Rafaraci made his initial appearance earlier today before U.S. Magistrate Judge G. Michael Harvey of the U.S. District Court for the District of Columbia. Rafaraci was indicted by a grand jury in the District of Columbia on September 30, and charged with one count of bribery. If convicted of that charge, Rafaraci faces a maximum penalty of 15 years in prison. A federal district court judge will determine any sentence after considering the U.S. Sentencing Guidelines and other statutory factors. Rafaraci was provisionally arrested in Malta on September 27, 2021, at the request of the United States. Proceedings in Malta concluded upon his voluntary return to the United States on October 18.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19870EOIR527520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office for Immigration Review\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/ceo-major-defense-contractor-charged-bribery\",\n            \"created_at\": \"2021-10-19T06:45:14.286135-04:00\"\n        },\n        {\n            \"id\": 55163,\n            \"title\": \"Report on the Independence of National Competent Authorities\",\n            \"summary\": \"Independence of NCAs is of paramount importance to support fair, efficient and transparent markets and hence to foster confidence in financial markets and the protection of investors. NCAs’ independence is key to achieving effective and efficient supervision as well as the consistent application of EU rules across Member States. NCAs’ independence thereby supports ensuring a level playing field of high quality regulation, supervision, enforcement and hence supervisory convergence. The achievement of NCAs’ independence is multi-faceted and is dependent on a number of legal, institutional, operational and cultural factors. Independence is first enshrined in legislation and institutional design, but it is also how NCAs operate on a day-to-day basis through their activities, decision-making and stakeholder engagement, which embeds the culture of independence and the achievement of good regulatory outcomes. Achieving good regulatory outcomes requires that NCAs’ decisions are made in an objective, impartial and consistent manner, without conflict of interest or improper influence.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17900ESMA606220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Publication\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Securities and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"France\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.esma.europa.eu/file/121503/download?token=ZRTAtJMs\",\n            \"created_at\": \"2021-10-19T06:45:55.154851-04:00\"\n        },\n        {\n            \"id\": 55159,\n            \"title\": \"The Global Economy: Managing Uncertainty\",\n            \"summary\": \"The worst of the pandemic is hopefully behind us but there are many sources of uncertainty, some known and some unknown. The Group of Thirty was pleased to host its premiere annual event, the International Banking Seminar, on Sunday, October 17 from 9:00am-11:30am US EDT.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17614BIST44020211017\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Video\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.youtube.com/embed/VJ5nHZqmAt4\",\n            \"created_at\": \"2021-10-19T06:45:54.676114-04:00\"\n        },\n        {\n            \"id\": 55147,\n            \"title\": \"Senate Bill SB2433: Federal Land Asset Inventory Reform Act of 2021\",\n            \"summary\": \"Introduced on 07/22/2021. This bill directs the Department of the Interior to develop and maintain a current and accurate multipurpose cadastre (inventory) of federal real property to support federal land management activities on federal real property, including resource development and conservation and agricultural use. Interior may enter cost-sharing agreements with states to include nonfederal real property in the cadastre. Interior shall report on (1) existing real property inventories or any components of any cadastre of federal real property, (2) consolidation of inventories and components, (3) the use of existing inventories and components of any cadastre, (4) cost savings that will be achieved, (5) a plan for implementation of this bill, and (6) recommendations for legislation. Interior shall (1) make the multipurpose cadastre publicly available on the Internet, and (2) ensure that such cadastre includes the identification of all lands suitable for disposal pursuant to the Federal Land Policy and Management Act of 1976.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99US18231SB2433194327f20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/bill/117th-congress/senate-bill/2433/all-info\",\n            \"created_at\": \"2021-10-19T06:45:53.063206-04:00\"\n        },\n        {\n            \"id\": 55129,\n            \"title\": \"Senate Bill S693: Interstate Branching of a Credit Union\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. An Act relative to interstate branching of a credit union.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S69326455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S693\",\n            \"created_at\": \"2021-10-19T06:45:51.180427-04:00\"\n        },\n        {\n            \"id\": 55088,\n            \"title\": \"House of Representatives Bill H2235: Margate Stormwater Infrastructure and Canal Embankment Restoration (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Provides an appropriation for the Margate Stormwater Infrastructure and Canal Embankment Restoration. Appropriation: $500,000. Effective Date: 7/1/2022\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H22351520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/2235\",\n            \"created_at\": \"2021-10-19T06:45:46.895887-04:00\"\n        },\n        {\n            \"id\": 55151,\n            \"title\": \"State Assembly Bill AB605: Workforce Housing Incentive Program\",\n            \"summary\": \"Introduced on 10/8/2021. An Act relating to municipal workforce housing incentive program. This bill requires, to the extent permitted by federal law, political subdivisions to use a certain portion of moneys received by the political subdivisions from the federal American Rescue Plan Act of 2021 toward workforce housing projects. Under the bill, a political subdivision is defined as a city, village, town, or county. The bill requires that a political subdivision use at least $1,000,000 or at least 10 percent of the total stimulus moneys it receives, whichever is less, for one or more of the following projects: 1) new workforce housing infrastructure, including streets, sewer, water, and sidewalks; 2) establishing a low interest or no interest loan program for the remodeling and repair expenses related to the rehabilitation of older workforce housing; 3) establishing a low interest or no interest loan program for the building of new workforce housing units; or 4) redeveloping idle sites currently used for a shopping center, shopping mall, or other commercial property of at least 40,000 square feet to workforce housing. The bill allows political subdivisions to make loans as part of the loan programs established. If the loan is not repaid at the time of the sale of the property, the loan amount is delinquent and becomes a lien on the property.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI18211AB60519507b020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/asm/bill/ab605\",\n            \"created_at\": \"2021-10-19T06:45:53.491230-04:00\"\n        },\n        {\n            \"id\": 55038,\n            \"title\": \"IRS Updates Process for Frequently Asked Questions on New Tax Legislation and Addresses Reliance Concerns\",\n            \"summary\": \"Today, the Internal Revenue Service is updating its process for certain frequently asked questions (FAQs) on newly enacted tax legislation. The IRS is updating this process to address concerns regarding transparency and the potential impact on taxpayers when these FAQs are updated or revised. At the same time, the IRS is also addressing concerns regarding the potential application of penalties to taxpayers who rely on FAQs by providing clarity to taxpayers as to their ability to rely on FAQs for penalty protection. Significant FAQs on newly enacted tax legislation, as well as any later updates or revisions to these FAQs, will now be announced in a news release and posted on IRS.gov in a separate Fact Sheet. These Fact Sheet FAQs will be dated to enable taxpayers to confirm the date on which any changes to the FAQs were made. Additionally, prior versions of Fact Sheet FAQs will be maintained on IRS.gov to ensure that, if a Fact Sheet FAQ is later changed, taxpayers can locate the version they relied on if they later need to do so. In addition to significant FAQs on new legislation, the IRS may apply this updated process in other contexts, such as when FAQs address emerging issues.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS10513420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-updates-process-for-frequently-asked-questions-on-new-tax-legislation-and-addresses-reliance-concerns\",\n            \"created_at\": \"2021-10-19T06:45:32.645831-04:00\"\n        },\n        {\n            \"id\": 55173,\n            \"title\": \"ICE Clear Europe Limited Proposes to Amend its Liquidity Management Procedures and Investment Management Procedures to make Certain Clarifications and Updates\",\n            \"summary\": \"ICE Clear Europe is proposing to amend its Liquidity Management Procedures to (i) reflect that cash substitution requests may be as a source of payment obligations relevant to liquidity management, (ii) include certain additional procedures and requirements for the Clearing House with respect to adding new accounts or amending existing accounts with counterparties and (iii) clarify how intraday collateral is being monitored. ICE Clear Europe also proposes to amend its Investment Management Procedures to (i) add additional detail with respect to Maximum Issuer/Counterparty Concentration Limits in respect of reverse repurchase agreements and (ii) add additional concentration limits for investment of customer funds of FCM/BD Clearing Members.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE114SE15814820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Europe Limited\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/SEC filing - Liquidity Management Procedures.Investment Management Procedures - For website.PDF\",\n            \"created_at\": \"2021-10-19T06:45:56.250272-04:00\"\n        },\n        {\n            \"id\": 55174,\n            \"title\": \"Sellafield Site Emergency Exercise - Tuesday 19 October 2021\",\n            \"summary\": \"The Sellafield site emergency exercise may involve the sounding of the site siren and the use of low-level pyrotechnics and blank firearms. The sound from these exercise activities may be heard off-site. Local residents who are registered to receive automated SMS text, email and telephone warnings from Sellafield, may be contacted. Emergency exercises are held regularly at all nuclear licensed sites to test their readiness in the event of an emergency.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSA80609320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Sellafield Ltd\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/sellafield-site-emergency-exercise-tuesday-19-october-2021\",\n            \"created_at\": \"2021-10-19T06:45:56.350552-04:00\"\n        },\n        {\n            \"id\": 55014,\n            \"title\": \"Application for Exemption from the 1940 Act for First Eagle Global Opportunities Fund, et al\",\n            \"summary\": \"First Eagle Global Opportunities Fund, First Eagle Investment Management, LLC is submitting an application under section 6(c) of the Investment Company Act of 1940 (the “Act”) for an exemption from section 19(b) of the Act and rule 19b-1 under the Act to permit registered closed-end investment companies to make periodic distributions of long-term capital gains more frequently than permitted by section 19(b) or rule 19b-1. The applicants request an order to permit certain registered closed-end management investment companies to pay as frequently as twelve times in any one taxable year in respect of its common stock and as often as specified by, or determined in accordance with the terms of, any preferred stock issued by the investment company subject to the terms and conditions stated in the application.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22548\",\n            \"regalytics_alert_id\": \"1891FR20212254820211018\",\n            \"proposed_comments_due_date\": \"2021-11-08\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22548/first-eagle-global-opportunities-fund-et-al\",\n            \"created_at\": \"2021-10-19T06:45:29.917500-04:00\"\n        },\n        {\n            \"id\": 54878,\n            \"title\": \"The Indiana Department of Insurance Honored with Accreditation\",\n            \"summary\": \"The Indiana Department of Insurance (IDOI) was awarded accreditation at the National Association of Insurance Commissioners (NAIC) Summer National Meeting. The accreditation acknowledges the IDOI meets the NAIC’s standards for regulating the solvency of insurance companies licensed in the state. Accredited insurance departments undergo a comprehensive, independent review every five years to ensure they meet financial solvency oversight standards, as well as an annual desk audit. The IDOI first received its accreditation in 1994 from the NAIC, the United States standard-setting and regulatory support organization created and governed by the chief insurance regulators from the 50 states, the District of Columbia and five U.S. territories.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9037INTHE6215620211017\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Indiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/the_indiana_department_of_insurance_honored_with_accreditation?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-10-19T06:45:11.216776-04:00\"\n        },\n        {\n            \"id\": 54882,\n            \"title\": \"In partnership with Maine State Treasurer, Bangor Savings Bank Launches Maine ABLE Benefit Checking for People with Disabilities\",\n            \"summary\": \"Bangor Savings Bank introduced its newest product, the first of its kind in the nation, Maine ABLE Benefit Checking. The account was created for people with disabilities to allow greater accessibility to financial products and services, while protecting eligibility for federal and State of Maine means-tested benefits. Historically, individuals receiving benefits such as Supplemental Security Income (SSI) or Social Security Disability Insurance (SSDI) are limited to $2,000 in resources. ABLE Accounts provide new avenues for financial health, planning, and empowerment for individuals with disabilities and their families.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"20096ME579736820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Department of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/labor/news_events/article.shtml?id=5797368\",\n            \"created_at\": \"2021-10-19T06:45:11.633581-04:00\"\n        },\n        {\n            \"id\": 55094,\n            \"title\": \"House of Representatives Resolution HR0506: Chicago Federation of Labor (102nd General Assembly)\",\n            \"summary\": \"Introduced on 10/18/2021. Recognizes the Chicago Federation of Labor on the 125th anniversary of its founding. Further recognizes the CFL for its legacy of activism and solidarity with the working people of Chicago and Illinois.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99IL1801HR050614820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois House of Representatives\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        },\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=506&GAID=16&DocTypeID=HR&SessionID=110&GA=102\",\n            \"created_at\": \"2021-10-19T06:45:47.522917-04:00\"\n        },\n        {\n            \"id\": 55087,\n            \"title\": \"House of Representatives Bill H0333: Physician Certifications for the Medical Use of Marijuana (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Authorizes qualified physicians to perform patient examinations & evaluations through telehealth for renewals of physician certifications for medical use of marijuana. Effective Date: 7/1/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H03331520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/333\",\n            \"created_at\": \"2021-10-19T06:45:46.787935-04:00\"\n        },\n        {\n            \"id\": 55169,\n            \"title\": \"Website and Instant Message Alert – Fraudulent Website and Phishing Instant Message Related to The Bank of East Asia, Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Bank of East Asia, Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA12511018320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211018-3/\",\n            \"created_at\": \"2021-10-19T06:45:55.800507-04:00\"\n        },\n        {\n            \"id\": 54872,\n            \"title\": \"A Dummy Test of Identification in Models with Bunching\",\n            \"summary\": \"We propose a simple test of the main identification assumption in models where the treatment variable takes multiple values and has bunching. The test consists of adding an indicator of the bunching point to the estimation model and testing whether the coefficient of this indicator is zero. Although similar in spirit to the test in Caetano (2015), the dummy test has important practical advantages: it is more powerful at detecting endogeneity, and it also detects violations of the functional form assumption. The test does not require exclusion restrictions and can be implemented in many approaches popular in empirical research, including linear, two-way fixed effects, and discrete choice models. We apply the test to the estimation of the effect of a mother’s working hours on her child’s skills in a panel data context (James-Burdumy 2005).We propose a simple test of the main identification assumption in models where the treatment variable takes multiple values and has bunching. The test consists of adding an indicator of the bunching point to the estimation model and testing whether the coefficient of this indicator is zero. Although similar in spirit to the test in Caetano (2015), the dummy test has important practical advantages: it is more powerful at detecting endogeneity, and it also detects violations of the functional form assumption. The test does not require exclusion restrictions and can be implemented in many approaches popular in empirical research, including linear, two-way fixed effects, and discrete choice models. We apply the test to the estimation of the effect of a mother’s working hours on her child’s skills in a panel data context (James-Burdumy 2005).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED171ngNG20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/a-dummy-test-of-identification-in-models-with-bunching.htm\",\n            \"created_at\": \"2021-10-19T06:45:09.391727-04:00\"\n        },\n        {\n            \"id\": 55170,\n            \"title\": \"The HKMA Announces a List of Eligible Banks in Hong Kong for Launching the Cross-boundary Wealth Management Connect Pilot Scheme\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) announced today (18 October) 19 eligible banks in Hong Kong which can launch Cross-boundary Wealth Management Connect (WMC) services (Southbound participating banks, Northbound participating banks). These banks, together with their respective Mainland partner banks whose eligibility for providing pilot Cross-boundary WMC services have been confirmed by the relevant Mainland regulatory authorities (to be announced separately by the Mainland authorities today), can start providing Cross-boundary WMC services together tomorrow (19 October) the earliest. As set out in the “Implementation Arrangements for the Cross-boundary Wealth Management Connect Pilot Scheme in the Guangdong-Hong Kong-Macao Greater Bay Area” (Implementation Arrangements) promulgated by the HKMA on 10 September 2021, banks in Hong Kong which intend to embark on Cross-boundary WMC activities should put in place systems, internal control measures and complete relevant systems testing, and submit a self-assessment to the HKMA prior to the launch of such activities in accordance with the requirements in the Implementation Arrangements.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA12811018420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211018-4/\",\n            \"created_at\": \"2021-10-19T06:45:55.901791-04:00\"\n        },\n        {\n            \"id\": 55167,\n            \"title\": \"FCA Board Minutes: 19 August 2021\",\n            \"summary\": \"Minutes of the FCA Board meeting held on 19 August 2021. The Board was briefed on progress in refining the base case proposals for the Career and Grading review ahead of the proposed employee consultation. It was noted that the intention was to commence the consultation in mid-September. The importance of effective communication of the proposals and engagement with employees was recognised and the team explained the plans that were being put in place to achieve this. The Board recognised and discussed the risks inherent in the proposals but was equally aware that there were significant risks in not proceeding if the desired change in culture at the FCA was to be achieved.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17762FCABOARD7213920210929\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Corporate Document\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/minutes/fca-board-minutes-19-august-2021.pdf\",\n            \"created_at\": \"2021-10-19T06:45:55.598406-04:00\"\n        },\n        {\n            \"id\": 54947,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 16, 2021, via web with the following details: consumer's state: WA; consumer’s zip: 98374; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162545920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816254\",\n            \"created_at\": \"2021-10-19T06:45:22.714002-04:00\"\n        },\n        {\n            \"id\": 54945,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 16, 2021, via web with the following details: consumer's state: CA; consumer’s zip: 93619; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub issue: difficulty submitting a dispute or getting information about a dispute over the phone; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162435920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816243\",\n            \"created_at\": \"2021-10-19T06:45:22.510228-04:00\"\n        },\n        {\n            \"id\": 54994,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Pilot Related to the Market Wide Circuit Breaker Until March 18, 2022\",\n            \"summary\": \"On October 6, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to extend the pilot related to the market-wide circuit breaker in Equity 4, Rule 4121 to the close of business on March 18, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22567\",\n            \"regalytics_alert_id\": \"1891FR20212256720211018\",\n            \"proposed_comments_due_date\": \"2021-11-08\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ BX, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22567/self-regulatory-organizations-nasdaq-bx-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2021-10-19T06:45:27.738331-04:00\"\n        },\n        {\n            \"id\": 55031,\n            \"title\": \"Colombian Businessman Charged with Money Laundering Extradited to the United States from Cabo Verde\",\n            \"summary\": \"Alex Nain Saab Moran, 49, a Colombian citizen, will make his initial appearance in federal court in Miami, Florida, today after being extradited from the Republic of Cabo Verde. Saab is charged in an indictment with laundering the proceeds of violations of the Foreign Corrupt Practices Act in connection with a scheme to pay bribes to take advantage of Venezuela’s government-controlled exchange rate. Specifically, on July 25, 2019, Saab was charged along with Alvaro Pulido Vargas, aka German Enrique Rubio Salas, 55, also a Colombian citizen, in an eight-count indictment with one count of conspiracy to commit money laundering and seven counts of money laundering. The indictment alleges that beginning in or around November 2011 and continuing until at least September 2015, Saab and Pulido conspired with others to launder the proceeds of an illegal bribery scheme from bank accounts located in Venezuela to and through bank accounts located in the United States. According to the indictment, Saab and Pulido obtained a contract with the Venezuelan government in November 2011 to build low-income housing units. The defendants and their co-conspirators then took advantage of Venezuela’s government-controlled exchange rate, under which U.S. dollars could be obtained at a favorable rate, by submitting false and fraudulent import documents for goods and materials that were never imported into Venezuela and bribing Venezuelan government officials to approve those documents. As a result of the scheme, Saab and Pulido transferred approximately $350 million out of Venezuela, through the United States, to overseas accounts they owned or controlled. On June 12, 2020, Saab was detained in the Republic of Cabo Verde, an archipelago nation west of continental Africa, at the request of the United States. The After further litigation concerning Saab’s detention and extradition between Saab’s lawyers and the Cabo Verdean Attorney General’s Office, on August 30, the Constitutional Court of Cabo Verde dismissed his appeal; and on October 13, it denied the last reconsideration request by Saab and certified the completion of the proceedings concerning the extradition of Saab to the United States. The Minister of Justice of Cabo Verde then ordered his surrender, consistent with the court orders, resulting in Saab’s arrival in the United States on October 16.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19870EOIR9911320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"U.S. Executive Office for Immigration Review\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/colombian-businessman-charged-money-laundering-extradited-united-states-cabo-verde\",\n            \"created_at\": \"2021-10-19T06:45:31.787197-04:00\"\n        },\n        {\n            \"id\": 55072,\n            \"title\": \"Paperwork Reduction Act Approvals: Guam Military Base Realignment Contractors Recruitment Standards\",\n            \"summary\": \"The Department of Labor (DOL) is submitting this Employment and Training Administration (ETA)-sponsored information involving “Guam Military Base Realignment Contractors Recruitment Standards.” The NDAA requires an expanded effort to recruit U.S. and other eligible workers for employment on Guam military base realignment construction projects. These recruitment requirements help fulfill the responsibilities assigned to the Secretary of Labor in the provisions of the NDAA by increasing employment opportunities for U.S. workers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22595\",\n            \"regalytics_alert_id\": \"1891FR20212259520211018\",\n            \"proposed_comments_due_date\": \"2021-11-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22595/agency-information-collection-activities-submission-for-omb-review-comment-request-guam-military\",\n            \"created_at\": \"2021-10-19T06:45:38.948955-04:00\"\n        },\n        {\n            \"id\": 55113,\n            \"title\": \"House of Representatives Bill H3307: Placement of Overhead Transmission Lines (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/22/2021. Relative to the placement of new overhead transmission lines. Telecommunications, Utilities and Energy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H33072267ac420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3307\",\n            \"created_at\": \"2021-10-19T06:45:49.479659-04:00\"\n        },\n        {\n            \"id\": 55073,\n            \"title\": \"US Department of Labor Announces Resumption of Job Corps’ New Student Enrollment for in-Person Instruction, Training\",\n            \"summary\": \"The U.S. Department of Labor announced the reopening of new student enrollment for in-person instruction and job training today at Job Corps centers across the nation.The U.S. Department of Labor announced the reopening of new student enrollment for in-person instruction and job training today at Job Corps centers across the nation. Founded in 1964, Job Corps is the nation’s largest job training and education program. It provides students from 16 to 24 years of age with vocational training and academic experiences to increase opportunities towards gainful employment and career pathways. Mostly a residential program in urban and rural areas, Job Corps centers include dormitories and a campus environment similar to small colleges. Administered by the department’s Employment and Training Administration, Job Corps is the nation’s largest residential career-training program. There are currently 121 Job Corps centers in all 50 states, the District of Columbia and Puerto Rico.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1161845NA506211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Employment and Training Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/eta/eta20211015\",\n            \"created_at\": \"2021-10-19T06:45:39.050439-04:00\"\n        },\n        {\n            \"id\": 55114,\n            \"title\": \"House of Representatives Bill H3817: Massachusetts Credit Union Share Insurance Corporation (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. Relative to the Massachusetts Credit Union Share Insurance Corporation. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H381726455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3817\",\n            \"created_at\": \"2021-10-19T06:45:49.581285-04:00\"\n        },\n        {\n            \"id\": 55070,\n            \"title\": \"Paperwork Reduction Act Approvals: Senior Community Service Employment Program\",\n            \"summary\": \"The Department of Labor (DOL) is submitting this Employment and Training Administration (ETA)-sponsored information collection request involving Senior Community Service Employment Program (SCSEP). Title V of the Older Americans Act of 1965 (OAA) authorizes this information collection. The purposes of this Information Collection Request are to fulfill the statutory requirements for SCSEP data collection by supporting ETA’s ability to collect grantee performance data, including information on participant characteristics and outcomes (and pursuant to OAA 2020); document the equitable distribution of SCSEP services; assess customer satisfaction with the SCSEP program; and ensure that states are reporting on the SCSEP program as part of the State Plan process. For additional substantive information about this ICR, see the related notice published in the Federal Register on April 16, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22593\",\n            \"regalytics_alert_id\": \"1891FR20212259320211018\",\n            \"proposed_comments_due_date\": \"2021-11-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22593/agency-information-collection-activities-submission-for-omb-review-comment-request-senior-community\",\n            \"created_at\": \"2021-10-19T06:45:38.747003-04:00\"\n        },\n        {\n            \"id\": 54948,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 16, 2021, via web with the following details: consumer's state: NC; consumer’s zip: 28215; product: debt collection; sub-product: other debt; issue: attempts to collect debt not owed; sub issue: debt is not yours; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162555920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816255\",\n            \"created_at\": \"2021-10-19T06:45:22.815923-04:00\"\n        },\n        {\n            \"id\": 54925,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Related to the Market-Wide Circuit Breaker in Rule 11.18\",\n            \"summary\": \"On October 14, 2021, CBOE BYX Exchange, Inc. (the “Exchange” or “BYX”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the pilot related to the market-wide circuit breaker in Rule 11.18. BYX Rules 11.18(a) through (d), (f) and (g) describe the methodology for determining when to halt trading in all stocks due to extraordinary market volatility, i.e., market-wide circuit breakers. The market-wide circuit breaker (“MWCB”) mechanism was approved by the Commission to operate on a pilot basis, the term of which was to coincide with the pilot period for the Plan to Address Extraordinary Market Volatility Pursuant to Rule 608 of Regulation NMS (the “LULD Plan”), including any extensions to the pilot period for the LULD Plan. In April 2019, the Commission approved an amendment to the LULD Plan for it to operate on a permanent, rather than pilot, basis. In light of the proposal to make the LULD Plan permanent, the Exchange amended Rule 11.18 to untie the pilot’s effectiveness from that of the LULD Plan and to extend the pilot’s effectiveness to the close of business on October 18, 2019. The Exchange subsequently amended Rule 11.18 to extend the pilot’s effectiveness for an additional year to the close of business on October 18, 2020, and again to the close of business on October 18, 2021. Now, the Exchange proposes to extend the pilot for an additional five months to March 18, 2022. This filing does not propose any substantive or additional changes to Rule 11.18. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BYZ349336420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BYX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebyx/2021/34-93364.pdf\",\n            \"created_at\": \"2021-10-19T06:45:20.455019-04:00\"\n        },\n        {\n            \"id\": 55059,\n            \"title\": \"Medi-Cal COVID-19 Vaccination Rates\",\n            \"summary\": \"DHCS recognizes the disproportionate impact of COVID-19 on disadvantaged communities, including many communities of color, which account for a large share of the Medi-Cal beneficiary population. Until recently, our knowledge of the extent of COVID-19 vaccination among the Medi-Cal population was limited to what was gathered from claims data. Now, with new linkages to immunization registry data from the California Department of Public Health, DHCS has a much clearer view of Medi-Cal vaccination rates compared to statewide rates, stratified by county and by health plan. While Medi-Cal COVID-19 vaccination rates are gradually improving across the state, the percentage of Medi-Cal beneficiaries with at least one dose lags the population-at-large rate, sometimes by as much as 30 percent. DHCS is strengthening its efforts to work with managed care plans, local public health departments, agencies and stakeholders serving our homebound populations, as well as providers, health systems and community-based organizations to improve vaccination rates and help ensure that our beneficiaries are protected against infection from current and emerging strains.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18117CADOH357420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Health Care Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dhcs.ca.gov/Documents/COVID-19/DHCS-COVID-19-Vaccine-Stats.pdf\",\n            \"created_at\": \"2021-10-19T06:45:35.161306-04:00\"\n        },\n        {\n            \"id\": 55042,\n            \"title\": \"Remarks by President Biden on the Build Back Better Agenda and the Importance of Investing in Child Care\",\n            \"summary\": \"\\\"As my colleagues have heard me say in a different venue, my mother would always say, 'You’re doing God’s work.' And you really are. You know, I know that a lot of people are in desperate need of a facility like this in childcare. I didn’t fully appreciate it as a young member of the county council when I was 27 years old. But when I got elected to the United States Senate when I was 29 I wasn’t old enough to be sworn in yet — in the mea between the time I got elected and the time I actually ultimately went to the Congress, I turned the eligible age of 30. But also, in the meantime, I there was an automobile accident that my wife was Christmas shopping — and my daughter was kille, my wife was killed, and my two young boys, Beau and Hunter, were very badly injured and hospitalized for a long time. And so, I didn’t, I thought, 'Well, I’ll get some help.' And I was making a decent salary as a U.S. senator $42,000 a year. That was a decent salary. And I could not afford the childcare. Everybody wonders why I commuted every day, 265 miles a day, to be back and forth with my children. I could afford the train; it was cheaper to be able to take every day so I could kiss my boys. It wasn’t 'Ozzie and Harriet,' but we’d have breakfast in the morning and, when they got a little older, get them off to school. And I’d get on the train and come home in time to if I got home in time to have dinner it was seldom I’d get home in time to have my dinner, and they’d save their dessert, and I got to see them and kiss them goodnight, and get in bed with them.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH278RE20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Speeches and Remarks\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/10/15/remarks-by-president-biden-on-the-build-back-better-agenda-and-the-importance-of-investing-in-child-care/\",\n            \"created_at\": \"2021-10-19T06:45:33.052413-04:00\"\n        },\n        {\n            \"id\": 55161,\n            \"title\": \"Experts Invited to Join Technical Talks on Digital Euro\",\n            \"summary\": \"The ECB is inviting technology experts to take part in online technical talks to explore options for the design of a central bank digital currency. These talks will focus on four topics: Large-scale application of privacy-preserving technologies in retail payments in combination with the traceability of financial transactions. How do such technologies interact with those for user authentication for payment solutions? Security of offline payment solutions that are not linked to any external system for conducting consecutive payments. How can we make the top-up process and the use of the secure element more convenient? Top-up, funding and defunding of digital wallets or accounts for bearer and account-based payment solutions. How can we make it easier for customers to fund and defund a payment wallet or account, either manually or automatically? Impact of limiting (or disincentivising) the hoarding of large sums of money in a payment wallet or account on the usability and uptake of a payment solution, in normal times or during times of financial distress. What do we know about households’ behaviour in this regard? The talks will be held at expert level as closed sessions with members of the ECB’s digital euro project team. They will each be structured as a 20-minute presentation followed by a question and answer session and last 45 minutes in all.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17583EU557220211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/paym/intro/news/html/ecb.mipnews211015.en.html\",\n            \"created_at\": \"2021-10-19T06:45:54.879368-04:00\"\n        },\n        {\n            \"id\": 55027,\n            \"title\": \"Texas Comptroller Names New Chief Investment Officer for Texas Treasury Safekeeping Trust Company\",\n            \"summary\": \"Texas Comptroller Glenn Hegar announced today that Anca Ion will be the new Chief Investment Officer (CIO) for the Texas Treasury Safekeeping Trust Company (TTSTC or Trust Company), effective November 1. Ion is currently the deputy CIO of TTSTC and CIO for Internal Investments. In assuming this role, Ion will be responsible for both internal and external investments, filling the vacancy left by departing CIO Ruchit Shah. Comptroller's office veteran Mike Reissig remains CEO of the Trust Company, which invests, manages and oversees over $90 billion in assets. Investments include cash-equivalent funds such as the Texas Treasury Pool and separately managed portfolios for various Texas state agency clients. It oversees the state's two largest local government investment pools: TexPool and TexPool Prime. It manages 11 separate endowment funds with assets totaling $5 billion. TTSTC is a special purpose trust company incorporated by the Texas Comptroller of Public Accounts in accordance with the Texas Government Code. Accordingly, the Comptroller serves as the sole officer, director and shareholder of the Trust Company.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18935TX97NY17420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Comptroller of Public Accounts\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://comptroller.texas.gov/about/media-center/news/20211015-texas-comptroller-names-new-chief-investment-officer-for-texas-treasury-safekeeping-trust-company-1634156135686\",\n            \"created_at\": \"2021-10-19T06:45:31.359300-04:00\"\n        },\n        {\n            \"id\": 55068,\n            \"title\": \"Suzanne Sullivan Appointed as Regional Director of Region 22, Newark\",\n            \"summary\": \"Today, General Counsel Jennifer A. Abruzzo announced the appointment of Suzanne Sullivan as the Regional Director for the Agency’s Region 22 office. With a Regional Office in Newark, New Jersey, Region 22 is responsible for conducting elections, investigating unfair labor practice charges, and protecting the right of workers to act collectively to improve their wages and working conditions throughout Northern New Jersey. Ms. Sullivan began her career with the Agency as a Field Attorney in Region 2–Manhattan in 1989. She was promoted to Supervisory Attorney in 2012 and has served as Regional Attorney since 2019.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB69113SU20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/suzanne-sullivan-appointed-as-regional-director-of-region-22-newark\",\n            \"created_at\": \"2021-10-19T06:45:37.630167-04:00\"\n        },\n        {\n            \"id\": 55109,\n            \"title\": \"House of Representatives Bill H3049: Increase Community Preservation Revenue (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. Relative to community preservation surcharges. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H30491834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3049\",\n            \"created_at\": \"2021-10-19T06:45:49.073297-04:00\"\n        },\n        {\n            \"id\": 55058,\n            \"title\": \"2022 CA Teachers of the Year Announced\",\n            \"summary\": \"State Superintendent of Public Instruction Tony Thurmond today named five exceptional educators as the 2022 California Teachers of the Year. These educators are ambassadors for the profession and serve as representatives of the state for the calendar year. Thurmond, who has 12 years of direct experience in education— teaching life skills classes, after-school programs, and career training—said he is thrilled to honor five outstanding and talented teachers who have gone above and beyond during a challenging time in education, and in our lives. “In what may be the toughest ever time for California families, students and educators, these five innovative and caring teachers have made profound differences in the lives of their students and communities,” said Thurmond. “I’m proud that these educators are receiving this prestigious honor for their continued effort to connect with students even during unimaginable circumstances, to address their needs, and support them in any way they can.” Presented by California Casualty and supported by the California Teachers of the Year Foundation, the California Teachers of the Year Program began in 1972 to honor outstanding teachers and encourage and inspire new teachers to enter the profession.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"252CA3846242020211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Education\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.cde.ca.gov/nr/ne/yr21/yr21rel83.asp\",\n            \"created_at\": \"2021-10-19T06:45:35.059793-04:00\"\n        },\n        {\n            \"id\": 54926,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Rule Regarding the Allowance of Off-Exchange Transactions by a Member Acting as Agent Otherwise Than on BYX in Accordance with Rule 19c-1 Under the Securities Exchange Act of 1934\",\n            \"summary\": \"On September 29, 2021, CBOE BYX Exchange, Inc. (the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to adopt a rule regarding the allowance of off-exchange transactions by a Member acting as agent otherwise than on BYX in accordance with Rule 19c-1 under the Securities Exchange Act of 1934 (the “Act”). The Exchange proposes to adopt a rule regarding off-exchange transactions by a Member acting as agent. Rule 19c-1 and Rule 19c-3 under the Act describe rule provisions that each national securities exchange must include in its Rules regarding the ability of members to engage in transactions off an exchange. While the Exchange already incorporates the required provision in Rule 19c-3 under the Act into Rule 13.6, and its stated policies and practices are consistent with these provisions of the Act, the Exchange Rules do not currently include the provisions in Rule 19c-1 under the Act. Therefore, the proposed rule change adopts this provision in new Rule 13.6(a) in accordance with Rule 19c-1 under the Act. Specifically, proposed Rule 13.6(a) (in accordance with Rule 19c-1 under the Act) provides that no rule, stated policy, or practice of this Exchange shall prohibit or condition, or be construed to prohibit or condition, or otherwise limit, directly or indirectly, the ability of any Member acting as agent to effect any transaction otherwise than on this Exchange with another person (except when such Member also is acting as agent for such other person in such transaction) in any equity security listed on this Exchange or to which unlisted trading privileges on this Exchange have been extended. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22568\",\n            \"regalytics_alert_id\": \"1891FR20212256820211018\",\n            \"proposed_comments_due_date\": \"2021-11-08\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BYX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22568/self-regulatory-organizations-cboe-byx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-19T06:45:20.561988-04:00\"\n        },\n        {\n            \"id\": 55111,\n            \"title\": \"House of Representatives Bill H3256: Municipal Access to Utility Poles (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/22/2021. Relative to municipal access to utility poles located in municipal rights-of-way. Telecommunications, Utilities and Energy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H32562267ac420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3256\",\n            \"created_at\": \"2021-10-19T06:45:49.276902-04:00\"\n        },\n        {\n            \"id\": 55112,\n            \"title\": \"House of Representatives Bill H3282: Burial Depth of CATV Cable (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/22/2021. Review and investigate the current laws and regulations pertaining to the depth of burial for cable and similar utilities. Telecommunications, Utilities and Energy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H32822267ac420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3282\",\n            \"created_at\": \"2021-10-19T06:45:49.379472-04:00\"\n        },\n        {\n            \"id\": 54866,\n            \"title\": \"To Fight Climate Change and Protect the Planet, Department of Energy Must Strengthen Nation’s Energy Efficiency Program\",\n            \"summary\": \"California Attorney General Rob Bonta today highlighted a series of recent comment letters urging the Department of Energy (DOE) to strengthen the nation’s energy efficiency program. DOE's longstanding energy efficiency program has resulted in substantial economic and environmental benefits, with more than $2 trillion in projected consumer savings and 2.6 billion tons of avoided carbon dioxide emissions by 2030.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54654820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-fight-climate-change-and-protect-planet-department-energy\",\n            \"created_at\": \"2021-10-19T06:45:08.668795-04:00\"\n        },\n        {\n            \"id\": 55071,\n            \"title\": \"Paperwork Reduction Act Approvals: O Net Data Collection Program\",\n            \"summary\": \"The O*NET Data Collection Program is an ongoing effort to collect and maintain current information on the detailed characteristics of occupations and skills for more than 900 occupations. Section 308 of the Workforce Innovation and Opportunity Act (WIOA) authorizes this collection and requires the Secretary of Labor to oversee the ‘‘development, maintenance, and continuous improvement of a nationwide workforce and labor market information system’’ which shall include, among other components, ‘‘skill trends by occupation and industry.’’\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22594\",\n            \"regalytics_alert_id\": \"1891FR20212259420211018\",\n            \"proposed_comments_due_date\": \"2021-11-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22594/agency-information-collection-activities-submission-for-omb-review-comment-request-onet-data\",\n            \"created_at\": \"2021-10-19T06:45:38.847601-04:00\"\n        },\n        {\n            \"id\": 54868,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Period Related to the Market-Wide Circuit Breaker in Rule 5.22\",\n            \"summary\": \"On October 14, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to extend the pilot period related to the market-wide circuit breaker in Rule 5.22. The Exchange filed the proposal as a “non-controversial” proposed rule change. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349337220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-93372.pdf\",\n            \"created_at\": \"2021-10-19T06:45:08.881221-04:00\"\n        },\n        {\n            \"id\": 54867,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Period Related to the Market-Wide Circuit Breaker in Rule 6.32.01\",\n            \"summary\": \"On October 14, 2021, CBOE C2 Exchange, Inc. (the “Exchange” or “C2”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to extend the pilot period related to the market-wide circuit breaker in Rule 6.32.01. The Exchange filed the proposal as a “non-controversial” proposed rule change. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12565C2349337420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-14\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE C2 Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/c2/2021/34-93374.pdf\",\n            \"created_at\": \"2021-10-19T06:45:08.774875-04:00\"\n        },\n        {\n            \"id\": 55095,\n            \"title\": \"House of Representatives Bill H1099: Savings Enabling Prosperity (192nd General Court)\",\n            \"summary\": \"Hearing scheduled for 10/26/2021. For legislation to establish a matched savings account program to be administered by fiscal intermediaries. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H109926455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H1099\",\n            \"created_at\": \"2021-10-19T06:45:47.634617-04:00\"\n        },\n        {\n            \"id\": 54873,\n            \"title\": \"Women's Labor Force Exits During COVID-19: Differences by Motherhood, Race, and Ethnicity\",\n            \"summary\": \"In this paper, we study declines in women’s labor force participation by race and ethnicity as well as the presence of children. We find that increases in labor force exits were larger for Black women, Latinas, and women living with children. In particular, we find larger increases in pandemic-era labor force exits among women living with children under age 6 and among lower-earning women living with school-age children after controlling for detailed job and demographic characteristics. Latinas and Black women also had larger increases in labor force exits during the pandemic relative to White women. Differences in the presence of children and household structure explain one-quarter of the excess labor force exits among women of color.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED237tyTY20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/womens-labor-force-exits-during-covid-19-differences-by-motherhood-race-and-ethnicity.htm\",\n            \"created_at\": \"2021-10-19T06:45:09.558537-04:00\"\n        },\n        {\n            \"id\": 54987,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Related to the Market Wide Circuit Breaker Until March 18, 2022\",\n            \"summary\": \"On October 14, 2021, MEMX LLC (“MEMX” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the pilot related to the market-wide circuit breaker in Rule 11.16 to the close of business on March 18, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12134MEMX349336220211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MEMX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/memx/2021/34-93362.pdf\",\n            \"created_at\": \"2021-10-19T06:45:27.012119-04:00\"\n        },\n        {\n            \"id\": 54871,\n            \"title\": \"Statement from Malloy Evans, Executive Vice President and Head of Single-Family, Fannie Mae: Enhancements to Fannie Mae’s Refinow Option for Lower-Income Homeowners\",\n            \"summary\": \"“We introduced RefiNow earlier this year as an option for lower-income homeowners who often miss out on refinancing options to reduce their monthly mortgage payments and increase their potential monthly savings. The enhancements we announced today help expand the reach of RefiNow to additional creditworthy homeowners, further enabling equitable and sustainable access to homeownership.\\\"\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA23920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Fannie Mae\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/statement-malloy-evans-enhancements-fannie-maes-refinow-option-lower-income-homeowners\",\n            \"created_at\": \"2021-10-19T06:45:09.221926-04:00\"\n        },\n        {\n            \"id\": 55028,\n            \"title\": \"Banking Commissioner Issues Consent Order Relating to Cash Cloud, Inc. dba Coin Cloud\",\n            \"summary\": \"Commissioner Charles G. Cooper issued a Consent Order relating to Cash Cloud, Inc. dba Coin Cloud (Coin Cloud) of Las Vegas, Nevada. The Order, effective October 12, 2021, was based on the Commissioner’s finding that Coin Cloud violated Texas Finance Code, Chapter 151, by providing money transmission services while it was neither licensed by the Department nor determined to be excluded from licensure requirements under Chapter 151. Coin Cloud obtained a temporary license and agreed to the issuance of the Order without admitting any violation of state or federal laws or regulations. The Order requires Coin Cloud to pay an administrative penalty of $5,925 for its unlicensed activities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1167TX85PR9120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/news/press-releases/2021/10-15-21pr.pdf\",\n            \"created_at\": \"2021-10-19T06:45:31.466559-04:00\"\n        },\n        {\n            \"id\": 55086,\n            \"title\": \"House of Representatives Bill H0329: Community Association Databases (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Directs Division of Florida Condominiums, Timeshares, & Mobile Homes to create, maintain, & update publicly-accessible Internet database of condominium & homeowners' associations in state by specified date; requires certain information to be included in database; requires legislative appropriation from Division of Florida Condominiums, Timeshares, & Mobile Homes Trust Fund to create, operate, & maintain database. Effective Date: 7/1/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H03291520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/329\",\n            \"created_at\": \"2021-10-19T06:45:46.685885-04:00\"\n        },\n        {\n            \"id\": 54887,\n            \"title\": \"Governor Sisolak, Treasurer Conine to Conclude Nevada Recovers Listening Tour\",\n            \"summary\": \"Tomorrow, Nevada Governor Steve Sisolak and Nevada Treasurer Zach Conine will conclude the Nevada Recovers Listening Tour. The tour kicked off in early August aimed at allowing residents in every community to provide input on how to best utilize and invest the over $6.7 billion that will be received from the American Rescue Plan Act. At this final event, Governor Sisolak and the Treasurer will provide a recap of the feedback that was received during the Listening Tour and will announce the next steps for investing funds received from the American Rescue Plan directly into communities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV199UR20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Nevada Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Nevada\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/TUESDAY__Gov_Sisolak,_Treasurer_Conine_to_conclude_Nevada_Recovers_Listening_Tour/\",\n            \"created_at\": \"2021-10-19T06:45:12.231540-04:00\"\n        },\n        {\n            \"id\": 55168,\n            \"title\": \"Portfolio Letter: Wealth Management and Stockbroking Supervision Strategy\",\n            \"summary\": \"A letter to provide an update of our view of key harms in this sector, our expectations of firms and a summary of the work we intend to do. we believe your firm is active in the wealth management and stockbroking sector. Following our strategy letter in June 2019, this letter provides an update of our view of key harms in this sector, our expectations of you and a summary of the work we intend to do. Our objectives for firms operating in this sector are to ensure: they are not facilitating scams, fraud or market abuse; in the event of failure, they can wind down in an orderly manner with adequate controls to mitigate any potential loss of client assets; and on costs and charges that consumers are fully aware of the overall cost they pay for their investment. The use of highquality data is fundamental to our regulatory strategy and we expect you to maintain appropriate systems and controls to facilitate the production and reporting of high-quality data on a timely basis. Culture in financial services is a key root cause of past major conduct failings. We expect firms to foster healthy cultures which prevent harm to consumers and markets. We plan to introduce a new ‘Consumer Duty’, that would set higher expectations for the standard of care that firms provide to consumers. For many firms, this would require a significant shift in culture and behaviour, where they consistently focus on consumer outcomes, and put customers in a position where they can act and make decisions in their interests. Our Call for Input on Consumer Investment Markets, additionally looked at areas where the market is not working well for customers and sought views on what changes we can make to improve protections and outcomes. We published Consumer Investments: Strategy and Feedback Statement on September 15, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17762FCATFOLIO6nt7920210930\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Corporate Document\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/correspondence/portfolio-letter-wealth-management.pdf\",\n            \"created_at\": \"2021-10-19T06:45:55.699028-04:00\"\n        },\n        {\n            \"id\": 55033,\n            \"title\": \"Meeting of the Debt Management Advisory Committee, November 2, 2021\",\n            \"summary\": \"The U.S. Department of the Treasury, Debt Management Advisory Committee is providing notice that a meeting will take place via conference call on November 2, 2021 at 9:00 AM of the following debt management advisory committee: Treasury Borrowing Advisory Committee. At this meeting, the Treasury is seeking advice from the Committee on topics related to the economy, financial markets, Treasury financing, and debt management. Following the working session, the Committee will present a written report of its recommendations. The meeting will be closed to the public.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22659\",\n            \"regalytics_alert_id\": \"1891FR20212265920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22659/debt-management-advisory-committee-meeting\",\n            \"created_at\": \"2021-10-19T06:45:32.014084-04:00\"\n        },\n        {\n            \"id\": 55048,\n            \"title\": \"Executive Communication to House Foreign Affairs Committee\",\n            \"summary\": \"A message from the President of the United States, transmitting notification that the national emergency, with respect to significant narcotics traffickers centered in Colombia declared in Executive Order 12978 of October 21, 1995, is to continue in effect beyond October 21, 2021, pursuant to 50 U.S.C. 1622(d) Public Law 94–412, section 202(d) (90 Stat. 1257) (H. Doc. No. 117–66) to the Committee on Foreign Affairs and ordered to be printed.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR31EC245320211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/2453?q=%7B%22search%22:%5B%22%22%5D%7D&s=6&r=4\",\n            \"created_at\": \"2021-10-19T06:45:33.663246-04:00\"\n        },\n        {\n            \"id\": 54875,\n            \"title\": \"Governor Ron DeSantis Directs the Florida Department of Economic Opportunity to Request the Indefinite Suspension of Collection on Non-Fraudulent Reemployment Assistance Overpayments\",\n            \"summary\": \"oday, at the direction of Governor Ron DeSantis, the Florida Department of Economic Opportunity (DEO) submitted a request to Florida’s Chief Financial Officer, Jimmy Patronis, to indefinitely defer all referrals to collection agencies for all non-fraudulent debts owed by claimants for state Reemployment Assistance benefits owed for weeks beginning March 1, 2020, through September 4, 2021. This request does not apply to fraudulent overpayments and DEO will continue to investigate fraudulent overpayments to ensure individuals and bad actors are held accountable for their fraudulent actions in accordance with the law.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"20123FL182242AL20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.floridajobs.org/news-center/DEO-Press/2021/10/15/governor-ron-desantis-directs-the-florida-department-of-economic-opportunity-to-request-the-indefinite-suspension-of-collection-on-non-fraudulent-reemployment-assistance-overpayments\",\n            \"created_at\": \"2021-10-19T06:45:10.453775-04:00\"\n        },\n        {\n            \"id\": 54876,\n            \"title\": \"Governor Pritzker Announces Six-Year Plan for $1.2 Billion I-80 Corridor Improvement Project\",\n            \"summary\": \"Governor JB Pritzker and the Illinois Department of Transportation were joined today by local officials and community leaders to announce a six-year plan to rebuild Interstate 80 in Will County. Made possible by the Governor's historic, bipartisan Rebuild Illinois capital program, the $1.2 billion project will replace more than 50-year-old infrastructure on a condensed timeframe and create thousands of construction and permanent jobs while positioning the region for long-term economic opportunity. As one of the country's three coast-to-coast interstates, I-80 through Joliet and Will County carries approximately 80,000 vehicles a day, about 25% of which are trucks. Due to the outdated design and capacity restraints, congestion as well as frequent merging and weaving are common. To shorten the construction timeline, several project components and land acquisition efforts will be done concurrently to deliver a cornerstone project of Rebuild Illinois more quickly, with less impact to the public. Starting next year, the section from Ridge Road to the DuPage River will be under construction as land acquisition progresses and final engineering is completed on the replacement of the Des Plaines River bridges. Improvements will begin from Ridge Road to U.S. 30 in 2023, leaving construction of the Des Plaines River bridges and Center Street and U.S. 52/Illinois 53 (Chicago Street) interchanges in 2026 and 2027.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2401820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.24018.html\",\n            \"created_at\": \"2021-10-19T06:45:10.999070-04:00\"\n        },\n        {\n            \"id\": 54881,\n            \"title\": \"LDI Staff to Provide Assistance at Insurance Resource Center in St. Charles Parish\",\n            \"summary\": \"The Louisiana Department of Insurance (LDI) has partnered with Senator Gary Smith to conduct a two-day Insurance Resource Center in St. Charles Parish to assist those affected by Hurricane Ida. Trained specialists from LDI’s Office of Consumer Advocacy will conduct town hall meetings to provide insurance and recovery information, followed by one-on-one consultations to answer individual questions, help constituents understand their insurance policies and assist them with filing complaints through LDI on Tuesday, October 19, and Thursday, October 21 from 3pm to 7pm CT.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9077LA11820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Louisiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ldi.la.gov/news/press-releases/10-18-21-ldi-staff-to-provide-assistance-at-insurance-resource-center-in-st.-charles-parish\",\n            \"created_at\": \"2021-10-19T06:45:11.529529-04:00\"\n        },\n        {\n            \"id\": 55166,\n            \"title\": \"FCA Writes to a Further 950 DB Pension Advice Customers Potentially Entitled to Compensation\",\n            \"summary\": \"The FCA has now written to a total of 3,591 defined benefit (DB) pension transfer advice customers this year to tell them they may be entitled to compensation. Letters have been sent to customers of firms in liquidation where past business reviews have identified that the firm has given unsuitable advice to some customers. The letters explain to customers that they may be entitled to compensation, setting out their options and outlining how they can make a claim to the Financial Services Compensation Scheme. The letters also direct customers to the FCA’s DB pension transfer advice checker to help them decide whether the advice they received was suitable or not. The FCA has also published a full list of firms who are in insolvent liquidation and have given unsuitable advice to some customers. This currently covers 10 firms and this will be kept up to date as work continues. This is part of the FCA’s work to support consumers who have received unsuitable DB transfer advice to receive appropriate compensation. The DB pension transfer advice market is particularly susceptible to consumer harm and improving this market continues to be a key area of focus for the FCA. Where harm has been caused, the FCA’s aim is to ensure that it is remedied and that consumers receive appropriate compensation. The FCA recently published its Consumer Investments Strategy, which sets out a three year plan to address potential harm to investors. Improving outcomes for consumers transferring from DB pensions to defined contribution schemes is at the centre of this strategy. All firms providing DB pension transfer advice should follow the FCA’s Finalised Guidance, so that they understand the processes they need to put in place to give suitable advice. The FCA will continue to monitor this market through regular data collection and its ongoing programme of supervisory work. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17753FCA10511320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/news-stories/fca-writes-db-pension-advice-customers-potentially-entitled-compensation\",\n            \"created_at\": \"2021-10-19T06:45:55.495986-04:00\"\n        },\n        {\n            \"id\": 55092,\n            \"title\": \"Senate Bill S0536: Administrative Procedures (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Applying certain provisions applicable to all rules other than emergency rules to repromulgated rules; requiring an agency to provide notice of a regulatory alternative to the Administrative Procedures Committee within a certain timeframe; requiring an agency to provide a copy of any proposal for a lower cost regulatory alternative to the committee within a certain timeframe; requiring agency review of rules and repromulgation of rules that do not require substantive changes within a specified timeframe; requiring an agency to identify and describe each rule it plans to develop, adopt, or repeal during the forthcoming year in the agency's annual regulatory plan, etc. Effective Date: 7/1/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841S05361520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/536\",\n            \"created_at\": \"2021-10-19T06:45:47.318879-04:00\"\n        },\n        {\n            \"id\": 55175,\n            \"title\": \"Important Monetary Policy Data for the Week Ending 15 October 2021\",\n            \"summary\": \"The Swiss National Bank published important monetary policy data for the week ending October 15, 2021 including: interest rates and threshold factor; average of sight deposits in Swiss francs at the SNB; minimum reserves: sight deposits of domestic banks averaged over the reporting period; and minimum reserves: compliance during the last 12 reporting periods.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB4B25414120211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/gwd_20211018/source/gwd_20211018.en.pdf\",\n            \"created_at\": \"2021-10-19T06:45:56.468986-04:00\"\n        },\n        {\n            \"id\": 55051,\n            \"title\": \"Vinai Thummalapally Appointed USTDA Deputy Director and Chief Operating Officer; Assumes Role of Acting Director\",\n            \"summary\": \"Today, President Joseph R. Biden, Jr. appointed Vinai Thummalapally to serve as the Deputy Director and Chief Operating Officer of the U.S. Trade and Development Agency. Mr. Thummalapally assumes the role of USTDA’s Acting Director until a Director is confirmed by the Senate. Prior to this appointment, Mr. Thummalapally served as U.S. Ambassador to Belize and as the Executive Director of SelectUSA, a U.S. Department of Commerce initiative that facilitates job-creating business investment into the United States. Mr. Thummalapally served as the Executive Director of SelectUSA from 2013 to 2017 and as the U.S. Ambassador to Belize from 2009 to 2013, when he became the first Indian American ambassador in United States history. Mr. Thummalapally has more than 30 years of experience in the private sector, including most recently as the Executive Chairman of Red Fort Strategies, a Washington, D.C.-based public affairs and government relations firm, and as the President of MAM-A Inc., a U.S. manufacturer and distributor of archival recordable optical discs. Mr. Thummalapally earned a Bachelor of Science in Mechanical Engineering from California State University, Northridge, CA.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"133USTDA709920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"United States Trade and Development Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ustda.gov/vinai-thummalapally-appointed-ustda-deputy-director-and-chief-operating-officer-assumes-role-of-acting-director/\",\n            \"created_at\": \"2021-10-19T06:45:33.968492-04:00\"\n        },\n        {\n            \"id\": 55089,\n            \"title\": \"Senate Bill S0520: Public Records and Public Meetings (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Filed Providing an exemption from public records requirements for any personal identifying information of an applicant for president of a state university or a Florida College System institution held by a state university or a Florida College System institution; providing an exemption from public meeting requirements for any portion of a meeting held for the purpose of identifying or vetting applicants for president of a state university or a Florida College System institution, including any portion of a meeting which would disclose certain personal identifying information of such applicants; providing for future legislative review and repeal of the exemptions; providing a statement of public necessity, etc. Effective Date: 7/1/2022\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841S05201520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/520\",\n            \"created_at\": \"2021-10-19T06:45:46.999557-04:00\"\n        },\n        {\n            \"id\": 54978,\n            \"title\": \"Governor Pritzker Announces $15.4 Million in Rebuild Illinois Capital Funding to Boost Wet Lab Development\",\n            \"summary\": \"Governor JB Pritzker today joined the Illinois Department of Commerce and Economic Opportunity (DCEO) to announce a $15.4 million investment in the Rebuild Illinois funded Wet Lab Capital program to support 8 new wet lab spaces throughout Illinois - helping to make way for advancements in research and medicine, grow startups and make Illinois more competitive in life sciences. The Governor also announced a $5 million capital grant to expand the Illinois Institute of Technology's (IIT) microgrid to optimize energy at the Bronzeville campus. The expansion will yield $200,000 a year in energy savings and on-campus renewable energy generation, as well as savings from reduced outages, damage, and lost experimental productivity.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2401620211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.24016.html\",\n            \"created_at\": \"2021-10-19T06:45:26.063403-04:00\"\n        },\n        {\n            \"id\": 55139,\n            \"title\": \"Senate Bill SB895: Act of December 17, 1968 - Unfair Trade Practices and Consumer Protection Law\",\n            \"summary\": \"Introduced on 10/18/2021. An Act amending the act of December 17, 1968 (P.L.1224, No.387), known as the Unfair Trade Practices and Consumer Protection Law, providing for disclosure of information by online marketplaces to inform customers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817SB89515820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=S&type=B&bn=895\",\n            \"created_at\": \"2021-10-19T06:45:52.217017-04:00\"\n        },\n        {\n            \"id\": 55120,\n            \"title\": \"House of Representatives Bill H4202: Waivers for Non-Fault Overpayments (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/19/2021. Relative to waivers for non-fault overpayments of certain unemployment insurance benefits. Labor and Workforce Development.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H42021958e9820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H4202\",\n            \"created_at\": \"2021-10-19T06:45:50.250563-04:00\"\n        },\n        {\n            \"id\": 54946,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 16, 2021, via web with the following details: consumer's state: WA; consumer’s zip: 98374; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162515920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816251\",\n            \"created_at\": \"2021-10-19T06:45:22.614367-04:00\"\n        },\n        {\n            \"id\": 55101,\n            \"title\": \"House of Representatives Bill H2786: Retirement Benefit for Police Officers Working on Massachusetts Public Higher Education Campuses (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. Relative to Group 4 retirement benefits for police officers working on Massachusetts public higher education campuses. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H27862641fca20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2786\",\n            \"created_at\": \"2021-10-19T06:45:48.254077-04:00\"\n        },\n        {\n            \"id\": 55100,\n            \"title\": \"House of Representatives Bill H1170: Real Estate Disclosure Forms (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. A petition that the Attorney General promulgate regulations to create a standard disclosure form for residential real estate sales. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H117026455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H1170\",\n            \"created_at\": \"2021-10-19T06:45:48.152752-04:00\"\n        },\n        {\n            \"id\": 55126,\n            \"title\": \"Senate Bill S2526: Senior Real Property Tax in the Town of Milton\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. An Act relative to raising the income threshold for senior real property tax deferments in the town of Milton.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S25261834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S2526\",\n            \"created_at\": \"2021-10-19T06:45:50.877742-04:00\"\n        },\n        {\n            \"id\": 55138,\n            \"title\": \"Senate Bill SB889: Public Utilities of the Pennsylvania Consolidated Statutes\",\n            \"summary\": \"Introduced on 10/18/2021. An Act amending Title 66 (Public Utilities) of the Pennsylvania Consolidated Statutes, in transportation network service, further providing for rates and forms of compensation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817SB88915820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=S&type=B&bn=889\",\n            \"created_at\": \"2021-10-19T06:45:52.117507-04:00\"\n        },\n        {\n            \"id\": 54910,\n            \"title\": \"Governor Evers Signs Senate Bill 254\",\n            \"summary\": \"Governor Tony Evers today signed Senate Bill 254, now 2021 Wisconsin Act 80. Senate Bill 254, now 2021 Wisconsin Act 80: allows holders of certain unexpired construction or building permits or approvals to seek extension of the permit or approval term if the permit is subject to administrative, judicial or appellate proceedings that may result in the invalidation, reconsideration or modification of the permit or approval; and allows taxation districts to waive interest and penalties on late 2021 property tax payments and adds a timely payment requirement for filing certain property tax claims if payment was submitted by October 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8420WI20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/WIGOV/bulletins/2f7b7fb\",\n            \"created_at\": \"2021-10-19T06:45:14.609812-04:00\"\n        },\n        {\n            \"id\": 55124,\n            \"title\": \"Senate Bill S1955: Establishing a Tax Exemption for Municipalities Paying for Gas (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. An Act establishing a tax exemption for municipalities paying for gas. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S19551834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1955\",\n            \"created_at\": \"2021-10-19T06:45:50.673652-04:00\"\n        },\n        {\n            \"id\": 55049,\n            \"title\": \"Executive Communication to House Ways and Means and 1 More Committee Committee\",\n            \"summary\": \"A letter from the Secretary, Department of the Treasury, transmitting notification of the Secretary's determination that, by reason of the statutory debt limit, the Secretary will be unable to fully invest the portion of the Civil Service Retirement and Disability Fund (CSRDF) not immediately required to pay beneficiaries, pursuant to 5 U.S.C. 8348(l)(2) Public Law 89–554, section 8348(l)(2) (as added by Public Law 99–509, section 6002(c)) (100 Stat. 1933) jointly to the Committees on Ways and Means and Oversight and Reform.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR51EC245420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/2454?q=%7B%22search%22:%5B%22%22%5D%7D&s=6&r=3\",\n            \"created_at\": \"2021-10-19T06:45:33.765673-04:00\"\n        },\n        {\n            \"id\": 55149,\n            \"title\": \"Senate Joint Resolution SJR67: October 2021 as Careers in Construction Month\",\n            \"summary\": \"Introduced on 10/18/2021. Relating to recognizing October 2021 as Careers in Construction Month. Careers in Construction Month is a month annually designated to increase public awareness and appreciation of construction craft professionals and the entire construction workforce. During this October, employers, associations, and schools are encouraged to conduct job fairs, panel discussions, and local community events to inform students of the vast employment opportunities in construction. The Wisconsin Legislature is pleased to honor all construction craft professionals for their hard work and dedication and the critical role they play in the development and maintenance of our state. Now, therefore, be it resolved by the senate, the assembly concurring, that the Wisconsin Legislature recognizes October 2021 as Careers in Construction Month.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI1821SJR6711020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Joint Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin Senate\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/sen/joint_resolution/sjr67\",\n            \"created_at\": \"2021-10-19T06:45:53.274055-04:00\"\n        },\n        {\n            \"id\": 54894,\n            \"title\": \"AG Wilson, Coalition Voice Opposition to Biden Administration’s Potentially Illegal and Overly Burdensome IRS Proposal\",\n            \"summary\": \"In a letter to President Joe Biden and Treasury Secretary Janet Yellen, Attorney General Alan Wilson, along with 19 other state attorneys general, voiced opposition to the administration advocating a policy that would provide the federal government with access to nearly every American’s bank account and financial transaction information. The letter argues that consumers will be punished in many ways, as banks would likely pass on costs in the form of fees or higher interest rates, not to mention the centralized storage of sensitive information would provide cyber criminals with an additional target to exploit with information about nearly every American.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3737SCAG 45720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"South Carolina\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.scag.gov/about-the-office/news/ag-wilson-coalition-voice-opposition-to-biden-administration-s-potentially-illegal-and-overly-burdensome-irs-proposal/\",\n            \"created_at\": \"2021-10-19T06:45:12.955520-04:00\"\n        },\n        {\n            \"id\": 54901,\n            \"title\": \"Treasury International Capital Data for August\",\n            \"summary\": \"The U.S. Department of the Treasury today released Treasury International Capital (TIC) data for August 2021. The next release, which will report on data for September 2021, is scheduled for November 16, 2021. The sum total in August of all net foreign acquisitions of long-term securities, short-term U.S. securities, and banking flows was a net TIC inflow of $91.0 billion. After including adjustments, such as estimates of unrecorded principal payments to foreigners on U.S. asset-backed securities, overall net foreign sales of long-term securities are estimated to have been $60.9 billion in August.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT46041420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0414\",\n            \"created_at\": \"2021-10-19T06:45:13.673101-04:00\"\n        },\n        {\n            \"id\": 54861,\n            \"title\": \"DHCS COVID-19 Vaccine Administration FAQs for Providers\",\n            \"summary\": \"On March 11, 2021, President Joe Biden signed into law H.R. 1319, the American Rescue Plan (ARP) Act of 2021. Section 9811 of the ARP established a new mandatory Medicaid benefit and amended various other sections of the Act. Under these changes to the statute, nearly all Medicaid populations must receive coverage of COVID-19 vaccines and their administration, without cost-sharing. DHCS has been following California’s COVID-19 vaccination plan, which was approved by the California Department of Public Health (CDPH). To address provider inquiries regarding the plan, these Frequently Asked Questions (FAQs) have been developed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18117CADOH557620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Health Care Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dhcs.ca.gov/Documents/COVID-19/COVID-19-Vaccine-Provider-FAQ.pdf\",\n            \"created_at\": \"2021-10-19T06:45:07.388142-04:00\"\n        },\n        {\n            \"id\": 54993,\n            \"title\": \"Michigan Register Issue Number 18-2021 Published October 15, 2021\",\n            \"summary\": \"The Michigan Register, Issue Number 2, published February 15, 2020 includes: a cumulative index and bills signed into law or vetoed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15278MI1820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"State Register\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of Administrative Hearings and Rules\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/documents/lara/MR18_101521_738546_7.pdf\",\n            \"created_at\": \"2021-10-19T06:45:27.627246-04:00\"\n        },\n        {\n            \"id\": 55131,\n            \"title\": \"Senate Bill S815: Healthcare Insurance Premium Payment\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. An Act establishing a healthcare insurance premium payment pool for working families.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S815264875f20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S815\",\n            \"created_at\": \"2021-10-19T06:45:51.384987-04:00\"\n        },\n        {\n            \"id\": 55006,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Current Pilot Program Related to Rule 7.10\",\n            \"summary\": \"On October 5, 2021, the NYSE Chicago, Inc. (“NYSE Chicago” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to extend the current pilot program related to Rule 7.10 (Clearly Erroneous Executions) to the close of business on April 20, 2022. The purpose of the proposed rule change is to extend the current pilot program related to Rule 7.10 (Clearly Erroneous Executions) to the close of business on April 20, 2022. The pilot program is currently due to expire on October 20, 2021.The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12583CHX349336020211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Chicago, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysechx/2021/34-93360.pdf\",\n            \"created_at\": \"2021-10-19T06:45:29.016483-04:00\"\n        },\n        {\n            \"id\": 54969,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Minneapolis: 1. U.S. Bancorp, Minneapolis, Minnesota; to acquire MUFG Union Bank, National Association, San Francisco, California, a direct wholly-owned national bank subsidiary of MUFG Americas Holdings Corporation, New York, New York, and an indirect subsidiary of Mitsubishi UFJ Financial Group, Inc., Tokyo, Japan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22663\",\n            \"regalytics_alert_id\": \"1891FR20212266320211018\",\n            \"proposed_comments_due_date\": \"2021-11-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22663/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-10-19T06:45:24.972848-04:00\"\n        },\n        {\n            \"id\": 54954,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, inc, on October 16, 2021, via web with the following details: consumer's state: CA; consumer's zip: 95610; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162905920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816290\",\n            \"created_at\": \"2021-10-19T06:45:23.427276-04:00\"\n        },\n        {\n            \"id\": 54899,\n            \"title\": \"Secretary of the Treasury Janet L. Yellen Sends Letter to Congressional Leadership on the Debt Limit\",\n            \"summary\": \"Today, U.S. Secretary of the Treasury Janet L. Yellen sent a letter to Congressional leadership regarding the debt limit. The increase in the debt limit signed into law last week provides a high degree of confidence that Treasury will continue to be able to finance the operations of the federal government through December 3, 2021. However, it is imperative that Congress act to increase or suspend the debt limit in a way that provides longer-term certainty that the government will satisfy all its obligations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT100041220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0412\",\n            \"created_at\": \"2021-10-19T06:45:13.470031-04:00\"\n        },\n        {\n            \"id\": 54911,\n            \"title\": \"Attorney General Bonta Announces Eradication of More Than One Million Marijuana Plants as Part of Interagency Effort to Combat Illegal Grows\",\n            \"summary\": \"California Attorney General Rob Bonta today announced the eradication of nearly 1.2 million illegally cultivated marijuana plants and the seizure of more than 180,000 pounds of illegally processed marijuana as part of the California Department of Justice’s annual Campaign Against Marijuana Planting (CAMP) program. Attorney General Bonta also directed the California Department of Justice to initiate a six-month review of the CAMP program in light of changes to the law since the program was first initiated with the goal of building on existing efforts to address the environmental, labor, and economic impacts of illegal cultivation. Over the course of this year's 13-week season, the multi-agency campaign conducted 491 operations, recovering 165 weapons and removing more than 67,000 pounds of cultivation infrastructure, including dams, water lines, and containers of toxic chemicals.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54653320211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-eradication-more-one-million-marijuana-plants\",\n            \"created_at\": \"2021-10-19T06:45:14.900162-04:00\"\n        },\n        {\n            \"id\": 55053,\n            \"title\": \"SCC Bureau of Insurance Reminds Drivers that Deer Present One of Autumn’s Greatest Hazards\",\n            \"summary\": \"Across the nation, November is the peak month for insurance claims related to vehicle collisions with deer. Virginia is among the states with the highest risk of these types of incidents. Mating season and migration contribute to a dramatic uptick in vehicle-deer collisions during the fall. To help avoid incidents, the State Corporation Commission’s (SCC) Bureau of Insurance reminds drivers to stay alert, particularly if traveling along tree-lined roadways when it’s dark. Damage caused to your vehicle as a result of a collision with a deer or other animal typically is covered under the optional “other-than-collision” (also known as “comprehensive”) portion of your automobile policy. In addition to claims involving animals, some of the coverages provided by “other-than-collision” are damage resulting from theft, wind, hail and flood, as well as fire and vandalism. Keep in mind that if you have a liability-only policy, your policy may not cover your vehicle for damage resulting from a crash involving a deer or any other object.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7830VA17620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia State Corporation Commission, Bureau of Financial Institutions\",\n                    \"states\": [\n                        {\n                            \"name\": \"Virginia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://scc.virginia.gov/newsreleases/release/SCC-Reminds-Drivers-of-Fall-Deer-Hazards\",\n            \"created_at\": \"2021-10-19T06:45:34.182716-04:00\"\n        },\n        {\n            \"id\": 54904,\n            \"title\": \"SBA Business Recovery Centers in New Jersey Close for Federal Holiday\",\n            \"summary\": \"The U.S Small Business Administration (SBA) announced today that in observance of the upcoming Federal holiday. The SBA Business Recovery Centers in New Jersey will be closed on Monday, October 11 and will resume operations on Tuesday, October 12 at 8 a.m. ET. SBA established the Centers for businesses and nonprofit organizations in any of the declared New Jersey counties to apply for low-interest disaster loans for damages caused by the remnants of Hurricane Ida on September 1-3, 2021. Businesses and residents can meet with SBA representatives one-to-one to get answers to their questions and help with submitting loan applications\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA69DAY41021820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/18/sba-business-recovery-centers-new-jersey-close-federal-holiday\",\n            \"created_at\": \"2021-10-19T06:45:13.975427-04:00\"\n        },\n        {\n            \"id\": 55001,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Current Pilot Program Related to Rule 7.10\",\n            \"summary\": \"On October 5, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to extend the current pilot program related to Rule 7.10 (Clearly Erroneous Executions) to the close of business on April 20, 2022. The purpose of the proposed rule change is to extend the current pilot program related to Rule 7.10 (Clearly Erroneous Executions) to the close of business on April 20, 2022. The pilot program is currently due to expire on October 20, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20215920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/sec-approvals/2021/%28SR-NYSE-2021-59%29 34-93354.pdf\",\n            \"created_at\": \"2021-10-19T06:45:28.480957-04:00\"\n        },\n        {\n            \"id\": 55157,\n            \"title\": \"Speech by Agustín Carstens, General Manager of the BIS, at the DC Fintech Week: Lessons on Innovation\",\n            \"summary\": \"\\\"Today, I would like to share with you a bit more about this process, and what we're learning from it. I will start by giving you some background on the BIS, and what it's for. I will then outline the Innovation Hub's main projects and the products we are developing to smooth the cross-border interoperability of digital currencies. Last, I'll say a bit about the lessons learned.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17611BISSP2110182120211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/speeches/sp211018.htm\",\n            \"created_at\": \"2021-10-19T06:45:54.473065-04:00\"\n        },\n        {\n            \"id\": 54951,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 16, 2021, via web with the following details: consumer's state: PA; consumer’s zip: 19145; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub issue: their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162695920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816269\",\n            \"created_at\": \"2021-10-19T06:45:23.122237-04:00\"\n        },\n        {\n            \"id\": 55044,\n            \"title\": \"Executive Communication to House Financial Services Committee\",\n            \"summary\": \"A letter from the Acting Comptroller, Office of the Comptroller of the Currency, transmitting the Office's annual report containing descriptions of actions taken for persevering minority ownership of minority financial institutions, pursuant to 12 U.S.C. 1463 note Public Law 101–73, section 308 (as amended by Public Law 111–203, section 367(4)) (124 Stat. 1556) to the Committee on Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR34EC241720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/2417?q=%7B%22search%22:%5B%22%22%5D%7D&s=6&r=40\",\n            \"created_at\": \"2021-10-19T06:45:33.257448-04:00\"\n        },\n        {\n            \"id\": 54896,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Concerning the Interest Rates Used for Options Pricing in the STANS Methodology Description\",\n            \"summary\": \"On October 6, 2021, the Options Clearing Corporation (“OCC”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to make clarifying changes to OCC’s System for Theoretical Analysis and Numerical Simulation (“STANS”) Methodology Description concerning the interest rates used for options pricing. Interested persons are invited to submit written data, views and arguments concerning the foregoing, including whether the proposed rule change is consistent with the Act.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12587OCC349337120211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-06\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"The Options Clearing Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/occ/2021/34-93371.pdf\",\n            \"created_at\": \"2021-10-19T06:45:13.170820-04:00\"\n        },\n        {\n            \"id\": 54897,\n            \"title\": \"CBP Officers in International Falls Seize Counterfeit Apple AirPods Valued at More than $800,000\",\n            \"summary\": \"U.S. Customs and Border Protection Office of Field Operations officers at the International Falls Port of Entry targeted a rail container destined to arrive in Ranier, Minnesota. CBP officers inspected the rail container and discovered counterfeit Apple AirPods that were in violation of intellectual property rights regulations. CBP seized 384 pair of the counterfeit AirPods on October 12 with an estimated manufacturer’s suggested retail price of $813,216 if the goods had been genuine. Stopping the flow of illicit goods is a priority trade issue for CBP. The importation of counterfeit merchandise can damage the U.S. economy and threaten the health and safety of the American people. For more information on CBP’s IPR priority trade issue visit: CBP Trade and IPR. With the growth of foreign trade, unscrupulous companies have profited billions of dollars from the sale of counterfeit and pirated goods. To combat the illicit trade of merchandise violating laws relating to IPR, trademark and copyright holders may register with CBP through an online system. Such registration assists CBP officers and import specialists in identifying merchandise that violates U.S. law.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19854CPB96120CB20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Customs and Border Protection\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.cbp.gov/newsroom/local-media-release/cbp-officers-international-falls-seize-counterfeit-apple-airpods-valued\",\n            \"created_at\": \"2021-10-19T06:45:13.271174-04:00\"\n        },\n        {\n            \"id\": 54975,\n            \"title\": \"2022 Holiday Margin Extensions Schedule\",\n            \"summary\": \"FINRA is publishing this Notice to assist firms with making accurate submissions in connection with requests for Federal Reserve Board Regulation T, SEA Rule 15c3-3 and FINRA Rule 4210 extensions of time around holidays when exchanges or banks are closed. The schedule included in this Notice specifies the due dates for filing requests of extensions of time prior to and after a holiday when the exchanges or banks are closed in 2022. Please note that Christmas Day 2021 is observed as an exchange holiday on December 24, however, Federal Reserve banks and branches will be open. The extension schedule is detailed below. Also, Juneteenth National Independence Day is a new holiday added to the calendar and will be observed on June 20, 2022.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA1162120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Rule Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FinraNotices/%7E3/C8BSrF9WoME/information-notice-101521\",\n            \"created_at\": \"2021-10-19T06:45:25.720745-04:00\"\n        },\n        {\n            \"id\": 54986,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Related to Clearly Erroneous Transactions Until April 20, 2022\",\n            \"summary\": \"On October 14, 2021, MEMX LLC (“MEMX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to extend the current pilot program related to MEMX Rule 11.15, “Clearly Erroneous Executions,” to the close of business on April 20, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12134MEMX349335820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MEMX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/memx/2021/34-93358.pdf\",\n            \"created_at\": \"2021-10-19T06:45:26.908296-04:00\"\n        },\n        {\n            \"id\": 55164,\n            \"title\": \"IT Requirements for Payment and E-Money Institutions\",\n            \"summary\": \"BaFin’s new ZAIT circular offers legal certainty for the specific rules set out in the German Payment Services Supervision Act. What are the supervisory requirements that payment and e-money institutions must meet for the due and proper conduct of business in relation to the use of information technology and to ensure cyber security? This question is answered by BaFin’s new circular on Supervisory Requirements for IT at Payment Services Providers (Zahlungsdiensteaufsichtliche Anforderungen an die IT), or ZAIT for short (currently only available in German). The circular offers legal certainty by accommodating the specific rules set out in the German Payment Services Supervision Act (Zahlungsdiensteaufsichtsgesetz – ZAG). This represents a further addition to BaFin’s series of circulars covering the supervisory requirements for IT to be met by financial institutions, insurance undertakings and asset management companies (BAIT, VAIT and KAIT).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17827BAF609520210929\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Publication\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Supervisory Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.bafin.de/SharedDocs/Veroeffentlichungen/EN/Fachartikel/2021/fa_bj_2108_ZAIT_en.html\",\n            \"created_at\": \"2021-10-19T06:45:55.293747-04:00\"\n        },\n        {\n            \"id\": 55165,\n            \"title\": \"Deferred Taxes: Insurers Must Pass a Post-Stress Recognition Test – A Double Challenge\",\n            \"summary\": \"Deferred taxes can mitigate own funds losses – specifically if they change in a stress scenario. If this results in deferred tax assets, insurers must pass a post-stress recognition test. And this is no simple task, as BaFin has established. Deferred tax assets and liabilities can mitigate a loss of own funds that results from a stress scenario used by an insurer to calculate its solvency capital requirement under Solvency II. A loss-mitigating effect arises in this context when deferred tax liabilities decrease, deferred tax assets increase or both things happen simultaneously. This effect, which is also known as the “loss-absorbing capacity of deferred taxes”, is taken into account as a reduction when calculating the solvency capital requirement (SCR) – in the standard formula under section 108 of the German Insurance Supervision Act (VAG) in conjunction with Article 207 of Delegated Regulation (EU) 2015/35 supplementing the Solvency II Directive (the “Delegated Regulation”).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17827BAF9411020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Publication\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Financial Supervisory Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.bafin.de/SharedDocs/Veroeffentlichungen/EN/Fachartikel/2021/fa_bj_2108_Latente_Steuern2_VA_en.html\",\n            \"created_at\": \"2021-10-19T06:45:55.393320-04:00\"\n        },\n        {\n            \"id\": 54962,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc, on October 16, 2021, via web with the following details: consumer's state: VA; consumer's zip: 23455; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48163725920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816372\",\n            \"created_at\": \"2021-10-19T06:45:24.246628-04:00\"\n        },\n        {\n            \"id\": 54862,\n            \"title\": \"Alabama Retail Day\",\n            \"summary\": \"Kay Ivey, Governor of Alabama, do hereby proclaim October 19, 2021 as Alabama Retail Day.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7867ALA186720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proclamation\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.alabama.gov/newsroom/2021/10/alabama-retail-day-4/\",\n            \"created_at\": \"2021-10-19T06:45:08.230075-04:00\"\n        },\n        {\n            \"id\": 55007,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Current Pilot Program Related to Rule 7.10\",\n            \"summary\": \"On October 5, 2021, NYSE National, Inc. (“NYSE National” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to extend the current pilot program related to Rule 7.10 (Clearly Erroneous Executions) to the close of business on April 20, 2022. The purpose of the proposed rule change is to extend the current pilot program related to Rule 7.10 (Clearly Erroneous Executions) to the close of business on April 20, 2022. The pilot program is currently due to expire on October 20, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12584NAT349335920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE National, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysenat/2021/34-93359.pdf\",\n            \"created_at\": \"2021-10-19T06:45:29.124512-04:00\"\n        },\n        {\n            \"id\": 55152,\n            \"title\": \"State Assembly Bill AB606: Sales Tax Exemption for Workforce Housing Developments\",\n            \"summary\": \"Introduced on 10/8/2021. An Act relating to creating a sales tax exemption for materials used to construct workforce housing developments or to conduct workforce housing rehabilitation projects. This bill creates a sale and use tax exemption for the sale of building materials, supplies, and equipment and landscaping and lawn maintenance services if the property or service is acquired solely for, or used solely in, the construction or development of a workforce housing development or is acquired solely for, or used solely in, a workforce housing rehabilitation project. The bill defines “workforce housing development” to mean a housing development in Wisconsin. The bill defines “workforce housing rehabilitation project” as a project involving improvement to housing in this state to maintain the housing in a decent, safe, and sanitary condition or to restore it to that condition if the estimated value of each residential unit undergoing rehabilitation does not exceed a maximum amount determined by WHEDA and if the project involves the removal of lead paint or structural improvements. Under the bill, the sales and use tax exemption may not be claimed for property and services acquired for or used in the construction or development of property for public use within a workforce housing development.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99WI18211AB60619507b020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/reg/asm/bill/ab606\",\n            \"created_at\": \"2021-10-19T06:45:53.597141-04:00\"\n        },\n        {\n            \"id\": 54963,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc, on October 16, 2021, via web with the following details: consumer's state: VA; consumer's zip: 24504; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48163735920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816373\",\n            \"created_at\": \"2021-10-19T06:45:24.354549-04:00\"\n        },\n        {\n            \"id\": 54920,\n            \"title\": \"Notice of Proposed Changes to the Alaskacare Retiree Health Plan\",\n            \"summary\": \"The Department of Administration, Division of Retirement and Benefits, proposes to adopt changes to the AlaskaCare Defined Benefit Retiree Health Plan and the AlaskaCare Defined Contribution Health Plan, effective for the 2020 plan year, including providing members with an additional dental plan choice under the DentalVision‐Audio (DVA) plan. You may comment on the proposed plan booklet changes by submitting written comments to the State of Alaska Department of Administration/Division of Retirement and Benefits at PO Box 110203, Juneau AK 998110203. A public teleconference to answer questions about the proposed changes will be held on October 16, 2019 at 1:00 p.m. Alaska time. After the public comment period ends, the Plan Administrator will either adopt the proposed plans, or other provisions dealing with the same subject, without further notice. The language of the final plan documents may be different from the proposed plan documents. You should comment during the time allowed if your interests could be affected. Written comment received are public records and are subject to public inspection.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20412320211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Administration\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alaska\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=130257\",\n            \"created_at\": \"2021-10-19T06:45:19.834369-04:00\"\n        },\n        {\n            \"id\": 54973,\n            \"title\": \"Speech by Randal K. Quarles, Governor, Federal Reserve System, at the Third Conference on Financial Stability, Madrid, Spain: Quarles, Financial Stability and Coordination in Times of Crisis\",\n            \"summary\": \"\\\"I'm here with you today as the Chair of the Financial Stability Board (FSB), and today the FSB stands at an inflection point. From here, we can look back at the events and actions of the last 18 months to see what we have learned. And—in light of that—we can then look forward, to see how the FSB will address ongoing and future financial stability challenges. All of the researchers attending this conference are no doubt doing something similar—looking back to learn so that we can better prepare for the future. Living through the events of last year was an experience of near chaos. The world had stopped functioning the way it should, leading to unexpected—and in some cases almost unimaginable—outcomes, including in our financial markets. As we got some distance from the turmoil and studied pieces of the problems, patterns started to emerge. We began to appreciate nuances that we hadn't appreciated in the moment. This conference is being held just a few blocks from where Picasso's Guernica hangs, and in preparing these remarks I reflected on the first time I saw the painting, almost half a century ago—at that time at the Museum of Modern Art in New York, before Picasso would let the painting come to its home in Spain. One's first look at Guernica is chaotic, dizzying, viscerally frightening, hard to comprehend. But after looking about it, thinking about it, living with one's memory of the images for some time (in my case, I still think I'm understanding new things about it after 50 years), we start to see the story told by the bits and pieces.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED133is8A20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/quarles20211018a.htm\",\n            \"created_at\": \"2021-10-19T06:45:25.516374-04:00\"\n        },\n        {\n            \"id\": 54992,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Pearl Options Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On October 7, 2021, MIAX PEARL, LLC (“MIAX Pearl” or “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to amend the MIAX Pearl Options Fee Schedule (the “Fee Schedule”) to adjust the Options Regulatory Fee (“ORF”). Currently, the Exchange assesses ORF in the amount of $0.0028 per contract side. The Exchange proposes to reduce the amount of ORF from $0.0028 per contract side to $0.0018 per contract side in order to help ensure that revenue collected from the ORF, in combination with other regulatory fees and fines, does not exceed the Exchange’s total regulatory costs. The Exchange’s proposed change to the ORF should balance the Exchange’s regulatory revenue against the anticipated regulatory costs. The Exchange initially filed this proposal on July 30, 2021 (SR-PEARL-2021-37) and withdrew such filing on August 12, 2021. The Exchange refiled this proposal on August 12, 2021 (SR-PEARL-2021-38) and withdrew such filing on October 7, 2021. The Exchange proposes to implement this fee change effective October 7, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12562PEA349336920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/pearl/2021/34-93369.pdf\",\n            \"created_at\": \"2021-10-19T06:45:27.525955-04:00\"\n        },\n        {\n            \"id\": 54976,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Program Related to FINRA Rule 11892 (Clearly Erroneous Transactions in Exchange-Listed Securities)\",\n            \"summary\": \"On October 5, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to extend the current pilot program related to FINRA Rule 11892 (Clearly Erroneous Transactions in Exchange-Listed Securities) (“Clearly Erroneous Transaction Pilot” or “Pilot”) until April 20, 2022. FINRA is proposing a rule change to extend the current pilot program related to FINRA Rule 11892 governing clearly erroneous transactions in exchange-listed securities until the close of business on April 20, 2022. Extending the Pilot would provide FINRA and the national securities exchanges additional time to consider a permanent proposal for clearly erroneous transaction reviews. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349335520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/finra/2021/34-93355.pdf\",\n            \"created_at\": \"2021-10-19T06:45:25.822189-04:00\"\n        },\n        {\n            \"id\": 55054,\n            \"title\": \"Governor Justice Announces Billion-Dollar Broadband Strategy\",\n            \"summary\": \"Governor Jim Justice today unveiled a billion-dollar strategy to bring broadband availability to 200,000 more West Virginia homes and businesses. The plan will combine funding from federal, state, and local governments, along with matching investments from private-sector partners, to accelerate the expansion of high-speed internet to underserved areas of the state. The plan represents by far the largest investment in broadband in the state’s history. The Governor’s strategy will add a $236 million state broadband program to $362 million in Federal Communications Commission funding and $120 million from other state and federal sources, for a total of $718 million in government funding expected to be allocated by fall 2022. The funds will be allocated through competitive programs that draw matching funds from private-sector and local government partners, generating more than $1 billion in total broadband investment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8246WV56116Y20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"West Virginia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.wv.gov/News/press-releases/2021/Pages/Gov.-Justice-announces-Billion-Dollar-Broadband-Strategy.aspx\",\n            \"created_at\": \"2021-10-19T06:45:34.291913-04:00\"\n        },\n        {\n            \"id\": 54949,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 16, 2021, via web with the following details: consumer's state: MI; consumer’s zip: 48226; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162575920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816257\",\n            \"created_at\": \"2021-10-19T06:45:22.919076-04:00\"\n        },\n        {\n            \"id\": 55041,\n            \"title\": \"SBA Offers Disaster Assistance to Businesses and Residents in Cobb County Affected by Severe Flood Damage from Hurricane Ida\",\n            \"summary\": \"Georgia businesses and residents affected by severe flood damage from Hurricane Ida on August 30 through September 1, 2021, may apply for low-interest disaster loans from the U.S. Small Business Administration, SBA Administrator Isabella Casillas Guzman announced today. Administrator Guzman made the loans available in response to a letter from Georgia Governor Brian Kemp on Oct. 7, requesting a disaster declaration by the SBA. Businesses and residents in the declared area can now apply for low-interest disaster loans from the SBA. The declaration covers Cobb County and the adjacent counties of Bartow, Cherokee, Douglas, Fulton, and Paulding in Georgia. To assist businesses and residents affected by the disaster, the SBA will open a Disaster Loan Outreach Center (DLOC) in Cobb County on Saturday, October 16.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA92AGE41321520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/15/sba-offers-disaster-assistance-businesses-residents-cobb-county-affected-severe-flood-damage\",\n            \"created_at\": \"2021-10-19T06:45:32.949880-04:00\"\n        },\n        {\n            \"id\": 54977,\n            \"title\": \"Mortgage Rates Surpass Three Percent\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) today released the results of its Primary Mortgage Market Survey (PMMS), showing that the 30-year fixed-rate mortgage (FRM) averaged 3.05 percent. “The 30-year fixed-rate mortgage rose to its highest point since April,” said Sam Khater, Freddie Mac’s Chief Economist. “As inflationary pressure builds due to the ongoing pandemic and tightening monetary policy, we expect rates to continue a modest upswing.” Khater continued, “Historically speaking, rates are still low, but many potential homebuyers are staying on the sidelines due to high home price growth. Rising mortgage rates combined with growing home prices make affordability more challenging for potential homebuyers.” 30-year fixed-rate mortgage averaged 3.05 percent with an average 0.7 point for the week ending October 14, 2021, up from last week when it averaged 2.99 percent. A year ago at this time, the 30-year FRM averaged 2.81 percent. 15-year fixed-rate mortgage averaged 2.30 percent with an average 0.7 point, up from last week when it averaged 2.23 percent. A year ago at this time, the 15-year FRM averaged 2.35 percent. 5-year Treasury-indexed hybrid adjustable-rate mortgage (ARM) averaged 2.55 percent with an average 0.2 point, up from last week when it averaged 2.52 percent. A year ago at this time, the 5-year ARM averaged 2.90 percent.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2382120211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Freddie Mac\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/mortgage-rates-surpass-three-percent\",\n            \"created_at\": \"2021-10-19T06:45:25.924500-04:00\"\n        },\n        {\n            \"id\": 55045,\n            \"title\": \"Executive Communication to House Financial Services Committee\",\n            \"summary\": \"A letter from the Senior Congressional Liaison, Bureau of Consumer Financial Protection, transmitting the Bureau's annual report to Congress on college credit card agreements, pursuant to 15 U.S.C. 1637(r)(3) Public Law 90–321, section 127 (as amended by Public Law 111–24, section 305(a)) (123 Stat. 1750) to the Committee on Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR34EC241820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/2418?q=%7B%22search%22:%5B%22%22%5D%7D&s=6&r=39\",\n            \"created_at\": \"2021-10-19T06:45:33.358008-04:00\"\n        },\n        {\n            \"id\": 55179,\n            \"title\": \"Investors Pledge Almost £10bn at UK Global Investment Summit\",\n            \"summary\": \"At least 30,000 new jobs will be created around the UK thanks to £9.7 billion of new foreign investment due to be announced by the Prime Minister at the Global Investment Summit today (Tuesday 19 October 2021). The package of 18 deals will support growth in vital sectors such as wind and hydrogen energy, sustainable homes and carbon capture and storage, cementing the UK’s climate leadership for COP26 and beyond. It comes as the Department for International Trade launches a new Investment Atlas, an online platform designed to help international investors identify and execute high priority investment opportunities in England, Scotland, Wales and Northern Ireland.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKIA104609420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Prime Ministers Office\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/investors-pledge-almost-10bn-at-uk-global-investment-summit\",\n            \"created_at\": \"2021-10-19T06:45:56.872492-04:00\"\n        },\n        {\n            \"id\": 55047,\n            \"title\": \"Executive Communication to House Financial Services Committee\",\n            \"summary\": \"A letter from the General Counsel, Federal Housing Finance Agency, transmitting the Agency's regulatory interpretation - Eligibility of Mortgage Loan Participants as Collateral for Federal Home Loan Bank Advances [2021-RI-01] received October 6, 2021, pursuant to 5 U.S.C. 801(a)(1)(A) Public Law 104–121, section 251 (110 Stat. 868) to the Committee on Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR34EC242020211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/2420?q=%7B%22search%22:%5B%22%22%5D%7D&s=6&r=37\",\n            \"created_at\": \"2021-10-19T06:45:33.561098-04:00\"\n        },\n        {\n            \"id\": 54964,\n            \"title\": \"Three Residents Indicted for Insurance Fraud by Grand Jury\",\n            \"summary\": \"Late last month in New Castle County, a Grand Jury indicted multiple residents for insurance fraud. The indictments stem from Department of Insurance Fraud Prevention Bureau investigations, in partnership with the Delaware Department of Justice. They allege that following vehicle accidents, each indicted resident did knowingly present false information to auto insurers or otherwise caused false information to be presented. A resident of Wilmington was indicted on September 27 following a two-vehicle auto accident and a fraudulent claim filed with Permanent General Insurance. The resident had no insurance at the time of the accident but obtained it afterward, and intentionally misrepresented the date of the accident to obtain a benefit that they were not entitled to. Video evidence was uncovered that confirmed the accurate date of the accident. A resident of Newark was indicted on September 27 for knowingly misrepresenting the time of an auto accident. During the investigation, evidence was obtained that confirmed that the resident had no auto insurance coverage at the time of their accident and that their auto insurance policy was obtained after the accident had occurred. They engaged in insurance fraud through intentionally providing false information in order to obtain a benefit that they were not entitled to from Good to Go Insurance. An additional resident was indicted for similar activity in an attempt to defraud Progressive Insurance. The resident obtained an auto insurance policy and filed a claim two days later, stating that their vehicle was struck by an unknown vehicle while parked at their residence. An examination of vehicle damage was inconsistent with this depiction, and the investigation further identified that the vehicle was involved in an accident three days prior to obtaining insurance coverage.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9033DE16956620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Delaware Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Delaware\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://news.delaware.gov/2021/10/18/three-residents-indicted-for-insurance-fraud-by-grand-jury/\",\n            \"created_at\": \"2021-10-19T06:45:24.456662-04:00\"\n        },\n        {\n            \"id\": 55125,\n            \"title\": \"Senate Bill S2161: Creating a Department of Utilities Disaster Relief Fund (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/22/2021. An Act creating a Department of Utilities Disaster Relief Fund. Telecommunications, Utilities and Energy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S21612267ac420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S2161\",\n            \"created_at\": \"2021-10-19T06:45:50.777125-04:00\"\n        },\n        {\n            \"id\": 55043,\n            \"title\": \"Meeting of the U.S. Federal Retirement Thrift Investment Board, October 26, 2021\",\n            \"summary\": \"The Federal Retirement Thrift Investment Board will hold a meeting on October 26, 2021 at 10:00 a.m. The following is the board meeting agenda: open session 1. approval of the September 28, 2021 Board meeting minutes 2. monthly reports a) participant activity report b) legislative report 3. quarterly reports c) investment policy d) audit status e) budget review 4. mid-year financial review 5. enterprise risk management update 6. internal audit update 7. converge update.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22638\",\n            \"regalytics_alert_id\": \"1891FR20212263820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Federal Retirement Thrift Investment Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22638/notice-of-board-meeting\",\n            \"created_at\": \"2021-10-19T06:45:33.156916-04:00\"\n        },\n        {\n            \"id\": 54892,\n            \"title\": \"Statement by Gary Gensler, Chair of the Securities Exchange Commission, on Equity and Options Market Structure Conditions in Early 2021\",\n            \"summary\": \"Today, the staff of the Securities and Exchange Commission published a report on the “meme stock” events of winter 2021, and how these events affected individual investors. These meme stocks, including but not limited to GameStop, exhibited significant price volatility, trading volume, and attention in the markets in January. In the report, staff raised a number of issues for additional consideration, including events that may cause a brokerage to restrict trading, as well as matters related to clearing and settling and Equity market structure and incentives, amongst others.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECB9CFF9DA20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Statement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/public-statement/gensler-staff-statement-2021-10-18\",\n            \"created_at\": \"2021-10-19T06:45:12.750622-04:00\"\n        },\n        {\n            \"id\": 55040,\n            \"title\": \"SBA Disaster Loans Available to Pennsylvania Private Non-Profit Organizations Affected by Remnants of Hurricane Ida\",\n            \"summary\": \"The U.S. Small Business Administration announced today that certain Private Non-Profit organizations (PNP)s in Pennsylvania that do not provide critical services of a governmental nature may be eligible to apply for low-interest disaster loans. These loans are available following a Presidential disaster declaration for Public Assistance resulting from damages caused by remnants of Hurricane Ida from August 31 through September 5, 2021. PNPs located in Bucks, Chester and Montgomery counties in Pennsylvania are eligible to apply. Examples of eligible non-critical PNP organizations include, but are not limited to, food kitchens, homeless shelters, museums, libraries, community centers, schools and colleges. PNP organizations may borrow up to $2 million to repair or replace damaged or destroyed real estate, machinery and equipment, inventory and other business assets. The interest rate is 2 percent with terms up to 30 years. The SBA also offers Economic Injury Disaster Loans (EIDL) to help meet working capital needs, such as ongoing operating expenses to PNP organizations. EIDL assistance is available regardless of whether the organization suffered any physical property damage.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA92NTS51321520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/15/sba-disaster-loans-available-pennsylvania-private-non-profit-organizations-affected-remnants\",\n            \"created_at\": \"2021-10-19T06:45:32.847977-04:00\"\n        },\n        {\n            \"id\": 55121,\n            \"title\": \"Senate Bill S1792: Inequities Regarding Retirement (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. For legislation to correct inequities regarding the retirement of state-employed and special authority-employed police officers. Public Service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071S17922641fca20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/S1792\",\n            \"created_at\": \"2021-10-19T06:45:50.357663-04:00\"\n        },\n        {\n            \"id\": 54950,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 16, 2021, via web with the following details: consumer's state: NY; consumer’s zip: 11950; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162675920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816267\",\n            \"created_at\": \"2021-10-19T06:45:23.018773-04:00\"\n        },\n        {\n            \"id\": 55107,\n            \"title\": \"House of Representatives Bill H2991: Exempt Municipalities from Gas Tax (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. For legislation to exempt municipalities from the gas tax. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H29911834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2991\",\n            \"created_at\": \"2021-10-19T06:45:48.873615-04:00\"\n        },\n        {\n            \"id\": 55008,\n            \"title\": \"LIBOR Transition: Updated Self-Assessment Tool for Banks\",\n            \"summary\": \"This bulletin provides an updated self-assessment tool for banks 1 to evaluate their preparedness for the cessation of the London Interbank Offered Rate (LIBOR). Bank management can use this self-assessment tool to evaluate the bank’s risk management process for identifying and mitigating LIBOR transition risks. Not all sections or questions in the tool apply to all banks. Bank management should tailor the bank’s risk management process to the size and complexity of the bank's LIBOR exposures. For example, large or complex banks and those with material LIBOR exposures should have a robust, well-developed transition process in place. Small or non-complex banks and those with limited exposure to LIBOR-indexed instruments can consider less extensive and less formal transition efforts. Bank management should consider all applicable risks (e.g., operational, compliance, strategic, and reputation) when scoping and completing LIBOR cessation preparedness assessments.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC5671KS474620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bulletin\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-46.html\",\n            \"created_at\": \"2021-10-19T06:45:29.231092-04:00\"\n        },\n        {\n            \"id\": 55137,\n            \"title\": \"Senate Bill SB888: Municipalities Generally and Public Utilities of the Pennsylvania Consolidated Statutes\",\n            \"summary\": \"Introduced on 10/18/2021. An Act amending Titles 53 (Municipalities Generally) and 66 (Public Utilities) of the Pennsylvania Consolidated Statutes, in transportation network companies, further providing for transportation network company drivers; and, in transportation network service, further providing for transportation network company drivers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA1817SB88815820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=S&type=B&bn=888\",\n            \"created_at\": \"2021-10-19T06:45:52.007572-04:00\"\n        },\n        {\n            \"id\": 54924,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change Relating to Extend the Current Pilot Program Related to Clearly Erroneous Executions, to the Close of Business on April 20, 2022\",\n            \"summary\": \"On October 14, 2021, CBOE BYX Exchange, Inc. (the “Exchange” or “BYX”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the current pilot program related to BYX Rule 11.17, Clearly Erroneous Executions, to the close of business on April 20, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BYZ349334320211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BYX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebyx/2021/34-93343.pdf\",\n            \"created_at\": \"2021-10-19T06:45:20.331094-04:00\"\n        },\n        {\n            \"id\": 54952,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc, on October 16, 2021, via web with the following details: consumer's state: NY; consumer's zip: 11950; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162715920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816271\",\n            \"created_at\": \"2021-10-19T06:45:23.223725-04:00\"\n        },\n        {\n            \"id\": 55015,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, October 21, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is announcing a meeting which will be held via remote means and/or at the Commission’s headquarters, 100 F Street, NE, Washington, DC 20549 at 1:30 p.m. on Thursday, October 21, 2021. The subject matter of the closed meeting will consist of the following topics: Institution and settlement of injunctive actions; Institution and settlement of administrative proceedings; resolution of litigation claims; and other matters relating to examinations and enforcement proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22772\",\n            \"regalytics_alert_id\": \"1891FR20212277220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22772/sunshine-act-meetings\",\n            \"created_at\": \"2021-10-19T06:45:30.091724-04:00\"\n        },\n        {\n            \"id\": 55103,\n            \"title\": \"House of Representatives Bill H2870: Protecting Youth from Nicotine Addiction (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. Relative to the excise tax on cigarettes, cigars, and smoking tobacco. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H28701834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2870\",\n            \"created_at\": \"2021-10-19T06:45:48.462899-04:00\"\n        },\n        {\n            \"id\": 54944,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc, on October 16, 2021, via web with the following details: consumer’s state: PR; consumer's zip: 00680; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48162415920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816241\",\n            \"created_at\": \"2021-10-19T06:45:22.406634-04:00\"\n        },\n        {\n            \"id\": 54860,\n            \"title\": \"The ATU stands with Striking Workers Across the U.S.\",\n            \"summary\": \"Right now, in the United States, over 100,000 union workers are on strike or threatening to walk out across multiple industries. The ATU knows about the power of strikes and labor solidarity. It was not too long ago at Cinder Bed Road MetroBus garage in Northern Virginia workers at ATU Local 689-Washington, DC, walked off the job for over 82 days -- the longest transit strike in this region's history. The ATU pledges our solidarity with our fellow union members who are exercising their fundamental right to strike from IATSE production and post-production workers, BCTGM Kellogg workers, hospital workers in New York, nurses in Massachusetts, and most recently 10,000 John Deere employees of UAW who walked off the job amid a contract dispute. Workers are tired of being taken for granted after all they've sacrificed. No matter which industry you're in, you deserve dignity and respect on the job.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19958ATU528620211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Amalgamated Transit Union\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.atu.org/media/releases/the-atu-stands-with-striking-workers-across-the-u-s\",\n            \"created_at\": \"2021-10-19T06:45:07.281983-04:00\"\n        },\n        {\n            \"id\": 55034,\n            \"title\": \"FinCEN Issues Report on Ransomware Trends in Bank Secrecy Act Data\",\n            \"summary\": \"Today, FinCEN issued a financial trend analysis on ransomware trends in Bank Secrecy Act reporting filed between January 2021 and June 2021. This report, issued pursuant to the Anti-Money Laundering Act of 2020, focuses on pattern and trend information pertaining to ransomware, in line with FinCEN’s issuance of government-wide priorities for anti-money laundering and countering the financing of terrorism policy.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1927FINCEN168FI20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Financial Crimes Enforcement Network\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fincen.gov/news/news-releases/fincen-issues-report-ransomware-trends-bank-secrecy-act-data\",\n            \"created_at\": \"2021-10-19T06:45:32.117626-04:00\"\n        },\n        {\n            \"id\": 55063,\n            \"title\": \"Andrea J. Wilkes Appointed as Regional Director of Region 14, St. Louis\",\n            \"summary\": \"Today, General Counsel Jennifer A. Abruzzo announced the appointment of Andrea J. Wilkes to serve as the Regional Director for the Agency’s Region 14 office. With a Regional Office in Saint Louis, Missouri, a Sub-Regional Office in Overland Park, Kanas, and Resident Office in Tulsa, Oklahoma, Region 14 is responsible for conducting elections, investigating unfair labor practice charges, and protecting the right of workers to act collectively to improve their wages and working conditions in Illinois, Iowa, Kansas, Missouri, Nebraska, and Oklahoma.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB72114AN20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/andrea-j-wilkes-appointed-as-regional-director-of-region-14-st-louis\",\n            \"created_at\": \"2021-10-19T06:45:37.121964-04:00\"\n        },\n        {\n            \"id\": 55133,\n            \"title\": \"House of Representatives Bill HB1928: Decedents, Estates and Fiduciaries of the Pennsylvania Consolidated Statutes\",\n            \"summary\": \"Introduced on 09/29/2021. An Act amending Title 20 (Decedents, Estates and Fiduciaries) of the Pennsylvania Consolidated Statutes, in incapacitated persons, further providing for petition and hearing and independent evaluation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99PA18171HB1928263844e20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.state.pa.us/cfdocs/billinfo/bill_history.cfm?syear=2021&sind=0&body=H&type=B&bn=1928\",\n            \"created_at\": \"2021-10-19T06:45:51.599864-04:00\"\n        },\n        {\n            \"id\": 55108,\n            \"title\": \"House of Representatives Bill H3044: Sales Tax Exemption (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. Relative to sales tax exemptions for battery electric vehicles or fuel cell powered vehicles. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H30441834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3044\",\n            \"created_at\": \"2021-10-19T06:45:48.972869-04:00\"\n        },\n        {\n            \"id\": 55132,\n            \"title\": \"Senate Bill S07445: Municipal Law and the Public Officers Law\",\n            \"summary\": \"Introduced on 10/18/2021. An act to amend the general municipal law and the public officer’s law, in relation to prohibiting individuals in certain positions from taking any position with a business or entity doing business with an industrial development authority. To prohibit individuals in certain positions from taking any position with a business or entity doing business with an industrial development agency and to provide penalties for violations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99NY1813S0744511720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Senate\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nysenate.gov/legislation/bills/2021/S7445\",\n            \"created_at\": \"2021-10-19T06:45:51.494390-04:00\"\n        },\n        {\n            \"id\": 55012,\n            \"title\": \"Notice of Hearing: Darl Matthew Friend; and Garrison Property and Casualty Insurance Company\",\n            \"summary\": \"Pennsylvania Insurance Department will hold a hearing In the Matter of Darl Matthew Friend / Garrison Property and Casualty Insurance Company (P21-07-023) ACT 205. On December 1, 2021 at 9:30 am at the Harrisburg\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6486PAP210702320211201\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Harrisburg\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Insurance Department\",\n                    \"states\": [\n                        {\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.insurance.pa.gov/Regulations/Pages/Upcoming-Schedule.aspx\",\n            \"created_at\": \"2021-10-19T06:45:29.702804-04:00\"\n        },\n        {\n            \"id\": 55052,\n            \"title\": \"Governor Northam Toasts Rising Sales in Virginia’s Wine Industry\",\n            \"summary\": \"Governor Ralph Northam today invited Virginia wine lovers from across the Commonwealth to celebrate Virginia Wine Month this October and toast the industry’s growth. Virginia wine sales grew by 7.4 percent for fiscal year 2021. Virginia consistently ranks within the top ten wine regions in the United States, generating over $1.37 billion in economic impact and more than 8,200 jobs for the Commonwealth. More than 330 wineries call Virginia home.Virginians are encouraged to host a Harvest Party this weekend to celebrate Virginia-grown food and wine. Virginia’s chefs and winemakers will be highlighted during events hosted in vineyards during the weekend of October 16.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA90999520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Virginia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/october/headline-909995-en.html\",\n            \"created_at\": \"2021-10-19T06:45:34.071986-04:00\"\n        },\n        {\n            \"id\": 55115,\n            \"title\": \"House of Representatives Bill H3818: Modernize Massachusetts Credit Union Share Insurance Corporation (MSIC) investments (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. For legislation to modernize Massachusetts Credit Union Share Insurance Corporation (MSIC) investments. Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H381826455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H3818\",\n            \"created_at\": \"2021-10-19T06:45:49.681060-04:00\"\n        },\n        {\n            \"id\": 55105,\n            \"title\": \"House of Representatives Bill H2972: Promote Healthy Alternatives to Sugary Drinks (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. For legislation to impose an excise tax on distributors of certain drinks with added sugar and promoting healthy alternatives to such drinks. Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H29721834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H2972\",\n            \"created_at\": \"2021-10-19T06:45:48.673926-04:00\"\n        },\n        {\n            \"id\": 55117,\n            \"title\": \"House of Representatives Bill H4060: Real Property Transfer Fee in the Town of Chatham (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/18/2021. That the town of Chatham be authorized to establish a real property transfer fee in said town. Revenue. [Local Approval Received.]\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H40601834faf20211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H4060\",\n            \"created_at\": \"2021-10-19T06:45:49.883764-04:00\"\n        },\n        {\n            \"id\": 54958,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc, on October 16, 2021, via web with the following details: consumer's state: TX; consumer's zip: 77407; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48163595920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816359\",\n            \"created_at\": \"2021-10-19T06:45:23.832935-04:00\"\n        },\n        {\n            \"id\": 55020,\n            \"title\": \"SEC Obtains Judgment Against Massachusetts Man Who Defrauded Investors in International Real Estate Investment Scheme\",\n            \"summary\": \"The Securities and Exchange Commission today announced that it obtained a final judgment against Vassilios Trikantzopoulos, of Boston, Massachusetts, and his business, Navis Ventures LLC, who were previously charged with operating a fraudulent long-running investment scheme. In June 2020, the Commission charged Trikantzopoulos and Navis for running a multi-year scheme that solicited investors for various international real estate ventures but then used the investors' funds for unauthorized personal expenses. On June 21, 2021, Trikantzopoulos also conducts business under the name Basil Trikantzopoulos, and an alternate spelling of his name, Trikatzopoulos. The Court found Trikantzopoulos and Navis liable for fraudulently misrepresenting to investors Trikantzopoulos' background, the expected return on their investments, and the use of their investments. On October 15, 2021, the Court entered a final judgment permanently enjoining Trikantzopoulos and Navis from violating the antifraud provisions. The Court also ordered Trikantzopoulos to pay $109,139 in disgorgement of ill-gotten gains plus $17,841 in prejudgment interest, and civil penalties of $195,046. Navis was ordered to pay civil penalties of $250,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2524320211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Litigation Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25243.htm\",\n            \"created_at\": \"2021-10-19T06:45:30.614684-04:00\"\n        },\n        {\n            \"id\": 54996,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend the Exchange's Pricing Schedule at Options 7, Section 10\",\n            \"summary\": \"On September 30, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to amend the Exchange's Pricing Schedule at Options 7, Section 10 (Proprietary Data Feed Fees) to: (i) Allow the external distribution of analytic products derived from information contained in the PHLX Options Trade Outline (“PHOTO”) to the general investing public; (ii) increase fees for End of Day, Intra-Day, and historical data to reflect the current market value of these products; and (iii) offer a discounted fee for 36 months of historical data for current distributors. The Exchange initially filed these proposed pricing changes on August 6, 2021 (SR-PHLX-2021-46), but withdrew that filing on August 19, 2021. This filing reintroduces the August 6 Proposal. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22569\",\n            \"regalytics_alert_id\": \"1891FR20212256920211018\",\n            \"proposed_comments_due_date\": \"2021-11-08\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22569/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-19T06:45:27.940354-04:00\"\n        },\n        {\n            \"id\": 55032,\n            \"title\": \"Paperwork Reduction Act Approvals: Partitions of Eligible Multiemployer Plans\",\n            \"summary\": \"The Pension Benefit Guaranty Corporation (PBGC) intends to request that the Office of Management and Budget extend approval, under the Paperwork Reduction Act, of a collection of information contained in its regulation on Partitions of Eligible Multiemployer Plans. This notice informs the public of PBGC’s intent and solicits public comment on the collection of information. Sections 4233(a) and (b) of the Employee Retirement Income Security Act of 1974 (ERISA) allow a plan sponsor of a multiemployer plan to apply to PBGC for a partition of the plan and state the criteria that PBGC uses to determine a plan’s eligibility for a partition. PBGC’s regulation on Partitions of Eligible Multiemployer Plans sets forth the procedures for applying for a partition, the information required to be included in a partition application, and notices to interested parties of the application.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22628\",\n            \"regalytics_alert_id\": \"1891FR20212262820211018\",\n            \"proposed_comments_due_date\": \"2021-12-17\",\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Pension Benefit Guaranty Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22628/proposed-submission-of-information-collection-for-omb-review-comment-request-partitions-of-eligible\",\n            \"created_at\": \"2021-10-19T06:45:31.901613-04:00\"\n        },\n        {\n            \"id\": 55062,\n            \"title\": \"Notice of Development of Rulemaking: Retail Tobacco Products Dealer Permit\",\n            \"summary\": \"The purpose of this rulemaking is to update the existing rule relating to the Retail Tobacco Products Dealer Permit and include the application process and requirements for a Retail Nicotine Product Dealer Permit as needed following the signing of Senate Bill 1080 by Governor DeSantis. This rulemaking will address the application process and requirements for a Retail Tobacco Products Dealer Permit and a Retail Nicotine Products Dealer Permit.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2498954520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Notice of Development of Rulemaking\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=61A-5.056&PDate=10/18/2021&Section=1#\",\n            \"created_at\": \"2021-10-19T06:45:36.024698-04:00\"\n        },\n        {\n            \"id\": 54974,\n            \"title\": \"Financial Accounting Standards Advisory Council\",\n            \"summary\": \"The Financial Accounting Standards Advisory Council (FASAC) held its quarterly meeting on Thursday, September 30, 2021. The FASB Chair provided highlights on FASB activities that were not otherwise on the agenda for the Council meeting and SEC and PCAOB staff members commented on current issues and activities. Council members discussed the following topics: FASB’s Investor Outreach Process: Council members discussed the FASB’s investor outreach process and provided observations and suggestions about how the FASB can make engagement with investors and other financial statement users more accessible and enhance educational efforts. Overall, Council members commended the FASB on their outreach efforts with investors and other financial statement users, including the transparency of the outreach process included in the Investor Outreach Report. Investors and other financial statement users encouraged the FASB to continue to be proactive in educational efforts relating to implementation of new standards to help users understand the potential financial impact to a company and how that may inform their decision-making process.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14762FASB163456841420211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Accounting Standards Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fasb.org/cs/ContentServer?c=FASBContent_C&pagename=FASB%2FFASBContent_C%2FAdvisoryGroupsPage&cid=1176178719351&rss=1\",\n            \"created_at\": \"2021-10-19T06:45:25.620120-04:00\"\n        },\n        {\n            \"id\": 55037,\n            \"title\": \"IRS Sets Forth Required Information for a Valid Research Credit Claim for Refund\",\n            \"summary\": \"The IRS has set forth the information that taxpayers will be required to include for a research credit claim for refund to be considered valid. Existing Treasury Regulations require that for a refund claim to be valid, it must set forth sufficient facts to apprise IRS of the basis of the claim. The Chief Counsel memorandum PDF will be used to improve tax administration with clearer instructions for eligible taxpayers to claim the credit while reducing the number of disputes over such claims. Effective tax administration entails ensuring taxpayers understand what is required to support the claim for the research and experimentation (R&E) credit. Each year, the IRS receives thousands of R&E claims for credits in the hundreds of millions of dollars from corporations, businesses, and individual taxpayers. Claims for research credit under IRC Section 41 are currently examined in a substantial number of cases and consume significant resources for both the IRS and taxpayers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS8010920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-sets-forth-required-information-for-a-valid-research-credit-claim-for-refund\",\n            \"created_at\": \"2021-10-19T06:45:32.425806-04:00\"\n        },\n        {\n            \"id\": 55091,\n            \"title\": \"Senate Bill S0532: Private Schools (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Revising requirements that private schools participating in certain educational scholarship programs must meet; revising parent and student responsibilities for participating in the Florida Tax Credit Scholarship Program; revising school district obligations under the Hope Scholarship Program; requiring certain private schools to be graded according to specified rules; requiring private schools to comply with the State Requirements for Educational Facilities of the Florida Building Code, etc. Effective Date: 7/1/2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841S05321520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/532\",\n            \"created_at\": \"2021-10-19T06:45:47.216993-04:00\"\n        },\n        {\n            \"id\": 55090,\n            \"title\": \"Senate Bill S0524: Elections (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Removing the limitation on the amount of aggregate fines that may be assessed in a calendar year against a third-party voter registration organization for specified violations; revising the candidate oath to require a candidate to subscribe to an oath or affirmation regarding outstanding fines, fees, or penalties owed for certain ethics or campaign finance violations; prohibiting the use of ranked-choice voting to determine election or nomination to elective office; voiding existing or future local ordinances authorizing the use of ranked-choice voting; authorizing the supervisor of elections to designate up to two additional early voting sites per election in areas of a county that do not have otherwise eligible locations, etc.  This act shall take effect July 1, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841S05241520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-07-01\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida State Senate\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/524\",\n            \"created_at\": \"2021-10-19T06:45:47.111367-04:00\"\n        },\n        {\n            \"id\": 54880,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Date of the Pilot Related to the Market-Wide Circuit Breaker in Rule 11.280\",\n            \"summary\": \"On October 15, 2021, Long-Term Stock Exchange, Inc. (“LTSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to extend the pilot related to the market-wide circuit breaker in Rule 11.280. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. The Exchange proposes to extend the pilot related to the market-wide circuit breaker in Rule 11.280 to the close of business on March 18, 2022.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4821LTSE349337620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Long-Term Stock Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/ltse/2021/34-93376.pdf\",\n            \"created_at\": \"2021-10-19T06:45:11.423903-04:00\"\n        },\n        {\n            \"id\": 55000,\n            \"title\": \"Attorney General James Directs Unregistered Crypto Lending Platforms to Cease Operations in New York, Announces Additional Investigations\",\n            \"summary\": \"New York Attorney General Letitia James today announced new efforts she is taking to protect New York investors, and the trading markets more generally, from exploitation by high-risk virtual currency schemes. Virtual or “crypto” currency lending platforms are essentially interest-bearing accounts that offer investors a rate of return on virtual currencies that are deposited with them. In New York, these lending platforms must register with the Office of the Attorney General (OAG) if they are operating within the state or offering their products to New Yorkers. Today, Attorney General James directed two of these lending platforms to immediately cease their unregistered and unlawful activities in New York and directed three other platforms to immediately provide information about their activities and products.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5398620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-directs-unregistered-crypto-lending-platforms-cease\",\n            \"created_at\": \"2021-10-19T06:45:28.372316-04:00\"\n        },\n        {\n            \"id\": 55160,\n            \"title\": \"European Supervisory Authorities Publish Sectoral Reports on the Supervisory Independence of Competent Authorities\",\n            \"summary\": \"The three European Supervisory Authorities (ESAs) – the EBA, EIOPA and ESMA – published today their individual reports on the supervisory independence of competent authorities (CAs) in their sectors. Based on the CAs’ self-assessment, the three reports highlight that the independence of CAs is multi-faceted and dependent on a number of legal, institutional, operational and cultural factors. The three reports take stock of the factual situation on CAs’ independence along key angles, namely, operational, financial and personal independence as well as accountability and transparency. The reports seek to factually represent the arrangements and practices reported by CAs without assessing the independence of individual CAs.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17709EBA10689820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Banking Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"France\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.eba.europa.eu/european-supervisory-authorities-publish-sectoral-reports-supervisory-independence-competent\",\n            \"created_at\": \"2021-10-19T06:45:54.778556-04:00\"\n        },\n        {\n            \"id\": 55039,\n            \"title\": \"SBA Offers Disaster Assistance to Arizona Businesses and Residents Affected by Severe Storms, Flooding and Flash Flooding\",\n            \"summary\": \"Low-interest federal disaster loans are available to Arizona businesses and residents affected by severe storms, flooding and flash flooding that occurred August 13-14, 2021, announced Administrator Isabella Casillas Guzman of the U.S. Small Business Administration. SBA acted under its own authority to declare a disaster in response to a request SBA received from Governor Douglas A. Ducey on October 10, 2021. The disaster declaration makes SBA assistance available in Gila, La Paz, Maricopa, Pima, Pinal, Yavapai and Yuma counties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93ASH61371420211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/14/sba-offers-disaster-assistance-arizona-businesses-residents-affected-severe-storms-flooding-flash\",\n            \"created_at\": \"2021-10-19T06:45:32.745892-04:00\"\n        },\n        {\n            \"id\": 55055,\n            \"title\": \"Governor Justice’s Billion-Dollar Broadband Strategy for West Virginia\",\n            \"summary\": \"The Governor’s Billion-Dollar Broadband Strategy is expected to bring broadband availability to 200,000 more West Virginia homes and businesses. The plan will combine funding from federal, state, and local governments, along with matching investments from private-sector partners, to accelerate the expansion of high-speed internet to underserved areas of the state. The plan represents by far the largest investment in broadband in the state’s history.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8246WV87162A20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"West Virginia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.wv.gov/News/press-releases/2021/Pages/What-they%E2%80%99re-saying-Gov.-Justice%E2%80%99s-Billion-Dollar-Broadband-Strategy-for-West-Virginia.aspx\",\n            \"created_at\": \"2021-10-19T06:45:34.399152-04:00\"\n        },\n        {\n            \"id\": 55097,\n            \"title\": \"House of Representatives Bill H1140: Making changes to Certain References in the Banking Laws of the Commonwealth (192nd General Court)\",\n            \"summary\": \"Hearing scheduled on 10/26/2021. An Act making changes to certain references in the banking laws of the Commonwealth.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99MA18071H114026455b220211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H1140\",\n            \"created_at\": \"2021-10-19T06:45:47.847202-04:00\"\n        },\n        {\n            \"id\": 54979,\n            \"title\": \"ICE Announces Completion of Merger Between Bakkt and VPC Impact Acquisition Holdings\",\n            \"summary\": \"Intercontinental Exchange, Inc. (NYSE: ICE), a leading global provider of data, technology and market infrastructure, today announced that Bakkt Holdings, LLC (“Bakkt”), the transformative digital asset marketplace launched in 2018 by ICE and a marquee group of investors and strategic partners, has completed its merger with VPC Impact Acquisition Holdings (NASDAQ: VIH), and will begin trading as a public company on the New York Stock Exchange on Monday, October 18, under the ticker “BKKT”. ICE maintains an approximately 68% economic interest and a minority voting interest in the combined company. The investment will be reclassified as an equity method investment of ICE and will therefore not be consolidated within ICE’s financial statements. The earnings of equity method investments are excluded from ICE’s adjusted non-GAAP results.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE22720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Announces-Completion-of-Merger-Between-Bakkt-and-VPC-Impact-Acquisition-Holdings/default.aspx\",\n            \"created_at\": \"2021-10-19T06:45:26.175593-04:00\"\n        },\n        {\n            \"id\": 55064,\n            \"title\": \"Elizabeth K. Kerwin Appointed as Regional Director of Region 7, Detroit\",\n            \"summary\": \"Today, General Counsel Jennifer A. Abruzzo announced the appointment of Elizabeth K. Kerwin to serve as the Regional Director for the Agency’s Region 7 office. With the Regional Office in Detroit and a Resident Office in Grand Rapids, Michigan, Region 7 is responsible for conducting elections, investigating unfair labor practice charges, and protecting the right of workers to act collectively to improve their wages and working conditions throughout Eastern Michigan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB72115EL20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/elizabeth-k-kerwin-appointed-as-regional-director-of-region-7-detroit\",\n            \"created_at\": \"2021-10-19T06:45:37.226161-04:00\"\n        },\n        {\n            \"id\": 54985,\n            \"title\": \"Governor Hogan Announces $4 Million Available for Tropical Depression Ida Relief\",\n            \"summary\": \"Governor Larry Hogan today announced that the State of Maryland is making $4 million in funding available to assist residents and businesses affected by Tropical Depression Ida. In addition, the governor has requested a disaster declaration from the U.S. Small Business Administration (SBA) in order to make low-interest loans available. The governor’s announcement follows FEMA’s rejection of the state’s request for a presidential disaster declaration.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD30507220211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Maryland\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.maryland.gov/2021/10/15/governor-hogan-announces-4-million-available-for-tropical-depression-ida-relief/\",\n            \"created_at\": \"2021-10-19T06:45:26.801679-04:00\"\n        },\n        {\n            \"id\": 54923,\n            \"title\": \"Governor Newsom Announces Appointments 10.12.21\",\n            \"summary\": \"Governor Gavin Newsom today announced the following appointments: Sasha (Wisotsky) Kergan, 43, of Sacramento has been appointed Deputy Secretary of Housing and Consumer Relations at the Business Consumer Services and Housing Agency; Madelynn McClain, 46, of Sacramento, has been appointed Deputy Director of Fiscal Services at the California Department of Corrections and Rehabilitation, Division of Administrative Services, where she has been Associate Director since 2020; Michael R. Liang, 68, of Sacramento, has been reappointed Assistant Deputy Director of Public Affairs at the Department of General Services; Mark Monroe, 53, of Rancho Cordova, has been appointed Deputy Director, Broadband Middle-Mile Initiative at the California Department of Technology; Bianca Sievers, 31, of Sacramento, has been appointed Deputy Director for Special Initiatives at the Department of Water Resources; E. Joaquin Esquivel, 39, of Sacramento, has been appointed to the Western States Water Council; Karla Nemeth, 51, of Sacramento, has been appointed to the Western States Water Council; and Benito Delgado-Olson, 37, of Oakland, has been reappointed to the Low-Income Oversight Board of the California Public Utilities Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6542120211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/10/15/governor-newsom-announces-appointments-10-12-21/\",\n            \"created_at\": \"2021-10-19T06:45:20.222070-04:00\"\n        },\n        {\n            \"id\": 54961,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc, on October 16, 2021, via web with the following details: consumer's state: VA; consumer's zip: 23455; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB48163715920211016\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4816371\",\n            \"created_at\": \"2021-10-19T06:45:24.144139-04:00\"\n        },\n        {\n            \"id\": 55065,\n            \"title\": \"Iva Y. Choe Appointed as Regional Director of Region 8, Cleveland\",\n            \"summary\": \"Today, General Counsel Jennifer A. Abruzzo announced the appointment of Iva Y. Choe to serve as the Regional Director for the Agency’s Region 8 office. With a Regional Office in Cleveland, Ohio, Region 8 is responsible for conducting elections, investigating unfair labor practice charges, and protecting the right of workers to act collectively to improve their wages and working conditions throughout Northern Ohio.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB66109IV20211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/iva-y-choe-appointed-as-regional-director-of-region-8-cleveland\",\n            \"created_at\": \"2021-10-19T06:45:37.325465-04:00\"\n        },\n        {\n            \"id\": 55036,\n            \"title\": \"IRS Extends Videoconferencing to Large Business Taxpayers\",\n            \"summary\": \"The Internal Revenue Service today announced that beginning October 18, the IRS's large business division will accept all taxpayer requests to meet with IRS employees using secure videoconferencing. This step extends the practice used during the pandemic to accommodate taxpayers who sought more than meeting with an IRS employee over telephone calls. The new guidance, Video Meetings with LB&I Taxpayers and their Representatives PDF, requires LB&I employees to grant large business taxpayer requests for a secure video meeting with IRS-approved platforms in lieu of an in-person or telephone discussion with a compliance function.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS578620211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-extends-videoconferencing-to-large-business-taxpayers\",\n            \"created_at\": \"2021-10-19T06:45:32.323014-04:00\"\n        },\n        {\n            \"id\": 54933,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Current Pilot Program Related to Clearly Erroneous Executions, to the Close of Business on April 20, 2022\",\n            \"summary\": \"On October 14, 2021, CBOE EDGX Exchange, Inc. (the “Exchange” or “EDGX”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to extend the current pilot program related to EDGX Rule 11.15, Clearly Erroneous Executions, to the close of business on April 20, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule is effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125EDGX349334520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-15\",\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE EDGX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedgx/2021/34-93345.pdf\",\n            \"created_at\": \"2021-10-19T06:45:21.275751-04:00\"\n        },\n        {\n            \"id\": 55057,\n            \"title\": \"Healthcare Workers in Oregon Vote to Authorize a Strike Against Kaiser\",\n            \"summary\": \"Nearly 3,400 healthcare workers from Kaiser Permanente in Oregon moved closer to hitting the picket lines this week after they voted overwhelmingly to authorize a strike. The Oregon Federation of Nurses and Health Professionals said that 90 percent of its members, whose contracts expired on Sept. 30, voted; 96 percent favored a strike. The Alliance of Health Care Unions and Kaiser Permanente began national bargaining in April 2021. OFNHP says that primary issues are a lack of adequate staffing, which has reached crisis levels at Kaiser and other healthcare settings, and wages. On September 28, just before their contract ended, nearly 800 people rallied in front of Kaiser’s corporate office in downtown Portland. OFNHP members were joined by hundreds of supporters from the community and organizations in their fight for safe staffing and a fair contract.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19886AFT708720211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"American Federation of Teachers\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.aft.org/news/healthcare-workers-oregon-vote-authorize-strike-against-kaiser\",\n            \"created_at\": \"2021-10-19T06:45:34.833068-04:00\"\n        },\n        {\n            \"id\": 54886,\n            \"title\": \"Insurance May Not Cover a Hail Damaged Roof\",\n            \"summary\": \"Some insurance companies include provisions in homeowner policies that change the way claims are paid out for older roofs. For example, once a roof reaches 10 to 15 years old, hail damage to the roof may be paid at “Actual Cash Value” rather than “Replacement Cost Value.” “Actual Cash Value” takes condition, age, and wear and tear into account to estimate the current cash value of the existing roof. In an “Actual Cash Value” policy the insurance company will not pay to fully replace the roof – they will pay an adjusted amount based on the “Actual Cash Value” of the roof.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1336520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Montana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/insurance-may-not-cover-a-hail-damaged-roof/\",\n            \"created_at\": \"2021-10-19T06:45:12.124652-04:00\"\n        },\n        {\n            \"id\": 55077,\n            \"title\": \"Sprouts Farmers Market to Pay $280,0000 to Settle EEOC Disability Discrimination Suits\",\n            \"summary\": \"SFM, LLC, doing business as Sprouts Farmers Market — which operates grocery stores in Colorado and other states, will pay $280,000 to three deaf injured parties and provide other significant relief to settle lawsuits filed by the U.S. Equal Employment Opportunity Commission (EEOC) and Raymond Clark, the federal agency announced today. The lawsuits charged that Sprouts denied employment to applicants because of their disabilities and that Sprouts denied them reasonable accommodation in the application and hiring process. According to the lawsuits filed by the EEOC and Clark, after Sprouts managers contacted the applicants to interview them for available positions in Colorado, the applicants requested the assistance of an American Sign Language (ASL) interpreter for their interviews. The EEOC alleged Sprouts managers failed to make any arrangements for ASL interpreters and ignored the applicants when they followed up about their requests for an accommodation and the interviews.Under the three-year consent decree settling the suit, Sprouts will pay a total of $280,000 to resolve the claims in these lawsuits. The decree enjoins Sprouts from engaging in discrimination based on disability in the future; requires that Sprouts review and revise its Americans with Disabilities Act (ADA) policies; adopt written guidance on reasonable accommodations; and provide ADA training. Sprouts will also send a letter of apology to each of the charging parties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"172EEOC8610820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Equal Employment Opportunity Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.eeoc.gov/newsroom/sprouts-farmers-market-pay-2800000-settle-eeoc-disability-discrimination-suits\",\n            \"created_at\": \"2021-10-19T06:45:39.563990-04:00\"\n        },\n        {\n            \"id\": 55046,\n            \"title\": \"Executive Communication to House Financial Services Committee\",\n            \"summary\": \"A letter from the Secretary, Department of the Treasury, transmitting a follow up letter regarding the debt limit of the United States of America to the Committee on Financial Services.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18425USHOR34EC241920211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.congress.gov/house-communication/117th-congress/executive-communication/2419?q=%7B%22search%22:%5B%22%22%5D%7D&s=6&r=38\",\n            \"created_at\": \"2021-10-19T06:45:33.458801-04:00\"\n        },\n        {\n            \"id\": 55172,\n            \"title\": \"Faster Payment System Service Unavailability\",\n            \"summary\": \"The Faster Payment System (FPS) service is currently unavailable due to unforeseen circumstances encountered in a planned system maintenance which involves a system relocation and upgrade, carried out by the Hong Kong Interbank Clearing Limited (HKICL), the operator of the FPS. All FPS services, including real-time fund transfers and registration of account proxy with the FPS, are unavailable. The system maintenance period was originally scheduled from 2:45 am to 7:45 am today (17 October), it now requires an extension upon triggering of a fall back arrangement as the system relocation and upgrade cannot be completed as planned. It is expected that the service will resume at or before 1:00 pm today. The public will be informed when the FPS resumes service. The public can contact your banks or stored value facility operators for more details regarding the availability of the related FPS services that may be affected by the system maintenance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA4411017320211017\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211017-3/\",\n            \"created_at\": \"2021-10-19T06:45:56.146731-04:00\"\n        },\n        {\n            \"id\": 55035,\n            \"title\": \"Meeting of the Electronic Tax Administration Advisory Committee, November 3, 2021\",\n            \"summary\": \"The Electronic Tax Administration Advisory Committee (ETAAC) will hold a public meeting on Wednesday, November 3, 2021, from 3:00 to 4:00 p.m. Eastern Daylight Time. The ETAAC was established under statute to provide continuing advice to the IRS regarding the IRS organizational strategy for electronic tax administration. The Committee discusses issues pertaining to electronic tax administration, including the prevention of identity theft and refund fraud. It supports the overriding goal that paperless filing should be the preferred and most convenient method of filing tax and information returns. ETAAC members convey the public’s perceptions of IRS electronic tax administration activities, offer constructive observations about current or proposed policies, programs and procedures, and suggest improvements.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22658\",\n            \"regalytics_alert_id\": \"1891FR20212265820211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": \"2021-10-18\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/18/2021-22658/electronic-tax-administration-advisory-committee-meeting\",\n            \"created_at\": \"2021-10-19T06:45:32.221272-04:00\"\n        },\n        {\n            \"id\": 55069,\n            \"title\": \"Statutory Minor Correction: Correcting Address and Telephone Numbers\",\n            \"summary\": \"The Oregon Bureau of Labor and Industries attests the following changes have been made, according to ORS 183.335(7), correcting addresses or telephone numbers referred to in the rule titled: Employment of Minors to Act as Canvassers, Peddlers or Outside Salespersons from House to House.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR304881220211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-18\",\n            \"alert_type\": \"Minor Correction\",\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Bureau of Labor and Industries\",\n                    \"states\": [\n                        {\n                            \"name\": \"Oregon\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewReceiptPDF.action;JSESSIONID_OARD=XG6UJaLV9o8j0b-v1jeICaVYmfGyCNv1sXGq2Vh1lyAPZnlwyjkP!1684782157?filingRsn=48812\",\n            \"created_at\": \"2021-10-19T06:45:38.025286-04:00\"\n        },\n        {\n            \"id\": 54822,\n            \"title\": \"Complaint Filed: Ally Financial, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial Inc on September 21, 2021 via the website with the following details: consumer’s state: OH; consumer’s zip: 43302; product: debt collection; sub-product: auto debt; issue: communication tactics; sub-issue: frequent or repeated calls; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47412165920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4741216\",\n            \"created_at\": \"2021-09-23T11:23:31.602401-04:00\"\n        },\n        {\n            \"id\": 54821,\n            \"title\": \"Complaint Filed: the Phoenix Recovery Group\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against The Phoenix Recovery Group on September 21, 2021 via the website with the following details: consumer’s state: WA; consumer’s zip: 99156; product: debt collection; sub-product: other debt; issue: attempts to collect debt not owed; sub-issue: debt was paid; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47410287120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4741028\",\n            \"created_at\": \"2021-09-23T11:23:25.825100-04:00\"\n        },\n        {\n            \"id\": 54790,\n            \"title\": \"Order to Cease and Desist Activity: Parklawn Memorial Gardens, Inc. dba Parklawn Memorial Gardens and Matthew L. Gregory, Gabriel R. Gonzales, and Steven R. Pond, co-owners of Parklawn Memorial Gardens, Inc Plainview, TX\",\n            \"summary\": \"On this day, the matter of Parklawn Memorial Gardens, Inc dba Parklawn Memorial Gardens, located in Plainview, Texas, and Matthew L. Gregory, Gabriel R. Gonzales, and Steven R. Pond, co-owners of Parklawn Memorial Gardens, Inc (Respondents), was submitted to the Texas Banking Commissioner (Commissioner) for consideration and action. Respondent, Parklawn Memorial Gardens, Inc., was most recently examined by the Department commencing May 16, 2012. The examination reviewed information as of March 31, 2012. A Report of Examination (ROE) was issued and sent to Respondents on June 20, 2012, notifying Respondents: Respondents violated Health Code regarding the duty of the certificate holder to make its records available for examination. Matthew L. Gregory, the primary contact person for the certificate holder, was given two weeks advance notice prior to the scheduled examination along with a list of records to be examined. Mr. Gregory was not available for the on-site examination. The following documents were not made available to the examiner: perpetual care recapitulations of interments rights issued from January 1, 2011 to present, the historical register of interment rights sold from July 1, 2011 to present, the interment/disinterment log from July 1, 2011 to present, a list of all markers sold from January 1, 2011 to present, documentation to support the timely ordering and setting of markers, the recorded map, plat and dedication register, the Annual Statement of 2011 Perpetual Care Activity, and the Certificate of Authority Renewal. Due to the unavailability of required records, and the absence of Mr. Gregory during the examination, the examiner determined that the records and documents available for examination were grossly deficient and unacceptable. Accordingnly, Respondents are ordered to cease and desist from operating a perpetual care cemetery without a valid certificate of authority from the Department, except that Respondents shall continue to: perform burials for persons who owned plots in the cemetery as of the effective date of this Order; set markers purchased before the effective date of this Order; and maintain the property and grounds of the cemetery to the extent that income from the perpetual care fund permits. Respondents are further ORDERED to deposit within 5 days of the effective date of this Order all perpetual care funds due at that time into its perpetual care trust account. It is further ORDERED that an administrative hearing be scheduled in this matter to determine the appropriate amount of administrative penalties, if any, to be assessed against Respondents for violations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19238TX185201203120120914\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2012-09-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/Laws-Regulations/orders/2012-031.pdf\",\n            \"created_at\": \"2021-09-23T11:20:30.896967-04:00\"\n        },\n        {\n            \"id\": 54791,\n            \"title\": \"Agreed Order: Guerra Funeral Home, Inc\",\n            \"summary\": \"On or about October 12, 2004, Guerra Funeral Home, Inc. (Respondent) sold an illegal Prepaid Funeral Benefits Contracts (PFBC) to CL1 in the amount of $3,030.00 and did not place the funds in trust or submit the funds to a licensed insurance company as insurance premiums in compliance with Texas Finance Code, Chapter 154. Respondent has represented to the Department that this is the only remaining PFBC written in violation of Chapter 154, Texas Finance Code. Respondent does not have a permit from the Department to sell PFBCs. Upon the death of CL in 2012, the Respondent failed to honor the PFBC. Based on these violations, Respondent is ordered to pay restitution of $3,065, an administrative penalty of $2,000 for the above referenced violations of Texas Finance Code, and cost of service, of $55.00. Respondent shall pay the administrative penalty, restitution, and service costs in the total amount of $5,120 immediately upon execution of this Order. Respondent is also ordered to cease the sale of prepaid funeral contracts without the appropriate permit or license.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19238TX71201204020121129\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2012-11-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/Laws-Regulations/orders/2012-040.pdf\",\n            \"created_at\": \"2021-09-23T11:20:37.052384-04:00\"\n        },\n        {\n            \"id\": 54717,\n            \"title\": \"Governor Whitmer on Budget that Puts Michiganders First Without Raising Taxes\",\n            \"summary\": \"Governor Gretchen Whitmer issued the following statement after the legislature passed a bipartisan budget that puts Michiganders first and makes game-changing investments in families, communities, and small businesses: \\\"Today, we came together to get things done for Michigan's families, communities, and small businesses. I've always said that I will work with anyone who wants to put Michiganders first. I am grateful to the legislature for working with me to deliver real change that will make a difference in people's lives.\\\" The governor plans to sign the bipartisan budget into law before Fiscal Year 2022 begins on October 1.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56879720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Michigan\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-568797--,00.html\",\n            \"created_at\": \"2021-09-23T11:13:41.151689-04:00\"\n        },\n        {\n            \"id\": 54811,\n            \"title\": \"Complaint Filed: AFNI, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against AFNI, Inc, on September 21, 2021 via the website with the following details: consumer’s state: NE; consumer’s zip: 68137; product: debt collection: sub-product: other debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47402917120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740291\",\n            \"created_at\": \"2021-09-23T11:22:30.990396-04:00\"\n        },\n        {\n            \"id\": 54855,\n            \"title\": \"Scottish Secretary Comments on July GDP Figures\",\n            \"summary\": \"Today’s figures underline that there are challenges ahead, and that our focus must remain on a sustainable recovery. Our Plan For Jobs is helping people in all parts of the United Kingdom get back to work and we’ve invested £1.5 billion in growth deals across Scotland, while communities all over the country will see great benefits from our new Levelling Up and Community Renewal Funds. This all comes on top of the UK Government’s unprecedented package of support which has seen an additional £14.5billion funding provided to the Scottish Government. Thanks to the UK Government funded vaccine programme, including the new booster vaccine and rollout of jabs for 12-15 year olds, we will build back better, stronger and greener for the benefit of generations to come.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKSR121478220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Office of the Secretary of State for Scotland\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/scottish-secretary-comments-on-july-gdp-figures\",\n            \"created_at\": \"2021-09-23T11:26:29.661095-04:00\"\n        },\n        {\n            \"id\": 54835,\n            \"title\": \"Firms and Banks to Benefit from Early Adoption of Green Policies, ECB’s Economy-Wide Climate Stress Test Shows\",\n            \"summary\": \"The European Central Bank (ECB) today published the results of its economy-wide climate stress test. The exercise tested the impact of climate change on more than four million firms worldwide and 1,600 euro area banks under three different climate policy scenarios. The results show that firms and banks clearly benefit from adopting green policies early on to foster the transition to a zero-carbon economy. The exercise also reveals that the impact of climate risk is concentrated in certain regions and sectors of the euro area. In particular, firms located in regions most exposed to physical risk could face very severe and frequent natural disasters, which would in turn affect their creditworthiness. Climate risk includes both physical risk and transition risk. Physical risk is the economic impact of an expected increase in the frequency and magnitude of natural disasters. In Europe, physical risks are unevenly distributed, with northern regions being more prone to floods and southern regions more exposed to heat stress and wildfires. Transition risk is the cost of introducing policies to reduce CO2 emissions, particularly for certain high-emitting industries. For example, carbon-intense industries, such as mining or electricity, would incur considerable costs to reduce CO2 emissions, which would increase their probability of default over the short to medium term.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17584EU1108320210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/pr/date/2021/html/ecb.pr210922%7E59ade4710b.en.html\",\n            \"created_at\": \"2021-09-23T11:24:40.665150-04:00\"\n        },\n        {\n            \"id\": 54721,\n            \"title\": \"Pennsylvania Taxpayers Affected by Hurricane Ida Have More Time to File Tax Returns\",\n            \"summary\": \"The Department of Revenue is extending the due dates to file various individual and business tax returns for taxpayers in parts of Pennsylvania who were affected by Hurricane Ida. Importantly, taxpayers should know that this extension does not apply to tax payments. This guidance follows an announcement from the IRS, which also extended the due dates for various individual and business tax returns on the federal level. As the IRS announced, the extension applies to any area designated by the Federal Emergency Management Agency (FEMA) as qualifying for individual or public assistance. This includes Bucks, Chester, Delaware, Montgomery, Philadelphia, and York counties, but taxpayers in Ida-impacted localities in other parts of Pennsylvania, subsequently designated by FEMA, are eligible for the same filing relief.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA834736820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/revenue-details.aspx?newsid=347\",\n            \"created_at\": \"2021-09-23T11:14:02.868315-04:00\"\n        },\n        {\n            \"id\": 54719,\n            \"title\": \"Governor Chris Sununu Statement Following Historic Award of Research and Development Tax Credits\",\n            \"summary\": \"Today, following news that the New Hampshire Department of Revenue Administration has awarded 276 New Hampshire businesses with Research and Development Tax Credits for the 2021 program year – the highest total number of companies ever awarded these credits in a single program year and a 20% increase from 2020. The Research and Development Tax Credit Program has grown from only $1 million in program funds and 71 applicants in 2008 to a current high of $7 million and 276 applicants today.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8463NH16320210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Hampshire\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.nh.gov/news-and-media/governor-chris-sununu-statement-following-historic-award-research-and-development\",\n            \"created_at\": \"2021-09-23T11:13:52.119443-04:00\"\n        },\n        {\n            \"id\": 54789,\n            \"title\": \"Order Instituting Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: Peter Dichiara\",\n            \"summary\": \"The Securities and Exchange Commission deems it appropriate and in the public interest that public administrative proceedings are, instituted against Peter DiChiara. DiChiara, age 57, resides in Mount Kisco, New York. DiChiara is a member of the New York State Bar. DiChiara provided advice to individuals and entities regarding compliance with the federal securities laws. DiChiara is also licensed as a certified public accountant (CPA) in New York. DiChiara assisted a group of individuals engaged in a scheme to defraud investors by concealing their ownership and control of substantially all of the purportedly unrestricted shares in Environmental Packaging Technologies Holdings, Inc (Environmental Packaging), in order to sell those shares in bulk in violation of restrictions on stock sales by affiliates. Therefore, it is ordered that Respondent is suspended from appearing or practicing before the Commission as an attorney for 3 years from the date of the Order. In support of such an application, Respondent must provide a certificate of good standing from each state bar where Respondent is a member.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349310120210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93101.pdf\",\n            \"created_at\": \"2021-09-23T11:20:25.413525-04:00\"\n        },\n        {\n            \"id\": 54825,\n            \"title\": \"Complaint Filed: Credence Resource Management, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Credence Resource Management, LLC on September 21, 2021 via the website with the following details: consumer’s state: TX; consumer’s zip: 77035; product: debt collection; sub-product: other debt; issue: attempts to collect debt not owed; sub-issue: debt was result of identity theft; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47417125920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4741712\",\n            \"created_at\": \"2021-09-23T11:23:47.926564-04:00\"\n        },\n        {\n            \"id\": 54788,\n            \"title\": \"Trading Suspension in the Securities of Yus International Group, Ltd\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of the following issuer, commencing at 9:30 a.m. EDT on September 22, 2021 and terminating at 11:59 p.m. EDT on October 5, 2021: Yus International Group, Ltd. (YUSG). The Commission cautions brokers, dealers, shareholders and prospective purchasers that they should carefully consider the foregoing information along with all other currently available information and any information subsequently issued by this company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349310020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Trading Suspension\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-93100.pdf\",\n            \"created_at\": \"2021-09-23T11:20:19.948650-04:00\"\n        },\n        {\n            \"id\": 54809,\n            \"title\": \"Complaint Filed: Flagstar Bank, FSB\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Flagstar Bank, FSB on September 21, 2021 via referral with the following details: consumer’s state: LA; consumer’s zip: 71104; product: debt collection; sub-product: credit card debt; issue: written notification about debt; sub-issue: didn't receive enough information to verify debt; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the CFPB and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47401707120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740170\",\n            \"created_at\": \"2021-09-23T11:22:19.743293-04:00\"\n        },\n        {\n            \"id\": 54725,\n            \"title\": \"Celebrating the Culture and Contributions of Hispanic Americans\",\n            \"summary\": \"Hispanic Heritage Month celebrates the culture and contributions of Americans tracing their roots to Spain, Mexico, Central America, South America and the Spanish-speaking nations of the Caribbean. The observance was born in 1968 when Congress authorized the president to issue an annual proclamation designating National Hispanic Heritage Week. Two decades later, lawmakers expanded it to a monthlong celebration, stretching from September 15 to October 15. Hispanic Heritage Month — like its shorter precursor — always starts on September 15, a historically significant day marking the independence of five Latin American countries: Costa Rica, El Salvador, Guatemala, Honduras and Nicaragua. The designated period is also a nod to those from Mexico and Chile, which celebrate their independence September 16 and September 18, respectively.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC56220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Blog\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/blog/2021/09/celebrating-culture-and-contributions-hispanic-americans\",\n            \"created_at\": \"2021-09-23T11:14:24.310117-04:00\"\n        },\n        {\n            \"id\": 54812,\n            \"title\": \"Complaint Filed: Security Credit Services, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Security Credit Services, LLC on September 21, 2021 via the website with the following details: consumer’s state: VA; consumer’s zip: 24015; product: debt collection; sub-product: other debt; issue: attempts to collect debt not owed; sub-issue: debt was result of identity theft; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47404247120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740424\",\n            \"created_at\": \"2021-09-23T11:22:36.518370-04:00\"\n        },\n        {\n            \"id\": 54709,\n            \"title\": \"My Alabama Taxes Upgrade\",\n            \"summary\": \"A system upgrade in My Alabama Taxes (MAT) will go live on Sunday, Sept. 26, 2021. As a result of this upgrade, MAT will have a new look and the appearance of the State Tobacco Products (STP) return and State Cigarette Tax (SCT) wholesaler report will change.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR316820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/09/notice-my-alabama-taxes-upgrade/\",\n            \"created_at\": \"2021-09-23T11:12:55.665181-04:00\"\n        },\n        {\n            \"id\": 54826,\n            \"title\": \"Complaint Filed: Southwest Recovery Services, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Southwest Recovery Services, Inc September 21, 2021 via the website with the following details: consumer’s state: NV; consumer’s zip: 89133; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: Incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: closed with explanation; company public response: company disputes the facts presented in the complaint.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47420697120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4742069\",\n            \"created_at\": \"2021-09-23T11:23:52.999379-04:00\"\n        },\n        {\n            \"id\": 54729,\n            \"title\": \"Two Individuals Charged in Hawaii Tax Conspiracy\",\n            \"summary\": \"A federal grand jury in Honolulu, Hawaii, returned a 15-count indictment charging two individuals with conspiring to defraud the United States, filing false tax returns and money laundering. According to the indictment, from 2015 to 2019, Hannah Heart, Sook Young Jung and another individual allegedly conspired to defraud the United States by seeking fraudulent refunds from the IRS based on false claims that they had paid sizeable tax withholdings. The conspirators allegedly filed a false 2014 amended individual income tax return that claimed a refund of $464,904 and a false 2015 individual income tax return that claimed a refund of $1,134,902. The indictment further alleges that the conspirators took steps to prevent the IRS from recovering the fraudulently obtained refunds, and that Heart and Jung laundered the fraudulently obtained refunds through a series of financial transactions. If convicted, Heart and Jung each face a maximum sentence of 10 years in prison for each count of money laundering. Heart and Jung each face a maximum sentence of three years for filing a false tax return and a maximum sentence of five years for conspiracy to defraud the United States.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ124C820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/two-individuals-charged-hawaii-tax-conspiracy\",\n            \"created_at\": \"2021-09-23T11:14:45.097691-04:00\"\n        },\n        {\n            \"id\": 54827,\n            \"title\": \"Complaint Filed: Receivables Management Partners, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Receivables Management Partners, LLC on September 21, 2021 via the website with the following details: consumer’s state: NC; consumer’s zip: 27282; product: debt collection; sub-product: I do not know; issue: written notification about debt; sub-issue: didn't receive enough information to verify debt; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47422365920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4742236\",\n            \"created_at\": \"2021-09-23T11:23:57.626927-04:00\"\n        },\n        {\n            \"id\": 54852,\n            \"title\": \"£800 Million Reinsurance Scheme Officially Opens to Help Give Festivals, Conferences and Live Events Cover to Plan with Confidence\",\n            \"summary\": \"Chancellor Rishi Sunak and Culture Secretary Nadine Dorries have today opened the scheme worth over £800 million to reinsure live events against Covid-related cancellation. The live events sector is worth more than £70 billion annually to the UK’s economy and supports more than 700,000 jobs, including small businesses and the self-employed. This intervention will support the UK’s economic recovery from the Covid-19 pandemic by giving events the confidence they need to plan for the future, whilst also ensuring that we deliver value for money for taxpayers. The UK Live Events Reinsurance Scheme is one of the only insurance schemes in the world to cover such a wide array of live events and without putting a cap on costs claimed per event.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UK£C13413016320210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Digital, Culture, Media and Sport\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/800-million-reinsurance-scheme-officially-opens-to-help-give-festivals-conferences-and-live-events-cover-to-plan-with-confidence\",\n            \"created_at\": \"2021-09-23T11:26:13.338465-04:00\"\n        },\n        {\n            \"id\": 54828,\n            \"title\": \"Complaint Filed: Medical Data Systems, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Medical Data Systems, Inc on September 21, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 30184; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47422475920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4742247\",\n            \"created_at\": \"2021-09-23T11:24:03.083806-04:00\"\n        },\n        {\n            \"id\": 54739,\n            \"title\": \"Warren, Brown, Smith, and Van Hollen Request Information from SPAC Creators Amid “Astonishing” Reports of Abuse and Market Dysfunction\",\n            \"summary\": \"United States Senators Elizabeth Warren, Sherrod Brown, Tina Smith and Chris Van Hollen sent letters to six creators of prominent Special Purpose Acquisition Companies, or SPACs, publicly traded shell companies that raise money to buy private companies and take them public. Their letters raise concerns about abuses by the creators and operators of SPACs, including reports that insiders are taking advantage of legislative and regulatory gaps at the expense of ordinary investors. The senators have requested information from Howard W. Lutnick, Chairman and CEO of Cantor Fitzgerald; Michael Klein, Founder of M. Klein & Associates; Tilman Fertitta, Chairman and CEO of Fertitta Entertainment, Inc.; Chamath Palihapitiya, Co-Founder and CEO of The Social+Capital Partnership, L.L.C.; David T. Hamamoto, CEO and Chairman of DiamondHead Holdings Corp.; and Stephen Girsky, Managing Partner at VectoIQ, LLC. SPACs have exploded in popularity in recent years, with sponsors asserting that SPACs present a faster and cheaper alternative to traditional initial public offerings. The trend is reshaping financial markets: as of last year, SPACs outpaced traditional IPOs as the preferred method for taking a company public. The senators have requested responses no later than October 8, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU312W20210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/warren-brown-smith-and-van-hollen-request-information-from-spac-creators-amid-astonishing-reports-of-abuse-and-market-dysfunction\",\n            \"created_at\": \"2021-09-23T11:15:38.293023-04:00\"\n        },\n        {\n            \"id\": 54734,\n            \"title\": \"SBA Disaster Assistance Offered in Western North Carolina Affected by Tropical Storm Fred, Opens Second Business Recovery Center\",\n            \"summary\": \"The U.S. Small Business Administration announced today the opening of a Business Recovery Center at the Asheville Buncombe Technical Community College on Thursday, September 16 at noon to assist all businesses and residents with one-on-one assistance in submitting a disaster loan application for remnants of Tropical Storm Fred on Aug. 16-18, 2021. Physical disaster loans are available to businesses of all sizes, nonprofit organizations, homeowners and renters in the primary counties of Buncombe, Haywood, and Transylvania counties in North Carolina. Economic Injury Disaster Loans are available to small businesses and most nonprofit organizations in the primary counties and in the following adjacent counties: Henderson, Jackson, Madison, McDowell, Rutherford, Swain and Yancey in North Carolina; Greenville, Oconee and Pickens in South Carolina and Cocke and Sevier in Tennessee.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA89OND1362220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/22/sba-disaster-assistance-offered-western-north-carolina-affected-tropical-storm-fred-opens-second\",\n            \"created_at\": \"2021-09-23T11:15:12.131295-04:00\"\n        },\n        {\n            \"id\": 54838,\n            \"title\": \"Avoiding a Financial Epidemic – The Role of Macroprudential Policies\",\n            \"summary\": \"The COVID-19 pandemic has been a stark reminder of how important preventive measures are for promoting the welfare of populations. This applies in all areas of life, but especially in healthcare. Prevention requires focusing on the community as a whole – even more than on individuals – to achieve the greatest possible well-being for all of us. Macroprudential policies are also inspired by this philosophy of focusing on prevention to safeguard the system as a whole – in this case, the financial system. This entails strengthening the resilience of the financial system and suppressing the build-up of vulnerabilities. By smoothing the financial cycle, macroprudential policies are meant to ensure a sustainable contribution of the financial sector to economic growth. Just as preventive healthcare hit the headlines in the COVID-19 crisis, the financial crisis of 2008 put macroprudential policy in the spotlight. It is a tool to address externalities and market failures associated with financial intermediation, complementing both microprudential supervision (De Nicolò et al. (2014)), and monetary policy (Martin et al. (2021)).\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17593ECB6810020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Bulletin\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu//pub/economic-research/resbull/2021/html/ecb.rb210921_2~ee61e73eba.en.html\",\n            \"created_at\": \"2021-09-23T11:24:57.147682-04:00\"\n        },\n        {\n            \"id\": 54795,\n            \"title\": \"Readout: Secretary of the Treasury Janet L. Yellen’s Meeting with Prime Minister Boris Johnson of the United Kingdom\",\n            \"summary\": \"Yesterday, Secretary of the Treasury Janet L. Yellen met with Prime Minister Boris Johnson of the United Kingdom. Secretary Yellen highlighted the Biden Administration’s efforts to build a stronger domestic economy for the middle class, and double the United States’ public international climate finance pledge. She welcomed the UK’s leadership of the G7 and COP-26 this year, and coordination on Build Back Better World. The Secretary noted the importance of continued collaboration to end the COVID-19 pandemic, support the global recovery, and forcefully address the threat of climate change, including through the mobilization of private sector investment and efforts of the international financial institutions. They also discussed the situation in Afghanistan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT116036620210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0366\",\n            \"created_at\": \"2021-09-23T11:21:00.432068-04:00\"\n        },\n        {\n            \"id\": 54779,\n            \"title\": \"Notice of Intended Action Proposing Rule Making Related to Hoover Presidential Library Tax Credit and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Economic Development Authority proposes to adopt Chapter 43, “Hoover Presidential Library Tax Credit,” Iowa Administrative Code. The Authority will develop a system for authorization of tax credits and will control the distribution of tax credits for donations to the Hoover Presidential Library Foundation for its library and museum renovation project fund. The tax credit created by House File 588 is allowed against specific taxes for tax years beginning on or after January 1, 2021, but before January 1, 2024. The aggregate amount of tax credits authorized is $5 million. These proposed rules implement the legislation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5908C4520210922\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Economic Development Authority\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5908C.pdf\",\n            \"created_at\": \"2021-09-23T11:19:27.964168-04:00\"\n        },\n        {\n            \"id\": 54746,\n            \"title\": \"Assembly Bill 573: Broadband Mapping\",\n            \"summary\": \"Introduced on 09/22/2021. An Act to relating to broadband mapping and the use of certain federal funds for wireless broadband and cellular service expansion grants. This bill requires the Public Service Commission to award grants for constructing wireless broadband and cellular service infrastructure. Under the bill, PSC must give priority to projects that expand wireless broadband service or cellular service in areas designated by the Federal Communications Commission as unserved or underserved. Grant recipients must contribute matching funds equal to at least 20 percent of the grant. The bill requires the governor to allocate $70,000,000 of the funds accepted under the federal American Rescue Plan Act of 2021 (ARPA) for these grants. The bill also requires PSC to establish and maintain a publicly accessible map of fixed, mass market broadband service availability in this state. The bill requires the governor to allocate $5,000,000 of the funds accepted under ARPA for this broadband mapping.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB5731720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Assembly Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab573\",\n            \"created_at\": \"2021-09-23T11:16:17.567037-04:00\"\n        },\n        {\n            \"id\": 54780,\n            \"title\": \"Notice of Intended Action Proposing Rule Making Related to Workforce Housing Tax Incentives Program and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Economic Development Authority proposes to amend Chapter 48, “Workforce Housing Tax Incentives Program,” Iowa Administrative Code. 2021 Iowa Acts, Senate File 619, amends Iowa Code section 15.354 relating to the Workforce Housing Tax Incentives Program. The legislation (1) replaces examination language with a requirement that recipients provide a statement of the amount of final qualified rehabilitation expenditures and any other information deemed necessary by the Authority, (2) allows the Authority to request additional documentation before approving a sales and use tax refund, (3) allows the Authority to establish an application period for the submission of disaster recovery applications and allows for competitive scoring, and (4) adds a provision that a housing business shall meet the requirements set forth in the Authority’s and the Department of Revenue’s rules before claiming a refund of sales and use taxes. This proposed rule making amends certain definitions, Incorporates the examination language from Senate File 619 and further elaborates on the attestation procedure, and amends the disaster recovery housing rules to Include the authority to establish an application period and a competitive process. The proposed rule making also updates the Authority’s address.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5909C6120210922\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Economic Development Authority\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5909C.pdf\",\n            \"created_at\": \"2021-09-23T11:19:33.461489-04:00\"\n        },\n        {\n            \"id\": 54787,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Yus International Group, Ltd\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it necessary and appropriate for the protection of investors a public administrative proceedings be instituted against Yus International Group, Ltd. (“YUSG”). After an investigation, the Division of Enforcement alleges that: the Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. Accordignly, it is ordered that a public hearing before the Commission for the purpose of taking evidence shall be convened at a time and place to be fixed by further order of the Commission; and that Respondent shall file an Answer to the allegations contained in this Order within 10 days after service of this Order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349309920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93099.pdf\",\n            \"created_at\": \"2021-09-23T11:20:14.557879-04:00\"\n        },\n        {\n            \"id\": 54773,\n            \"title\": \"Industry Working Group Identifies Opportunities to Better Protect Financial Market Infrastructures’ Data as Cyber Threat Landscape Continues to Evolve\",\n            \"summary\": \"An independent Industry Working Group (IWG) sponsored by the CPMI-IOSCO Working Group on Cyber Resilience (WGCR), Including representatives from The Depository Trust & Clearing Corporation (DTCC), Euroclear, the Federal Reserve Bank of New York, LCH, TMX Group and the Reserve Bank of Australia, today issued a whitepaper that explores data protection and validation as the cyber threat landscape continues to evolve. Delivered to evaluate how Financial Market Infrastructures (FMIs) are protecting and leveraging data, the paper explores options that firms should consider as they bolster their capabilities, Including data recovery, reconciliation and replay. The IWG focused on five key themes: While the two-hour recovery time objective (RTO) remains a target objective, data integrity issues require trade-offs between speed of recovery and accuracy of recovery. Recovery capabilities of existing systems were typically designed with physical and non-cyber outages in mind and may not be as effective in maintaining data integrity during a cyber-attack. Interconnections between firms Increase the potential impact of a data integrity compromise across the industry. Recovery from a data integrity breach requires a high degree of trust in the available backup data copies as well as coordination within the ecosystem.When considering the recovery objective, the definition of critical services can vary across FMIs and scenarios.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18194DTCC15010720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Depository Trust & Clearing Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dtcc.com/news/2021/september/22/industry-working-group-identifies-opportunities-to-protect-data\",\n            \"created_at\": \"2021-09-23T11:18:54.035630-04:00\"\n        },\n        {\n            \"id\": 54813,\n            \"title\": \"Complaint Filed: Source Receivables Management LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Source Receivables Management LLC on September 21, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 30339; product: debt collection; sub-product: I do not know; issue: attempts to collect dent not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: company believes it acted appropriately as authorized by contract or law.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47405797120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740579\",\n            \"created_at\": \"2021-09-23T11:22:42.056422-04:00\"\n        },\n        {\n            \"id\": 54775,\n            \"title\": \"New Research Examines Why Some Consumers Are More Vulnerable to Financial Scams\",\n            \"summary\": \"New findings from a two-year study bring researchers closer to understanding why some people are more likely to lose money to financial fraud. The FINRA Investor Education Foundation (FINRA Foundation), Better Business Bureau (BBB) Institute for Marketplace Trust, and the University of Minnesota completed the study, Exposed to Scams: Can Challenging Consumers’ Beliefs Protect Them from Fraud?, in advance of World Investor Week, October 4-10, 2021. Investigators found that the attitudes and beliefs shaping the ways study participants looked at the world—known as “mental frames”—may have influenced the way they reacted to scams. Specifically, researchers propose that mental frames governing compliance, opportunity, intelligence, and order may have affected the way that interviewees interpreted what scammers told them. Individuals were more likely to lose money if they believed that: authority should not be challenged; financial opportunities are a zero-sum game with clear winners and losers; the world is organized in a way that rewards good people; and asking too many questions can make a person seem ignorant.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"618FINRA19420200922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2020-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FINRANews/%7E3/EjC28SbD1ys/new-research-examines-why-some-consumers-are-more-vulnerable\",\n            \"created_at\": \"2021-09-23T11:19:04.684907-04:00\"\n        },\n        {\n            \"id\": 54842,\n            \"title\": \"Wells Fargo (Clone of FCA Authorised Firms): Warning\",\n            \"summary\": \"Fraudsters are using the details of firms we authorise to try to convince people that they work for a genuine, authorised firm. Find out more about this 'clone firm'. Almost all firms and individuals carrying out financial services activities in the UK have to be authorised or registered by us. This firm is not authorised or registered by us but has been targeting people in the UK, claiming to be an authorised firm. This is what we call a 'clone firm', and fraudsters usually use this tactic when contacting people out of the blue, so you should be especially wary if you have been cold called. They may use the name of the genuine firm, the 'firm reference number' (FRN) we have given the authorised firm or other details.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17758FCA52WS17520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Investor Warning\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/warnings/wells-fargo-clone-fca-authorised-firms\",\n            \"created_at\": \"2021-09-23T11:25:18.788536-04:00\"\n        },\n        {\n            \"id\": 54777,\n            \"title\": \"Miscellaneous: Land Development Regulations Adopted by the City of Apalachicola\",\n            \"summary\": \"The Department of Economic Opportunity (“Department”) hereby issues its Final Order, approving land development regulations adopted by the City of Apalachicola (“City”), Ordinance No. 2021-02 (the “Ordinance”). The Department is required to approve or reject land development regulations that are adopted by any local government in an area of critical state concern. “Land development regulations” include local zoning, subdivision, building, and other regulations controlling the development of land. The regulations adopted by the Ordinance are land development regulations. The Ordinance is consistent with the City’s Comprehensive Plan as required by Section 163.3177(1), Florida Statutes, generally, and is specifically consistent with Future Land Use Element Objective 2 and Future Land Use Element Policies 2.1 and 2.8. Accordingly, it is ordered that the Department finds that the City of Apalachicola Ordinance No. 2021-02 is consistent with the City of Apalachicola’s Comprehensive Plan and the Principles for Guiding Development for the Apalachicola Bay Area of Critical State Concern and is hereby Approved.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2504871520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Miscellaneous\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25048715\",\n            \"created_at\": \"2021-09-23T11:19:16.255191-04:00\"\n        },\n        {\n            \"id\": 54747,\n            \"title\": \"Assembly Bill 574: Sales Tax Exemption\",\n            \"summary\": \"Introduced on 09/22/2021. An Act to relating to the sales tax exemption for entertainment admission sales by nonprofit organizations. Under current law, if a nonprofit organization sells admissions to an event involving entertainment, the sale of those admissions are exempt from sales tax if the payment for the entertainment is no more than $10,000 and certain other conditions are met. This bill increases the $10,000 threshold to $50,000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB5741720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Assembly Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab574\",\n            \"created_at\": \"2021-09-23T11:16:23.710466-04:00\"\n        },\n        {\n            \"id\": 54764,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List). On September 16, 2021, OFAC determined that the property and interests in property subject to U.S. jurisdiction of the following persons are blocked under the relevant sanctions authorities: Gurleyen, Soner; Guzel, Cebrail; Muslihan, Nurettin; Salim, Majdi Muhammad; and Salim, Majdi Muhammad.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20435\",\n            \"regalytics_alert_id\": \"1891FR20212043520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20435/notice-of-ofac-sanctions-action\",\n            \"created_at\": \"2021-09-23T11:18:05.700420-04:00\"\n        },\n        {\n            \"id\": 54763,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed below have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. Federal Reserve Bank of Chicago: First Mid Bancshares Inc., Mattoon, Illinois; to acquire Delta Bancshares Company through its wholly-owned subsidiary, Brock Sub, LLC, and thereby indirectly acquire Jefferson Bank and Trust Company, both of St. Louis, Missouri. In addition, Brock Sub, LLC, Mattoon, Illinois; a wholly-owned subsidiary of First Mid Bancshares Inc., to merge with Delta Bancshares Company, with Brock Sub, LLC surviving and thereby indirectly acquire Jefferson Bank and Trust Company. Immediately following the merger, Brock Sub, LLC to merge with and into First Mid Bancshares Inc., with the latter being the surviving entity.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20525\",\n            \"regalytics_alert_id\": \"1891FR20212052520210922\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20525/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-09-23T11:18:00.347717-04:00\"\n        },\n        {\n            \"id\": 54839,\n            \"title\": \"Side Effects of Monetary Easing in a Low Interest Rate Environment: Reversal and Risk-Taking\",\n            \"summary\": \"The effect of policy rate cuts on bank lending and risk-taking depends on how the low interest rate environment affects banks’ ability to raise external financing. When interest rates are low, easing monetary policy relaxes banks’ external financing constraint less than when interest rates are high. This reduces the stimulus to bank lending and induces banks to take more risk. There are indeed side effects of monetary stimulus at the zero-lower bound (ZLB).\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17593ECB9210020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Bulletin\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu//pub/economic-research/resbull/2021/html/ecb.rb210921_1~990bfeaab7.en.html\",\n            \"created_at\": \"2021-09-23T11:25:02.472694-04:00\"\n        },\n        {\n            \"id\": 54766,\n            \"title\": \"Extension to Rule 303 of Regulation ATS\",\n            \"summary\": \"The Securities and Exchange Commission has submitted a request for extension of Regulation ATS. Regulation ATS sets forth a regulatory regime for “alternative trading systems” (“ATSs”), which are entities that carry out exchange functions but are not required to register as national securities exchanges under the Act. In lieu of exchange registration, an ATS can instead opt to register with the Commission as a broker-dealer and, as a condition to not having to register as an exchange, must instead comply with Regulation ATS. Rule 303 of Regulation ATS (17 CFR 242.303) describes the record preservation requirements for ATSs. Rule 303 also describes how such records must be maintained, what entities may perform this function, and how long records must be preserved. Under Rule 303, ATSs are required to preserve all records made pursuant to Rule 302, which includes information relating to subscribers, trading summaries, and time-sequenced order information.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20442\",\n            \"regalytics_alert_id\": \"1891FR20212044220210922\",\n            \"proposed_comments_due_date\": \"2021-10-15\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20442/submission-for-omb-review-comment-request\",\n            \"created_at\": \"2021-09-23T11:18:16.254495-04:00\"\n        },\n        {\n            \"id\": 54768,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, September 27, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is providing notice and announcing that the Securities and Exchange Commission Asset Management Advisory Committee (\\\"AMAC\\\") will hold a public meeting on Monday, September 27, 2021 at 9:30 a.m. The meeting will be conducted by remote means. The meeting will include a discussion of matters in the asset management industry relating to: The Private Investments Subcommittee, including its potential recommendations; and the Evolution of Advice and the Small Advisers and Small Funds Subcommittees, including panel discussions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20614\",\n            \"regalytics_alert_id\": \"1891FR20212061420210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20614/sunshine-act-meetings\",\n            \"created_at\": \"2021-09-23T11:18:27.093191-04:00\"\n        },\n        {\n            \"id\": 54752,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule with Respect to Open-Close Report Data\",\n            \"summary\": \"On September 2, 2021, Miami International Securities Exchange, LLC (“MIAX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the MIAX Options Fee Schedule (the “Fee Schedule”) to provide historical Open-Close Report data for free by amending the fees for the Open-Close Report to: (i) respond to ad hoc requests for end-of-day data free of charge; and (ii) provide mid-month subscribers data for the entire month in which they subscribe. The Exchange currently assess a monthly fee of $600 per month for subscribing to the end-ofday summary Open-Close Report and $2,000 per month for subscribing to the intra-day OpenClose Report. The Exchange now proposes to provide Members and Non-Members who request on an ad hoc basis historical end-of-day Open-Close Report data free of charge. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20446\",\n            \"regalytics_alert_id\": \"1891FR20212044620210922\",\n            \"proposed_comments_due_date\": \"2021-10-13\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20446/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-filing-and\",\n            \"created_at\": \"2021-09-23T11:17:00.673006-04:00\"\n        },\n        {\n            \"id\": 54853,\n            \"title\": \"UKEF Commits to Going Carbon Neutral by 2050 Ahead of COP26\",\n            \"summary\": \"UK Export Finance (UKEF), the UK’s Export Credit Agency, today (Wednesday, September 22) unveiled an ambitious new plan to go net zero by 2050, decarbonising its financial portfolio and increasing its support for green exports. As part of its new Climate Change Strategy, launched today, the new target will require UKEF to increase its support for clean growth, renewables and climate adaptation exports while also improving its management of climate-related risks on its portfolio. UKEF currently has a capacity of £50 billion to support UK exports through loans, insurance and guarantees, issuing £12.3 billion of financial support to businesses last year. This capacity will be entirely carbon neutral by 2050 on a net basis.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUN172599420210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Export Finance\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/ukef-commits-to-going-carbon-neutral-by-2050-ahead-of-cop26\",\n            \"created_at\": \"2021-09-23T11:26:18.767370-04:00\"\n        },\n        {\n            \"id\": 54759,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Extending the Expiration Date of the Temporary Amendments to Rules 9261 and 9830\",\n            \"summary\": \"The Exchange proposes extending the expiration date of the temporary amendments in SR-NYSE-2020-763 to Rules 10.9261 (Evidence and Procedure in Hearing) and 10.9830 (Hearing) from August 31, 2021, to December 31, 2021 to harmonize with recent changes by FINRA to extend the expiration date of the temporary amendments to its Rules 9261 and 9830. SR-NYSE-2020-76 temporarily granted to the Chief or Deputy Chief Hearing Officer the authority to order that hearings be conducted by video conference if warranted by public health risks posed by in-person hearings during the ongoing COVID-19 pandemic.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349290920210909\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-09\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-92909.pdf\",\n            \"created_at\": \"2021-09-23T11:17:37.848766-04:00\"\n        },\n        {\n            \"id\": 54743,\n            \"title\": \"Assembly Bill 567: Potawatomi State Park Observation Tower\",\n            \"summary\": \"Introduced on 09/22/2021. An Act relating to: allocation of federal American Rescue Plan Act of 2021 funds for repairs to Potawatomi State Park observation tower. This bill requires the governor to allocate $750,000 from the amounts accepted under the federal American Rescue Plan Act of 2021 for repairs to the observation tower in Potawatomi State Park in Door County.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB5671720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Assembly Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab567\",\n            \"created_at\": \"2021-09-23T11:15:59.543265-04:00\"\n        },\n        {\n            \"id\": 54769,\n            \"title\": \"Final Regulations: Treatment of Distributions of Property from a Corporation to a Shareholder\",\n            \"summary\": \"The Internal Revenue Service (IRS) is announcing final regulations pertaining to “Treatment of Distributions of Property from a Corporation to a Shareholder.” This document contains final regulations under section 301 of the Internal Revenue Code of 1986 (Code). These regulations update existing regulations under section 301 to reflect statutory changes made by the Technical and Miscellaneous Revenue Act of 1988, which changes provide that the amount of a distribution of property made by a corporation to its shareholder is the fair market value of the distributed property. The regulations affect shareholders that receive a distribution of property from a corporation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-19980\",\n            \"regalytics_alert_id\": \"1891FR20211998020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": \"2021-09-22\",\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-19980/treatment-of-distributions-of-property-from-a-corporation-to-a-shareholder\",\n            \"created_at\": \"2021-09-23T11:18:32.429383-04:00\"\n        },\n        {\n            \"id\": 54761,\n            \"title\": \"Paperwork Reduction Act Approvals: Application for Consent to Exercise Trust Powers and Customer Assistance Forms\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) is proposing to renew “Application for Consent to Exercise Trust Powers” and “Customer Assistance Forms.” The FDIC regulations prohibit any insured State nonmember bank from changing the general character of its business without the prior written consent of the FDIC. The exercise of trust powers by a bank is usually considered a change in the general character of a bank’s business if the bank did not exercise those powers previously. Therefore, unless a bank is currently exercising trust powers, it must file a formal application to obtain the FDIC’s written consent to exercise trust powers. State banking authorities, not the FDIC, grant trust powers to their banks. The FDIC merely consents to the exercise of such powers. There is no change in the methodology or substance of this information collection. The second collection “Customer Assistance Forms,” facilitates the collection of information from customers of financial institutions that have inquiries or complaints about service.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20505\",\n            \"regalytics_alert_id\": \"1891FR20212050520210922\",\n            \"proposed_comments_due_date\": \"2021-11-22\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20505/agency-information-collection-activities-proposed-collection-renewal-comment-request\",\n            \"created_at\": \"2021-09-23T11:17:49.354599-04:00\"\n        },\n        {\n            \"id\": 54810,\n            \"title\": \"Complaint Filed: Credence Resource Management, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Credence Resource Management, LLC, on September 21, 2021 via the website with the following details: consumer’s state: TX; consumer’s zip: 76013; product: debt collection: sub-product: I do not know; issue: written notification about debt; sub-issue: didn't receive enough information to verify debt; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47402725920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740272\",\n            \"created_at\": \"2021-09-23T11:22:25.403441-04:00\"\n        },\n        {\n            \"id\": 54754,\n            \"title\": \"Notice of Designation of a Longer Period for Commission Action on a Proposed Rule Change to Amend Exchange Rule 2616, Priority of Orders\",\n            \"summary\": \"On July 20, 2021, MIAX PEARL, LLC (“MIAX Pearl” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend Exchange Rule 2616, Priority of Orders, to provide that an order will receive a new timestamp when its position is modified via a Cancel/Replace message during a Short Sale Period. The proposed rule change applies to orders in equity securities traded on the Exchange’s equity trading platform. The proposed rule change was published for comment in the Federal Register on August 6, 2021. The Commission has not received any comment letters on the proposed rule change. The Commission finds that it is appropriate to designate a longer period within which to take action on the proposed rule change so that it has sufficient time to consider the proposed rule change. Accordingly, the Commission designates November 4, 2021, as the date by which the Commission shall either approve or disapprove, or institute proceedings to determine whether to disapprove, the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20451\",\n            \"regalytics_alert_id\": \"1891FR20212045120210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20451/self-regulatory-organizations-miax-pearl-llc-notice-of-designation-of-a-longer-period-for-commission\",\n            \"created_at\": \"2021-09-23T11:17:11.632991-04:00\"\n        },\n        {\n            \"id\": 54753,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change by to Amend Its Fee Schedule with Respect to Open-Close Report Data\",\n            \"summary\": \"On September 2, 2021, MIAX Emerald, LLC (“MIAX Emerald” or “Exchange”), filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the Exchange’s Fee Schedule (“Fee Schedule”) to provide historical Open-Close Report data for free by amending the fees for the Open-Close Report to: (i) respond to ad hoc requests for end-of-day data free of charge; and (ii) provide mid-month subscribers data for the entire month in which they subscribe. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20452\",\n            \"regalytics_alert_id\": \"1891FR20212045220210922\",\n            \"proposed_comments_due_date\": \"2021-10-13\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX Emerald, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20452/self-regulatory-organizations-miax-emerald-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"created_at\": \"2021-09-23T11:17:06.347079-04:00\"\n        },\n        {\n            \"id\": 54755,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Pearl Options Fee Schedule with Respect to Open-Close Report Data\",\n            \"summary\": \"On September 3, 2021, MIAX PEARL, LLC (“MIAX Pearl” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the MIAX Pearl Options Fee Schedule (the “Fee Schedule”) to provide historical Open-Close Report data for free by amending the fees for the Open-Close Report to: (i) respond to ad hoc requests for end-of-day data free of charge; and (ii) provide mid-month subscribers data for the entire month in which they subscribe. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20455\",\n            \"regalytics_alert_id\": \"1891FR20212045520210922\",\n            \"proposed_comments_due_date\": \"2021-10-13\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20455/self-regulatory-organizations-miax-pearl-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"created_at\": \"2021-09-23T11:17:16.802356-04:00\"\n        },\n        {\n            \"id\": 54756,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 17, to Decommission the Exchange's Quote Removal Kill Switch Functionality; NASDAQ ISE, LLC\",\n            \"summary\": \"On September 2, 2021, NASDAQ ISE, LLC (“ISE” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change s to decommission the Exchange’s quote removal Kill Switch functionality at Options 3, Section 17. The Exchange proposes to amend Options 3, Section 17 to decommission the Exchange’s quote removal Kill Switch functionality, which is an optional tool that allows Market Makers to initiate a message to the System to promptly cancel and restrict their quote activity on ISE, or across both ISE and its affiliate, NASDAQ GEMX, in either case as set by the Market Maker. Market Makers may submit a Kill Switch request to the System for certain identifier(s) (“Identifier”) on either a user or group level. If quotes are cancelled by the Market Maker using Kill Switch, it will result in the removal of all quotes requested for the Identifier(s). The Market Maker will be unable to enter any additional quotes for the affected Identifier(s) until the Market Maker sends a re-entry request to the Exchange. The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20449\",\n            \"regalytics_alert_id\": \"1891FR20212044920210922\",\n            \"proposed_comments_due_date\": \"2021-10-13\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ ISE, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20449/self-regulatory-organizations-nasdaq-ise-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-23T11:17:21.874186-04:00\"\n        },\n        {\n            \"id\": 54744,\n            \"title\": \"Assembly Bill 568: University of Wisconsin System Revenues\",\n            \"summary\": \"Introduced on 09/22/2021. An Act to relating to investment of certain University of Wisconsin System revenues. This bill expands the authority of the Board of Regents of the University of Wisconsin System to manage the investment of certain UW System revenues through a financial manager, a private investment firm, or the State of Wisconsin Investment Board (SWIB), instead of investing these moneys in SWIB's State Investment Fund (SIF).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB5681720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Assembly Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab568\",\n            \"created_at\": \"2021-09-23T11:16:05.564046-04:00\"\n        },\n        {\n            \"id\": 54757,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 17, to Decommission the Exchange's Quote Removal Kill Switch Functionality; NASDAQ PHLX, LLC\",\n            \"summary\": \"On September 2, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to decommission the Exchange’s quote removal Kill Switch functionality at Options 3, Section 17. The Exchange proposes to amend Options 3, Section 17 to decommission the Exchange’s quote removal Kill Switch functionality, which is an optional tool that allows Market Makers to initiate a message (or messages) to the System to promptly remove their quotes from the market. Market Makers may submit a request to the System to remove quotes based on certain identifier(s) on either a user or group level (“Identifier”). If quotes are cancelled by the Market Maker using Kill Switch, it will result in the removal of all quotes requested for the Identifier(s). The Market Maker will be unable to enter any additional quotes for the affected Identifier(s) until the Market Maker sends a re-entry request to the Exchange. The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20447\",\n            \"regalytics_alert_id\": \"1891FR20212044720210922\",\n            \"proposed_comments_due_date\": \"2021-10-13\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20447/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-23T11:17:27.336599-04:00\"\n        },\n        {\n            \"id\": 54742,\n            \"title\": \"2021 September Economic and Revenue Forecast\",\n            \"summary\": \"Focus Colorado presents forecasts for the economy and state government revenue through FY 2020-21. Implications of the forecast for the state's General Fund budget and spending limit are described in the report's highlights and executive summary sections. The report is based on current law, legislation passed by the General Assembly affecting the forecast is described throughout the report.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO126220210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/2021-september-economic-and-revenue-forecast\",\n            \"created_at\": \"2021-09-23T11:15:54.115997-04:00\"\n        },\n        {\n            \"id\": 54745,\n            \"title\": \"Assembly Bill 570: Condominium Association's Obligation\",\n            \"summary\": \"Introduced on 09/22/2021. An Act to relating to a condominium association's obligation to maintain records and allow a unit owner to inspect and copy those records; financial audits of condominium association records; access by condominium unit owners to records of an entity controlled by an association; and organizing a condominium association as a for-profit corporation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB5701720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Assembly Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab570\",\n            \"created_at\": \"2021-09-23T11:16:11.829884-04:00\"\n        },\n        {\n            \"id\": 54751,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Provide that a Reserve Order May Have (i) an Odd Lot Sized Display Quantity and (ii) an Optional Random Initial and Replenishment Display Quantity\",\n            \"summary\": \"On September 14, 2021, The Investors Exchange LLC (“IEX” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend IEX Rule 11.190(b)(2) to provide that a reserve order may have (i) an odd lot size display quantity and (ii) an optional random initial and replenishment display quantity. Specifically, as proposed, a reserve order may have an odd lot as well as a round or mixed lot initial and replenishment display quantity. In addition, as proposed, a Member may attach an optional random replenishment instruction to any reserve order. The proposed changes are designed to increase displayed liquidity on the Exchange (potentially at prices better than the NBBO), to the benefit of all market participants, by providing additional optionality to Members in the use of odd lot size reserve order displayed quantities, as well as helping to protect Members using reserve orders with random replenishment from potential information leakage.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20453\",\n            \"regalytics_alert_id\": \"1891FR20212045320210922\",\n            \"proposed_comments_due_date\": \"2021-10-13\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Investors Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20453/self-regulatory-organizations-investors-exchange-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-23T11:16:55.079936-04:00\"\n        },\n        {\n            \"id\": 54770,\n            \"title\": \"Special Observances: Minority Enterprise Development Week (Proc. 10260)\",\n            \"summary\": \"Joseph R. Biden Jr., the President of the United States of America, hereby proclaims September 19, 2021, through September 25, 2021, as Minority Enterprise Development Week. The U.S. President calls upon the people of the United States to acknowledge and celebrate the achievements and contributions of minority business entrepreneurs and enterprises and commit together to promote systemic economic equality.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20625\",\n            \"regalytics_alert_id\": \"1891FR20212062520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Presidential Document\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20625/minority-enterprise-development-week-2021\",\n            \"created_at\": \"2021-09-23T11:18:37.787971-04:00\"\n        },\n        {\n            \"id\": 54741,\n            \"title\": \"2021 Cumulative House Journal\",\n            \"summary\": \"Cumulative list of Colorado House of Representative activities published on 09/22/2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO96120210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/2021-cumulative-house-journal\",\n            \"created_at\": \"2021-09-23T11:15:49.098534-04:00\"\n        },\n        {\n            \"id\": 54748,\n            \"title\": \"Assembly Bill 575: Property Tax Exemption\",\n            \"summary\": \"Introduced on 09/22/2021. An Act to relating to property tax exemption for regional planning commissions. This bill provides a property tax exemption for property owned by regional planning commissions. Current law provides a property tax exemption for property owned by a county, city, village, town, school district, technical college district, public inland lake protection and rehabilitation district, metropolitan sewerage district, municipal water district, joint local water authority, long-term care district, or town sanitary district, among others.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB5751720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Assembly Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab575\",\n            \"created_at\": \"2021-09-23T11:16:30.057847-04:00\"\n        },\n        {\n            \"id\": 54749,\n            \"title\": \"Assembly Bill 579: Responsibility of a Property Owner\",\n            \"summary\": \"Introduced on 09/22/2021. An Act to relating to the responsibility of a property owner for discharge of a hazardous substance by another. This bill exempts a property owner that is not a corporate entity from responsibility relating to the discharge of a hazardous substance on or originating from the owner's property if all of the following apply: the owner acquired the property prior to September 1, 1992; the owner demonstrates that the discharge was caused by another person without the owner's knowledge; and the property was not listed in the database of contaminated properties maintained by the Department of Natural Resources when the owner acquired the property. The bill also exempts a county that takes a tax deed on property contaminated by a hazardous substance, or any person who subsequently acquires the property from the county and meets certain requirements, from responsibility relating to the discharge of the hazardous substance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB5791720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Assembly Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Wisconsin State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"Wisconsin\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab579\",\n            \"created_at\": \"2021-09-23T11:16:36.235838-04:00\"\n        },\n        {\n            \"id\": 54736,\n            \"title\": \"SBA Administrator Announces New Paycheck Protection Program (PPP) Milestone: in Less Than Two Months, One Million Borrowers Apply for Direct Forgiveness through Agency’s PPP Portal\",\n            \"summary\": \"The U.S. Small Business Administration (SBA) reached a major milestone today as its Paycheck Protection Program (PPP) Direct Borrower Forgiveness Portal recorded its one millionth PPP loan forgiveness application for borrowers seeking forgiveness for loans of $150,000 or less. In addition, significant progress has been made on the 2021 PPP Loans with 65% of all loans eligible for direct forgiveness already submitted. The SBA has also been able to streamline the process for those not eligible for direct forgiveness using the COVID Health score, which eliminates the need for overwhelming paperwork to be provided to lenders, and serve over 600,000 borrowers to date.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA92ONE1332220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/22/sba-administrator-announces-new-paycheck-protection-program-ppp-milestone-less-two-months-one\",\n            \"created_at\": \"2021-09-23T11:15:22.713433-04:00\"\n        },\n        {\n            \"id\": 54750,\n            \"title\": \"Assessment and Collection of Regulatory Fees for Fiscal Year 2021\",\n            \"summary\": \"The Commission revises its Schedule of Regulatory Fees to recover an amount of $374,000,000 that Congress has required the Commission to collect for fiscal year 2021. Congress directed the Commission to assess and collect $374 million in regulatory fees, of which $33 million is to be made available for implementing the Broadband DATA Act. Among other things, the Broadband DATA Act requires the Commission to collect standardized, granular data on the availability and quality of both fixed and mobile broadband Internet access services, to create a common dataset of all locations where fixed broadband Internet access service can be installed (the Fabric), and to create publicly available coverage maps.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20078\",\n            \"regalytics_alert_id\": \"1891FR20212007820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": \"2021-09-22\",\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Communications Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20078/assessment-and-collection-of-regulatory-fees-for-fiscal-year-2021\",\n            \"created_at\": \"2021-09-23T11:16:49.617774-04:00\"\n        },\n        {\n            \"id\": 54738,\n            \"title\": \"Press Briefing by Press Secretary Jen Psaki, September 22, 2021\",\n            \"summary\": \"\\\"Hi everyone, today the administration announced a historic new donation in the global fight to defeat COVID-19. President Biden announced that the United States is purchasing an additional half a billion Pfizer vaccines to donate to low- and lower-middle income countries around the world. Before today, the United States had already committed to donating over 600 million vaccine doses to the world. That includes 500 million Pfizer doses that we purchased earlier this summer to donate to 100 countries in need the largest donation of COVID-19 vaccines by a single country ever. Overall, we have now shipped nearly 160 million of these doses to 100 countries around the world from Peru to Pakistan, Sri Lanka to Sudan, El Salvador to Ethiopia. Today’s announcement brings our total to over 1.1 billion vaccines donated to the world to overall and we’re building from here. This is obviously a huge commitment. With that I just also wanted to also note the Vice President also spoke just recently at the summit. And she announced that the U.S. is contributing at least $250 million to establish a new Global Health Security Financial Intermediary Fund at the World Bank to coalesce resources for pandemic preparedness.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1932120210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Briefings\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/09/22/press-briefing-by-press-secretary-jen-psaki-september-22-2021/\",\n            \"created_at\": \"2021-09-23T11:15:33.229057-04:00\"\n        },\n        {\n            \"id\": 54733,\n            \"title\": \"IRS Launches New Webpage to Assist Taxpayers with Refunds Subject to Joint Committee on Taxation Review\",\n            \"summary\": \"The IRS today introduced a new webpage that provides information to taxpayers whose large refunds are subject to further review by the Joint Committee on Taxation (JCT or Joint Committee). By law, when taxpayers claim a federal tax refund or credit of more than $2 million ($5 million for a C corporation), the IRS must review the refund or credit and provide a report to the JCT, a non-partisan committee of the U.S. Congress. Refunds subject to this review are known as “Joint Committee Refund Cases.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS10313220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-launches-new-webpage-to-assist-taxpayers-with-refunds-subject-to-joint-committee-on-taxation-review\",\n            \"created_at\": \"2021-09-23T11:15:06.907666-04:00\"\n        },\n        {\n            \"id\": 54735,\n            \"title\": \"SBA Adds Two More Counties; Business Recovery Center Relocates to Brooklyn Chamber of Commerce to Help Hurricane Ida Applicants\",\n            \"summary\": \"The U.S. Small Business Administration (SBA) today announced that it added Nassau and Suffolk counties on Long Island to the disaster declaration making low-interest disaster loans available to more businesses and residents affected by the remnants of Hurricane Ida on Sept. 1-3, 2021. Additionally, SBA relocated its Business Recovery Center (BRC) from Medgar Evers College to the Brooklyn Chamber of Commerce on Thursday, September 16. Businesses, homeowners, renters and private nonprofit organizations in the following New York counties of Bronx, Kings, Nassau, Queens, Richmond, Suffolk and Westchester are eligible to apply for Physical disaster loans from the SBA.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA92ELP1322220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/22/sba-adds-two-more-counties-business-recovery-center-relocates-brooklyn-chamber-commerce-help\",\n            \"created_at\": \"2021-09-23T11:15:17.724046-04:00\"\n        },\n        {\n            \"id\": 54730,\n            \"title\": \"Former Owner of Michigan Home Health Care Business Sentenced to Prison for Tax Fraud\",\n            \"summary\": \"A Michigan man was sentenced to 12 months and one day in prison today for filing a false tax return. According to court documents, Robert Nakfoor, of Lansing, claimed fraudulent expenses for his home health care business, Jessi Kay Home Care, on his 2011 through 2015 tax returns. Nakfoor deducted expenses for insurance, legal and professional services, wages, and contract labor that he knew his business did not incur. For example, just on his 2015 return, Nakfoor claimed over a $1 million in bogus contract labor and legal and professional services expenditures. In total, the defendant caused a tax loss to the IRS of $481,465. Nakfoor pleaded guilty to willfully filing a false income tax return. In addition to the term of imprisonment, U.S. District Judge Hala Y. Jarbou ordered Nakfoor to serve one year of supervised release and pay restitution to the IRS in the amount of $481,465.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1898220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/former-owner-michigan-home-health-care-business-sentenced-prison-tax-fraud\",\n            \"created_at\": \"2021-09-23T11:14:50.411547-04:00\"\n        },\n        {\n            \"id\": 54731,\n            \"title\": \"Readout: Secretary of the Treasury Janet L. Yellen’s Call with United Kingdom Chancellor of the Exchequer Rishi Sunak\",\n            \"summary\": \"Earlier today, U.S. Secretary of the Treasury Janet L. Yellen spoke with United Kingdom Chancellor of the Exchequer Rishi Sunak. Secretary Yellen stressed the importance of ongoing efforts to improve the international tax system. She also emphasized the importance of reaching a compromise on the withdrawal of digital services taxes. The Secretary thanked Minister Sunak for his leadership of the G7 and in the OECD Inclusive Framework, and expressed gratitude for the the close cooperation between the U.S. and UK to level and playing field and end the race to the bottom on international corporate taxes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT117036920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0369\",\n            \"created_at\": \"2021-09-23T11:14:55.850165-04:00\"\n        },\n        {\n            \"id\": 54824,\n            \"title\": \"Complaint Filed: National Credit Adjusters, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against National Credit Adjusters, LLC on September 21, 2021 via the website with the following details: consumer’s state: MS; consumer’s zip: 38606; product: debt collection; sub-product: I do not know; issue: written notification about debt; sub-issue: didn't receive enough information to verify debt; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47413627120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4741362\",\n            \"created_at\": \"2021-09-23T11:23:42.556090-04:00\"\n        },\n        {\n            \"id\": 54851,\n            \"title\": \"New Ten-Year Plan to Make the UK a Global AI Superpower\",\n            \"summary\": \"The UK today launches its first National Artificial Intelligence (AI) Strategy to help it strengthen its position as a global science superpower and seize the potential of modern technology to improve people’s lives and solve global challenges such as climate change and public health. The UK’s first AI strategy - published on the third day of London Tech Week - marks a step change in the country’s approach to the fastest growing emerging technology in the world. There are plans to launch a new national programme and approach to support research and development, publish a white paper on the governance and regulation of AI to build confidence in its use, plus moves to support organisations in every region and sector capitalise on the power of AI technologies.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKNN125559120210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Digital, Culture, Media and Sport\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/new-ten-year-plan-to-make-britain-a-global-ai-superpower\",\n            \"created_at\": \"2021-09-23T11:26:08.094441-04:00\"\n        },\n        {\n            \"id\": 54836,\n            \"title\": \"Time to Act Now: Results of the Economy-Wide Climate Stress Test\",\n            \"summary\": \"We at the ECB conducted our first economy-wide climate stress test this year. What are the results? And what do they mean for people, companies, and banks? In this episode of The ECB Podcast, our host Katie Ranger discusses these questions with Vice-President Luis de Guindos and Irene Heemskerk, the head of our climate change centre. The views expressed are those of the speakers and not necessarily those of the European Central Bank. Published on September 22, 2021 and recorded on 9 September and September 15, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17590ECB648720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Podcast\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/tvservices/podcast/html/ecb.pod210922_episode20.en.html\",\n            \"created_at\": \"2021-09-23T11:24:46.194926-04:00\"\n        },\n        {\n            \"id\": 54758,\n            \"title\": \"Proposal to Amend Rules 7.31, 7.35, 7.35B, 7.35C, 98, and 104 Relating to the Closing Auction\",\n            \"summary\": \"On August 23, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rules 7.31 (Orders and Modifiers), 7.35 (General), 7.35B (DMM-Facilitated Closing Auctions), 7.35C (Exchange-Facilitated Auctions), 98 (Operation of a DMM Unit), and 104 (Dealings and Responsibilities of DMMs) relating to the Closing Auction. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20448\",\n            \"regalytics_alert_id\": \"1891FR20212044820210922\",\n            \"proposed_comments_due_date\": \"2021-10-13\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20448/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-of-proposed-rule-change\",\n            \"created_at\": \"2021-09-23T11:17:32.525270-04:00\"\n        },\n        {\n            \"id\": 54732,\n            \"title\": \"Former Secretaries of the Treasury Send Letter to Congressional Leadership on the Debt Limit\",\n            \"summary\": \"Today, former U.S. Secretaries of the Treasury sent a letter to all members of Congressional leadership regarding the debt limit: \\\"As former Treasury secretaries, we write to express our deep sense of urgency that Congressional leadership, working with the Administration and the President, move swiftly to initiate and complete a viable legislative process necessary to raise the debt limit. Failing to address the debt limit, and allowing an unprecedented default, could cause serious economic and national security harm.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT92036820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0368\",\n            \"created_at\": \"2021-09-23T11:15:01.891393-04:00\"\n        },\n        {\n            \"id\": 54737,\n            \"title\": \"Deadline Approaching in Washington for SBA Disaster Loans for Property Damage due to the Hanover Apartment Complex Fire\",\n            \"summary\": \"Director Tanya N. Garfield of the U.S. Small Business Administration’s Disaster Field Operations Center-West today reminded Washington businesses and residents of the Oct. 22, 2021, deadline to apply for an SBA federal disaster loan for property damage caused by the Hanover Apartment Complex Fire in King County that occurred July 10, 2021. Disaster loans up to $200,000 are available to homeowners to repair or replace damaged or destroyed real estate. Homeowners and renters are eligible for up to $40,000 to repair or replace damaged or destroyed personal property. Interest rates can be as low as 2.88 percent for businesses, 2 percent for private nonprofit organizations and 1.625 percent for homeowners and renters with terms up to 30 years. Loan amounts and terms are set by SBA and are based on each applicant’s financial condition.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93LEX1362220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/22/deadline-approaching-washington-sba-disaster-loans-property-damage-due-hanover-apartment-complex\",\n            \"created_at\": \"2021-09-23T11:15:28.069619-04:00\"\n        },\n        {\n            \"id\": 54760,\n            \"title\": \"Paperwork Reduction Act Proposals: Innovation Pilot Programs\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) is proposing to amend “Information Collection for Innovation Pilot Programs.” The FDIC seeks to engage and collaborate with innovators in the financial, non-financial, and technology sectors to, among other things, identify, develop and promote technology-driven innovations among community and other banks in a manner that ensures the safety and soundness of FDIC-supervised and -insured institutions. An innovation pilot program framework will provide a regulatory environment in which the FDIC, in conjunction with individual proposals collected from innovators will provide tailored regulatory and supervisory assistance, when appropriate, to facilitate the testing of innovative and advanced technologies, products, services, systems, or activities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20501\",\n            \"regalytics_alert_id\": \"1891FR20212050120210922\",\n            \"proposed_comments_due_date\": \"2021-11-22\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20501/agency-information-collection-activities-proposed-collection-comment-request\",\n            \"created_at\": \"2021-09-23T11:17:44.002088-04:00\"\n        },\n        {\n            \"id\": 54723,\n            \"title\": \"PCAOB to Consider Request for Additional Comment on Proposed New Requirements for the Lead Auditor’s Use of Other Auditors\",\n            \"summary\": \"The Public Company Accounting Oversight Board (PCAOB) will hold an open meeting on Tuesday, September 28, 2021, at 11:00 a.m. ET. At the meeting, the Board will consider issuing a second supplemental request for comment on the PCAOB’s proposal to strengthen requirements that apply to audits involving accounting firms and individual accountants that are outside the accounting firm that issues the auditor’s report. The Board proposed new requirements in 2016 and issued a supplemental request for comment on the proposal in 2017. This second supplemental request for comment would seek input on revisions to the proposal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"783PCA36920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Public Company Accounting Oversight Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://pcaobus.org/news-events/news-releases/news-release-detail/at-september-28-open-meeting-pcaob-to-consider-request-for-additional-comment-on-proposed-new-requirements-for-the-lead-auditor-s-use-of-other-auditors\",\n            \"created_at\": \"2021-09-23T11:14:12.844490-04:00\"\n        },\n        {\n            \"id\": 54724,\n            \"title\": \"Tennessee Consumers Should Learn to Spot the Signs of Flooded Vehicle Scams\",\n            \"summary\": \"The Tennessee Department of Commerce & Insurance (TDCI) and the Tennessee Motor Vehicle Commission remind car buyers to be alert for flood-damaged vehicles being sold by scammers preying on unsuspecting Volunteer State consumers. After severe flooding or a natural disaster such as Hurricane Ida, owners of flooded vehicles that may have been declared total losses by insurance companies may be allowed to retain their damaged vehicles. Instead of sending their vehicles to the scrapyard, some dishonest dealers or other individuals will attempt to make a quick buck by selling their flooded vehicles by disguising them as in perfectly good condition. By the time many consumers discover their vehicle’s true history, the seller will be long gone.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA19820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Commerce and Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Tennessee\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/9/22/tennessee-consumers-should-learn-to-spot-the-signs-of-flooded-vehicle-scams.html\",\n            \"created_at\": \"2021-09-23T11:14:17.961251-04:00\"\n        },\n        {\n            \"id\": 54726,\n            \"title\": \"Remarks by Gina Raimondo, U.S. Secretary of Commerce, at the CS London Climate Change Business Forum 2021: the Road to COP26\",\n            \"summary\": \"“Addressing climate change is a top priority for our Administration. Almost immediately after assuming office, President Biden signed an executive order rejoining the Paris Climate Accords. In April, he reaffirmed the United States’ commitment to reducing global greenhouse gas emissions. And there are many more ways that our Administration is proving American leadership in a clean energy future is back. Since January, there have been 44,000 wildfires that burned nearly 5.6 million acres of land nationwide, causing billions of dollars in damages and forcing tens of thousands of people to evacuate. If we act now and meet the Biden’s Administration’s climate targets, by 2030 we’ll reduce net greenhouse gas pollution by 52 percent from 2005 levels. By 2035, we’ll reach 100 percent carbon pollution-free electricity. And by 2050 we’ll reach net zero emissions. We know exactly where we need to be in ten, fifteen, and thirty years from now. We just have to ensure now that we’re on track to get there. That requires mobilizing countries to strengthen their own climate change ambitions.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC64820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/speeches/2021/09/remarks-us-secretary-commerce-gina-raimondo-cs-london-climate-change-business\",\n            \"created_at\": \"2021-09-23T11:14:29.977266-04:00\"\n        },\n        {\n            \"id\": 54727,\n            \"title\": \"HUD Awards $143 Million in Grants to Support Construction and Project Rental Assistance for New Multifamily Housing for Very Low-Income Seniors\",\n            \"summary\": \"The U.S. Department of Housing and Urban Development’s (HUD) Office of Multifamily Housing Programs announced on Wednesday that it has awarded $143 million in grants to non-profit organizations across the country to support the development of new affordable multifamily rental housing along with ongoing project rental assistance for very low-income seniors. The awards were made under HUD’s Section 202 Supportive Housing for the Elderly program and will help fund the construction and operation of 1,484 new deeply rent-assisted units for low- and very low-income seniors who will pay rent based on their income. Several of the grantees will be creating mixed-income communities, building 701 additional affordable and market-rate units as part of these funded projects, for a total of 2,185 homes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"774HUD14315620210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hud.gov/press/press_releases_media_advisories/HUD_No_21_156\",\n            \"created_at\": \"2021-09-23T11:14:34.732503-04:00\"\n        },\n        {\n            \"id\": 54722,\n            \"title\": \"PCAOB Adopts Rule to Create Framework for HFCAA Determinations\",\n            \"summary\": \"The Public Company Accounting Oversight Board (PCAOB) adopted a new rule related to the PCAOB’s responsibilities under the Holding Foreign Companies Accountable Act (HFCAA). Proposed in May 2021, the rule provides a framework for the PCAOB to use when determining, as contemplated under the HFCAA, whether the Board is unable to inspect or investigate completely registered public accounting firms located in a foreign jurisdiction because of a position taken by one or more authorities in that jurisdiction. The new rule is subject to approval by the U.S. Securities and Exchange Commission (SEC). If approved by the SEC, the rule will immediately become effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"783PCA19020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Public Company Accounting Oversight Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://pcaobus.org/news-events/news-releases/news-release-detail/pcaob-adopts-rule-to-create-framework-for-hfcaa-determinations\",\n            \"created_at\": \"2021-09-23T11:14:08.201353-04:00\"\n        },\n        {\n            \"id\": 54740,\n            \"title\": \"Governor Justice Appoints Mcvey as State Insurance Commissioner and Pickens as Acting Secretary of Administration\",\n            \"summary\": \"Governor Jim Justice announced today that he has appointed Allan L. McVey as West Virginia Insurance Commissioner. McVey has served as Cabinet Secretary of the West Virginia Department of Administration since January 2019. McVey previously served as West Virginia Insurance Commissioner from March 2017 until his appointment as Secretary of Administration. McVey fills the vacancy created by the resignation of Jim Dodrill. Governor Justice also announced today that he has appointed Mary Jane Pickens as Acting Secretary of the Department of Administration. Pickens has served as Deputy Secretary of Administration since January 2015, except for a period from February 2016 to January 2017 when she served as Acting Secretary of Administration.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8246WV106166N20210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"West Virginia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.wv.gov/News/press-releases/2021/Pages/Gov.-Justice-appoints-McVey-as-State-Insurance-Commissioner,-Pickens-as-Acting-Secretary-of-Administration.aspx\",\n            \"created_at\": \"2021-09-23T11:15:43.004830-04:00\"\n        },\n        {\n            \"id\": 54728,\n            \"title\": \"Defendants Charged in Connection with Multi-State Racketeering Conspiracy Involving the Forced Labor of Mexican Agricultural H-2a Workers\",\n            \"summary\": \"A federal grand jury in the Middle District of Florida has returned a six-count indictment against three defendants for their alleged roles in a federal racketeering conspiracy that victimized Mexican H-2A workers who, between 2015 and 2017, had worked in the United States harvesting fruits, vegetables and other agricultural products. The indictment charges Bladimir Moreno, a permanent resident of the United States and citizen of Mexico who owned and managed LVH, and Christina Gamez, a citizen of the United States who worked for LVH as a bookkeeper, manager and supervisor, with conspiracy under the Racketeer Influenced and Corrupt Organizations (RICO) Act, conspiracy to commit forced labor, forced labor, and conspiracy to obstruct proceedings before departments, agencies and committees. Guadalupe Mendes Mendoza, a citizen of Mexico who worked as a manager and supervisor for LVH, was charged with conspiracy to obstruct proceedings before agencies. The indictment alleges that the defendants charged with committing the RICO conspiracy operated LVH as a criminal scheme. They obtained hundreds of hours of physically demanding agricultural labor from the victimized H-2A workers through coercive means, such as imposing debts on workers; confiscating the workers’ passports; subjecting workers to crowded, unsanitary and degrading living conditions, as well as to yelling and verbal abuse; threatening workers with arrest, jailtime and deportation; isolating workers and limiting their ability to interact with anyone other than LVH employees; and suggesting to workers that if they failed to comply with the defendants’ demands, they or their family members could be physically harmed.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ256A620210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/defendants-charged-connection-multi-state-racketeering-conspiracy-involving-forced-labor\",\n            \"created_at\": \"2021-09-23T11:14:40.014076-04:00\"\n        },\n        {\n            \"id\": 54711,\n            \"title\": \"New Boston Fed Initiative Aims to Uncover Unheard Voices, Mobilize New Leaders\",\n            \"summary\": \"This new initiative of the Boston Fed works to empower emerging leaders to develop and test local strategies to advance racial equity in their cities. LELE aims to offer the time, space, and resources to allow good ideas from often unheard voices to become effective policy. The LELE concept is simple: Select 10-15 leaders from four or five smaller Massachusetts cities to collaborate in groups of two or three over an 18-month period. The leaders will each receive coaching, a $20,000 stipend, and access to grant money to develop and test their ideas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB9113120210923\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve Bank of Boston\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.bostonfed.org/news-and-events/news/2021/09/new-boston-fed-initiative-is-lele-leaders-for-equitable-local-economies.aspx\",\n            \"created_at\": \"2021-09-23T11:13:07.882950-04:00\"\n        },\n        {\n            \"id\": 54771,\n            \"title\": \"Governor Newsom Announces Appointments September 21, 2021\",\n            \"summary\": \"Governor Gavin Newsom today announced the following appointments: Mary Adèr, 52, of Sacramento, has been appointed Deputy Director for the Office of Legislation, Regulations and Public Affairs at the California Department of Developmental Services; Parag Shah, 48, of Laguna Niguel, has been appointed to the Long-Term Care Insurance Task Force; and, Melahat Rafiei, 44, of Anaheim, has been appointed to the 32nd District Agricultural Association (Orange County Fair Board).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6348620210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/09/21/governor-newsom-announces-appointments-9-21-21/\",\n            \"created_at\": \"2021-09-23T11:18:42.974901-04:00\"\n        },\n        {\n            \"id\": 54767,\n            \"title\": \"Approval Order: Public Company Accounting Oversight Board Supplemental Budget for Calendar Year 2021\",\n            \"summary\": \"The Securities and Exchange Commission has Ordered, pursuant to Section 109 of the Sarbanes-Oxley Act, that the PCAOB supplemental budget for calendar year 2021 is approved. This budget rule provides, among other things, limits on the PCAOB’s ability to incur expenses and obligations except as provided in the approved budget as well as the procedures for the submission of supplemental budgets when it is forecasted that the limits to incur expenses and obligations will be exceeded in a given year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20515\",\n            \"regalytics_alert_id\": \"1891FR20212051520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20515/securities-act-of-1933-securities-exchange-act-of-1934-order-approving-the-public-company-accounting\",\n            \"created_at\": \"2021-09-23T11:18:22.085846-04:00\"\n        },\n        {\n            \"id\": 54814,\n            \"title\": \"Complaint Filed: Aargon Agency, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Aargon Agency, Inc on September 21, 2021 via the website with the following details: consumer’s state: FL; consumer’s zip: 33484; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report: sub-issue: account information incorrect; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the CFPB and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47406177120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740617\",\n            \"created_at\": \"2021-09-23T11:22:47.573871-04:00\"\n        },\n        {\n            \"id\": 54762,\n            \"title\": \"Request for Information: National Flood Insurance Program's Community Rating System, Extension of Comment Period\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) is extending the public comment period for its request for information published August 23, 2021 on the National Flood Insurance Program’s (NFIP) Community Rating System (CRS). The request for information seeks public input on transforming the CRS program to better align with the current understanding of flood risk and flood risk approaches, and to incentivize communities not only to manage but also lower their flood risk through floodplain management initiatives.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20543\",\n            \"regalytics_alert_id\": \"1891FR20212054320210922\",\n            \"proposed_comments_due_date\": \"2021-10-22\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20543/request-for-information-on-the-national-flood-insurance-programs-community-rating-system-extension\",\n            \"created_at\": \"2021-09-23T11:17:54.848036-04:00\"\n        },\n        {\n            \"id\": 54716,\n            \"title\": \"Kentucky to Receive $300 Million from Internet Gambling Site\",\n            \"summary\": \"Governor Andy Beshear announced Wednesday that Flutter Entertainment, the parent company of PokerStars, has agreed to pay the Commonwealth of Kentucky $300 million to settle a lawsuit brought against the internet gambling site in 2011. From 2007 to 2011, PokerStars, the largest offshore gambling operator, collected almost $300 million in actual cash losses from thousands of Kentuckians who played on PokerStars websites. Under longstanding Kentucky law, the commonwealth brought an action against PokerStars seeking recovery of the nearly $300 million lost by its citizens, and as required by Kentucky law, trebled damages. The $300 million settlement amount, however, is nearly $10 million above the actual damages awarded by the courts, which was $290,230,077.94.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY7497220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Kentucky\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=972\",\n            \"created_at\": \"2021-09-23T11:13:35.726861-04:00\"\n        },\n        {\n            \"id\": 54707,\n            \"title\": \"Desist and Refrain Order: Capital Energy Group, LLC; Cap E Oil Fund I, LLP; Cap E Oil Fund II, LLC; Cap E Oil Fund III, LLC; Cap E Oil Fund IV, LLC; Cap E Oil Fund V, LLC\",\n            \"summary\": \"Capital Energy Group, LLC; Cap E Oil Fund I, LLP; Cap E Oil Fund II, LLC; Cap E Oil Fund III, LLC; Cap E Oil Fund IV, LLC; Cap E Oil Fund V, LLC, William J. Milles Jr., Donald J. Lutzko, and Frank August are not registered to sell securities in the state of California. The oil securities offered or sold through Capital Energy Group, LLC, Cap E Funds I-V, William J. Milles Jr., Donald J. Lutzko, and Frank August were done without first being qualified in violation of Corporations Code. Respondents are ordered to desist and refrain from the further offer and sale of securities in California, including but not limited to, oil securities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"490CA13921CAPIC50020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Division of Financial Institutions\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/enf-c/capital-energy-group-llc\",\n            \"created_at\": \"2021-09-23T11:12:46.212016-04:00\"\n        },\n        {\n            \"id\": 54706,\n            \"title\": \"August 2021 Monthly Summary of Financial Institution Pending Applications\",\n            \"summary\": \"Summary of Pending Applications as of August 2021 (PDF) is available. Included in this issue are the following applications: Bank Application: New Banks, Merger, Purchase of Partial Business Unit, Sale of Partial Business Unit, New Branch, New Facility, Relocation of Branch; Credit Union Application: Merger; and Money Transmitter Application: New Transmitter, and Acquisition of Control.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19202CA7310520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Division of Financial Institutions\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/09/22/august-2021-monthly-summary-of-financial-institution-pending-applications/\",\n            \"created_at\": \"2021-09-23T11:12:41.445636-04:00\"\n        },\n        {\n            \"id\": 54708,\n            \"title\": \"Desist and Refrain Order and Order Assessing Penalties: F & F Management Inc.\",\n            \"summary\": \"F & F is a debt collector and a debt buyer. F & F Management a.k.a. F&F Management Inc. a.k.a. F and F Management Inc. and its managers, officers, directors, agents, or employees, are hereby ordered to desist and refrain from engaging in, or proposing to engage in, unlawful acts or practices in collecting or attempting to collect any consumer debt. F & F Management Inc. is hereby ordered to pay an administrative penalty of $375,000 to the Commissioner within 30 days of the date of this order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"490CA2121F&F44020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Division of Financial Institutions\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/enf-f/f-f-management-inc\",\n            \"created_at\": \"2021-09-23T11:12:50.854261-04:00\"\n        },\n        {\n            \"id\": 54712,\n            \"title\": \"Order Instituting Proceedings to Determine Whether to Approve or Disapprove the Proposed Rule Change to Amend Rule 2165 (Financial Exploitation of Specified Adults)\",\n            \"summary\": \"On June 9, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change SR-FINRA-2021-016 to amend FINRA Rule 2165 (Financial Exploitation of Specified Adults) to: (1) permit member firms to place a temporary hold on a securities transaction, subject to the same terms and restrictions applicable to a temporary hold on disbursements of funds or securities (“disbursements”), where there is a reasonable belief of financial exploitation of a “specified adult”; (2) permit member firms to extend a temporary hold, whether on a disbursement or a transaction, for an additional 30 business days if the member firm has reported the matter to a state regulator or agency or a court of competent jurisdiction; and (3) require member firms to retain records of the reason and support for any extension of any temporary hold, including information regarding any communications with, or by, a state regulator or agency of competent jurisdiction or a court of competent jurisdiction. The proposed rule change was published for comment in the Federal Register on June 28, 2021. The Commission is publishing this order to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349310320210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/finra/2021/34-93103.pdf\",\n            \"created_at\": \"2021-09-23T11:13:12.551465-04:00\"\n        },\n        {\n            \"id\": 54705,\n            \"title\": \"DFPI Sanctions Debt Collector in First Action under the California Consumer Financial Protection Law\",\n            \"summary\": \"The Department of Financial Protection and Innovation (DFPI) today issued its first enforcement action against a debt collector and debt buyer, Murrieta-based F & F Management Inc. (F & F), for violating the California Consumer Financial Protection Law (CCFPL) by unlawfully threatening to sue consumers and garnish their wages, and submitting negative information to a credit bureau without notifying consumers as required, a practice known in the industry as debt parking. The DFPI issued a Desist and Refrain Order and Order Assessing Penalties totaling $375,000 to F & F for numerous violations of law, including violations of the Rosenthal Fair Debt Collection Practices Act (Rosenthal), the federal Fair Debt Collection Practices Act (FDCPA), and the Consumer Credit Reporting Agencies Act (CCRAA).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19202CA10013220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Division of Financial Institutions\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/09/22/dfpi-sanctions-debt-collector-in-first-action-under-the-california-consumer-financial-protection-law/\",\n            \"created_at\": \"2021-09-23T11:12:36.822632-04:00\"\n        },\n        {\n            \"id\": 54710,\n            \"title\": \"Governor Polis Announces Boards and Commissions Appointments\",\n            \"summary\": \"Governor Polis announced boards and commission appointments to the following: 988 Crisis Hotline Enterprise Board of Directors, Arkansas River Compact, Business Experiential Learning Commission, Colorado Banking Board, Colorado Medical Board, Interstate Compact for Adult Offenders Supervision Commission, Mined Land Reclamation Board, Pinnacol Assurance, Police Officers Standards and Training Board, and the Uravan Water Trust.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COS9920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6326-gov-polis-announces-boards-and-commissions-appointments\",\n            \"created_at\": \"2021-09-23T11:13:02.340870-04:00\"\n        },\n        {\n            \"id\": 54718,\n            \"title\": \"Governor Whitmer's 2021 Mackinac Policy Conference Keynote Address as Prepared for Delivery\",\n            \"summary\": \"“Our unemployment rate is below the national average and has gone down for eight straight months. In the first quarter of 2021, personal income was up 19.1%, the fourth-highest nationwide, and our GDP grew 7.6%, the best in the Midwest. Our credit rating outlook was boosted by two rating agencies: Moody's and S&P. We turned a projected $3 billion deficit into a $3.5 billion surplus. We are a top ten state to do business and still boast the strongest automotive manufacturing nationwide. That's the real work of state government-bringing together: people, communities, and small businesses to get things done. It's that core mission that brought me into public service in the first place-to serve the state I love and deliver change that makes a real difference in people's lives. I am very proud of what we've accomplished over the last couple of years. Since I last took this stage, a lot has happened. We partnered to grow over 15,000 auto jobs.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56885220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Michigan\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-568852--,00.html\",\n            \"created_at\": \"2021-09-23T11:13:46.700249-04:00\"\n        },\n        {\n            \"id\": 54713,\n            \"title\": \"Final Order of Dismissal with Prejudice: Thomas Capital Corporation\",\n            \"summary\": \"Upon review of the record and being otherwise fully advised in the premises, the Office of Financial Regulation (\\\"Office \\\") hereby finds: The Notice of Intent to Deny previously issued in the referenced case for failure to provide information requested in conjunction with a license application has been satisfactorily resolved, and the application will be approved for licensure. Ordered: The above-styled case is hereby dismissed with prejudice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19297FL1507052020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.doah.state.fl.us/FLAID/OFR/2021/OFR_104894_09222021_070520.pdf\",\n            \"created_at\": \"2021-09-23T11:13:17.407246-04:00\"\n        },\n        {\n            \"id\": 54702,\n            \"title\": \"CFTC Orders Michigan Man to Pay $150,000 for Registration Violation of Commodity Trading Advisor Regulation\",\n            \"summary\": \"The Commodity Futures Trading Commission today issued an order filing and settling charges against Brian Mitchell, a Michigan resident, for failing to register as a commodity trading advisor (CTA). The order requires Mitchell to pay a $150,000 civil monetary penalty and to cease and desist from any further violations of the Commodity Exchange Act. In addition, the order imposes a 3-year ban on Mitchell from trading on or subject to the rules of any CFTC-registered entity, and from engaging in any activities requiring CFTC registration. Between January 2018 and January 2019, Mitchell, who was subject to a temporary membership ban from the National Futures Association (NFA), held himself out to friends and acquaintances as an experienced and licensed commodities trader and helped over 20 clients to establish their own commodity trading accounts. Mitchell engaged in the business of directing client commodity trading accounts as a registered futures commission merchant (FCM) while hiding his identity from the FCM in order to avoid registering as a CTA. Although Mitchell’s name did not appear on the client’s account documentation, Mitchell handled all communications with the clients and directed their trading. During this time, Mitchell was not registered as a CTA.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC84272120210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8427-21\",\n            \"created_at\": \"2021-09-23T11:12:22.247897-04:00\"\n        },\n        {\n            \"id\": 54720,\n            \"title\": \"Governor Murphy Announces First Approval Under Emerge Job Creation Tax Credit Program\",\n            \"summary\": \"Governor Phil Murphy today announced approval of the first award under the Emerge Program, New Jersey’s new job creation incentive program created under the New Jersey Economic Recovery Act of 2020 (ERA). The award approved today by the New Jersey Economic Development Authority (NJEDA) Board is for a project by Party City Holdings Inc., a Fortune 1000 specialty manufacturing, wholesale, and retail company, that, as planned, will bring 357 new jobs to New Jersey. These family-sustaining jobs pay higher than the median salary in the county where the project will be located and would pave the way to equitable economic growth that aligns with Governor Murphy’s economic plan for a stronger, fairer New Jersey.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ13074G20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Jersey\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210922a.shtml\",\n            \"created_at\": \"2021-09-23T11:13:57.465287-04:00\"\n        },\n        {\n            \"id\": 54850,\n            \"title\": \"Speech by Chris Philip's, Minister, Department for Digial, Culture, Media, & Sport, at the AI Summit\",\n            \"summary\": \"\\\"The Government is completely committed to maintaining and building the UK’s leading tech position, including in AI. The UK is the clear European leader in AI and third globally behind only the USA and China - and I know we can catch them up. So let me say today: we want AI innovators to locate and scale up in the UK. We want you to succeed in the UK. We want the UK to lead the world in this field. It is a critical national priority. It is critical because AI is a profound technology. It is the future. Your field has the potential to - in fact it will - infuse every aspect of our personal and business lives in ways we cannot currently imagine. As Andrew Ng has argued, AI will fulfil a similar role in the coming century to the one that electricity and then regular computing played in the last century - a meta-enabler which underpins activity in a huge range of fields, including those without initially obvious applicability.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKMD1258111920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Digital, Culture, Media and Sport\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/speeches/minister-chris-philps-speech-at-the-ai-summit-launching-the-national-ai-strategy\",\n            \"created_at\": \"2021-09-23T11:26:02.488255-04:00\"\n        },\n        {\n            \"id\": 54847,\n            \"title\": \"Swiss Balance of Payments and International Investment Position: Q2 2021\",\n            \"summary\": \"In the second quarter of 2021, the current account surplus amounted to almost CHF 11 billion, CHF 7 billion higher than in the same quarter of 2020. The rise was mainly attributable to a higher receipts surplus in goods trade. This was counteracted by primary income, where the expenses surplus increased compared to the same quarter in 2020 due to the fact that, in direct investment, expenses rose more strongly than receipts.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB469FC14720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/pre_20210922/source/pre_20210922.en.pdf\",\n            \"created_at\": \"2021-09-23T11:25:46.301974-04:00\"\n        },\n        {\n            \"id\": 54848,\n            \"title\": \"Swiss Balance of Payments and International Investment Position: Q2 2021\",\n            \"summary\": \"The Swiss National Bank published the following data set: Switzerland’s foreign economic affairs, Swiss balance of payments, merchanting, goods sales, by goods category, breakdown of changes in stocks, assets ‒ Quarter, direct investment, direct investment according to directional principle and asset/liability principle, capital transactions – transfer to financial account and Investment income – transfer to current account.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNBD0B7211520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://data.snb.ch/en/publishingSet/BOPIIP\",\n            \"created_at\": \"2021-09-23T11:25:51.626597-04:00\"\n        },\n        {\n            \"id\": 54829,\n            \"title\": \"Complaint Filed: Ally Financial, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc on September 21, 2021 via the website with the following details: consumer’s state: MI; consumer’s zip: 48088; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47424065920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4742406\",\n            \"created_at\": \"2021-09-23T11:24:08.715185-04:00\"\n        },\n        {\n            \"id\": 54849,\n            \"title\": \"Letter from Andrea Coscelli to BEIS and DCMS Ministers on the Economics of Music Streaming\",\n            \"summary\": \"This letter responds to correspondence from the Department for Digital, Culture, Media and Sport (DCMS) and the Department for Business, Energy and Industrial Strategy (BEIS) Ministers asking that the CMA give consideration to carrying out a market study into the economics of music streaming, following a recommendation from the DCMS Select Committee. It sets out how the CMA makes decisions on markets work and the next steps it will take in this case.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKLT1669013320210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/publications/letter-from-andrea-coscelli-to-beis-and-dcms-ministers-on-the-economics-of-music-streaming\",\n            \"created_at\": \"2021-09-23T11:25:57.055081-04:00\"\n        },\n        {\n            \"id\": 54714,\n            \"title\": \"Governor Ige Announces Nearly $602m in Capital Improvement Projects\",\n            \"summary\": \"Governor David Ige today announced the release of $601,940,684 for Capital Improvement Projects (CIPs), including critical public infrastructure projects across the state. The funds were released in April, May, June, July, and August of 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI244NEW38363\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hawaii Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Hawaii\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.hawaii.gov/newsroom/office-of-the-governor-news-release-governor-ige-announces-nearly-602m-in-capital-improvement-projects/\",\n            \"created_at\": \"2021-09-23T11:13:23.893025-04:00\"\n        },\n        {\n            \"id\": 54823,\n            \"title\": \"Complaint Filed: ERC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against ERC on September 21, 2021 via the website with the following details: consumer’s state: FL; consumer’s zip: 32669; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47413087120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4741308\",\n            \"created_at\": \"2021-09-23T11:23:37.166843-04:00\"\n        },\n        {\n            \"id\": 54781,\n            \"title\": \"Governor Laura Kelly Announces Administration Appointments\",\n            \"summary\": \"Governor Laura Kelly today announced appointments to the following state council: Kansas Propane Education and Research Council. The purpose of the Council is to develop programs and projects to enhance consumer and employee safety and training; provide research and development to improve existing propane technology; and to increase efficiency of propane use. KanPerc is also charged with designing any other programs to educate the public about the safety and environmental aspects of propane.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7966KS343TS20210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Kansas Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Kansas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.kansas.gov/governor-laura-kelly-announces-administration-appointments-44/\",\n            \"created_at\": \"2021-09-23T11:19:39.568177-04:00\"\n        },\n        {\n            \"id\": 54774,\n            \"title\": \"FTC Sends Nearly $5 Million in Refunds to People Who Lost Money to Cramming Scheme\",\n            \"summary\": \"The Federal Trade Commission is sending refund checks totaling nearly $5 million to people who lost money to a cramming scheme that added charges to their home phone bills without their permission. The refunds stem from money the FTC collected from a group of defendants who admitted that they violated a 1999 FTC settlement order that prohibited them from unauthorized billing. For years, the defendants, Billing Services Group (BSG), operated as a phone billing aggregator, passing charges from third parties to telephone companies so that those charges could be placed on consumers’ landline telephone bills. The defendants admitted that they did not vet the charges before processing them and did not investigate consumer complaints about unauthorized charges.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC82159662820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Trade Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/09/ftc-sends-nearly-5-million-refunds-people-who-lost-money-cramming\",\n            \"created_at\": \"2021-09-23T11:18:59.460856-04:00\"\n        },\n        {\n            \"id\": 54845,\n            \"title\": \"Notification Pursuant to CFTC Regulation 40.6(d) of Changes to the LCH Limited London Deposit Rate and RepoClear Deposit Rate\",\n            \"summary\": \"This notification pursuant to CFTC regulation § 40.6(d) of the below-described changes to the LCH Limited (“LCH”) London Deposit Rate (“LDR”) and RepoClear Deposit Rate (“RDR”) effective from September 22, 2021. The LDR is applicable to cash balances (excluding default fund) held on SwapClear and ForexClear services clearing member accounts. The RDR is applicable to cash balances held on RepoClear service clearing member accounts.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4683120210922-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-22\",\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"LCH Limited\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46831\",\n            \"created_at\": \"2021-09-23T11:25:35.244145-04:00\"\n        },\n        {\n            \"id\": 54772,\n            \"title\": \"Floor Speech on H.R. 5305, Extending Government Funding and Suspending Debt Limit\",\n            \"summary\": \"Speaker Nancy Pelosi delivered remarks on the Floor of the House of Representatives in support of H.R. 5305, which would extend government funding and suspend the debt limit: “I rise in support of this Continuing Resolution, an essential step to keep government open, but it's not about government. It's about the people, meeting their needs so that Congress can continue our work For The People, whether we're talking about Social Security recipients, veterans, millions who have – needed to benefit from what we're doing to address the health crisis in our country and the rest. This legislation goes a long way to doing that.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH92121420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/92121-4\",\n            \"created_at\": \"2021-09-23T11:18:48.875642-04:00\"\n        },\n        {\n            \"id\": 54857,\n            \"title\": \"Delivering Payments and Supporting Students to Stay Safe Online\",\n            \"summary\": \"The Student Loans Company (SLC) exists to enable students to invest in their futures through higher and further education by providing access to trusted, transparent, flexible and accessible student finance services. We have been working hard to ensure that as many students as possible start the new term with funding in place. Monday was SLC’s biggest single payment date of the first term, meaning over £1.1 billion in Maintenance Loan funding has now been advanced to students. This is an important milestone in a year when we are on track to process and pay a record number of student finance applications.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKDC97639820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Student Loans Company\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/delivering-payments-and-supporting-students-to-stay-safe-online\",\n            \"created_at\": \"2021-09-23T11:26:40.580365-04:00\"\n        },\n        {\n            \"id\": 54858,\n            \"title\": \"Unregulated Investment Brokers Banned for Repaying Themselves £1.3m Ahead of Creditor\",\n            \"summary\": \"Craig Lummis (62) and his son, Lee Lummis (37), were each given 6-year directorship disqualifications by His Honour Judge Halliwell in the High Court in Manchester on 27 August 2021. From 17 September 2021, father and son cannot be involved in the promotion, formation or management of a company without the permission of the court. One of the investments was in Costa Rican forestry plantations through a company called Ethical Forestry Limited, whose directors were banned for 6 years in March and April 2019 after withdrawing millions using a tax planning scheme. Avacade, however, entered into liquidation in November 2015 and this triggered an investigation by the Insolvency Service. The Court ruled that from 1 August 2014 Avacade ceased trading and was, or soon would be, insolvent. Craig and Lee had a duty to act in the interests of Avacade’s creditors but their conduct fell below the standards expected.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUF1518511820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. The Insolvency Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/unregulated-investment-brokers-banned-for-repaying-themselves-13m-ahead-of-creditor\",\n            \"created_at\": \"2021-09-23T11:26:46.212544-04:00\"\n        },\n        {\n            \"id\": 54837,\n            \"title\": \"A Novel Risk Management Perspective for Macroprudential Policy\",\n            \"summary\": \"When considering the use of macroprudential instruments to manage financial imbalances, macroprudential policymakers face an intertemporal trade-off between facilitating short-term expected growth and containing medium-term downside risks to the economy. To assist policymakers in assessing this trade-off, in this article we propose a risk management framework which extends the well-known notion of growth-at-risk to consider the entire predictive real GDP growth distribution, with a view to quantifying the macroprudential policy stance. A novel empirical model fitted to euro area data allows us to study direct and indirect interactions between financial vulnerabilities, financial stress and real GDP growth, incorporating non-linear amplification effects among all variables. Our framework can support policymakers by facilitating model-based macro-financial stress tests and model-based assessments of when to adjust macroprudential instruments.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17593ECB629820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Bulletin\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu//pub/economic-research/resbull/2021/html/ecb.rb210921~b5af890098.en.html\",\n            \"created_at\": \"2021-09-23T11:24:51.518104-04:00\"\n        },\n        {\n            \"id\": 54854,\n            \"title\": \"Speech by Simon Manley, UK Ambassador to the WTO and UN, at the WTO Trade Trade Policy Review of Singapore\",\n            \"summary\": \"\\\"I’m pleased to say that the UK-Singapore relationship continues to move from strength to strength. While it has been less than a year since our FTA was signed, our bilateral relationship has continued to develop. In March this year, then UK Foreign Secretary Raab and Singapore Foreign Minister Balakrishnan agreed a joint political statement that expands cooperation between both our countries for mutual prosperity and security. And then in June, our countries announced a pioneering UK-Singapore Financial Partnership, and also began negotiations on a Digital Economy Agreement. We hope that this DEA will enable us to work together as likeminded trading partners, ready to embrace the extraordinary opportunities of the digital economy. Our joint aspiration is for the agreement to be a model for international digital trade rules, and to form a strong basis for our ongoing cooperation in the WTO and other multilateral fora in pursuing a common approach to global trade rules - for example, the DEA will strengthen and complement the e-commerce Joint Statement Initiative negotiations that are currently underway.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUT153579620210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Foreign, Commonwealth & Development Office\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/speeches/uk-statement-for-the-wto-trade-policy-review-of-singapore\",\n            \"created_at\": \"2021-09-23T11:26:24.237169-04:00\"\n        },\n        {\n            \"id\": 54833,\n            \"title\": \"Speech by Gareth Truran, Given at the Bank of America 26th Financials CEO Conference Solvency II Review: Unlocking the Potential\",\n            \"summary\": \"\\\"Today I would like to talk about one of our current insurance priorities, which is our work – in close collaboration with HM Treasury – on the Solvency II Review (‘the review’). This is an important opportunity for us to deal with some key areas of Solvency II which we know can be improved, while maintaining a regime which is robust in protecting policyholders, is well-respected internationally and which befits the UK’s position as one of the leading international insurance centres. A regime which allows insurers to continue to play the key role Anna described – underpinning sustainable growth, financing long-term investment, and helping policyholders deal with the unexpected. The Government’s Call for Evidence for the review launched last October, and set out three objectives. These are: to spur a vibrant, innovative, and internationally competitive insurance sector; to protect policyholders and ensure the safety and soundness of firms; and to support insurance firms to provide long-term capital to underpin growth. I want to focus today on how we see these three objectives as being mutually supportive, and why we think there is an opportunity to craft a package of reforms which will advance all three of them together. We are still working with the Government to develop specific proposals for discussion and consultation, but I’ll illustrate with some examples how we think such a package could be achieved. And as we construct a set of reforms, I will also highlight the importance of a comprehensive assessment of its costs and benefits.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17715UKD27C920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/speech/2021/september/gareth-truran-speech-at-the-bank-of-america-26-financials-ceo-conference\",\n            \"created_at\": \"2021-09-23T11:24:29.811206-04:00\"\n        },\n        {\n            \"id\": 54834,\n            \"title\": \"Minutes of the Securities Lending Committee Meeting – September 2021\",\n            \"summary\": \"The Securities Lending Committee is a forum for market participants and authorities to discuss the UK securities lending market. This meeting took place via Conference Call and it covered the following agenda items: Bank of England Introductory remarks and minutes from last meeting, recent market trends and observations, ISLA Developments - Common Domain Model, Environmental, Social and Corporate Governance (ESG) in Securities Lending Markets, Tokenised Collateral, Diversity and Inclusion on Securities Lending Markets and AOB.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17721UK523E820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/minutes/2021/september/minutes-of-the-securities-lending-committee-meeting-september-2021\",\n            \"created_at\": \"2021-09-23T11:24:35.273595-04:00\"\n        },\n        {\n            \"id\": 54703,\n            \"title\": \"CDS Instrument On-Boarding Policies and Procedures\",\n            \"summary\": \"ICC proposes to amend the Instrument On-boarding Policy. This document provides an overview of ICC’s on-boarding process for new instruments, which includes selecting new instruments for clearing, configuring internal systems, notifying and receiving feedback from stakeholders, and ensuring operational readiness by ICC and its Clearing Participants (“CPs”). The proposed changes amend the guiding principles that ICC maintains for instrument selection. ICC believes that such changes will facilitate the prompt and accurate clearance and settlement of securities transactions and derivative agreements, contracts, and transactions for which it is responsible.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE11319509420210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Credit LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/19b-4_Instrument_On-boarding_20210922.pdf\",\n            \"created_at\": \"2021-09-23T11:12:27.505548-04:00\"\n        },\n        {\n            \"id\": 54704,\n            \"title\": \"Order Granting Approval of Proposed Rule Change Concerning the Options Clearing Corporation's Governance Arrangements\",\n            \"summary\": \"On July 30, 2021, the Options Clearing Corporation (“OCC”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change SR-OCC-2021-007 (“Proposed Rule Change”) to provide OCC’s Board of Directors (“Board”) with the discretion to elect either an Executive Chairman or a Non-Executive Chairman to preside over the Board, provide the Board and stockholders with the discretion to elect a Management Director, clarify the respective authority and responsibility of any Executive Chairman or Non-Executive Chairman, and make other clarifying, conforming, and administrative changes to OCC’s rules. The Proposed Rule Change was published for public comment in the Federal Register on August 11, 2021. The Commission has received no comments regarding the Proposed Rule Change. It is therefore ordered, that the Proposed Rule Change (SR-OCC-2021-007) be, and hereby is, approved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12587OCC349310220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"The Options Clearing Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/occ/2021/34-93102.pdf\",\n            \"created_at\": \"2021-09-23T11:12:32.118241-04:00\"\n        },\n        {\n            \"id\": 54841,\n            \"title\": \"Compareisanow.com: Warning\",\n            \"summary\": \"We believe this firm may be providing financial services or products in the UK without our authorisation. Find out why you should be wary of dealing with this unauthorised firm and how to protect yourself. Almost all firms and individuals offering, promoting or selling financial services or products in the UK have to be authorised or registered by us. This firm is not authorised by us and is targeting people in the UK. You will not have access to the Financial Ombudsman Service or be protected by the Financial Services Compensation Scheme (FSCS), so you are unlikely to get your money back if things go wrong.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17758FCA26CM15320210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Investor Warning\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/warnings/compareisanowcom\",\n            \"created_at\": \"2021-09-23T11:25:13.328887-04:00\"\n        },\n        {\n            \"id\": 54846,\n            \"title\": \"Investor Alert - RTfintech\",\n            \"summary\": \"The Investor Alert List provides a list of unregulated persons who, based on information received by MAS, may have been wrongly perceived as being licensed or regulated by MAS. Listed date: September 22, 2021, Name: RTfintech.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18506MAS920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Investor Alert\",\n            \"agencies\": [\n                {\n                    \"name\": \"Monetary Authority of Singapore\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.mas.gov.sg/investor-alert-list?page=1\",\n            \"created_at\": \"2021-09-23T11:25:40.591257-04:00\"\n        },\n        {\n            \"id\": 54844,\n            \"title\": \"Speech by Nikhil Rathi, CEO, Financial Conduct Authority, at Lord Mayor's City Banquet: Seizing Opportunity – Challenges and Priorities for the FCA\",\n            \"summary\": \"\\\"We took extraordinary measures to protect consumers throughout the pandemic. With a stronger economic and employment backdrop, we are now coming through those challenges. We are collaborating with international partners to deliver a world without LIBOR, transition to a net-zero economy and maintain high regulatory standards. We’re investing to become as much a data regulator as a financial one, working with partners to realise a future where compliance checks can be completed in near real time. We call on the financial services sector to partner with us to seize the opportunities presented by the profound forces transforming the sector and society.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17756FCA688220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/speeches/seizing-opportunity-challenges-priorities-fca\",\n            \"created_at\": \"2021-09-23T11:25:29.405511-04:00\"\n        },\n        {\n            \"id\": 54843,\n            \"title\": \"FXOPEN Limited / fxopenltd.com (Clone of FCA Authorised Firm): Warning\",\n            \"summary\": \"Fraudsters are using the details of firms we authorise to try to convince people that they work for a genuine, authorised firm. Find out more about this 'clone firm'. Almost all firms and individuals carrying out financial services activities in the UK have to be authorised or registered by us. This firm is not authorised or registered by us but has been targeting people in the UK, claiming to be an authorised firm. This is what we call a 'clone firm', and fraudsters usually use this tactic when contacting people out of the blue, so you should be especially wary if you have been cold called. They may use the name of the genuine firm, the 'firm reference number' (FRN) we have given the authorised firm or other details.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17758FCA70FM19020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Investor Warning\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/warnings/fxopen-limited-fxopenltdcom-clone-fca-authorised-firm\",\n            \"created_at\": \"2021-09-23T11:25:24.184120-04:00\"\n        },\n        {\n            \"id\": 54856,\n            \"title\": \"£220 Million to Help Big-Emitting Industries Become Cleaner and Greener\",\n            \"summary\": \"Businesses in some of the UK’s most polluting and energy-intensive industries will be able to bid for a share of £220m in government investment to help cut their carbon emissions and the costs of their energy bills, the Government has announced today (Wednesday 22 September). £220 million will support green projects that help businesses across England, Wales and Northern Ireland clean up their industrial processes, improve their energy efficiency and reduce their carbon emissions – benefiting industries including pharmaceuticals, steel, paper, and food and drink. This is on top of around £70 million that has already been available to businesses through the first phase of this Industrial Energy Transformation Fund.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UK£I1637110520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Prime Ministers Office\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/220-million-to-help-big-emitting-industries-become-cleaner-and-greener\",\n            \"created_at\": \"2021-09-23T11:26:34.947936-04:00\"\n        },\n        {\n            \"id\": 54808,\n            \"title\": \"Complaint Filed: Debt Recovery Solutions, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Debt Recovery Solutions, LLC, on September 21, 2021 via the website with the following details: consumer’s state: IL; consumer’s zip: 60615; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: Incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47401547120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740154\",\n            \"created_at\": \"2021-09-23T11:22:14.324754-04:00\"\n        },\n        {\n            \"id\": 54807,\n            \"title\": \"Complaint Filed: CURO Intermediate Holdings\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against CURO Intermediate Holdings on September 21, 2021 via the website with the following details: consumer’s state: MO; consumer’s zip: 64063; product: debt collection: sub-product: payday loan debt; issue: attempts to collect debt not owed; sub-issue: debt was result of identity theft; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47400997120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740099\",\n            \"created_at\": \"2021-09-23T11:22:08.943397-04:00\"\n        },\n        {\n            \"id\": 54830,\n            \"title\": \"Updates to ICE CDS Clearing: BackTesting Framework\",\n            \"summary\": \"ICE Clear Credit LLC (“ICC”) submits, a self certification of changes to the ICE CDS Clearing: Back-Testing Framework (“Back-Testing Framework”). ICC is registered with the Commission as a derivatives clearing organization (“DCO”). ICC intends to implement the changes no sooner than the tenth business day following the filing of this submission with the Commission at its Washington, D.C. headquarters and with its Chicago regional office. ICC proposes revising the Back-Testing Framework, which describes ICC’s back-testing approach and procedures and includes guidelines for remediating poor back-testing results. This submission includes a description of the changes to the Back-Testing Framework. Certification of the changes pursuant to Section 5c(c)(1) of the Act and Commission Regulation 40.6(a) is also provided below. The proposed amendments include additional description on the lookback period for back-testing and other clarifications. ICC proposes a clarification change in Subsection 1.2. The Back-Testing Framework discusses ICC’s back-testing analysis, which verifies that the number of actual losses is consistent with the number of projected losses. The proposed clarification to Subsection 1.2 specifies that the ICC Risk Department may consider back-testing analysis based on alternative statistical tests to assess the performance of its models in terms of statistical reliability.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE113BT227420210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Credit LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/BTF_Cert_20210922.PDF\",\n            \"created_at\": \"2021-09-23T11:24:14.179548-04:00\"\n        },\n        {\n            \"id\": 54805,\n            \"title\": \"Complaint Filed: AFNI Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against AFNI Inc, on September 21, 2021 via the website with the following details: consumer’s state: IL; consumer’s zip: 60653; product: debt collection: sub-product: other debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47394607120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4739460\",\n            \"created_at\": \"2021-09-23T11:21:58.357685-04:00\"\n        },\n        {\n            \"id\": 54831,\n            \"title\": \"ICE Benchmark Administration Launches Ice Risk Free Rate Indexes for U.S. Dollar, Euro and Japanese Yen\",\n            \"summary\": \"Intercontinental Exchange, Inc (NYSE:ICE), a leading global provider of data, technology, and market infrastructure, today announced that ICE Benchmark Administration Limited (“IBA”) has launched ICE Risk Free Rate (RFR) Indexes in U.S. Dollar (SOFR), Euro (€STR) and Japanese Yen (TONA), following the launch of ICE SONIA Indexes for GBP Sterling in April 2021. ICE RFR Indexes have been developed to support the needs of the lending market as it transitions to RFRs by standardizing the calculation of interest for financial contracts and providing pre-calculated compound interest values for each business day. The Indexes are designed to provide parties with a simple method to calculate compound interest between two dates and agree on their associated interest accruals.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE26420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Benchmark-Administration-Launches-ICE-Risk-Free-Rate-Indexes-for-U.S.-Dollar-Euro-and-Japanese-Yen/default.aspx\",\n            \"created_at\": \"2021-09-23T11:24:19.263826-04:00\"\n        },\n        {\n            \"id\": 54806,\n            \"title\": \"Complaint Filed: Acima Credit, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Acima Credit, LLC, on September 21, 2021 via the website with the following details: consumer’s state: IL; consumer’s zip: 60643; product: debt collection: sub-product: other debt; issue: took or threatened to take negative or legal action: sub-issue: threatened or suggested your credit would be damaged; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47400927120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740092\",\n            \"created_at\": \"2021-09-23T11:22:03.525786-04:00\"\n        },\n        {\n            \"id\": 54801,\n            \"title\": \"Coronavirus State and Local Fiscal Recovery Fund (CSLFRF) Applications Administrator\",\n            \"summary\": \"The Alaska Department of Commerce, Community, and Economic Development (DCCED) received $90,000,000 for grant programs funded from the Coronavirus State and Local Fiscal Recovery Fund (CSLFRF). DCCED is seeking proposals from qualified offerors who will be able to process applications and distribute the CSLFRF funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20384920210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Procurement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alaska\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203849\",\n            \"created_at\": \"2021-09-23T11:21:34.482600-04:00\"\n        },\n        {\n            \"id\": 54800,\n            \"title\": \"Administrative Action: Christopher Ocasio\",\n            \"summary\": \"Christopher S. Shultz, the Acting Commissioner of the Department of Financial Protection and Innovation (Commissioner), is informed and believes, and based on such information and belief, alleges and charges Respondent Christopher Ocasio (Ocasio). Ocasio applied for an MLO license with the Commissioner on December 1, 2020. Based on his review of Ocasio’s application, the Commissioner determined that Ocasio falsified information in customer auto insurance applications to qualify them for better products and rates. The Commissioner therefore intends to deny the issuance of an MLO license to Ocasio pursuant to Financial Code. The Commissioner must deny an MLO license if the licensee fails to meet the minimum criteria for licensure, which Includes a requirement that the applicant “has demonstrated such financial responsibility, character and general fitness as to command the confidence of the community and to warrant a determination that the MLO will operate honestly, fairly, and efficiently. It is prayed that the MLO license application Filed by Christopher Ocasio be denied.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"490CA1962OCASO44020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Division of Financial Institutions\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/enf-o/ocasio-christopher\",\n            \"created_at\": \"2021-09-23T11:21:28.967264-04:00\"\n        },\n        {\n            \"id\": 54820,\n            \"title\": \"Complaint Filed: JDJ Investments, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against JDJ Investments, Inc on September 21, 2021 via referral with the following details: consumer’s state: LA; consumer’s zip: 71104; product: debt collection; sub-product: other debt; issue: written notification about debt; sub-issue: didn't receive enough information to verify debt; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47410097120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4741009\",\n            \"created_at\": \"2021-09-23T11:23:20.197587-04:00\"\n        },\n        {\n            \"id\": 54799,\n            \"title\": \"Mortgage Foreclosure Protection and Relief\",\n            \"summary\": \"Many homeowners suffered a loss of Income during the COVID-19 pandemic. If you’re falling behind on your mortgage payments or are in danger of foreclosure as a result, you may qualify for state aid and additional help through the California Housing Finance Agency (CalHFA) Homeowner Assistance Fund. Contact your mortgage servicer immediately to determine whether you qualify for assistance or other programs that could help you keep your home, Including loan modification and forbearance. Recent protections also require mortgage servicers to communicate honestly with homeowners, explain their options to avoid foreclosure, and be transparent about critical deadlines.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA10720210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/foreclosure-protection-and-relief/\",\n            \"created_at\": \"2021-09-23T11:21:22.415504-04:00\"\n        },\n        {\n            \"id\": 54802,\n            \"title\": \"Notice of Utility Application: Onvoy, LLC\",\n            \"summary\": \"The Regulatory Commission of Alaska (Commission) gives notice that on September 16, 2021, ONVOY, LLC (Onvoy), Filed an application for a new Certificate of Public Convenience and Necessity. Onvoy proposes to provide Competitive Local Exchange (CLEC) service in the state of Alaska. Docket U-21-069 was opened to address this matter. Onvoy proposes to provide services initially in the territory served by ACS of Anchorage, LLC. In its application, Onvoy stated it plans to provide service primarily with its own facilities (which will be deployed after certification) but will lease the facilities of other carriers as needed. In conjunction with its application, Onvoy has Filed a petition for confidential treatment of the company’s financial statements, Filed in conjunction with the application. Interested persons may file a response to the petition for confidential treatment with the Commission by 5:00 p.m. October 12, 2021. 3 AAC 48.040(b)(12) provides confidential treatment for financials in support of an application for a certificate to provide CLEC services in a competitive local exchange market. The Commission has not assessed the completeness of the application or ruled on the petition for confidentiality. The Commission will rule on the petition for confidential treatment and determine whether the application is complete by November 12, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20385020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alaska\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203850\",\n            \"created_at\": \"2021-09-23T11:21:40.956644-04:00\"\n        },\n        {\n            \"id\": 54798,\n            \"title\": \"Brown: Rohit Chopra Is One Step Closer to Confirmation\",\n            \"summary\": \"Today, Senator Sherrod Brown (D-OH), Chairman of the U.S. Senate Committee on Banking, Housing, and Urban Affairs, released the following statement after Rohit Chopra, nominee for Director of the Consumer Financial Protection Bureau (CFPB), was successfully discharged from the Committee. His nomination will next be considered for final confirmation by the Senate. “Americans need someone at the helm of the CFPB who is ready to stand up to the biggest banks and the most powerful corporations in order to protect consumers. Rohit Chopra has the expertise and track record to lead an agency dedicated to protecting working families and all consumers,” said Brown. “Today, he has cleared a key Senate hurdle, and I urge my colleagues to support his final confirmation.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU156B20210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-rohit-chopra-is-one-step-closer-to-confirmation\",\n            \"created_at\": \"2021-09-23T11:21:16.886191-04:00\"\n        },\n        {\n            \"id\": 54803,\n            \"title\": \"Administrative Amendments to CME, CBOT, NYMEX/COMEX Rule 816. (\\\"Guaranty Fund Deposit\\\")\",\n            \"summary\": \"Chicago Mercantile Exchange Inc (“CME”), in its capacities as both a designated contract market (“DCM”) and a derivatives clearing organization (“DCO” or “CME Clearing”), and The Board of Trade of the City of Chicago, Inc (“CBOT”), New York Mercantile Exchange, Inc (“NYMEX”) and Commodity Exchange, Inc (“COMEX”), in their capacities as DCMs, (each an “Exchange” and collectively, the “Exchanges”) certify to the Commission administrative amendments to the Exchanges’ Rule 816. (“Guaranty Fund Deposit”) to Include the existing minimum requirements for Base Guaranty Fund in the text of the Rule 816. (collectively, the “Rule Amendments”) effective on October 6, 2021. Rule 816. sets forth the guaranty fund deposit requirement for all Base (non-IRS) clearing members. In connection with the Exchanges’ annual review of the Clearing Membership Handbook (the “Handbook”) it was noted that while specific minimum guaranty fund amounts are set forth in the Handbook, such amounts do not appear in the Exchanges’ rulebooks. The minimum dollar requirements have remained unchanged for a significant time period. The Rule Amendments are intended to align the information in Rule 816. with that of the Handbook. It is important to note that the Rule Amendments are administrative in nature and will not impact the size or coverage of the guaranty fund.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4682620210921-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Chicago Mercantile Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46826\",\n            \"created_at\": \"2021-09-23T11:21:47.299564-04:00\"\n        },\n        {\n            \"id\": 54832,\n            \"title\": \"Speech by Sam Woods, Deputy Governor for Prudential Regulation and Chief Executive Officer of the Prudential Regulation Authority, Given at Mansion House on Wednesday, September 22, 2021\",\n            \"summary\": \"Sam Woods sets out the Prudential Regulation Authority (PRA)’s future work. He says the capital and liquidity positions of banks and insurers are strong, despite Covid. There are now a number of other priorities for the regulator to focus on. These include: updating the PRA’s operating model to reflect changes to its role after Brexit, responding to climate change and the review of regulatory requirements for insurers (Solvency II). \\\"One of the more surprising things about the last year has been, despite Covid infecting our patients, the extent to which we’ve had to rebuild our toolbox for reasons entirely unrelated to Covid. Some of you may complain that this is because fertile minds within the PRA are always dreaming up unpleasant new types of regulatory drills and toothbrushes, and that we should just stick with the old ones. Others of you may have seen the 1970s movie Marathon Man, in which the hero (played by Dustin Hoffman) is tortured by an evil dentist who keeps asking him: “Is it safe?” Given the PRA’s objective of safety and soundness, and in the spirit of post-Brexit de-regulation, perhaps we could actually just scrap all the rules and adopt this approach with CEOs instead, in the form of an annual visit to the prudential dentist. It might actually be rather effective. But honestly, I think we are just keeping pace with the world around us. I’m going today to set out what new instruments we have in that little metal tray next to the “prudentist’s” chair, and what we plan to do with them, so that you can prepare yourselves.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17715UK9418D20210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/speech/2021/september/sam-woods-speech-at-mansion-house\",\n            \"created_at\": \"2021-09-23T11:24:24.478500-04:00\"\n        },\n        {\n            \"id\": 54796,\n            \"title\": \"Treasury Sanctions Sinaloa Cartel Members Operating in Sonora\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) designated Mexican national Sergio Valenzuela Valenzuela (“Valenzuela Valenzuela”) as a Specially Designated Narcotics Trafficker pursuant to the Foreign Narcotics Kingpin Designation Act (Kingpin Act). Based in Nogales, Sonora, Mexico, Valenzuela Valenzuela is a Sinaloa Cartel plaza boss. In that role, he oversees a major drug trafficking corridor in Mexico, is responsible for smuggling tons of fentanyl and other drugs into the United States, and reports directly to the leader of the Sinaloa Cartel, Ismael Zambada Garcia (a.k.a. “El Mayo”). Zambada Garcia was identified as a significant narcotics trafficker pursuant to the Kingpin Act in 2002 and is also the subject of a State Department Narcotics Rewards Program offer. Valenzuela Valenzuela was designated today for materially assisting in, providing financial or technological support for or to, or providing goods or services in support of the international narcotics trafficking activities of the Sinaloa Cartel and Zambada Garcia. Additionally, seven other Mexican nationals and two Mexican entities were also designated today. Today’s action is the result of OFAC’s ongoing collaboration with the Drug Enforcement Administration’s (DEA) Phoenix Field Division Financial Investigations Group, San Diego Field Division Strike Force Group Three, and the Mexico City Country Office.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT61036720210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0367\",\n            \"created_at\": \"2021-09-23T11:21:06.032327-04:00\"\n        },\n        {\n            \"id\": 54804,\n            \"title\": \"Complaint Filed: PNC Bank N.A\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against PNC Bank, N.A., on August 10, 2021 via referral with the following details: consumer's state: PA; consumer's zip: 19124; product: checking or savings account; sub-product: checking account; issue: managing an account; sub-issue: banking errors; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB46257147120210810\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4625714\",\n            \"created_at\": \"2021-09-23T11:21:52.725466-04:00\"\n        },\n        {\n            \"id\": 54797,\n            \"title\": \"New Contracts Awarded to Private Collection Agencies, Taxpayers may be Contacted by One of Three Groups\",\n            \"summary\": \"The Internal Revenue Service has awarded new contracts to three private-sector collection agencies for collection of overdue tax debts. The new contracts begin Thursday following today's expiration of the old contracts. Beginning Thursday, September 23, 2021, taxpayers with unpaid tax bills may be contacted by one of the following three agencies: CBE Group, Inc, Coast Professional, Inc and ConServe. The IRS will always notify a taxpayer before transferring their account to a private collection agency (PCA). First, the IRS will send a letter to the taxpayer and their tax representative informing them that their account was assigned to a PCA and giving the name and contact information for the PCA. This mailing will Include a copy of Publication 4518, What You Can Expect When the IRS Assigns Your Account to a Private Collection Agency. Following IRS notification, the PCA will send its own letter to the taxpayer and their representative confirming the account transfer. To protect the taxpayer's privacy and security, both the IRS letter and the PCA's letter will contain information that will help taxpayers identify the tax amount owed and assure taxpayers that future collection agency calls they may receive are legitimate.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS10713520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-new-contracts-awarded-to-private-collection-agencies-taxpayers-may-be-contacted-by-one-of-three-groups\",\n            \"created_at\": \"2021-09-23T11:21:11.599285-04:00\"\n        },\n        {\n            \"id\": 54778,\n            \"title\": \"Miscellaneous: Land Development Regulations Adopted by the City of Layton\",\n            \"summary\": \"The Department of Economic Opportunity (“Department”) issues its Final Order, approving land development regulations adopted by the City of Layton (“City”), Ordinance No. 2021-04-01 (the “Ordinance”). The Department is required to approve or reject land development regulations that are adopted by any local government in an area of critical state concern. “Land development regulations” include local zoning, subdivision, building, and other regulations controlling the development of land. The regulations adopted by the Ordinance are land development regulations. The Ordinance is consistent with the City’s Comprehensive Plan as required by section 163.3177(1), Florida Statutes, generally, and is specifically consistent with Housing Element Policies 2.c and 2.d, Infrastructure Element Policy 5.b, and Coastal Management Element Policy 12.g. All land development regulations enacted, amended, or rescinded within an area of critical state concern must be consistent with the prInciples for guiding development for that area. The Principles for Guiding Development for the Florida Keys Area of Critical State Concern are set forth in subsection 380.0552(7). Therefore, it is ordered that the Department finds that the City of Layton Ordinance No. 2021-04-01 is consistent with the City of Layton’s Comprehensive Plan and the PrInciples for Guiding Development for the Florida Keys Area of Critical State Concern and is hereby Approved.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2504978220210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Miscellaneous\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25049782\",\n            \"created_at\": \"2021-09-23T11:19:22.046335-04:00\"\n        },\n        {\n            \"id\": 54816,\n            \"title\": \"Complaint Filed: ONLINE Information Services, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against ONLINE Information Services, Inc on September 21, 2021 via the website with the following details: consumer’s state: NC; consumer’s zip: 27801; product: debt collection; sub-product: other debt; issue: false statements or representation; sub-issue: told you not to respond to a lawsuit they filed against you; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47407307120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740730\",\n            \"created_at\": \"2021-09-23T11:22:58.220891-04:00\"\n        },\n        {\n            \"id\": 54794,\n            \"title\": \"Kingpin Act Designations: Counter Narcotics Designations Updates and Removals and Somalia Designation Update\",\n            \"summary\": \"The following individuals have been added to the Office of Foreign Asset Control (OFAC)'s Specially Designated National (SDN) list: Carrillo Jimenez, Luis Alberto; Gonzalez Higuera, Jaime Humberto; Marrufo Cabrera, Miguel Raymundo; Martinez Renteria, Gilberto, among other individuals and entities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT18620210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210922\",\n            \"created_at\": \"2021-09-23T11:20:55.143604-04:00\"\n        },\n        {\n            \"id\": 54817,\n            \"title\": \"Complaint Filed: First Investors Servicing Corporation, Atlanta, GA Branch\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against First Investors Servicing Corporation, Atlanta, GA Branch on September 21, 2021 via the website with the following details: consumer’s state: IL; consumer’s zip: 60620; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the CFPB and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47408987120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740898\",\n            \"created_at\": \"2021-09-23T11:23:03.579302-04:00\"\n        },\n        {\n            \"id\": 54818,\n            \"title\": \"Complaint Filed: National Credit Adjusters, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against National Credit Adjusters, LLC on September 21, 2021 via the website with the following details: consumer’s state: CA; consumer’s zip: 95823; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: their investigation did not fix an error on your report; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47409587120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740958\",\n            \"created_at\": \"2021-09-23T11:23:09.276670-04:00\"\n        },\n        {\n            \"id\": 54783,\n            \"title\": \"Comptroller's Handbook: Revised \\\"Earnings\\\" and \\\"Regulatory Reporting\\\" Booklets\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC) today issued versions 1.0 of the \\\"Earnings\\\" and \\\"Regulatory Reporting\\\" booklets of the Comptroller's Handbook. These booklets are prepared for use by OCC examiners in connection with their examination and supervision of national banks, federal savings associations, and federal branches and agencies of foreign banking organizations (collectively, banks).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC7871TS474420210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Bulletin\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/bulletins/2021/bulletin-2021-44.html\",\n            \"created_at\": \"2021-09-23T11:19:52.301783-04:00\"\n        },\n        {\n            \"id\": 54819,\n            \"title\": \"Complaint Filed: National Credit Adjusters, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against National Credit Adjusters, LLC on September 21, 2021 via the website with the following details: consumer’s state: MD; consumer’s zip: 21804; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt was result of identity theft; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47409797120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740979\",\n            \"created_at\": \"2021-09-23T11:23:14.638482-04:00\"\n        },\n        {\n            \"id\": 54784,\n            \"title\": \"SEC Charges School District and Former Executive with Misleading Investors in Bond Offering\",\n            \"summary\": \"The Securities and Exchange Commission today charged a San Diego County school district, Sweetwater Union High School District, and its former Chief Financial Officer, Karen Michel, with misleading investors who purchased $28 million in municipal bonds. According to the SEC's complaint against Michel and its order against Sweetwater, in April 2018, Sweetwater and Michel provided investors with misleading budget projections that indicated the district could cover its costs and would end the fiscal year with a general fund balance of approximately $19.5 million, when in reality the district was engaged in significant deficit spending and on track to a negative $7.2 million ending fund balance. The order finds that Michel managed the bond offering for the district and was aware of reports showing that the projections were untenable and contradicted by known actual expenses. Nevertheless, as stated in the order, Sweetwater and Michel Included the projections in the April 2018 bonds' offering documents and also provided them to a credit rating agency that rated the district, while omitting that the projections were contradicted by internal reports and did not account for actual expenses. Additionally, the complaint alleges that Michel signed multiple certifications falsely attesting to the accuracy and completeness of the information Included in the offering documents.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2521520210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Litigation Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25215.htm\",\n            \"created_at\": \"2021-09-23T11:19:57.730359-04:00\"\n        },\n        {\n            \"id\": 54782,\n            \"title\": \"$600M in Grants Available for Water Infrastructure and Resiliency\",\n            \"summary\": \"Governor Kathy Hochul today announced the availability of $600 million to communities statewide through the Water Infrastructure Improvement Act (WIIA), Water Quality Improvement Project (WQIP) Program, and Intermunicipal Grant (IMG) programs to fund projects to upgrade infrastructure and make communities more resilient to flooding and other impacts of climate-driven severe storms and weather events. These grants will provide funding for water infrastructure projects that Increase community resilience to flooding and are critical to protecting public health and the environment. In addition, the Publicly Owned Treatment Works Asset Management Program will make $10 million available to establish asset management programs that will help municipalities monitor, protect, and responsibly plan upgrades for wastewater infrastructure systems, at no cost. An additional $5 million in Green Innovation Grant Program grant funding will be available to communities for green infrastructure to address stormwater, and water and energy efficiency. It is anticipated that jobs in the manufacturing, engineering, construction, plant operations and related industry sectors will be created as a result of this massive infusion of public funding.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8458NY18839120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.ny.gov/news/governor-hochul-announces-600-million-grants-available-water-infrastructure-and-resiliency\",\n            \"created_at\": \"2021-09-23T11:19:45.813544-04:00\"\n        },\n        {\n            \"id\": 54792,\n            \"title\": \"Agreed Order: Palms Memorial Gardens, Inc\",\n            \"summary\": \"On August 28, 2012, the Banking Commissioner of the State of Texas (Commissioner) issued Order No. 2012-028, which subject to Palms Memorial Gardens, Inc. (Respondent)'s right to a hearing before becoming effective, required Respondent to cease and desist from operating a perpetual care cemetery without a valid permit. Order No. 2012-028 also would require Respondent to continue maintaining the cemetery grounds and to continue performing burials and setting markers, for which Respondent is liable under Health Code Chapter 712, for persons who purchased them, if any, prior to the effective date of the Order. Lastly, Order No. 2012-028 also would require Respondent to deposit within 5 days of the effective date of the Order all perpetual care funds due at that time into the perpetual care trust account. Based on the foregoing, the Commissioner orders that Respondent withdraws its appeal of Commissioner's Order No. 2012-028. 11. Upon issuance of this Agreed Order, Order No. 2012-028 is cancelled and withdrawn, and all violations cited within are considered cured subject to Respondent's performance of the terms of this Order. Respondent shall correct the perpetual care fund shortage according to the following terms. Respondent has made an initial deposit of $3,000 to the fund on January 28, 2013. After this initial deposit, Respondent shall make quarterly deposits of $2,500 at the end of each calendar quarter until Respondent has corrected the deficiency noted as of October 31, 2012: $14,758.80.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19238TX75201300420130227\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2013-02-27\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/Laws-Regulations/orders/2013-004.pdf\",\n            \"created_at\": \"2021-09-23T11:20:43.502347-04:00\"\n        },\n        {\n            \"id\": 54786,\n            \"title\": \"Trading Suspension in the Securities of Vista International Technologies, Inc\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of the following issuer, commencing at 9:30 a.m. EDT on September 22, 2021 and terminating at 11:59 p.m. EDT on October 5, 2021: Vista International Technologies Inc (VVIT). The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not Filed certain periodic reports with the Commission. The Commission cautions brokers, dealers, shareholders and prospective purchasers that they should carefully consider the foregoing information along with all other currently.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349309820210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Trading Suspension\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-93098.pdf\",\n            \"created_at\": \"2021-09-23T11:20:08.892021-04:00\"\n        },\n        {\n            \"id\": 54793,\n            \"title\": \"Readout of U.S. Secretary of Commerce Gina M. Raimondo Meeting with EU Commissioner Thierry Breton\",\n            \"summary\": \"Today, Secretary Raimondo met with her counterpart, European Union Commissioner for Internal Market Thierry Breton, who visited Washington for a series of meetings on U.S. - EU cooperation on boosting vaccine manufacturing, ramping up semiconductor production, and strengthening supply chain security in critical sectors. Secretary Raimondo reaffirmed the importance the Biden Administration places on our partnership with the EU. They discussed expanding and deepening our economic relationship — the world’s largest — and working together to ensure our policies deliver for our people and industries on both sides of the Atlantic. Secretary Raimondo underscored our desire for close engagement and consultation on our wide range of shared interests, including through the US-EU Trade and Technology Council (TTC), established in June as part of the U.S.-EU Summit.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC62320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/press-releases/2021/09/readout-us-secretary-commerce-gina-m-raimondo-meeting-eu-commissioner\",\n            \"created_at\": \"2021-09-23T11:20:49.750425-04:00\"\n        },\n        {\n            \"id\": 54785,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Vista International Technologies, Inc\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it necessary and appropriate for the protection of investors that public administrative proceedings be instituted against the respondent Vista International Technologies Inc (“VVIT”). After an investigation, the Division of Enforcement alleges that: the Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. Accordingly, it is ordered that a public hearing before the Commission for the purpose of taking evidence shall be convened at a time and place to be fixed by further order of the Commission; Respondent shall file an Answer to the allegations contained in this Order within 10 days after service of this Order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349309620210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93096.pdf\",\n            \"created_at\": \"2021-09-23T11:20:03.260373-04:00\"\n        },\n        {\n            \"id\": 54765,\n            \"title\": \"Blocking of Persons and Properties\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. On September 17, 2021, OFAC determined that the property and interests in property subject to U.S. jurisdiction of the following persons are blocked under the relevant sanctions authorities: Al-Sha'ir, Ali (A.K.A. Al-Shaer, Ali), Sultanah, Bint Jbeil; Al-Shatti, Jamal Husayn 'Abd 'Ali 'Abd-Al-Rahim; Hadwan, Hasib Muhammad; and Ismail, Talib Husayn Ali Jarak.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20479\",\n            \"regalytics_alert_id\": \"1891FR20212047920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": \"2021-09-22\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/22/2021-20479/notice-of-ofac-sanctions-actions\",\n            \"created_at\": \"2021-09-23T11:18:10.914190-04:00\"\n        },\n        {\n            \"id\": 54715,\n            \"title\": \"Pritzker Administration Reminds Smaller Cities and Towns Across Illinois of September 30th Deadline for Local COVID-19 Relief\",\n            \"summary\": \"Governor JB Pritzker and the Illinois Department of Commerce and Economic Opportunity (DCEO) today announced that eligible cities and towns across the state who have yet to do so have just over a week to apply for Non-Entitlement Unit (NEU) dollars authorized by the American Rescue Plan Act (ARPA). To ensure all eligible local governments receive vital funding, the administration is urging the remaining NEUs to claim their allocations by September 30, 2021, or funds will be reallocated.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2392920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23929.html\",\n            \"created_at\": \"2021-09-23T11:13:30.140049-04:00\"\n        },\n        {\n            \"id\": 54840,\n            \"title\": \"DLG Bonds / Direct Line Group PLC (Clone of FCA Authorised Firms and UK Registered Companies): Warning\",\n            \"summary\": \"Fraudsters are using the details of firms we authorise to try to convince people that they work for a genuine, authorised firm. Find out more about this 'clone firm'. Almost all firms and individuals carrying out financial services activities in the UK have to be authorised or registered by us. This firm is not authorised or registered by us but has been targeting people in the UK, claiming to be an authorised firm. This is what we call a 'clone firm', and fraudsters usually use this tactic when contacting people out of the blue, so you should be especially wary if you have been cold called. They may use the name of the genuine firm, the 'firm reference number' (FRN) we have given the authorised firm or other details.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17758FCA102DS112320210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Investor Warning\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/warnings/dlg-bonds-direct-line-group-plc-clone-fca-authorised-firms-and-uk-registered-companies\",\n            \"created_at\": \"2021-09-23T11:25:08.062551-04:00\"\n        },\n        {\n            \"id\": 54815,\n            \"title\": \"Complaint Filed: CURO Intermediate Holdings\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against CURO Intermediate Holdings on September 21, 2021 via phone with the following details: consumer’s state: KS; consumer’s zip: 66604; product: payday loan, title loan, or personal loan; sub-product: payday loan; Issue: loan payment wasn't credited to your account; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47406847120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4740684\",\n            \"created_at\": \"2021-09-23T11:22:52.728373-04:00\"\n        },\n        {\n            \"id\": 54776,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Florida Real Estate Appraisal Board\",\n            \"summary\": \"The Probable Cause Panel of the Florida Real Estate Appraisal Board announces a telephone conference call to which all persons are invited on Tuesday, October 5, 2021, at 9:00 a.m. ET, to conduct a private meeting to review cases to determine probable cause. All or part of this meeting may be conducted as a teleconference in order to permit maximum participation of the Probable Cause Panel and its counsel.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2504726020210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-22\",\n            \"alert_type\": \"Notice of Meeting/Workshop Hearing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25047260\",\n            \"created_at\": \"2021-09-23T11:19:10.114252-04:00\"\n        },\n        {\n            \"id\": 54652,\n            \"title\": \"Governor Holcomb Makes Appointments to Various Boards and Commissions\",\n            \"summary\": \"Governor Eric J. Holcomb today announced several appointments to various state boards and commissions including, amongst others: Benjamin Bochnowski and Richard Rice to the Department of Financial Institutions Board of Directors; John Briscoe, John De Souza, Pamela Lumley, Charlie Shook, Sahara Williams, Troy Helman, Tracy Hutton, Cheryl Stuckwish, and Brian Thompson to the Indiana Real Estate Commission; Lawrence Dailey and Gabe Paul to the Unemployment Insurance Review Board; and Daniel Foote and Douglas Meagher to the Worker's Compensation Board of Indiana.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN228ANA20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Indiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_makes_appointments_to_various_boards_and_commissions_3420?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-09-22T06:45:26.053544-04:00\"\n        },\n        {\n            \"id\": 54653,\n            \"title\": \"Intercontinental Exchange Announces Full Redemption of Floating Rate Senior Notes Due 2023\",\n            \"summary\": \"Intercontinental Exchange, a leading global provider of data, technology and market infrastructure, announced today that it has given notice of its intention to redeem in full the $1.25 billion outstanding aggregate principal amount of its Floating Rate Senior Notes due 2023 to Wells Fargo Bank, National Association, as trustee under the indenture governing the Floating Rate Notes. ICE has instructed the Trustee to distribute a notice of redemption to holders of the Floating Rate Notes on September 17, 2021. The Floating Rate Notes will be redeemed on September 27, 2021 in accordance with the terms of the indenture governing the Floating Rate Notes at a redemption price of 100% of the principal amount of the Floating Rate Notes to be redeemed, plus accrued and unpaid interest to, but excluding, the redemption date.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE23920210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/Intercontinental-Exchange-Announces-Full-Redemption-of-Floating-Rate-Senior-Notes-due-2023/default.aspx\",\n            \"created_at\": \"2021-09-22T06:45:26.164989-04:00\"\n        },\n        {\n            \"id\": 54648,\n            \"title\": \"Notice of Emergency Rule: the New Worlds Reading Initiative; Participation; Allocation; Carryforward; Transfer; Rescindment\",\n            \"summary\": \"The Department of Revenue promulgates emergency rules to implement the provisions of the New Worlds Reading Initiative, which provides that a taxpayer may receive a credit against certain taxes for making an eligible contribution to the administrator of the initiative designated by the Department of Education. The promulgation of this emergency rule ensures that the public is notified in the most expedient and appropriate manner regarding the requirements for earning a tax credit allocation, as well as the means by which a tax credit or tax credit allocation may be carried forward, transferred, or rescinded. The rule describes the taxpayers eligible to participate in the program, the application process to receive an allocation of credit, the notifications issued by the Department of Revenue related to the program, how the credit may be taken against certain taxes, how a credit may be carried forward or transferred, and how a credit allocation may be rescinded.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2504066420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Emergency Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=12ER21-19&PDate=9/21/2021&Section=4#\",\n            \"created_at\": \"2021-09-22T06:45:25.586710-04:00\"\n        },\n        {\n            \"id\": 54649,\n            \"title\": \"Notice of Emergency Rule: the New Worlds Reading Initiative; Applications\",\n            \"summary\": \"The Department of Revenue promulgates emergency rules to implement the provisions of the New Worlds Reading Initiative, which provides that a taxpayer may receive a credit against certain taxes for making an eligible contribution to the administrator of the initiative designated by the Department of Education. The promulgation of this emergency rule ensures that the public is notified in the most expedient and appropriate manner regarding the requirements for earning a tax credit allocation, as well as the means by which a tax credit or tax credit allocation may be carried forward, transferred, or rescinded. Emergency Rule 12ER21-20 is created to incorporate three forms used in the administration of the New Worlds Reading Initiative. These forms describe the taxpayers eligible to participate in the program, the application process to receive an allocation of credit, the notifications issued by the Department of Revenue related to the program, how the credit may be taken against certain taxes, how a credit may be carried forward or transferred, and how a credit allocation may be rescinded.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2504076120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Emergency Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=12ER21-20&PDate=9/21/2021&Section=4#\",\n            \"created_at\": \"2021-09-22T06:45:25.696653-04:00\"\n        },\n        {\n            \"id\": 54642,\n            \"title\": \"Single Points of Accountability: Navigating Firms’ Experiences with FINRA\",\n            \"summary\": \"As part of FINRA’s Member Supervision Transformation, each firm was assigned a Single Point of Accountability – a senior leader in Member Supervision that helps firms navigate their experience with FINRA. Now that we are nearly two years into the new structure, we are joined on this podcast episode by two SPOAs – Andrew McElduff and Brian Kowalski – to give us insight into their roles, how they interface with member firms, and how their positions have evolved since the new structure took effect in 2020.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA148RA20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Rule Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/media-center/finra-unscripted/single-point-of-accountability\",\n            \"created_at\": \"2021-09-22T06:45:24.782919-04:00\"\n        },\n        {\n            \"id\": 54684,\n            \"title\": \"Paperwork Reduction Act of Approvals: Small Business Pulse Survey\",\n            \"summary\": \"The Department of Commerce and the US Census Bureau will submit a Small Business Pulse Survey as an effort to produce and disseminate high-frequency, geographic- and industry-detailed experimental data about the economic conditions of small businesses as they experience the coronavirus pandemic. The Small Business Pulse Survey has been successful in meeting an acute need for information on changes in revenues, business closings, employment and hours worked, disruptions to supply chains, and the expectations for future operations. In addition, the Small Business Pulse Survey provided important estimates of federal program uptake to key survey stakeholders. The continuation of the Small Business Pulse Survey is responsive to stakeholder requests for high frequency data that measure the effect of changing business conditions during the Coronavirus pandemic on small businesses.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20421\",\n            \"regalytics_alert_id\": \"1891FR20212042120210921\",\n            \"proposed_comments_due_date\": \"2021-10-21\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Census Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20421/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for\",\n            \"created_at\": \"2021-09-22T06:45:29.388652-04:00\"\n        },\n        {\n            \"id\": 54643,\n            \"title\": \"Notice of Variances and Waivers: Number of Sittings, and Granting of Credit, Release of Grades and Completion of Examination, Transition Rules\",\n            \"summary\": \"The Board of Accountancy hereby gives notice of the issuance of a Notice of Intent to Grant Petition regarding the Petition for Waiver or Variance, filed on June 25, 2021, by Gina Paola Jimenez. The Notice of Petition for Waiver or Variance was published in Vol. 47, No. 133, of the July 12, 2021, Florida Administrative Register. Petitioner sought a permanent waiver or variance requesting in part an extension of 14 days beyond the 18-months provided by rule to allow her the benefit of the rule extension provision. The Board considered the instant Petition at a duly-noticed public meeting, held on August 6, 2021, in Tampa, Florida. The Board’s Notice, filed on September 2, 2021, granted Petitioner’s petition. The Board found that Petitioner had established that applying the requirements of the aforementioned rule to her circumstances would violate principles of fairness and impose substantial hardship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2502543520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Variances and Waivers\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25025435\",\n            \"created_at\": \"2021-09-22T06:45:24.885558-04:00\"\n        },\n        {\n            \"id\": 54650,\n            \"title\": \"Hawai’i Attorney General Connors Joins Coalition Calling on Congress to Prioritize Funding for Programs to Address the Climate Crisis\",\n            \"summary\": \"Hawaii Attorney General Clare E. Connors joined a coalition of 20 state attorneys general urging Congress to respond to the climate crisis and advance environmental justice by funding critical programs in budget reconciliation legislation. In a letter to Democratic Congressional leaders, the coalition, led by New York Attorney General Letitia James, calls on Congress to pass infrastructure legislation and to allocate funding in the upcoming reconciliation bill that addresses the rapid transition to a clean energy economy, climate change, and the environmental injustices faced by low-income communities, communities of color, and Tribal and indigenous communities. The coalition urges Congress to fund actions that will substantially cut greenhouse gases—thereby preventing more dire climate change harms—and confront longstanding environmental injustice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI337IAT38323\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hawaii Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Hawaii\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.hawaii.gov/newsroom/atg-news-release-hawaii-attorney-general-connors-joins-coalition-calling-on-congress-to-prioritize-funding-for-programs-to-address-the-climate-crisi/\",\n            \"created_at\": \"2021-09-22T06:45:25.802322-04:00\"\n        },\n        {\n            \"id\": 54548,\n            \"title\": \"Consent Order: Craig A. Martin and Justin M. Coots\",\n            \"summary\": \"Respondent Justin M. Coots currently holds a Rhode Island license as a public insurance adjuster with the first active date of 05/10/2019 and currently has an expiration date of 03/31/2023. Craig A. Martin previously held a Rhode Island public adjuster's license which was revoked on 03/17/2017. By allowing Martin to conduct business for which a license is required, Respondent violated the Act. Respondent agrees to pay an administrative fine of $250. Respondent will be allowed to maintain his Public Insurance Adjuster license.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11130RI104r20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Consent Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Department of Business Regulation, Insurance Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dbr.ri.gov/documents/decisions/INS-Martin_Coots_ConsentOrder.pdf\",\n            \"created_at\": \"2021-09-22T06:45:14.302223-04:00\"\n        },\n        {\n            \"id\": 54644,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Proposed Legislation Affecting Chapter 47 of Rule Amendments, Budget Discussions, Education Issues, Petitions for Declaratory Statement, Petitions for Rule Variance/Waiver, Applications and Disciplinary Actions\",\n            \"summary\": \"The Florida Real Estate Appraisal Board announces a public meeting to which all persons are invited on Monday, October 4, 2021, 8:30 a.m. ET at the Zora Neale Hurston Building, North Tower, Suite N901, 400 W. Robinson St., Orlando, FL 32801. Official business of the Appraisal Board - topics include, but are not limited to, proposed legislation affecting Chapter 475, Part II, F.S., Chapter 61J1, F.A.C. rule amendments, budget discussions, education issues, petitions for declaratory statement, petitions for rule variance/waiver, applications and disciplinary actions. All or part of this meeting may be conducted as a teleconference in order to permit maximum participation of the Board members or Board counsel.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2503639620210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25036396\",\n            \"created_at\": \"2021-09-22T06:45:24.995716-04:00\"\n        },\n        {\n            \"id\": 54640,\n            \"title\": \"Proposals to Engage in or to Acquire Companies Engaged in Permissible Nonbanking Activities\",\n            \"summary\": \"The companies listed below have given notice under section 4 of the Bank Holding Company Act and Regulation Y to engage de novo, or to acquire or control voting securities or assets of a company, including the companies listed below, that engages either directly or through a subsidiary or other company, in a nonbanking activity or that the Board has determined by Order to be closely related to banking and permissible for bank holding companies. Unless otherwise noted, these activities will be conducted throughout the United States. Federal Reserve Bank of Kansas City: Olney Bancshares of Texas, Inc., Olney, Texas; to engage, de novo, in extending credit and servicing loans pursuant to Regulation Y.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20428\",\n            \"regalytics_alert_id\": \"1891FR20212042820210921\",\n            \"proposed_comments_due_date\": \"2021-10-06\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20428/notice-of-proposals-to-engage-in-or-to-acquire-companies-engaged-in-permissible-nonbanking\",\n            \"created_at\": \"2021-09-22T06:45:24.578047-04:00\"\n        },\n        {\n            \"id\": 54645,\n            \"title\": \"Notice of Meeting/Workshop Hearing: Disposition of Cases Pending Before the Reemployment Assistance Appeals Commission\",\n            \"summary\": \"The Reemployment Assistance Appeals Commission announces a public meeting to which all persons are invited on September 29, 2021, 9:30 a.m. at Reemployment Assistance Appeals Commission, 1211 Governors Square Boulevard, Suite 300, Tallahassee, Florida 32301. The discussion will be about the disposition of cases pending before the Reemployment Assistance Appeals Commission that are ready for final review and the Chairman's report. No public testimony will be taken.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2503659020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Meeting/Workshop Hearing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Economic Opportunity\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25036590\",\n            \"created_at\": \"2021-09-22T06:45:25.262253-04:00\"\n        },\n        {\n            \"id\": 54641,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed below have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 Regulation Y and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. Federal Reserve Bank of St. Louis: Stock Yards Bancorp, Inc., Louisville, Kentucky; to acquire Commonwealth Bancshares, Inc., and thereby indirectly acquire Commonwealth Bank and Trust Company, both of Louisville, Kentucky.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20429\",\n            \"regalytics_alert_id\": \"1891FR20212042920210921\",\n            \"proposed_comments_due_date\": \"2021-10-21\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20429/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-09-22T06:45:24.680432-04:00\"\n        },\n        {\n            \"id\": 54638,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed below have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956, Regulation Y and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. Federal Reserve Bank of Boston: Citizens Financial Group, Inc., Providence, Rhode Island; to acquire Investors Bancorp, Inc. and thereby indirectly acquire Investors Bank, both of Short Hills, New Jersey.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20320\",\n            \"regalytics_alert_id\": \"1891FR20212032020210921\",\n            \"proposed_comments_due_date\": \"2021-10-21\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20320/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-09-22T06:45:24.369446-04:00\"\n        },\n        {\n            \"id\": 54639,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Savings and Loan Holding Companies\",\n            \"summary\": \"The companies listed below have applied to the Board for approval, pursuant to the Home Owners’ Loan Act, Regulation LL and Regulation MM and all other applicable statutes and regulations to become a savings and loan holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a savings association. Federal Reserve Bank of Boston: 15 Beach MHC and CFSB Bancorp, Inc., both of Quincy, Massachusetts; to become a mutual holding company and a mid-tier stock savings and loan holding company, respectively, by acquiring 100% of the voting shares of Colonial Federal Savings Bank, Quincy, Massachusetts, upon the conversion of the Bank from a federal mutual savings bank to a federal stock savings bank.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20410\",\n            \"regalytics_alert_id\": \"1891FR20212041020210921\",\n            \"proposed_comments_due_date\": \"2021-10-21\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20410/formations-of-acquisitions-by-and-mergers-of-savings-and-loan-holding-companies\",\n            \"created_at\": \"2021-09-22T06:45:24.472439-04:00\"\n        },\n        {\n            \"id\": 54646,\n            \"title\": \"Notice of Emergency Rule: Strong Families Tax Credit; Participation; Allocation; Carryforward; Transfer; Rescindment.\",\n            \"summary\": \"The Department of Revenue promulgates emergency rules to implement the provisions of the Strong Families Tax Credit program, which provides that a taxpayer may receive a credit against certain taxes for making an eligible contribution to an eligible charitable organization designated by the Department of Children and Families. The promulgation of this emergency rule ensures that the public is notified in the most expedient and appropriate manner regarding the requirements for earning a tax credit allocation, as well as the means by which a tax credit or tax credit allocation may be carried forward, transferred, or rescinded. The rule describes the taxpayers eligible to participate in the program, the application process to receive an allocation of credit, the notifications issued by the Department of Revenue related to the program, how the credit may be taken against certain taxes, how a credit may be carried forward or transferred, and how a credit allocation may be rescinded.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2504047020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Emergency Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=12ER21-17&PDate=9/21/2021&Section=4#\",\n            \"created_at\": \"2021-09-22T06:45:25.371390-04:00\"\n        },\n        {\n            \"id\": 54633,\n            \"title\": \"Flood Hazard Determinations, Changes: Arizona, Florida, Idaho, Missouri, Nevada, Oregon, Texas, Washington, and Wisconsin\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) gives notice that the specific flood hazard determinations are not described for each community in this notice. However, the online location and local community map repository address where the flood hazard determination information is available for inspection is provided. These flood hazard determinations, together with the floodplain management criteria, are the minimum that are required. They should not be construed to mean that the community must change any existing ordinances that are more stringent in their floodplain management requirements. The community may at any time enact stricter requirements of its own or pursuant to policies established by other Federal, State, or regional entities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20300\",\n            \"regalytics_alert_id\": \"1891FR20212030020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20300/changes-in-flood-hazard-determinations\",\n            \"created_at\": \"2021-09-22T06:45:23.849926-04:00\"\n        },\n        {\n            \"id\": 54606,\n            \"title\": \"Complaint Filed: Ally Financial Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial Inc., on September 20, 2021 via the website with the following details: consumer’s state: NJ; consumer’s zip: 07604; product: credit reporting, credit repair services, or other personal consumer reports: sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47346015920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734601\",\n            \"created_at\": \"2021-09-22T06:45:21.073491-04:00\"\n        },\n        {\n            \"id\": 54691,\n            \"title\": \"Press Briefing by Press Secretary Jen Psaki, September 20, 2021\",\n            \"summary\": \"\\\"Today, the Biden administration is launching House America, a new initiative for the Department of Housing and Urban Development and the United States Interagency Council on Homelessness that will engage state and local leaders to set and achieve ambitious goals for reducing homelessness in America. Thanks to the President’s American Rescue Plan — and Congress’s — everybody’s American Rescue Plan — communities now have historic housing resources to help more Americans obtain the safety of a stable home, including 70,000 emergency housing vouchers, $5 billion in HOME grants, and significant investments to preserve and protect housing on Tribal lands. In addition, communities have $350 billion in state and local Fiscal Recovery Funds from the Department of Treasury to support many needs, including homelessness and housing instability.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1932120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Briefings\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/09/20/press-briefing-by-press-secretary-jen-psaki-september-20-2021/\",\n            \"created_at\": \"2021-09-22T06:45:30.174241-04:00\"\n        },\n        {\n            \"id\": 54647,\n            \"title\": \"Notice of Emergency Rule: Strong Families Tax Credit; Applications\",\n            \"summary\": \"The Department of Revenue promulgates emergency rules to implement the provisions of the Strong Families Tax Credit program, which provides that a taxpayer may receive a credit against certain taxes for making an eligible contribution to an eligible charitable organization designated by the Department of Children and Families. The promulgation of this emergency rule ensures that the public is notified in the most expedient and appropriate manner regarding the requirements for earning a tax credit allocation, as well as the means by which a tax credit or tax credit allocation may be carried forward, transferred, or rescinded. Emergency Rule 12ER21-18 is created to incorporate three forms used in the administration of the Strong Families Tax Credit program. These forms describe the taxpayers eligible to participate in the program, the application process to receive an allocation of credit, the notifications issued by the Department of Revenue related to the program, how the credit may be taken against certain taxes, how a credit may be carried forward or transferred, and how a credit allocation may be rescinded.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2504056720210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-01\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Emergency Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=12ER21-18&PDate=9/21/2021&Section=4#\",\n            \"created_at\": \"2021-09-22T06:45:25.479928-04:00\"\n        },\n        {\n            \"id\": 54520,\n            \"title\": \"Freddie Mac Research Explores Causes for the Appraisal Valuation Gap for Homeowners in Minority Neighborhoods\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) today released an analysis showing that appraisal values are more likely to fall below the contracted sale price of a home in census tracts with a higher share of Black and Latino households, resulting in an appraisal gap. The extent of that gap increases as the percentage of Black and Latino individuals in the census tract increases. The research is based on 12 million appraisals for purchase transactions submitted to Freddie Mac between 2015 and 2020 through the Uniform Collateral Data Portal.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2363120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Freddie Mac\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-research-explores-causes-appraisal-valuation-gap\",\n            \"created_at\": \"2021-09-22T06:45:11.272354-04:00\"\n        },\n        {\n            \"id\": 54601,\n            \"title\": \"Complaint for Injunctive Relief, Restitution, Disgorgement, Damages, and Civil Money Penalties: Daniel A. Rosen, INC., d/b/a Credit Repair Cloud, and Daniel Rosen\",\n            \"summary\": \"The Consumer Financial Protection Bureau (“Bureau”) brings this action against Daniel A. Rosen, Inc. d/b/a Credit Repair Cloud (“Credit Repair Cloud” or “CRC”) and Daniel Rosen under the Telemarketing and Consumer Fraud and Abuse Prevention Act (“Telemarketing Act”); the Telemarketing Sales Rule (“TSR”); and the Consumer Financial Protection Act of 2010 (“CFPA”). Credit Repair Cloud has provided substantial assistance or support to CRC Users by, among other things, providing CRC Users with telemarketing scripts; template marketing materials; training on credit repair; advice on how and when to collect fees; and the Software, which automatically flags negative items on consumers’ credit reports, generates pre-populated dispute letters, integrates with other companies’ subscription-billing systems to facilitate the collection of advance fees, and includes a CRM system. Credit Repair Cloud has known or consciously avoided knowing that CRC Users were engaged in telemarketing and were requesting and receiving fees from consumers for credit-repair services before providing consumers with documentation in the form of a consumer report from a consumer-reporting agency demonstrating that the promised results have been achieved, such report having been issued more than six months after the results were achieved, in violation of the TSR. 16 C.F.R. § 310.4(a)(2). Rosen has participated directly in Credit Repair Cloud’s provision of substantial assistance or support to CRC Users. Rosen, as the owner and CEO of Credit Repair Cloud, has had the authority to control, and he has controlled, Credit Repair Cloud’s provision of substantial assistance or support to CRC Users. Rosen has known or has been recklessly indifferent to the fact that Credit Repair Cloud has been providing substantial assistance or support to CRC Users in violation of the TSR. Therefore, Credit Repair Cloud and Rosen have violated the TSR’s ban on assisting and facilitating others’ violations. Accordingly, the Bureau requests, that the Court: a. impose appropriate injunctive relief against Credit Repair Cloud and Rosen for their violations of the TSR and the CFPA; b. grant additional injunctive relief as the Court may deem to be just and proper; and c. award monetary relief against Defendants, including but not limited to the refund of monies paid, restitution, disgorgement or compensation for unjust enrichment, and payment of damages.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18292CFPB0749220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Civil Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/documents/10117/cfpb_credit-repair-cloud_complaint_2021-09.pdf\",\n            \"created_at\": \"2021-09-22T06:45:20.455781-04:00\"\n        },\n        {\n            \"id\": 54580,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 26, Message Traffic Mitigation\",\n            \"summary\": \"On September 14, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to amend BX Rules at Options 2, Section 10, Directed Market Makers, Options 3, Section 26, Message Traffic Mitigation, and Options 3, Section 27 Limitation of Liability. The Exchange also proposes to amend Options 10, Doing Business With The Public: Section 5, Branch Offices, Section 6, Opening of Accounts, and Section 9, Discretionary Accounts. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12564BX349306720210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-14\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ BX, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/bx/2021/34-93067.pdf\",\n            \"created_at\": \"2021-09-22T06:45:18.200475-04:00\"\n        },\n        {\n            \"id\": 54602,\n            \"title\": \"Paperwork Reduction Act of Approvals: Report of Terms of Credit Card Plans and Consumer and College Credit Card Agreements\",\n            \"summary\": \"The Bureau of Consumer Financial Protection (Bureau) is requesting a Report of Terms of Credit Card Plans (Form FR 2572) and Consumer and College Credit Card Agreements. The proposed revision to OMB will incorporate requirements currently contained in OMB Control Number 3170-0052. The Bureau has and will continue to use both information collections to gather different types of credit card data. Each information collection requires different forms of credit card data from credit card issuers as required by the Truth in Lending Act. The data collections enable the Bureau to provide Congress and the public with a centralized and searchable repository for consumer and college credit card agreements and information regarding the arrangements between financial institutions and institutions of higher education.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20307\",\n            \"regalytics_alert_id\": \"1891FR20212030720210921\",\n            \"proposed_comments_due_date\": \"2021-10-21\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20307/agency-information-collection-activities-comment-request\",\n            \"created_at\": \"2021-09-22T06:45:20.651283-04:00\"\n        },\n        {\n            \"id\": 54519,\n            \"title\": \"Final Order: Binnet Inc.\",\n            \"summary\": \"Upon review of the record and being otherwise fully advised in the premises, the Office of Financial Regulation hereby finds: The Notice of Intent to Deny previously issued in the referenced case was satisfactorily resolved by and through the withdrawal of the license application. The entry of this Final Order shall conclude the above -referenced administrative proceeding. It is therefore ordered: the above -styled case is hereby dismissed with prejudice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19297FL4212425120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.doah.state.fl.us/FLAID/OFR/2021/OFR_99988_09212021_124251.pdf\",\n            \"created_at\": \"2021-09-22T06:45:11.166213-04:00\"\n        },\n        {\n            \"id\": 54603,\n            \"title\": \"Complaint for Injunctive Relief, Restitution, Disgorgement, Damages, and Civil Money Penalties: Daniel A. Rosen, Inc., D/B/A Credit Repair Cloud, and Daniel Rosen\",\n            \"summary\": \"On September 20, 2021, the Bureau filed a lawsuit in the United States District Court for the Central District of California against Credit Repair Cloud, a Los Angeles, California company that since at least 2013 has provided an “all-in-one solution” for people to start their own credit-repair businesses, and its owner and CEO, Daniel Rosen. The Bureau’s complaint alleges that Credit Repair Cloud and Daniel Rosen have violated the Telemarketing Sales Rule (TSR) by providing substantial assistance to credit-repair businesses that violate the TSR’s advance-fee prohibition. The Bureau also alleges that by violating the TSR, Credit Repair Cloud and Daniel Rosen have violated the Consumer Financial Protection Act (CFPA). The complaint seeks redress to consumers, disgorgement, appropriate injunctive relief, and the imposition of civil money penalties against Credit Repair Cloud and Daniel Rosen.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19066CFPB105DA11320210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforrcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/enforcement/actions/daniel-a-rosen-inc-dba-credit-repair-cloud-and-daniel-rosen/\",\n            \"created_at\": \"2021-09-22T06:45:20.763770-04:00\"\n        },\n        {\n            \"id\": 54600,\n            \"title\": \"Governor Polis, CDHS Announce $275 Million Investment in Colorado’s Early Childhood Sector to Help Build Back Better\",\n            \"summary\": \"Governor Polis and the Office of Early Childhood (OEC) announced the allocation of over $275 million through the federal American Rescue Plan to support families with young children, child care providers, and other early childhood professionals. Funds will help keep child care providers open through the pandemic recovery, save families across the state over $100 million in child care expenses, and support the retention of the early childhood educator workforce. This funding will help retain the state’s approximately 24,000 early childhood educators through increased employee compensation, retention bonuses, professional development, and hiring additional staff, while offsetting operational expenses for the state’s 4,700 child care programs. Despite the high costs of care for parents, early childhood programs often operate on tight budgets and cannot charge families what it fully costs to provide high-quality care. With workforce costs accounting for nearly 80 percent of a child care program’s budget, early childhood educators are among the lowest paid professionals in the education sector, with more than one third of the workforce receiving subsidies from public assistance programs to make ends meet.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COP13320210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6286-governor-polis-cdhs-announce-275-million-investment-colorados-early-childhood-sector-help\",\n            \"created_at\": \"2021-09-22T06:45:20.347691-04:00\"\n        },\n        {\n            \"id\": 54627,\n            \"title\": \"Complaint Filed: Medical Data Systems, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Medical Data Systems, Inc. on September 20, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 30088; product: debt collection; sub-product: medical debt; issue: written notification about debt; sub-issue: didn't receive notice of right to dispute; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the CFPB and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47364767120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4736476\",\n            \"created_at\": \"2021-09-22T06:45:23.218844-04:00\"\n        },\n        {\n            \"id\": 54596,\n            \"title\": \"The Appraisal Foundation Releases Statement on Freddie Mac Appraisal Bias Report\",\n            \"summary\": \"The Appraisal Foundation issued the following statement today on the release of a research analysis from Freddie Mac on appraisal bias: “The results of this analysis are deeply troubling,” said The Appraisal Foundation President Dave Bunton. “Having data like this publicly available is critical to continuing to address issues of discrimination and promote diversity, equity and inclusion in the appraisal profession. I hope that we will see even more data released on this issue in the near future so we can better understand the best ways to build and uphold public trust in the appraisal profession. The Appraisal Foundation will continue its efforts to create an appraisal profession that is reflective of the United States we live in today and trusted by all Americans. We look forward to working with professional appraisal organizations, federal and state agencies and other stakeholders to address this sobering report.”\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14763AF807720210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Appraisal Foundation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://appraisalfoundation.sharefile.com/d-s5d9138e2ed5942328c711e5601162f83\",\n            \"created_at\": \"2021-09-22T06:45:19.862035-04:00\"\n        },\n        {\n            \"id\": 54597,\n            \"title\": \"Governor Newsom Statement on Launch of U.S. Department of Housing and Urban Development Initiative, House America\",\n            \"summary\": \"Governor Gavin Newsom issued the following statement today after a virtual meeting with U.S. Secretary of Housing and Urban Development Marcia L. Fudge for the launch of House America, a national partnership led by the U.S. Department of Housing and Urban Development and the U.S. Interagency Council on Homelessness that brings state and local leaders together to leverage the American Rescue Plan Act to address the homelessness crisis: “California is dedicated to doing our part toward this national goal. California has committed an unprecedented $22 billion investment for housing and homelessness as part of my California Comeback Plan, which includes additional funding from the American Rescue Plan. California will build more than 84,000 new affordable homes for Californians, including 44,000 new housing units and treatment beds for people exiting homelessness. California will account for one-third of the housing created as part of House America’s initiative to re-house at least 100,000 households experiencing homelessness.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA6345620210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/09/20/governor-newsom-statement-on-launch-of-u-s-department-of-housing-and-urban-development-initiative-house-america/\",\n            \"created_at\": \"2021-09-22T06:45:19.963948-04:00\"\n        },\n        {\n            \"id\": 54628,\n            \"title\": \"Complaint Filed: Convergent Resources, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Convergent Resources, Inc. on September 20, 2021 via the website with the following details: consumer’s state: TX; consumer’s zip: 75206; product: debt collection; sub-product: other debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the CFPB and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47364777120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4736477\",\n            \"created_at\": \"2021-09-22T06:45:23.320194-04:00\"\n        },\n        {\n            \"id\": 54579,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Effectiveness of Temporary Supplementary Material .17 (Temporary Relief to Allow Remote Inspections for Calendar Year 2020 and Calendar Year 2021) Under FINRA Rule 3110 (Supervision)\",\n            \"summary\": \"On September 14, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend temporary Supplementary Material .17 (Temporary Relief to Allow Remote Inspections for Calendar Year 2020 and Calendar Year 2021) under FINRA Rule 3110 (Supervision) to include calendar year 2022 inspection obligations through June 30, 2022 within the scope of the supplementary material. The proposed extension of Rule 3110.17 is necessary to address the continuing operational challenges resulting from the COVID-19 pandemic many member firms face in planning for and timely conducting, during the first half of calendar year 2022, the on-site inspection component of Rule 3110(c) (Internal Inspections) at locations requiring inspection in calendar year 2022.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20333\",\n            \"regalytics_alert_id\": \"1891FR20212033320210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20333/self-regulatory-organizations-financial-industry-regulatory-authority-inc-notice-of-filing-and\",\n            \"created_at\": \"2021-09-22T06:45:18.098502-04:00\"\n        },\n        {\n            \"id\": 54598,\n            \"title\": \"2021 September Economic and Revenue Forecast\",\n            \"summary\": \"Focus Colorado presents forecasts for the economy and state government revenue through FY 2020-21. Implications of the forecast for the state's General Fund budget and spending limit are described in the report's highlights and executive summary sections. The report is based on current law, legislation passed by the General Assembly affecting the forecast is described throughout the report.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO126120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/2021-september-economic-and-revenue-forecast\",\n            \"created_at\": \"2021-09-22T06:45:20.132890-04:00\"\n        },\n        {\n            \"id\": 54632,\n            \"title\": \"Flood Hazard Determinations, Changes: Alabama, Arizona, Colorado, Delaware, Florida, Georgia, Maryland, New Mexico, North Carolina, Pennsylvania, South Carolina, Texas, and Vermont\",\n            \"summary\": \"Federal Emergency Management Agency (FEMA) gives notice new or modified Base Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, and/or regulatory floodways. Each LOMR revises the Flood Insurance Rate Maps (FIRMs), and in some cases the Flood Insurance Study (FIS) reports, currently in effect for the listed communities. The flood hazard determinations modified by each LOMR will be used to calculate flood insurance premium rates for new buildings and their contents.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20299\",\n            \"regalytics_alert_id\": \"1891FR20212029920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20299/changes-in-flood-hazard-determinations\",\n            \"created_at\": \"2021-09-22T06:45:23.747023-04:00\"\n        },\n        {\n            \"id\": 54516,\n            \"title\": \"Final Order of Approval: Citizens Bank and Trust, to Purchase Certain Assets and Assume Certain Liabilities of Hillsboro Bank\",\n            \"summary\": \"On September 20, 2021, the Office of Financial Regulation ( \\\"Office \\\") issued the attached Notice of Intent to Approve ( \\\"NOI \\\") the application for authority of Citizens Bank and Trust, Frostproof, Polk County, Florida, to Purchase Certain Assets and Assume Certain Liabilities of Hillsboro Bank, Plant City, Hillsborough County, Florida ( \\\"Applicant \\\"). On September 21, 2021, the Office received the Applicant's written waiver of the right to an administrative hearing concerning the Office's intended action. Accordingly, it is ordered: the application is approved, subject to satisfaction of the conditions contained in the attached NOI.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19297FL2001142720210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.doah.state.fl.us/FLAID/OFR/2021/OFR_107040-FI_09212021_011427.pdf\",\n            \"created_at\": \"2021-09-22T06:45:10.843569-04:00\"\n        },\n        {\n            \"id\": 54517,\n            \"title\": \"Final Order of Approval: Application to Organize Fortis Legacy Private Trust Company, LLC\",\n            \"summary\": \"On September 13, 2021, the Office of Financial Regulation ( \\\"Office \\\") issued the attached Notice of Intent to Approve ( \\\"NOI \\\") the application for approval for authority to organize Application to Organize Fortis Legacy Private Trust Company, LLC, a State -Chartered Trust Company to be located at 801 Brickell Avenue Suite 2550, Miami, Dade County, Florida ( \\\"Applicant \\\"). On September 20, 2021, the Office received the Applicant's written waiver of the right to an administrative hearing concerning the Office's intended action. Accordingly, it is ordered: the application is approved, subject to satisfaction of the conditions contained in the attached NOI.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19297FL3612441320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.doah.state.fl.us/FLAID/OFR/2021/OFR_106993-FI_09212021_124413.pdf\",\n            \"created_at\": \"2021-09-22T06:45:10.951164-04:00\"\n        },\n        {\n            \"id\": 54518,\n            \"title\": \"Final Order: Mackey Heating & Air, Inc.\",\n            \"summary\": \"Upon review of the record and being otherwise fully advised in the premises, the Office of Financial Regulation hereby finds: The Notice of Intent to Deny previously issued in the referenced case was satisfactorily resolved by and through the withdrawal of the license application. The entry of this Final Order shall conclude the above -referenced administrative proceeding. It is therefore ordered: the above -styled case is hereby dismissed with prejudice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19297FL4212421720210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of Financial Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.doah.state.fl.us/FLAID/OFR/2021/OFR_97965_09212021_124217.pdf\",\n            \"created_at\": \"2021-09-22T06:45:11.059081-04:00\"\n        },\n        {\n            \"id\": 54604,\n            \"title\": \"Complaint Filed: CURO Intermediate Holdings\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against CURO Intermediate Holdings on September 20, 2021 via the website with the following details: consumer’s state: IL; consumer’s zip: 60411; product: debt collection; sub-product: payday loan debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47345387120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734538\",\n            \"created_at\": \"2021-09-22T06:45:20.872259-04:00\"\n        },\n        {\n            \"id\": 54599,\n            \"title\": \"Polis Administration Secures Federal Funding for Small Businesses Impacted by Glenwood Canyon Mudslides\",\n            \"summary\": \"Governor Polis, the Colorado Office of Economic Development and International Trade, and the Division of Homeland Security and Emergency Preparedness announced that the U.S. Small Business Administration (SBA) has responded to the request made by Governor Polis and awarded a disaster declaration in Garfield, Eagle, Mesa, Pitkin, Rio Blanco, and Routt counties as a result of flooding, mudslides, rockslides and associated closures of Glenwood Canyon. Businesses in these counties are eligible to apply for loans through the Economic Injury Disaster Loan (EIDL) program to offset the cost of this disaster on their business. Eligibility is based on the financial impact of the disaster only and not on any actual property damage. These loans have an interest rate of 2.855 percent for small businesses and 2 percent for private nonprofit organizations with terms up to 30 years. The loans may be used to pay fixed debts, payroll, accounts payable and other bills that can’t be paid due to the disaster. EIDL assistance is available only to small businesses when SBA determines they are unable to obtain credit elsewhere. A business may qualify for both an EIDL and a physical disaster loan. The maximum combined loan amount is $2 million.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916CON13020210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6266-polis-administration-secures-federal-funding-small-businesses-impacted-glenwood-canyon\",\n            \"created_at\": \"2021-09-22T06:45:20.237304-04:00\"\n        },\n        {\n            \"id\": 54595,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Incorporate NOM Options 4 Rules by Reference to NASDAQ ISE, LLC Options 4 Rules\",\n            \"summary\": \"On September 3, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to incorporate The NASDAQ Options Market LLC (“NOM”) Options 4 Rules by reference to NASDAQ ISE, LLC (“ISE”) Options 4 Rules. The NOM Options 4 Listing Rules provide for the options that may be listed and traded on NOM. Currently, the NOM Options 4 Rules are very similar to the ISE Options 4 Rules. The differences between the NOM and ISE Options 4 Rules are non-substantive technical differences. Other changes are non-substantive word choice differences. Finally, certain rules utilize the phrase “this Rule” instead of a citation. Of note, NOM Options 4, Section 3(h) does not list reverse repurchase agreements in the defined term “Financial Instruments”. The Exchange proposes to include “reverse repurchase agreements” within the list of securities deemed appropriate for options trading on NOM in order that the Exchange may list the same products as ISE may list today. Also, NOM Options 4, Section 8(a) should include the words “and continuity.” NOM's continuity rules utilize the LEAP term. ISE has this rule text within its Options 4, Section 8(a).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20334\",\n            \"regalytics_alert_id\": \"1891FR20212033420210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20334/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-09-22T06:45:19.759981-04:00\"\n        },\n        {\n            \"id\": 54626,\n            \"title\": \"Complaint Filed: Medical Data Systems, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Medical Data Systems, Inc. on September 20, 2021 via the website with the following details: consumer’s state: AL; consumer’s zip: 36542; product: debt collection; sub-product: medical debt; issue: written notification about debt; sub-issue: didn't receive enough information to verify debt; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47362645920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4736264\",\n            \"created_at\": \"2021-09-22T06:45:23.117174-04:00\"\n        },\n        {\n            \"id\": 54651,\n            \"title\": \"IDFPR Announces Renewal Period Now Open for Eligible Professional Licensees\",\n            \"summary\": \"The Illinois Department of Financial and Professional Regulation (IDFPR) today announced that licensees in several professions can now renew their licenses online. In addition, licensees’ renewal deadlines have been extended to December 31, 2021. The Department is encouraging eligible licensees to submit renewal materials as soon as possible, as more than 150,000 licenses are up for renewal. Among the professions whose licensees will now have until December 31 to renew we find Certified Public Accountant/Registered Certified Public Accountant.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1290IL7520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Department of Financial and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.idfpr.com/News/2021/2021%2009%2021%20IDFPR%20Professional%20License%20Renewal%20Release.pdf\",\n            \"created_at\": \"2021-09-22T06:45:25.911432-04:00\"\n        },\n        {\n            \"id\": 54515,\n            \"title\": \"Order Approving a Proposed Rule Change to Amend FINRA Rules 1210 (Registration Requirements) and 1240 (Continuing Education Requirements)\",\n            \"summary\": \"On June 3, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“SEC” or “Commission”), a proposed rule change to amend FINRA Rules 1240 (Continuing Education Requirements) and 1210 (Registration Requirements) to, among other things, (1) require that the Regulatory Element of FINRA’s continuing education program for registered persons of FINRA members (“CE Program”) be tailored to each registration category and completed annually rather than every three years and (2) provide a way for individuals to maintain their qualifications following the termination of registration through continuing education. The proposed rule change was published for comment in the Federal Register on June 24, 2021. It is therefore ordered that the proposed rule change (SR-FINRA-2021-015), be, and hereby is, approved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349309720210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/finra/2021/34-93097.pdf\",\n            \"created_at\": \"2021-09-22T06:45:10.742391-04:00\"\n        },\n        {\n            \"id\": 54592,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delete the Order Audit Trail System Rules in the Rule 6.7400-E Series\",\n            \"summary\": \"On September 7, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to delete the Order Audit Trail System (“OATS”) rules in the Rule 6.7400-E Series as these Rules provide for the collection of information that is duplicative of the data collection requirements of the CAT. Rule 613 of Regulation NMS requires national securities exchanges and FINRA to create, implement, and maintain a consolidated audit trail to capture customer and order event information for orders in NMS Securities and OTC Equity Securities, across all markets, from the time of order inception through routing, cancellation, modification, or execution in a single consolidated data source. After conducting an analysis of its rules in accordance with the CAT NMS Plan, the Exchange has determined that the information collected pursuant to the OATS rules is intended to be collected by CAT. Further, the Exchange believes that the Rule 6.7400E Series will no longer be necessary and proposes to delete such rules from the Exchange’s rulebook. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20218020210914\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-07\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/sec-approvals/2021/%28SR-NYSEArca-2021-80%29 34-92982.pdf\",\n            \"created_at\": \"2021-09-22T06:45:19.439265-04:00\"\n        },\n        {\n            \"id\": 54624,\n            \"title\": \"Complaint Filed: Ally Financial Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc. on September 20, 2021 via the website with the following details: consumer’s state: MD; consumer’s zip: 21102; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47360275920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4736027\",\n            \"created_at\": \"2021-09-22T06:45:22.912633-04:00\"\n        },\n        {\n            \"id\": 54561,\n            \"title\": \"Order of Suspension: Daniel B. Kamensky, Esq.\",\n            \"summary\": \"The Securities and Exchange Commission deems it appropriate to issue an order of forthwith suspension of Daniel B. Kamensky (“Respondent\\\" or \\\"Kamensky”). Kamensky is an attorney who has been admitted to practice law in New York since 2000. On May 10, 2021 a judgment of conviction was entered against Kamensky. Kamensky pled guilty to Extortion and Bribery in Connection with Bankruptcy. He was sentenced to imprisonment for six months, followed by six months of supervised release with home detention, and fined $55,000. In view of the foregoing, the Commission finds that Kamensky has been convicted of a felony. Accordingly, it is ordered that Daniel B. Kamensky is forthwith suspended from appearing or practicing before the Commission of the Commission’s Rules of Practice.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349309020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93090.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.744640-04:00\"\n        },\n        {\n            \"id\": 54593,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delete the Order Audit Trail System Rules in the Rule 6.7400– E Series\",\n            \"summary\": \"On September 7, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to delete the Order Audit Trail System (“OATS”) rules in the Rule 6.7400-E Series as these Rules provide for the collection of information that is duplicative of the data collection requirements of the CAT. Rule 613 of Regulation NMS requires national securities exchanges and FINRA to create, implement, and maintain a consolidated audit trail to capture customer and order event information for orders in NMS Securities and OTC Equity Securities, across all markets, from the time of order inception through routing, cancellation, modification, or execution in a single consolidated data source. After conducting an analysis of its rules in accordance with the CAT NMS Plan, the Exchange has determined that the information collected pursuant to the OATS rules is intended to be collected by CAT. Further, the Exchange believes that the Rule 6.7400E Series will no longer be necessary and proposes to delete such rules from the Exchange’s rulebook. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20218020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-09-07\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/federal-registers/2021/NYSEArca-2021-80, 86 FR 52225 %289-20-21%29.pdf\",\n            \"created_at\": \"2021-09-22T06:45:19.546812-04:00\"\n        },\n        {\n            \"id\": 54591,\n            \"title\": \"Notice of Designation of a Longer Period for Commission Action on a Proposed Rule Change to List and Trade Shares of the Teucrium Bitcoin Futures Fund Under NYSE Arca Rule 8.200-E\",\n            \"summary\": \"On July 23, 2021, NYSE Arca, Inc. (“NYSE Arca”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to list and trade shares of the Teucrium Bitcoin Futures Fund under NYSE Arca Rule 8.200-E, Commentary .02 (Trust Issued Receipts). The proposed rule change was published for comment in the Federal Register on August 11, 2021. The Commission has received comments on the proposed rule change. The Commission finds that it is appropriate to designate a longer period within which to take action on the proposed rule change so that it has sufficient time to consider the proposed rule change and the comments received. Accordingly, the Commission designates November 9, 2021, as the date by which the Commission shall either approve or disapprove, or institute proceedings to determine whether to disapprove, the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20330\",\n            \"regalytics_alert_id\": \"1891FR20212033020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20330/self-regulatory-organizations-nyse-arca-inc-notice-of-designation-of-a-longer-period-for-commission\",\n            \"created_at\": \"2021-09-22T06:45:19.323895-04:00\"\n        },\n        {\n            \"id\": 54620,\n            \"title\": \"Complaint Filed: Credence Resource Management, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Credence Resource Management, LLC on September 20, 2021 via the website with the following details: consumer’s state: FL; consumer’s zip: 33428; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47353595920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735359\",\n            \"created_at\": \"2021-09-22T06:45:22.498504-04:00\"\n        },\n        {\n            \"id\": 54621,\n            \"title\": \"Complaint Filed: Ally Financial, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc., on September 20, 2021 via the website with the following details: consumer’s state: FL; consumer’s zip: 34203; product: debt collection; sub-product: auto debt; issue: written notification about debt; sub-issue: didn't receive enough information to verify debt; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47359555920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735955\",\n            \"created_at\": \"2021-09-22T06:45:22.603426-04:00\"\n        },\n        {\n            \"id\": 54590,\n            \"title\": \"Withdrawal of a Proposed Rule Change to Amend the NYSE Arca Equities Fees and Charges\",\n            \"summary\": \"On June 14, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”), a proposed rule change (File No. SR-NYSEArca-2021-52) to amend the NYSE Arca Equities Fees and Charges (“Fee Schedule”). The proposed rule change was immediately effective upon filing with the Commission. The proposed rule change was published for comment in the Federal Register on July 6, 2021. The Commission received no comment letters regarding the proposed rule change. On August 5, 2021, the Commission, temporarily suspended and instituted proceedings to determine whether to approve or disapprove the proposal. On September 14, 2021, the Exchange withdrew the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349306620210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-93066.pdf\",\n            \"created_at\": \"2021-09-22T06:45:19.216553-04:00\"\n        },\n        {\n            \"id\": 54589,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Its Price List\",\n            \"summary\": \"On August 31, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to amend its Price List to extend the end of the Decommission Period from August 2021 to September 2021. The Exchange proposes to implement these changes to its Price List effective September 1, 2021. The purpose of this filing is to provide additional time for member organizations to finalize their transition from older to newer and more efficient Pillar technology. The Exchange is not proposing to adjust the amount of the port fees or the fees charged to offset the Exchange's continuing costs of supporting legacy ports, which will remain at the current level for all market participants.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20332\",\n            \"regalytics_alert_id\": \"1891FR20212033220210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20332/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-09-22T06:45:19.114689-04:00\"\n        },\n        {\n            \"id\": 54622,\n            \"title\": \"Complaint Filed: Ally Financial Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc. on September 20, 2021 via the website with the following details: consumer’s state: OH; consumer’s zip: 43204; product: vehicle loan or lease; sub-product: lease; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47359995920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735999\",\n            \"created_at\": \"2021-09-22T06:45:22.707022-04:00\"\n        },\n        {\n            \"id\": 54629,\n            \"title\": \"Paperwork Reduction Act of Approvals: Notification of Branch Closure and Changes of Insured Status, Assessment Rate Adjustment Guidelines\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) mandates that an insured depository institution closing a branch notify its primary federal regulator not later than 90 days prior to the closing. The statute also provides that a notice be posted on the premises of the branch for the 30-day period immediately prior to the closing and that the customers be notified in a mailing at least 90 days prior to the closing. A certification that insured depository institutions provide the FDIC when all deposit liabilities from one insured depository institution are assumed from another insured depository institution, with the latter institution responsible for providing the certification, and a notification that an insured depository institution provides to its depositors when it seeks to voluntarily terminate its insured status. Each insured depository institution that has one or more branches is required to adopt a written policy for branch closings. There is no change in the methodology or substance of this information collection. Upon the failure of an FDIC-insured depository institution, the FDIC is required to pay insured deposits as soon as possible. To do so, the FDIC must be able to quickly determine the total insured amount for each depositor. These regulations also set out the process for making adjustments to the total score of these institutions used by the FDIC in making deposit insurance assessments. The supplementary leverage ratio regulations strengthen the definition of total leverage exposure and improve the measure of a banking organization’s on and off-balance sheet exposures.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20306\",\n            \"regalytics_alert_id\": \"1891FR20212030620210921\",\n            \"proposed_comments_due_date\": \"2021-10-21\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20306/agency-information-collection-activities-proposed-collection-renewal-comment-request-omb-no\",\n            \"created_at\": \"2021-09-22T06:45:23.421909-04:00\"\n        },\n        {\n            \"id\": 54588,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend the Content of the NYSE Best Quote & Trades\",\n            \"summary\": \"On September 3, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the content of the NYSE Best Quote & Trades (“NYSE BQT”) data feed to identify the current day consolidated high and low prices. The Exchange proposes to enhance the content of NYSE BQT to identify the current day consolidated high and low price for all listed equity securities. The NYSE BQT data feed provides a unified view of best bid and offer (“BBO”) and last sale information for the Exchange and its affiliates, NYSE Arca, Inc. (“NYSE Arca”), NYSE American LLC (“NYSE American”), NYSE National, Inc. (“NYSE National”) and NYSE Chicago, Inc. (“NYSE Chicago”) and consists of data elements from ten existing market data feeds: NYSE Trades, NYSE BBO, NYSE Arca Trades, NYSE Arca BBO, NYSE American Trades, NYSE American BBO, NYSE National Trades, NYSE National BBO, NYSE Chicago Trades, and NYSE Chicago BBO. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20331\",\n            \"regalytics_alert_id\": \"1891FR20212033120210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20331/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-09-22T06:45:19.012429-04:00\"\n        },\n        {\n            \"id\": 54623,\n            \"title\": \"Complaint Filed: Castle Credit Co Holdings, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Castle Credit Co Holdings, LLC, Chicago, IL Branch on September 20, 2021 via the website with the following details: consumer’s state: TX; consumer’s zip: 77083; product: debt collection; sub-product: i do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47360105920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4736010\",\n            \"created_at\": \"2021-09-22T06:45:22.811072-04:00\"\n        },\n        {\n            \"id\": 54594,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 26, Message Traffic Mitigation\",\n            \"summary\": \"On September 14, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to amend The NASDAQ Options Market LLC (“NOM”) Rules at Options 3, Section 26, Message Traffic Mitigation, and Options 3, Section 27 Limitation of Liability. The Exchange also proposes to amend Options 10, Doing Business With The Public: Section 5, Branch Offices, Section 6, Opening of Accounts, and Section 9, Discretionary Accounts. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349306920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nasdaq/2021/34-93069.pdf\",\n            \"created_at\": \"2021-09-22T06:45:19.654293-04:00\"\n        },\n        {\n            \"id\": 54583,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 17, to Decommission the Exchange's Quote Removal Kill Switch Functionality\",\n            \"summary\": \"On September 2, 2021, NASDAQ GEMX, LLC (“GEMX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to decommission the Exchange's quote removal Kill Switch functionality at Options 3, Section 17. The Exchange proposes to amend Options 3, Section 17 to decommission the Exchange's quote removal Kill Switch functionality, which is an optional tool that allows Market Makers to initiate a message to the System to promptly cancel and restrict their quote activity on GEMX, or across both GEMX and its affiliate, NASDAQ ISE, in either case as set by the Market Maker. Market Makers may submit a Kill Switch request to the System for certain identifier(s) (“Identifier”) on either a user or group level. If quotes are cancelled by the Market Maker using Kill Switch, it will result in the removal of all quotes requested for the Identifier(s). The Market Maker will be unable to enter any additional quotes for the affected Identifier(s) until the Market Maker sends a re-entry request to the Exchange.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20336\",\n            \"regalytics_alert_id\": \"1891FR20212033620210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ GEMX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20336/self-regulatory-organizations-nasdaq-gemx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-22T06:45:18.506599-04:00\"\n        },\n        {\n            \"id\": 54562,\n            \"title\": \"Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order: Helikon Investments Ltd.\",\n            \"summary\": \"These proceedings arise out of a violation of Rule 105 of Regulation M of the Exchange Act by Helikon Investments Ltd. (“Helikon” or \\\"Respondent”), a London-based exempt reporting adviser. In December 2020, Helikon sold short American depositary shares (“ADSs” or “shares”) and then, within the rule’s five-day restricted period, purchased ADSs of the same issuer in an offering, thereby violating Rule 105. Helikon’s fund profited by $669,002 from the transaction. Accordingly, it is hereby ordered that Respondent Helikon cease and desist from committing or causing any violations and any future violations of Rule 105 of Regulation M of the Exchange Act. Respondent Helikon shall pay disgorgement of $669,002, prejudgment interest of $11,719.59, and a civil money penalty of $97,523 to the Securities and Exchange Commission within 10 days of the entry of this Order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349309120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93091.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.844564-04:00\"\n        },\n        {\n            \"id\": 54584,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 17 to Decommission the Exchange's Quote Removal Kill Switch Functionality\",\n            \"summary\": \"On September 2, 2021, NASDAQ MRX, LLC (“MRX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to decommission the Exchange's quote removal Kill Switch functionality at Options 3, Section 17. The Exchange proposes to amend Options 3, Section 17 to decommission the Exchange's quote removal Kill Switch functionality, which is an optional tool that allows Market Makers to initiate a message to the System to promptly cancel and restrict their quote activity on the Exchange. Market Makers may submit a Kill Switch request to the System for certain identifier(s) (“Identifier”) on either a user or group level. If quotes are cancelled by the Market Maker using Kill Switch, it will result in the removal of all quotes requested for the Identifier(s). The Market Maker will be unable to enter any additional quotes for the affected Identifier(s) until the Market Maker sends a re-entry request to the Exchange.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20335\",\n            \"regalytics_alert_id\": \"1891FR20212033520210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ MRX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20335/self-regulatory-organizations-nasdaq-mrx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-22T06:45:18.606652-04:00\"\n        },\n        {\n            \"id\": 54585,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt PHLX Options 10, Section 5, Branch Office, and Options 10, Section 17, Profit Sharing Rules\",\n            \"summary\": \"On September 3, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to adopt new PHLX Options 10, Section 5, Branch Office, and Options 10, Section 17, Profit Sharing. The Exchange also proposes to amend General 9, Section 58, and Options 10, Section 6, Opening of Accounts. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20325\",\n            \"regalytics_alert_id\": \"1891FR20212032520210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20325/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-22T06:45:18.707908-04:00\"\n        },\n        {\n            \"id\": 54625,\n            \"title\": \"Complaint Filed: American Coradius International, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against American Coradius International LLC on September 20, 2021 via the website with the following details: consumer’s state: CA; consumer’s zip: 94531; product: debt collection; sub-product: i do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47361147120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4736114\",\n            \"created_at\": \"2021-09-22T06:45:23.015032-04:00\"\n        },\n        {\n            \"id\": 54605,\n            \"title\": \"Complaint Filed: Fiserv Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Fiserv Inc., on September 20, 2021 via the website with the following details: consumer’s state: TX; consumer’s zip: 76016; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt was result of identity theft; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47345885920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734588\",\n            \"created_at\": \"2021-09-22T06:45:20.972835-04:00\"\n        },\n        {\n            \"id\": 54619,\n            \"title\": \"Complaint Filed: Profit Services Group\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Profit Services Group on September 20, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 31419; product: debt collection; sub-product: medical debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response; company has responded to the consumer and the cfpb and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47353417120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735341\",\n            \"created_at\": \"2021-09-22T06:45:22.394366-04:00\"\n        },\n        {\n            \"id\": 54630,\n            \"title\": \"Meetings on the Advisory Committee of State Regulators, October 6, 2021\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) is providing notice of a meeting of the notice the FDIC Advisory Committee of State Regulators scheduled to be held on on Tuesday, October 6, 2021, from 1:00 p.m. to 5:00 p.m. The agenda will include a discussion of a variety of current and emerging issues that have potential implications regarding the regulation and supervision of state chartered financial institutions. The agenda is subject to change. Any changes to the agenda will be announced at the beginning of the meeting.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20358\",\n            \"regalytics_alert_id\": \"1891FR20212035820210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20358/fdic-advisory-committee-of-state-regulators-notice-of-meeting\",\n            \"created_at\": \"2021-09-22T06:45:23.526921-04:00\"\n        },\n        {\n            \"id\": 54576,\n            \"title\": \"Brown Blasts Ranking Member Toomey’s Letter on Transit Funding, Calls for Greater Investment to Address Our Nation’s Housing Crisis\",\n            \"summary\": \"Today, Senator Sherrod Brown Chair of the U.S. Senate Committee on Banking, Housing, and Urban Affairs released the following statement in response to a letter from Ranking Member Toomey regarding new transit and housing funding in the House reconciliation bill. “The House reconciliation bill would for the first time ever allow the Department of Housing and Urban work together to help solve the nation’s housing crisis. This is not ‘double dipping’ as Ranking Member Toomey has suggested. In fact, this groundbreaking approach was not even considered in the bipartisan infrastructure plan and is a new endeavor for both agencies,” said Toomey.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU308B20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-blasts-ranking-member-toomeys-letter-on-transit-funding-calls-for-greater-investment-to-address-our-nations-housing-crisis\",\n            \"created_at\": \"2021-09-22T06:45:17.285898-04:00\"\n        },\n        {\n            \"id\": 54575,\n            \"title\": \"Cortez Masto Introduces Bill to Incentivize Whistleblowers to Report Consumer Fraud to the Consumer Financial Protection Bureau\",\n            \"summary\": \"U.S. Senator Catherine Cortez Masto introduced legislation to authorize the Consumer Financial Protection Bureau to reward whistleblowers who report wrongdoing to the CFPB with financial compensation. Whistleblower statutes protect people from unfair practices, fraud, and abuse. The bill is cosponsored by Chairman of the Senate Banking, Housing, and Urban Affairs Committee Senator Sherrod Brown and Senators Dick Durbin, Elizabeth Warren, Jeff Merkle, Richard Blumenthal and Tina Smith. “Whistleblowers play a vital role in protecting consumers from exploitation, risking their careers and livelihoods to report corrupt and unethical business practices, Protecting consumers from fraud has been a top priority for me throughout my career, and we’ve got to do more to help vulnerable Nevadans. This legislation will not only make it safer for whistleblowers to report wrongdoing, it will also protect Nevada consumers from bad actors and discourage future misconduct by holding companies accountable.” said Senator Cortez. Numerous reports have found that financial rewards provide incentives for potential whistleblowers to come forward. Attorneys for whistleblowers have also noted that the threat of penalties for whistleblowers deters people from reporting misconduct. This legislation would encourage reporting by enabling the CFPB to offer compensation to whistleblowers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU303C20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/cortez-masto-introduces-bill-to-incentivize-whistleblowers-to-report-consumer-fraud-to-the-consumer-financial-protection-bureau\",\n            \"created_at\": \"2021-09-22T06:45:17.184620-04:00\"\n        },\n        {\n            \"id\": 54631,\n            \"title\": \"Meetings on the Advisory Committee on Economic Inclusion, October 7, 2021\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) is providing notice of a meeting of the FDIC Advisory Committee on Economic Inclusion scheduled to be held on Thursday, October 7, 2021, from 1:00 pm to 5:00 pm. The Advisory Committee will provide advice and recommendations on initiatives to expand access to banking services by underserved populations. The meeting is open to the public. The agenda will include updates from the committee members about key challenges facing their communities or organizations. In addition, there will be panel discussions covering housing market trends, tax time opportunities to expand account access as well as highlights from the FDIC Tech Sprint, Breaking Down Barriers: Reaching the ‘Last Mile’ of the Unbanked. Any changes to the agenda will be announced at the beginning of the meeting.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20359\",\n            \"regalytics_alert_id\": \"1891FR20212035920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20359/fdic-advisory-committee-on-economic-inclusion-come-in-notice-of-meeting\",\n            \"created_at\": \"2021-09-22T06:45:23.634846-04:00\"\n        },\n        {\n            \"id\": 54573,\n            \"title\": \"Brown: These Nominees Are Prepared to Protect U.S. Interests at Home and Abroad\",\n            \"summary\": \"U.S. Senator Sherrod Brown , Chairman of the U.S. Senate Committee on Banking, Housing, and Urban Affairs, delivered the following opening statement at today’s nomination hearing for Alan Estevez, to be Under Secretary of Commerce for Industry and Security; Thea Kendler, to be an Assistant Secretary of Commerce; Alexia Latortue, to be an Assistant Secretary of the Treasury; and Graham Steele, to be an Assistant Secretary of the Treasury: \\\"The Committee meets today to consider the nominations of: Alan Estevez to be Under Secretary for Industry and Secretary at the Department of Commerce, Thea Kendler to be Assistant Secretary for Export Control at the Department of Commerce, Alexia Latortue to be Assistant Secretary for International Markets at the Department of Treasury and Graham Steele to be Assistant Secretary for Financial Institutions at the Department of Treasury. We welcome the nominees and their families. We thank you for your willingness to serve during this critical time in our nation’s history. To the nominees, during your opening statement, please feel free to introduce your families and those who have accompanied you here today to show support. All four nominees today have an impressive record of public service.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU204B20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-these-nominees-are-prepared-to-protect-us-interests-at-home-and-abroad\",\n            \"created_at\": \"2021-09-22T06:45:16.979462-04:00\"\n        },\n        {\n            \"id\": 54616,\n            \"title\": \"Complaint Filed: Equifax Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on September 19, 2021 via the website with the following details: consumer’s state: MD; consumer’s zip: 21061; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47350315920210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735031\",\n            \"created_at\": \"2021-09-22T06:45:22.088682-04:00\"\n        },\n        {\n            \"id\": 54574,\n            \"title\": \"Toomey Calls on Democrats to Uphold President Biden’s Agreement Not to ‘Double-Dip’ on Transit Spending\",\n            \"summary\": \"U.S. Senate Banking Committee Ranking Member Pat Toomey (R-Pa.) is calling on Democrats to uphold President Biden’s agreement not to “double-dip” by pumping billions of more dollars into mass transit as part of the Democrats’ new tax-and-spending spree. In a letter to Banking Committee Chairman Sherrod Brown (D-Ohio), Senator Toomey wrote: “As you are aware, as part of early negotiations on physical infrastructure between the White House and the bipartisan group of senators, President Biden agreed not to ‘double-dip’, i.e. spend additional money on issues that were resolved in the bipartisan infrastructure bill. We know that the level of ‘new’ mass transit spending agreed to in H.R. 3684 was a result of a tradeoff. As such, piling on another $10 billion in mass transit spending a figure that is conspicuously equal to an agreed-upon reduction in ‘new’ mass transit spending from those infrastructure negotiations skirts the President’s commitment to not ‘double-dip.’” Last week, the House Committee on Transportation and Infrastructure reported out of committee its section of the Democrats’ tax-and-spending spree. Included in the package was language creating the Affordable Housing Access Program, a grant program authorizing an additional $10 billion for mass transit.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU252T20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/minority/toomey-calls-on-democrats-to-uphold-president-bidens-agreement-not-to-double-dip-on-transit-spending\",\n            \"created_at\": \"2021-09-22T06:45:17.082195-04:00\"\n        },\n        {\n            \"id\": 54617,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on September 19, 2021 via the website with the following details: consumer’s state: MD; consumer’s zip: 21061; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47350325920210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735032\",\n            \"created_at\": \"2021-09-22T06:45:22.191056-04:00\"\n        },\n        {\n            \"id\": 54615,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, INC on September 19, 2021 via the website with the following details: consumer’s state: NY; consumer’s zip: 14215; product: credit reporting, credit repair services, or other personal consumer reports: sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem: sub-issue: Was not notified of investigation status or results; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47350305920210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735030\",\n            \"created_at\": \"2021-09-22T06:45:21.984297-04:00\"\n        },\n        {\n            \"id\": 54577,\n            \"title\": \"Notice of Designation of a Longer Period for Commission Action on a Proposed Rule Change to List and Trade Shares of the ARK 21Shares Bitcoin ETF Under BZX Rule 14.11(e)(4), Commodity-Based Trust Shares\",\n            \"summary\": \"On July 20, 2021, CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to list and trade shares of the ARK 21Shares Bitcoin ETF (the “Trust”),3 under BZX Rule 14.11(e)(4), Commodity-Based Trust Shares. The shares of the Trust are referred to herein as the “Shares.” 21Shares US LLC is the sponsor of the Trust (the “Sponsor”). The Shares will be registered with the Commission by means of the Trust’s registration statement on Form S-1 (the “Registration Statement”). The Commission finds that it is appropriate to designate a longer period within which to take action on the proposed rule change so that it has sufficient time to consider the proposed rule change and the comments received. Accordingly, the Commission designates November 4, 2021, as the date by which the Commission shall either approve or disapprove, or institute proceedings to determine whether to disapprove, the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20328\",\n            \"regalytics_alert_id\": \"1891FR20212032820210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20328/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-designation-of-a-longer-period-for\",\n            \"created_at\": \"2021-09-22T06:45:17.884098-04:00\"\n        },\n        {\n            \"id\": 54569,\n            \"title\": \"Readout Secretary of the Treasury Janet L. Yellen’s Call with Italian Minister of Economy and Finance Daniele Franco\",\n            \"summary\": \"Earlier today, U.S. Secretary of the Treasury Janet L. Yellen spoke with Italian Minister of Economy and Finance Daniele Franco. They discussed the importance of advancing global tax reform efforts in the OECD/G20 discussions on international taxation and finding a compromise on the withdrawal of digital services taxes in that context. Secretary Yellen thanked Minister Franco for the close cooperation between the U.S. and Italian teams and his dedication to this effort.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT117036520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0365\",\n            \"created_at\": \"2021-09-22T06:45:16.567874-04:00\"\n        },\n        {\n            \"id\": 54570,\n            \"title\": \"SBA to Open Business Recovery Center in LaPlace to Help Businesses Impacted by Hurricane Ida\",\n            \"summary\": \"The U.S. Small Business Administration and the Louisiana Small Business Development Center today announced the opening of a SBA Business Recovery Center in LaPlace on Wednesday, September 22, 2021, to provide a wide range of services to businesses impacted by Hurricane Ida that occurred August 26 – September 3, 2021. The center will open as indicated below: St. John The Baptist Parish ,390 Belle Terre Blvd. LaPlace, LA 70068, openining at 9 a.m. Wednesday, Sept.ember 22 Mondays - Wednesdays, 9 a.m. – 5:30 p.m. According to State Director Carla Holland, Louisiana Small Business Development Center business advisors at the center will provide business assistance to clients on a wide variety of matters designed to help small business owners re-establish their operations, overcome the effects of the disaster and plan for their future. The following centers will be open until further notice: South Louisiana Economic Council LAFourche Parish, Nicholls State University, 322 Audubon Ave., Thibodaux, LA 70310,Opening 9 a.m. Tuesday, September 21, Mondays - Wednesdays, 9 a.m. – 5:30 p.m. and Tangpahoa Parish ,Southeastern Louisiana Business Center,Small Business Development Center,1514 Martens Drive ,Hammond, LA 70401,opening at 9 a.m. Thursday, September 23,Thursdays - Saturdays, 9 a.m. – 5:30 p.m. For small businesses, small agricultural cooperatives, small businesses engaged in aquaculture, and most private, nonprofit organizations of any size, SBA offers Economic Injury Disaster Loans to help meet working capital needs caused by the disaster. Economic Injury Disaster Loan assistance is available regardless of whether the business suffered any property damage.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93IDA1202120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/21/sba-open-business-recovery-center-laplace-help-businesses-impacted-hurricane-ida\",\n            \"created_at\": \"2021-09-22T06:45:16.668647-04:00\"\n        },\n        {\n            \"id\": 54614,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, INC on September 19, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 30043; product: credit reporting, credit repair services, or other personal consumer reports: sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem: sub-issue: their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47350255920210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735025\",\n            \"created_at\": \"2021-09-22T06:45:21.883258-04:00\"\n        },\n        {\n            \"id\": 54618,\n            \"title\": \"Complaint Filed: Ally Financial, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc., on September 20, 2021 via the website with the following details: consumer’s state: IL; consumer’s zip: 62025; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47352845920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735284\",\n            \"created_at\": \"2021-09-22T06:45:22.293862-04:00\"\n        },\n        {\n            \"id\": 54565,\n            \"title\": \"Remarks by Gina Raimondo, U.S. Secretary of Commerce at the National Minority Enterprise Development (MED) Week Conference\",\n            \"summary\": \"“MED Week is our Department’s most important event in support of minority businesses and entrepreneurs. To date, there are more than 9 million minority-owned firms that employ 8 million workers and contribute $1.7 trillion to the economy. You are the engine of America’s economy – which is more important now than ever as we recover from the pandemic. I know how difficult this year has been for all of you. Since the start of the pandemic, over 400,000 small businesses have closed. And I know that a paycheck isn’t just about a job – it’s about the dignity that comes with it. President Biden has made clear that our Administration is committed to not just rebuilding to how things were before COVID-19, but to building back better and more equitably. That means doing everything we can to help you and your businesses succeed – because we recognize that America’s road to recovery runs through our minority business community.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC63920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Commerce\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.commerce.gov/news/speeches/2021/09/remarks-us-secretary-commerce-gina-raimondo-national-minority-enterprise\",\n            \"created_at\": \"2021-09-22T06:45:16.157678-04:00\"\n        },\n        {\n            \"id\": 54566,\n            \"title\": \"Two Florida Tax Preparers Plead Guilty to Conspiracy to Defraud the United States\",\n            \"summary\": \"Two Florida tax preparers pleaded guilty to conspiring to defraud the United States and preparing false tax returns. According to court documents, Nikency Alexis owned and operated Unity Tax & Financial Services, a return preparation business in Broward County. From 2011 through at least 2016, Alexis and Thony Guillaume, a return preparer at Unity Tax, conspired to defraud the IRS by preparing returns for clients that fraudulently increased their clients’ tax refunds. The returns falsely claimed business and education expenses that the clients did not in fact incur. Alexis also made false statements on his own personal income tax returns. In total, the defendants caused an intended tax loss to the IRS of $2,879,078. Guillaume pleaded guilty today and Alexis pleaded guilty on September 14. Both are scheduled to be sentenced on November 30. Both defendants face a maximum penalty of five years in prison on the conspiracy charge and three years in prison on the filing false tax returns charges. In addition, the defendants face a period of supervised release, restitution, and monetary penalties. A federal district court judge will determine any sentence after considering the U.S. Sentencing Guidelines and other statutory factors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ185CC20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/two-florida-tax-preparers-plead-guilty-conspiracy-defraud-united-states-0\",\n            \"created_at\": \"2021-09-22T06:45:16.261289-04:00\"\n        },\n        {\n            \"id\": 54564,\n            \"title\": \"Tax Collections Bouncing Back at 2021 South Dakota State Fair\",\n            \"summary\": \"Tax collections from the 2021 South Dakota State Fair were $211,651.05 according to figures released by the South Dakota Department of Revenue. The latest figures from the five-day fair in Huron, S.D., show an increase from last year’s total of $107,925.73 and a slight decrease compared to 2019’s numbers of $224,871.31. The 2021 fair featured 597 booths rented to 305 different vendors, as well as dozens of events and activities that drew big crowds. Of the tax collected, $112,182.81 was state sales tax, $48,541.72 was Huron’s municipal sales tax, $14,943.97 was Huron’s municipal gross receipts tax, and $35,982.55 was state tourism tax.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11741SD2855120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"South Dakota Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"South Dakota\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28551\",\n            \"created_at\": \"2021-09-22T06:45:16.048491-04:00\"\n        },\n        {\n            \"id\": 54612,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on September 19, 2021 via the website with the following details: consumer’s state: FL; consumer’s zip: 30326; product: credit reporting, credit repair services, or other personal consumer reports: sub-product: credit reporting; issue: incorrect information on your report sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47350215920210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735021\",\n            \"created_at\": \"2021-09-22T06:45:21.678126-04:00\"\n        },\n        {\n            \"id\": 54563,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Daniel B. Kamenksy\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it appropriate and in the public interest that public administrative proceedings be against Daniel B. Kamensky (“Respondent” or “Kamensky”). On September 10, 2021, a final judgment was entered by consent against Kamensky, permanently enjoining him from future violations. On February 3, 2021, Kamenksy pleaded guilty to one count of extortion and bribery in connection with bankruptcy, in violation of Title 18 United States Code. He was sentenced to imprisonment for six months, followed by six months of supervised release with home detention, and fined $55,000. In view of the allegations made by the Division of Enforcement, the Commission whether the allegations set forth are true and, in connection therewith, to afford Respondent an opportunity to establish any defenses to such allegations. It is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions. It is further ordered that Respondent shall file an answer to the allegations contained in this Order within 20 days after service of this Order. If Respondent fails to file the directed answer or fails to appear at a hearing or conference after being duly notified, the Respondent may be deemed in default and the proceedings may be determined against him upon consideration of this Order, the allegations of which may be deemed to be true as provided by the Commission’s Rules of Practice.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA586920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5869.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.944611-04:00\"\n        },\n        {\n            \"id\": 54613,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on September 19, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 30043; product: credit reporting, credit repair services, or other personal consumer reports: sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem: sub-issue: their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47350235920210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735023\",\n            \"created_at\": \"2021-09-22T06:45:21.779769-04:00\"\n        },\n        {\n            \"id\": 54701,\n            \"title\": \"Action: Modified File 110-24: Corporation Net Income Tax\",\n            \"summary\": \"The above proposed Legislative rule named Sales Tax Holiday, following review by the Legislative Rule Making Review Committee, is hereby modified as a result of review and comment by the Legislative Rule Making Review Committee. This rule is intended to explain and clarify the West Virginia Corporation Net Income Tax. The West Virginia Corporation Net Income Tax became effective July 1, 1967, and is a conformity tax in that it utilizes federal taxable income as a starting point to determine West Virginia taxable income and in that it adopts federal definitions wherever possible.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15859WV5477620210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia State Tax Department\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://apps.sos.wv.gov/adlaw/csr/readfile.aspx?DocId=54776&Format=PDF\",\n            \"created_at\": \"2021-09-22T06:45:31.203805-04:00\"\n        },\n        {\n            \"id\": 54610,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on September 19, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 30326; product: credit reporting, credit repair services, or other personal consumer reports: sub-product: credit reporting; issue: incorrect information on your report sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47350175920210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735017\",\n            \"created_at\": \"2021-09-22T06:45:21.474800-04:00\"\n        },\n        {\n            \"id\": 54568,\n            \"title\": \"Justice Department Sues to Block Unprecedented Domestic Alliance Between American Airlines and Jetblue\",\n            \"summary\": \"The U.S. Department of Justice, together with Attorneys General in six states and the District of Columbia, sued today in the District of Massachusetts to block an unprecedented series of agreements between American Airlines and JetBlue through which the two airlines will consolidate their operations in Boston and New York City. The civil antitrust complaint alleges that this extensive combination, which they call the “Northeast Alliance,” will not only eliminate important competition in these cities, but will also harm air travelers across the country by significantly diminishing JetBlue’s incentive to compete with American elsewhere, further consolidating an already highly concentrated industry. According to the complaint, JetBlue has positioned itself as an important source of competition against American and the other large airlines, particularly in the northeast. According to the complaint, JetBlue’s reputation for lowering prices is so established that the industry refers to it as the “JetBlue Effect.” JetBlue’s own internal estimates show that it has saved customers at least $10 billion since its launch, offering lower fares and better service, and forcing its competitors to do the same. According to the complaint, the Northeast Alliance will cause hundreds of millions of dollars in harm to air passengers across the country through higher fares and reduced choice. The complaint alleges that prior to entering the Northeast Alliance, JetBlue and American both planned to compete more intensely with one another, including in Boston and New York City, but also in other areas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2248C20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/justice-department-sues-block-unprecedented-domestic-alliance-between-american-airlines-and\",\n            \"created_at\": \"2021-09-22T06:45:16.466471-04:00\"\n        },\n        {\n            \"id\": 54559,\n            \"title\": \"Order Instituting Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: Brian Koslow\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it appropriate and in the public interest that public administrative proceedings against Brian Koslow (“Respondent” or “Koslow”). The Commission’s complaint alleged that from 2013 until at least 2014, Koslow engaged in a fraudulent scheme that defrauded approximately 50 investors of more than $5 million. At the heart of the scheme was the Owings Initial Registration Program (the “IRP”), in which investors paid Owings $60,000 to bring a company public using a quick and efficient “streamlined” factory-style approach to SEC registration. The IRP promised investors a 50% return in less than a year with principal protection. The complaint also alleged that Koslow sold unregistered securities and acted as an unregistered broker. In view of the foregoing, the Commission impose the sanctions agreed to in Respondent Koslow’s Offer. Accordingly, it is hereby ordered that Respondent Koslow be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization; and hereby is barred from participating in any offering of a penny stock, including: acting as a promoter, finder, consultant, agent or other person who engages in activities with a broker, dealer or issuer for purposes of the issuance or trading in any penny stock, or inducing or attempting to induce the purchase or sale of any penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308720210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93087.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.538445-04:00\"\n        },\n        {\n            \"id\": 54560,\n            \"title\": \"Order Instituting Public Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: Frederick Bauman, Esq.\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems a public administrative proceedings be against Frederick Bauman (“Respondent” or “Bauman”). Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. On the basis of this Order and Respondent’s Offer, the Commission finds that Bauman is a licensed to practice law in Arizona, California, Nevada, New Jersey, New York, and Texas. He is a solo practitioner at Bauman & Associates Law Firm, where he focuses on securities work. On September 8, 2021, the Commission filed a Complaint in a civil action entitled Securities and Exchange Commission v. Frederick Bauman, Civil Action Number 2:21-cv01651-GMN-EJY, in the United States District Court for the District of Nevada. On September 13, 2021, a final judgment was entered by consent against Bauman that included: a permanent injunction against violating Sections 5(a) and 5(c) of the Securities Act; an injunction for a period of five years against providing directly or indirectly, or receiving compensation; a penny stock bar for a period of five years; and an order to pay a civil penalty of $60,000, disgorgement of $13,000 and prejudgment interest of $1,653.37. In view of the foregoing, the Commission deems to impose the sanction agreed to in Respondent Bauman’s Offer. Accordingly, it is hereby ordered Respondent is suspended from appearing or practicing before the Commission as an attorney for five years from the date of the Order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93089.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.639040-04:00\"\n        },\n        {\n            \"id\": 54608,\n            \"title\": \"Complaint Filed: National Credit Adjusters, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against National Credit Adjusters, LLC on September 20, 2021 via the website with the following details: consumer’s state: NV; consumer’s zip: 89052; product: debt collection: sub-product: other debt; issue: written notification about debt; sub-issue: didn’t receive notice of right to dispute; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47347727120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734772\",\n            \"created_at\": \"2021-09-22T06:45:21.273913-04:00\"\n        },\n        {\n            \"id\": 54578,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Rule 5.5(c) and Rule 5.6(d) in Connection with Time-In-Force Instructions Available for Bulk Messages for the Account of a Market Maker\",\n            \"summary\": \"On September 9, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to amend Rule 5.5(c) and Rule 5.6(d) to allow Users to instruct bulk messages with a Time-in-Force of Immediate-or-Cancel (“IOC”). Currently, Users may not designate bulk messages as IOC, which instructs a limit order to execute in whole or in part as soon as the System receives it. The System cancels and does not post to the Book an IOC order (or unexecuted portion) not executed immediately on the Exchange or another options exchange. A bulk message is a single electronic message a User submits with an M Capacity (i.e., for the account of a Market-Maker) to the Exchange in which the User may enter, modify, or cancel up to an Exchange-specified number of bids and offers. More, specifically, bulk message functionality is available to Market-Makers and permits them to update their electronic quotes in block quantities across series in a class. Rule 5.5(c)(3)(A)(i) currently provides that a bulk message submitted through a dedicated logical port (i.e., a “bulk port”) has a Time-in-Force of Day. The term “Day” means, for an order so designated, an order or quote that, if not executed, expires at the RTH market close. All bulk messages have a Time in Force of Day, as set forth in Rule 5.5(c). The Exchange notes that, pursuant to Rule 5.6(a), a Time-in-Force applied to a bulk message applies to each bid and offer within that bulk message.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20327\",\n            \"regalytics_alert_id\": \"1891FR20212032720210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20327/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"created_at\": \"2021-09-22T06:45:17.992864-04:00\"\n        },\n        {\n            \"id\": 54611,\n            \"title\": \"Complaint Filed: Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Intermediate Holdings, Inc., on September 19, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 30326; product: credit reporting, credit repair services, or other personal consumer reports: sub-product: credit reporting; issue: incorrect information on your report sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47350195920210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4735019\",\n            \"created_at\": \"2021-09-22T06:45:21.576858-04:00\"\n        },\n        {\n            \"id\": 54700,\n            \"title\": \"Action: Modified File 110-15F: Sales Tax Holiday\",\n            \"summary\": \"The above proposed Legislative rule named Sales Tax Holiday, following review by the Legislative Rule Making Review CommittAee, is hereby modified as a result of review and comment by the Legislative Rule Making Review Committee. This rule clarifies, explains and implements the Sales Tax Holiday for purchases of certain school supplies, school instructional materials, laptop and tablet computers, and sports equipment. This rule shall be read in pari materia with the legislative rule for the consumers sales and service tax and use tax.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15859WV5477520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Emergency Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"West Virginia State Tax Department\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://apps.sos.wv.gov/adlaw/csr/readfile.aspx?DocId=54775&Format=PDF\",\n            \"created_at\": \"2021-09-22T06:45:31.101744-04:00\"\n        },\n        {\n            \"id\": 54586,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Incorporate the PHLX Options 4 Rules by Reference to NASDAQ ISE, LLC Options 4 Rules\",\n            \"summary\": \"On September 3, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to incorporate the PHLX Options 4 Rules by reference to NASDAQ ISE, LLC (“ISE”) Options 4 Rules. The PHLX Options 4 Listing Rules provide for the options that may be listed and traded on PHLX. Currently, the PHLX Options 4 Rules are very similar to the ISE Options 4 Rules, except for Options 4, Section 3(h). The differences between the PHLX and ISE Options 4 Rules are non-substantive technical differences.[3] Other changes are non-substantive word choice differences. Finally, certain rules utilize the phrase “this Rule” instead of a citation.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20329\",\n            \"regalytics_alert_id\": \"1891FR20212032920210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20329/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-22T06:45:18.809271-04:00\"\n        },\n        {\n            \"id\": 54695,\n            \"title\": \"Readout of President Joseph R. Biden Jr.’s Meeting with Secretary-General António Guterres of the United Nations\",\n            \"summary\": \"President Joseph R. Biden Jr. met this evening with Secretary-General António Guterres of the United Nations. They reaffirmed the strong partnership between the United States and the United Nations which, in particular, is based on common values that include respect for universal human rights, fundamental freedoms, and international law. They discussed the importance of multilateralism and the defense of democracy and the rules-based international order, which is anchored by the United Nations, as critical to addressing today’s greatest challenges.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH295NS20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Statements and Releases\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/09/20/readout-of-president-joseph-r-biden-jr-s-meeting-with-secretary-general-antonio-guterres-of-the-united-nations/\",\n            \"created_at\": \"2021-09-22T06:45:30.587808-04:00\"\n        },\n        {\n            \"id\": 54556,\n            \"title\": \"Order Instituting Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: Mark Thomas Johnson\",\n            \"summary\": \"The Commission’s complaint alleged that from 2013 until at least 2014, Mark Thomas Johnson (“Respondent” or “Johnson”), a convicted felon and recidivist violator of the federal securities laws, orchestrated and engaged in a fraudulent scheme that defrauded approximately 50 investors of more than $5 million. At the heart of the scheme was the Owings Initial Registration Program (the “IRP”), in which investors paid Owings $60,000 to bring a company public using a quick and efficient “streamlined” factory-style approach to SEC registration. The IRP promised investors a 50% return in less than a year with principal protection. Accordingly, it is hereby ordered that Respondent Johnson be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization; and Respondent Johnson be, and hereby is barred from participating in any offering of a penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93084.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.226828-04:00\"\n        },\n        {\n            \"id\": 54555,\n            \"title\": \"Order Appointing Tax Administrator: Poloniex, LLC\",\n            \"summary\": \"On February 22, 2019, the Commission issued an Omnibus Order appointing Miller Kaplan Arase LLP (“Miller Kaplan”), a certified public accounting firm, with one of their offices located in San Francisco, California, as tax administrator (“Tax Administrator”) in administrative proceedings where the distribution fund may incur tax-related obligations as a Qualified Settlement Fund (“QSF”). On September 14, 2021, the Commission staff requested the appointment of Miller Kaplan as the Tax Administrator for the QSF. Accordingly, it is ordered that Miller Kaplan is appointed the Tax Administrator for the QSF in the above referenced proceeding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93083.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.124687-04:00\"\n        },\n        {\n            \"id\": 54557,\n            \"title\": \"Order Instituting Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: Kevin Drost\",\n            \"summary\": \"The Commission’s complaint alleged that from 2013 until at least 2014, Mark Thomas Johnson (“Respondent” or “Johnson”), a convicted felon and recidivist violator of the federal securities laws, orchestrated and engaged in a fraudulent scheme that defrauded approximately 50 investors of more than $5 million. At the heart of the scheme was the Owings Initial Registration Program (the “IRP”), in which investors paid Owings $60,000 to bring a company public using a quick and efficient “streamlined” factory-style approach to SEC registration. The IRP promised investors a 50% return in less than a year with principal protection. Accordingly, it is hereby ordered that Respondent Johnson be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization; and Respondent Johnson be, and hereby is barred from participating in any offering of a penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93085.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.329098-04:00\"\n        },\n        {\n            \"id\": 54696,\n            \"title\": \"Meetings, Sunshine Act\",\n            \"summary\": \"On Thursday, September 30, 2020 at 9:30 a.m. an open meeting of the Board of Directors of the Export-Import Bank of the United States wil be held via online to review of the Long-term High-Risk Policy (LTHR).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20445\",\n            \"regalytics_alert_id\": \"1891FR20212044520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Export-Import Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20445/sunshine-act-meetings-notice-of-an-open-meeting-of-the-board-of-directors-of-the-export-import-bank\",\n            \"created_at\": \"2021-09-22T06:45:30.689390-04:00\"\n        },\n        {\n            \"id\": 54558,\n            \"title\": \"Order Instituting Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: David Waltzer\",\n            \"summary\": \"The Commission’s complaint alleged that from 2013 until at least 2014, Mark Thomas Johnson (“Respondent” or “Johnson”), a convicted felon and recidivist violator of the federal securities laws, orchestrated and engaged in a fraudulent scheme that defrauded approximately 50 investors of more than $5 million. At the heart of the scheme was the Owings Initial Registration Program (the “IRP”), in which investors paid Owings $60,000 to bring a company public using a quick and efficient “streamlined” factory-style approach to SEC registration. The IRP promised investors a 50% return in less than a year with principal protection. Accordingly, it is hereby ordered that Respondent Johnson be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization; and Respondent Johnson be, and hereby is barred from participating in any offering of a penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308620210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93086.pdf\",\n            \"created_at\": \"2021-09-22T06:45:15.434230-04:00\"\n        },\n        {\n            \"id\": 54694,\n            \"title\": \"Remarks by President Biden and United Nations Secretary-General Guterres Before Bilateral Meeting\",\n            \"summary\": \"\\\"The strong partnership between the United States and the U.N. is based on common values and principles. And at this moment, those bonds are more important than ever. America is back. We believe in the United Nations and its value. Because of the challenges we face today in ending COVID-19 and dealing with the gravest threat to humanity we’ve ever seen, which is the whole climate crisis we’re go- — we’re undergoing that can only be met with global solutions, no one country can — no ten countries can do it. Today, governments continue to work to — must continue to work together in a system built on international law to deliver equitable prosperity, peace, and security for everyone. And this is as valuable and necessary today as it was 76 years ago. So, I’m looking forward to speaking to the Assembly tomorrow — what a great honor that will be — and having our meeting today.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH264NG20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Speeches and Remarks\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/09/20/remarks-by-president-biden-and-united-nations-secretary-general-guterres-before-bilateral-meeting/\",\n            \"created_at\": \"2021-09-22T06:45:30.485049-04:00\"\n        },\n        {\n            \"id\": 54697,\n            \"title\": \"Meeting of the U.S. Federal Retirement Thrift Investment Board, September 28, 2021\",\n            \"summary\": \"The Federal Retirement Thrift Investment Board is meeting on September 28, 2021 at 10:00 a.m. The meeting agenda for the open session is: 1. Approval of the August 24, 2021 Board Meeting Minutes; 2. Monthly Reports a) Participant Activity Report b) Investment Report c) Legislative Report; and 3. Quarterly Reports d) Vendor Risk Management.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20347\",\n            \"regalytics_alert_id\": \"1891FR20212034720210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Federal Retirement Thrift Investment Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20347/notice-of-board-meeting\",\n            \"created_at\": \"2021-09-22T06:45:30.790963-04:00\"\n        },\n        {\n            \"id\": 54554,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: WorldNet, Inc. of Nevada\",\n            \"summary\": \"WorldNet, Inc. of Nevada (“WorldNet-Nevada”) (CIK No. 1118233) is a Wyoming corporation located in Salt Lake City, Utah with a class of securities registered with the Commission pursuant to Exchange Act Section 12(g). WorldNet-Nevada is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed a Form 10-Q for the period ended September 30, 2019, which reported a net loss of $7,830 for the prior three months. As of September 9, 2021, the common stock of WorldNet-Nevada was not publicly quoted or traded. It is ordered that a public hearing before the Commission for the purpose of taking evidence; Respondent shall file an Answer to the allegations contained in this Order within ten (10) days after service of this Order; and that the Division of Enforcement and Respondent shall conduct a prehearing conference within fourteen (14) days of service of the Answer.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93081.pdf\",\n            \"created_at\": \"2021-09-22T06:45:14.961547-04:00\"\n        },\n        {\n            \"id\": 54635,\n            \"title\": \"Final Flood Hazard Determinations: Virginia\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) makes the final determinations listed below for the new or modified flood hazard information for each community listed in this document. Notification of these changes has been published in newspapers of local circulation and 90 days have elapsed since that publication. The Deputy Associate Administrator for Insurance and Mitigation has resolved any appeals resulting from this notification.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20302\",\n            \"regalytics_alert_id\": \"1891FR20212030220210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": \"2021-12-30\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20302/final-flood-hazard-determinations\",\n            \"created_at\": \"2021-09-22T06:45:24.056254-04:00\"\n        },\n        {\n            \"id\": 54549,\n            \"title\": \"SEC Obtains Judgment Against Fund Manager and Bars Him from Appearing or Practicing Before the SEC\",\n            \"summary\": \"The Securities and Exchange Commission announced that on September 10, 2021, the Honorable Valerie E. Caproni of the United States District Court for the Southern District of New York entered a final judgment against defendant Daniel B. Kamensky, whom the SEC previously charged with abusing his position as co-chair of the unsecured creditors committee in the Neiman Marcus Group Ltd. LLC Chapter 11 bankruptcy proceedings. The judgment imposes on Kamensky a permanent injunction against future violations of certain antifraud provisions of the federal securities laws. The SEC also immediately barred Kamensky from appearing or practicing before the Commission. The SEC's complaint, filed on September 3, 2020, alleged that, as co-chair of the unsecured creditors committee, Kamensky acted as a fiduciary to all unsecured creditors. Kamensky sought to take advantage of his role on the committee to manipulate a bidding process to benefit the portfolio he managed, and at the expense of the unsecured creditors. In his role as fund manager, Kamensky sought to purchase securities being distributed as part of the Neiman Marcus bankruptcy proceedings and coerced a competing bidder into withdrawing its bid, which was higher than Kamensky's own bid and would have led to a larger distribution to the unsecured creditors. Kamensky allegedly attempted to cover-up his misconduct by trying to persuade the other bidder not to describe Kamensky's conduct as a threat.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2521220210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Litigation Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25212.htm\",\n            \"created_at\": \"2021-09-22T06:45:14.421036-04:00\"\n        },\n        {\n            \"id\": 54550,\n            \"title\": \"SEC Obtains Final Judgment Against Alabama Real Estate Developer Charged with Insider Trading\",\n            \"summary\": \"The Securities and Exchange Commission announced that on September 16, 2021, it obtained a final judgment against Birmingham, Alabama resident James Wallace Nall, III, a real estate developer previously charged for engaging in insider trading by tipping others, including a close friend and business associate, in advance of a merger announcement involving Alabama-based snack food company, Golden Enterprises, Inc. The final judgment, orders Nall to pay a $220,625.84 civil penalty, and bars him from serving as an officer or director of a public company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2521320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Litigation Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25213.htm\",\n            \"created_at\": \"2021-09-22T06:45:14.546601-04:00\"\n        },\n        {\n            \"id\": 54551,\n            \"title\": \"SEC Charges Puerto Rican Company and Managing Members with Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced charges against Puerto Rico-based Back to Green Mining, LLC and its two managing members, José Jiménez Cruz and Manuel Portalatin, for their participation in a fraudulent and unregistered offering in a purported \\\"green\\\" mining venture. The SEC's complaint alleges that, from August 2016 until at least 2020, Back to Green, Jiménez, and Portalatin offered and sold to retail investors in Puerto Rico and at least five U.S. states the opportunity to share in the profits of a purported Colombian gold mining operation. According to the SEC's complaint, the offering, which was not registered with the Commission, was part of a fraudulent scheme that raised approximately $2.7 million. Jiménez and Back to Green allegedly placed advertisements promising investors exorbitant returns and presented investors with materials that falsely stated that all permits necessary to mine in Colombia had been obtained. Subsequent to the provision of these materials, Portalatin allegedly signed contracts with investors when he knew that they had been misled. Without admitting or denying the allegations in the SEC's complaint, Portalatin has offered to settle to permanent injunctions from future violations of the charged provisions and from participating in securities offerings not registered with the SEC, and to pay disgorgement of $605,462, plus prejudgment interest thereon in the amount of $64,312.25, and a civil penalty of $160,000. The settlement is subject to the approval of the district court.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2521420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Litigation Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25214.htm\",\n            \"created_at\": \"2021-09-22T06:45:14.648333-04:00\"\n        },\n        {\n            \"id\": 54552,\n            \"title\": \"Request to Amend SEC Rule 605 of Regulation NMS (Rule 605) to Provide Investors with Greater Transparency and Enhanced, Critical Information About Execution Quality\",\n            \"summary\": \"Virtu Financial, Inc. (“Virtu”) respectfully submits this petition for rulemaking of the Securities and Exchange Commission’s (“Commission” or “SEC”) Rules of Practice to request that the Commission amend SEC Rule 605 of Regulation NMS (“Rule 605) to provide investors with greater transparency and enhanced, critical information about execution quality.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"284SEC477520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Petition\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/petitions/2021/petn4-775.pdf\",\n            \"created_at\": \"2021-09-22T06:45:14.754729-04:00\"\n        },\n        {\n            \"id\": 54567,\n            \"title\": \"Remarks by Vanita Gupta Delivers, Associate Attorney General, to the National Farmers Union\",\n            \"summary\": \"\\\"As the Associate Attorney General, I oversee a portfolio that touches on a wide range of issues, from voting rights to competition and consumer protection. I am excited to address this group because farmers have a special place in our economy. You help put food on the table for American families. You drive innovation in food and consumer products. You anchor communities across the country. In fact, in my home state of Pennsylvania, farms employ people in every single county in the Commonwealth, generating more than 579,000 jobs and $26 billion dollars in revenue. It is therefore vital that farmers benefit from a free, fair and competitive economy for agricultural products. Competition means more choice when deciding where to buy and sell, and ultimately more money in the pockets of American farmers. This also helps American consumers, the American economy, our national security and our health. We all succeed when farmers succeed. We all benefit from robust competition in agricultural markets.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2001620210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/speech/associate-attorney-general-vanita-gupta-delivers-remarks-national-farmers-union\",\n            \"created_at\": \"2021-09-22T06:45:16.362604-04:00\"\n        },\n        {\n            \"id\": 54692,\n            \"title\": \"Fact Sheet: How the Build Back Better Framework Will Support the Sandwich Generation\",\n            \"summary\": \"The price of child care has risen sharply, increasing faster than incomes over the last several decades. Child care prices increased by 210 percent from 1990 to 2019, while the median family income rose by 143 percent during the same period. Research suggests that lower-income families experience these cost pressures more than higher-income families, which means that basic goods and services, including child care, cut into family budgets more today than in the past. In turn, only 57 percent of children under six years old have parents who report that there are good options for child care where they live. And the United States is one of the only countries in the world that does not guarantee paid leave. The President’s Build Back Better plan is to Expands Access to Long-Term Care Services under Medicaid, Cuts costs of child care by more than half for most American families, Offers universal free preschool to all three- and four-year old children, Lowers Seniors’ Health Care Costs, Creates a National Comprehensive Paid Family and Medical Leave Program, Boosts compensation of child care and home care workers, Significantly Expands the Child Tax Credit and Provides low- and middle-income families a tax cut based on care expenses.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH240ON20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Statements and Releases\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/09/21/fact-sheet-how-the-build-back-better-framework-will-support-the-sandwich-generation/\",\n            \"created_at\": \"2021-09-22T06:45:30.277849-04:00\"\n        },\n        {\n            \"id\": 54553,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: HEPI Pharmaceuticals, Inc.\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems a public administrative proceeding be, against HEPI Pharmaceuticals, Inc. (“Hepi” or “Respondent”). Hepi is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed a Form 10-Q for the period ended September 30, 2009, which reported a net loss of $1,082,105 for the prior three months. As of September 9, 2021, the common stock of Hepi was not publicly quoted or traded. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. As a result of the foregoing, the Respondent failed to comply with Exchange Act Section 13(a) and Rules 13a-1 and 13a-13 thereunder. It is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions. It is further ordered that Respondent shall file an answer to the allegations contained in this Order within ten (10) days after service of this Order. If Respondent fails to file the directed Answer, or fails to appear at a hearing or conference after being duly notified, the Respondents, and any successor and any new corporate names of the Respondent, may be deemed in default and the proceedings may be determined against them upon consideration of this Order, the allegations of which may be deemed to be true as provided by Rules 155(a), 220(f), 221(f), and 310 of the Commission’s.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93080.pdf\",\n            \"created_at\": \"2021-09-22T06:45:14.857579-04:00\"\n        },\n        {\n            \"id\": 54693,\n            \"title\": \"Statement by NSC Spokesperson Emily Horne on the First Round of U.S. - Germany Economic Dialogue\",\n            \"summary\": \"Deputy National Security Advisor Daleep Singh met yesterday with German counterparts Lars-Hendrik Röller, Chief Economic Advisor of Chancellor Merkel, and Wolfgang Schmidt, State Secretary of the German Ministry of Finance, to discuss our close cooperation on a range of regional and global issues. This was the first round of talks under the aegis of the U.S.-Germany Economic Dialogue announced by President Biden and Chancellor Merkel in the July 15 Washington Declaration. Mr. Singh, Mr. Röller, and Mr. Schmidt discussed our cooperation bilaterally and through multilateral organizations such as the G-7, G-20, the EU, and United Nations on global infrastructure development, COVID-19 vaccine production and distribution, and climate finance. They also talked about ways to further enhance U.S.-Germany cooperation on technology and vocational training.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH260UE20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Statements and Releases\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/09/21/statement-by-nsc-spokesperson-emily-horne-on-the-first-round-of-u-s-germany-economic-dialogue/\",\n            \"created_at\": \"2021-09-22T06:45:30.382979-04:00\"\n        },\n        {\n            \"id\": 54698,\n            \"title\": \"Paperwork Reduction Act of Approvals: Railroad Service and Compensation Reports/System Access Application\",\n            \"summary\": \"The Railroad Retirement Board is revising a currently approved collection “Railroad Service and Compensation Reports/System Access Application.” Under the Railroad Retirement Act and the Railroad Unemployment Insurance Act, employers are required to report service and compensation for each employee to update Railroad Retirement Board records for payments of benefits. The collection obtains service and compensation information and information needed to ensure secure system access from employers who voluntarily opt to use the RRB's Internet-based Employer Reporting System to submit reporting forms and information needed to certify employer reporting transactions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20420\",\n            \"regalytics_alert_id\": \"1891FR20212042020210921\",\n            \"proposed_comments_due_date\": \"2021-10-21\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Railroad Retirement Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20420/agency-forms-submitted-for-omb-review-request-for-comments\",\n            \"created_at\": \"2021-09-22T06:45:30.892348-04:00\"\n        },\n        {\n            \"id\": 54544,\n            \"title\": \"Acting Comptroller Discusses Innovation in Digital Assets\",\n            \"summary\": \"Acting Comptroller of the Currency Michael J. Hsu today discussed blockchain, cryptocurrencies, decentralized finance, and key lessons from the 2008 financial crisis that should guide the future of digital innovation during remarks before the Blockchain Association. His comments highlighted similarities between the current growth in the digital asset space and the rise in credit default swaps in the early 2000s, and the importance of purposeful innovation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC5774TS4220210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-101.html\",\n            \"created_at\": \"2021-09-22T06:45:13.869804-04:00\"\n        },\n        {\n            \"id\": 54542,\n            \"title\": \"2021 NASAA Presidential Address: Melanie Senter Lubin, Maryland Securities Commissioner\",\n            \"summary\": \"“As president, I view my role as guiding NASAA according to our strategic plan and our legislative agenda and relying on the vast skills and talents within our membership to tackle the emerging issues that will inevitably come our way. During my tenure, we will continue to work with Congress and the SEC to advance our federal policy priorities — all of which focus on strengthening investor protection, especially for senior investors. In addition, NASAA will continue to monitor government responses to the ongoing COVID-19 situation and continue, for the duration of the pandemic, to coordinate and share insights with NASAA members about activities at the federal and state levels.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2918NASAA5882020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"North American Securities Administrators Association\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nasaa.org/58820/2021-nasaa-presidential-address-melanie-senter-lubin-maryland-securities-commissioner/\",\n            \"created_at\": \"2021-09-22T06:45:13.664781-04:00\"\n        },\n        {\n            \"id\": 54545,\n            \"title\": \"Service of Summons by Publication of Notice: James D. Arvidson, Crawford Wayne Woody, and Amerex/D&D Oil Services, LLC\",\n            \"summary\": \"An action has been filed in the District Court, Oklahoma County, State of Oklahoma, Case No. CJ-2018-6023, styled \\\"Oklahoma Department of Securities ex rel. Irving L. Fraught, Administrator, Plaintiff v. James D. Arvidson, Crawford Wayne Woody, and Amerex/D&D Oil Services, L.L.C., Defendants.\\\" The action alleges that Defendants violated the Oklahoma Uniform Securities Act of 2004. Defendants are alleged to have offered and sold unregistered securities in violation of Section 1-301 of the Act and prepetrated fraud in connection with the offer and sale of securities, and Defendant Arvidson is alleged to have transacted business as an unregistered agent in violation of the Act. Defendants must answer the Petition filed by the Plaintiff on or before November 19, 2021, or the allegations contained in said Petition will be taken as true and an injunction and a civil penalty in the amount of $100,000 will be entered in favor of the Oklahoma Department of Securities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1125OK4310420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Oklahoma Department of Securities\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.securities.ok.gov/Enforcement/Orders/PDF/CJ-18-6023_ServiceOfSummonsBypublication_18-003.pdf\",\n            \"created_at\": \"2021-09-22T06:45:13.978325-04:00\"\n        },\n        {\n            \"id\": 54688,\n            \"title\": \"Publication of Updated Ransomware Advisory; Cyber-related Designation\",\n            \"summary\": \"The U.S. Department of the Treasury's Office of Foreign Assets Control (OFAC) has issued an updated advisory to highlight the sanctions risks associated with ransomware payments in connection with malicious cyber-enabled activities and the proactive steps companies can take to mitigate such risks, including actions that OFAC would consider to be \\\"mitigating factors\\\" in any related enforcement action. The following entity has been added to OFAC's SDN List: Suex Otc, S.R.O.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT15120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210921\",\n            \"created_at\": \"2021-09-22T06:45:29.797626-04:00\"\n        },\n        {\n            \"id\": 54689,\n            \"title\": \"Treasury Takes Robust Actions to Counter Ransomware\",\n            \"summary\": \"The U.S. Department of the Treasury today announced a set of actions focused on disrupting criminal networks and virtual currency exchanges responsible for laundering ransoms, encouraging improved cyber security across the private sector, and increasing incident and ransomware payment reporting to U.S. government agencies, including both Treasury and law enforcement. Treasury’s actions today advance the United States government’s broader counter-ransomware strategy, which emphasizes the need for a collaborative approach to counter ransomware attacks, including partnership between the public and private sector and close relationships with international partners. Ransomware attacks are increasing in scale, sophistication, and frequency, victimizing governments, individuals, and private companies around the world. In 2020, ransomware payments reached over $400 million, more than four times their level in 2019. Some virtual currency exchanges are a critical element of this ecosystem, as virtual currency is the principal means of facilitating ransomware payments and associated money laundering activities. Today’s actions include the Department of the Treasury’s Office of Foreign Assets Control’s (OFAC) designation of SUEX OTC, S.R.O. (SUEX), a virtual currency exchange, for its part in facilitating financial transactions for ransomware actors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT51036420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0364\",\n            \"created_at\": \"2021-09-22T06:45:29.906903-04:00\"\n        },\n        {\n            \"id\": 54543,\n            \"title\": \"Maryland Securities Commissioner Melanie Senter Lubin Takes Helm as 104th President of North American Securities Administrators Association\",\n            \"summary\": \"Maryland Securities Commissioner Melanie Senter Lubin began her one-year term this afternoon as the 104th president of the North American Securities Administrators Association (NASAA), the oldest international organization devoted to investor protection and responsible capital formation, during the organization’s Fall Annual meeting. During her address, Lubin said she will use her term in office to continue the work made to advance NASAA’s legislative agenda and strategic plan. This includes advocating for legislative protections and reforms that benefit retail investors, monitoring government actions in response to the ongoing COVID-19 situation and sharing insights with NASAA members about activities at the federal and state level for the duration of the pandemic response and recovery.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2918NASAA5882620210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"North American Securities Administrators Association\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nasaa.org/58826/maryland-securities-commissioner-melanie-senter-lubin-takes-helm-as-104th-president-of-north-american-securities-administrators-association/\",\n            \"created_at\": \"2021-09-22T06:45:13.768940-04:00\"\n        },\n        {\n            \"id\": 54547,\n            \"title\": \"Order to Cease and Desist, Order Assessing Civil Penalties, Entered by Default: Direct Prep LP\",\n            \"summary\": \"On February 17, 2021 the Director of the Department of Consumer and Business Services for the State of Oregon, through the Division of Financial Regulation, properly served Direct Prep LP, an Order to Cease and Desist, Proposed Order Assessing Civil Penalties, and Notice of Right to a Hearing via regular and certified mail. On March 9, 2021, the Director, through the Division, also served the Notice Order on Direct Prep through the Oregon Secretary of State. The Notice Order offered Direct Prep an opportunity for a hearing, if requested in writing within 20 days. Direct Prep has not made a written request for a contested hearing, and the time to do so has expired. The Director hereby orders Direct Prep to cease and desist from violating the Oregon Debt Management Service Provider Law. The Director hereby orders Direct Prep to pay $10,000 in civil penalties. Respondent may request judicial review by filing a petition within 60 days from the date this Order is served.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1123ORDM200080LP20210629\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-06-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Oregon Division of Financial Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Oregon\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfr.oregon.gov/AdminOrders/enf-orders-2021/DirectPrep_DefaultOrderSIGG.pdf\",\n            \"created_at\": \"2021-09-22T06:45:14.194249-04:00\"\n        },\n        {\n            \"id\": 54686,\n            \"title\": \"Announcement of Funding Awards\",\n            \"summary\": \"This announcement notifies the public of funding decisions made by the Department of Housing and Urban Development in competitions for funding under several Notices of Funding as referenced within this document.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20390\",\n            \"regalytics_alert_id\": \"1891FR20212039020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20390/announcement-of-funding-awards\",\n            \"created_at\": \"2021-09-22T06:45:29.592694-04:00\"\n        },\n        {\n            \"id\": 54541,\n            \"title\": \"Attorney General James Urges Biden Administration to Take Steps to Increase Competition at Airports, Lower Costs for Consumers\",\n            \"summary\": \"New York Attorney General Letitia James today released the following statement after she sent letters to the U.S. Department of Transportation and the Federal Aviation Administration, calling on the federal agencies to implement rules that would more fully utilize gate “slots” at airports in New York in an effort to increase the ability for more airlines to compete for customers: “The DOT and the FAA must take action to increase competition at airports by issuing new rules to address the slot mismanagement we’ve seen for far too long. Our nation’s airports and, subsequently, its passengers, are being held captive by an antiquated system that benefits those largest airlines that want to squeeze out competition, reduce choices, and increase prices for flyers. Airport slots must be more fully utilized and put into the hands of airlines prepared to compete aggressively. Doing so will provide lower-cost airlines with additional pathways to grow and bring greater competition to the region. Now is the time to act as so many Americans return to the skies but are seeing sky-high ticket prices.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5388020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-urges-biden-administration-take-steps-increase-competition\",\n            \"created_at\": \"2021-09-22T06:45:13.558838-04:00\"\n        },\n        {\n            \"id\": 54546,\n            \"title\": \"Insurance Commissioner Approves Loss-Cost Reduction for 2022 Workers’ Comp\",\n            \"summary\": \"Commissioner Glen Mulready today announced that the Oklahoma Insurance Department had approved a 9.4 percent decrease in workers’ compensation insurance loss costs for 2022. This reduction will lead to lower premiums for many Oklahoma businesses. Loss costs are the average cost of lost wages and medical payments of workers injured per $100 of payroll or as a percentage of payroll. Since 2011, there has been a 59 percent decrease in loss costs. Moreover, Oklahoma lost-time claim frequency has come down significantly over the last 15 years (by almost 50%), and is projected to continue to decline into 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9173OK112PRE20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Oklahoma Insurance Department\",\n                    \"states\": [\n                        {\n                            \"name\": \"Oklahoma\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.oid.ok.gov/release_092121/\",\n            \"created_at\": \"2021-09-22T06:45:14.085120-04:00\"\n        },\n        {\n            \"id\": 54690,\n            \"title\": \"SBA Economic Injury Disaster Loans Available to Arizona Small Businesses\",\n            \"summary\": \"Small nonfarm businesses in seven Arizona counties are now eligible to apply for low-interest federal disaster loans from the U.S. Small Business Administration, announced Director Tanya N. Garfield of SBA’s Disaster Field Operations Center-West. These loans offset economic losses because of reduced revenues caused by rains, flash flooding and winds in Maricopa County that occurred August 1-13, 2021. Primary County: Maricopa; Neighboring counties: Gila, La Paz, Pima, Pinal, Yavapai and Yuma. Small nonfarm businesses, small agricultural cooperatives, small businesses engaged in aquaculture and most private nonprofit organizations of any size may qualify for Economic Injury Disaster Loans of up to $2 million to help meet financial obligations and operating expenses which could have been met had the disaster not occurred.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA72SES1092020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/20/sba-economic-injury-disaster-loans-available-arizona-small-businesses\",\n            \"created_at\": \"2021-09-22T06:45:30.071380-04:00\"\n        },\n        {\n            \"id\": 54587,\n            \"title\": \"Filing of Partial Amendment No. 1 and Order Granting Accelerated Approval of Proposed Rule Change, as Modified by Partial Amendment No. 1 to Remove ID Net Transactions from the Required Fund Deposit Calculations and Make Other Changes to the Rules\",\n            \"summary\": \"On July 27, 2021, National Securities Clearing Corporation (“NSCC”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to revise its margining methodology to remove institutional delivery (“ID”) transactions that are processed through the ID Net Service from the calculation of Members’ Required Deposits to the Clearing Fund. While ID transactions processed through the ID Net Service (“ID Net Transactions”) are netted with transactions that have been processed through NSCC’s continuous net settlement (“CNS”) system, these transactions are not subject to NSCC’s trade guarantee. Therefore, the proposed change would improve NSCC’s ability to collect Required Fund Deposits from its Members that more accurately reflect the positions that it may be required to complete in the event of a Member default. The Commission is approving the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12579NSCC349307020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Securities Clearing Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nscc/2021/34-93070.pdf\",\n            \"created_at\": \"2021-09-22T06:45:18.909652-04:00\"\n        },\n        {\n            \"id\": 54687,\n            \"title\": \"Paperwork Reduction Act Approvals: Statement of Expenditures and Financial Adjustments of Federal Funds for Unemployment Compensation for Federal Employees and Ex-Servicemembers Report\",\n            \"summary\": \"The Department of Labor’s (DOL’s) Employment and Training Administration (ETA) is soliciting comments concerning a proposed extension for the authority to conduct the information collection request (ICR) titled, Statement of Expenditures and Financial Adjustments of Federal Funds for Unemployment Compensation for Federal Employees and Ex-Servicemembers. This program helps to ensure requested data can be provided in the desired format, reporting burden (time and financial resources) is minimized, collection instruments are clearly understood, and the impact of collection requirements can be properly assessed.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20313\",\n            \"regalytics_alert_id\": \"1891FR20212031320210921\",\n            \"proposed_comments_due_date\": \"2021-11-22\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Employment and Training Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20313/agency-information-collection-activities-comment-request-eta-191-statement-of-expenditures-and\",\n            \"created_at\": \"2021-09-22T06:45:29.696824-04:00\"\n        },\n        {\n            \"id\": 54699,\n            \"title\": \"Governor Spencer J. Cox and Lt. Governor Deidre M. Henderson’s Schedule September 6 to September 11, 2021\",\n            \"summary\": \"Their schedule includes, amongst others: meeting with senior advisor of community outreach and intergovernmental relations; meet with State Bank of Southern Utah; attend Governor’s Office of Planning and Budget staff meeting; attend Unified Economic Commission meeting; and meet with Department of Commerce.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8249UT409620210906\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Utah Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Utah\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.utah.gov/2021/09/06/sept-6-schedule/\",\n            \"created_at\": \"2021-09-22T06:45:30.993324-04:00\"\n        },\n        {\n            \"id\": 54581,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Incorporate BX Options 4 Rules by Reference to NASDAQ ISE, LLC Options 4 Rules\",\n            \"summary\": \"On September 3, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to incorporate the BX Options 4 Rules by reference to NASDAQ ISE, LLC (“ISE”) Options 4 Rules. The BX Options 4 Listing Rules provide for the options that may be listed and traded on BX. Currently, the BX Options 4 Rules are very similar to the ISE Options 4 Rules. The differences between the BX and ISE Options 4 Rules are non-substantive technical differences. Other changes are non-substantive word choice differences. Finally, certain rules utilize the phrase “this Rule” instead of a citation. Of note, BX Options 4, Section 3(h) does not list reverse repurchase agreements in the defined term “Financial Instruments”. The Exchange proposes to include “reverse repurchase agreements” within the list of securities deemed appropriate for options trading on BX in order that the Exchange may list the same products as ISE may list today. Also, BX Options 4, Section 8(a) should include the words “and continuity.” BX's continuity rules utilize the LEAP term. ISE has this rule text within its Options 4, Section 8(a).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20326\",\n            \"regalytics_alert_id\": \"1891FR20212032620210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ BX, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20326/self-regulatory-organizations-nasdaq-bx-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2021-09-22T06:45:18.301821-04:00\"\n        },\n        {\n            \"id\": 54680,\n            \"title\": \"SEC Charges Puerto Rican Company and Managing Members with Fraud\",\n            \"summary\": \"The Securities and Exchange Commission today announced charges against Puerto Rico-based Back to Green Mining LLC and its two managing members, José Jiménez Cruz and Manuel Portalatin, for their participation in a fraudulent and unregistered offering in a purported \\\"green\\\" mining venture. The SEC's complaint alleges that, from August 2016 until at least 2020, Back to Green, Jiménez, and Portalatin offered and sold to retail investors in Puerto Rico and at least five U.S. states the opportunity to share in the profits of a purported Colombian gold mining operation. According to the SEC's complaint, the offering, which was not registered with the Commission, was part of a fraudulent scheme that raised approximately $2.7 million. Jiménez and Back to Green allegedly placed advertisements promising investors exorbitant returns and presented investors with materials that falsely stated that all permits necessary to mine in Colombia had been obtained. Subsequent to the provision of these materials, Portalatin allegedly signed contracts with investors when he knew that they had been misled. Without admitting or denying the allegations in the SEC's complaint, Portalatin has offered to settle to permanent injunctions from future violations of the charged provisions and from participating in securities offerings not registered with the SEC, and to pay disgorgement of $605,462, plus prejudgment interest thereon in the amount of $64,312.25, and a civil penalty of $160,000. The settlement is subject to the approval of the district court.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECFE663CC120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-185\",\n            \"created_at\": \"2021-09-22T06:45:28.963682-04:00\"\n        },\n        {\n            \"id\": 54681,\n            \"title\": \"Dear Colleague on Continuing Action on the Build Back Better Agenda\",\n            \"summary\": \"Speaker of the House Nancy Pelosi: \\\"The President’s vision for the future is one shared by House Democrats. Thank you for the important work to establish House Democratic priorities. Our legislation is being reviewed by the House and Senate Budget Committees for possible Byrd violation challenges in order to narrow our exposure in a Byrd bath. The House and Senate are already in agreement on most of the bills. The President and Senate Democrats sent us a budget resolution with a cap of $3.5 trillion. I have promised Members that we would not have House Members vote for a bill with a higher topline than would be passed by the Senate. Hopefully, that will be at the $3.5 trillion number. We must be prepared for adjustments according to the Byrd rule and an agreed to number.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH92021320210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Speaker of the U.S. House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/92021-3\",\n            \"created_at\": \"2021-09-22T06:45:29.066187-04:00\"\n        },\n        {\n            \"id\": 54536,\n            \"title\": \"Secretary Watson Presents $11.2 Million Tidelands Trust Funds Check to MDMR\",\n            \"summary\": \"On behalf of the Gulf Coast legislative delegation, Secretary of State Michael Watson presented the Mississippi Department of Marine Resources (MDMR) with a check for $11,226,497, representing the Tidelands Trust Funds amounts collected during Fiscal Year 2021 for use during Fiscal Year 2022. The $11.2 million is the second-highest tidelands transfer since 1997. As of today, the Secretary of State's Office has transferred a total of $177,175,419 to the Mississippi Gulf Coast through the Tidelands Trust Funds program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19216MS7599MR20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Mississippi Secretary of State, Securities Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sos.ms.gov/press/secretary-watson-presents-112-million-tidelands-trust-funds-check-mdmr\",\n            \"created_at\": \"2021-09-22T06:45:13.018913-04:00\"\n        },\n        {\n            \"id\": 54682,\n            \"title\": \"Commissioner Gonzales Announces Weekly Formula Rate September 21, 2021\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today that the maximum effective formula rate of interest in Tennessee is 7.25 percent per annum. The rate is based on a ceiling of 4 percent over the weekly average prime loan rate of 3.25 percent as published by the Federal Reserve on September 20, 2021. Commissioner Gonzales said the rate remains in effect until the average prime loan rate as announced by the Federal Reserve Bank changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI1842120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Financial Institutions\",\n                    \"states\": [\n                        {\n                            \"name\": \"Tennessee\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/9/21/commissioner-gonzales-announces-weekly-formula-rate-september-21--2021.html\",\n            \"created_at\": \"2021-09-22T06:45:29.171194-04:00\"\n        },\n        {\n            \"id\": 54535,\n            \"title\": \"Governor Whitmer and Legislature Come Together on Bipartisan Budget that Puts Michiganders First Without Raising Taxes\",\n            \"summary\": \"Governor Gretchen Whitmer celebrates bipartisan budget agreement as the legislature moves budget bills for Fiscal Year 2022, which begins on October 1. She plans to sign the bipartisan budget into law before the end of the month. The budget provides strong investments for the state's economy, enhances childcare for Michigan's working families, invests in education and the skills needed for Michigan's workforce, protects our health, prioritizes cleaning up our water and environment, and rebuilds our infrastructure and crumbling bridges. The General Fund budget will total $11.8 billion, and when combined with the already signed School Aid Budget of $17.0 billion ($2 billion from federal sources), the full budget will provide $26.8 billion in state spending. With federal funding and other restricted revenues included, the full budget will total just under $70 billion. In July, Governor Whitmer signed the School Aid budget, providing historic investments in K-12 education and increasing access to preschool, marking the end of a 27-year journey to close the funding gap between school districts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56868220210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Michigan\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-568682--,00.html\",\n            \"created_at\": \"2021-09-22T06:45:12.913007-04:00\"\n        },\n        {\n            \"id\": 54679,\n            \"title\": \"Changing Dynamics Pre-IPO and Going Public on the Agenda for the SEC’s Small Business Capital Formation Advisory Committee\",\n            \"summary\": \"The Securities and Exchange Commission's Small Business Capital Formation Advisory Committee will meet virtually on Monday, September 27 to explore the changing dynamics for pre-IPO companies raising capital and the pathways those companies take to becoming public. During the morning session, the committee will focus on recent trends in \\\"crossover investors\\\" such as mutual funds and other investors that traditionally focus on public companies investing in late-stage, pre-IPO funding rounds. The committee will discuss how these investors are changing the dynamics of pre-IPO capital raising and the effects on timing to go public. During the afternoon session, the committee will explore pathways to joining the public markets, discussing how companies and investors are weighing traditional IPOs, direct listings, and the re-emergence of mergers with special purpose acquisition companies. The full agenda for the meeting is available online, along with other meeting materials on the committee's webpage.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC456ADFA820210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-184\",\n            \"created_at\": \"2021-09-22T06:45:28.861787-04:00\"\n        },\n        {\n            \"id\": 54534,\n            \"title\": \"Governor Whitmer Details MI New Economy Plan to Grow our Middle Class, Support Small Businesses and Invest in our Communities\",\n            \"summary\": \"Today at the Mackinac Policy Conference, Governor Whitmer detailed her economic agenda, including the unveiling of the three pillars of her bold $2.1 billion MI New Economy plan to grow Michigan's middle class, support small businesses and invest in communities. The plan recognizes a strong economy isn't only about creating jobs, but requires a focus on our state's people and communities as well. That's why MI New Economy has three pillars, each of which has specific and ambitious goals that will help state officials track progress on efforts to build a stronger and more resilient Michigan.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7787MI56867820210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Michigan\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.michigan.gov/whitmer/0,9309,7-387-90499_90640-568678--,00.html\",\n            \"created_at\": \"2021-09-22T06:45:12.807166-04:00\"\n        },\n        {\n            \"id\": 54683,\n            \"title\": \"Free Webinar on Sales and Use Tax on Specified Digital Products\",\n            \"summary\": \"Join the Department of Revenue on September 28 at 9 am Central time for its latest free tax webinar covering sales and use tax for specified digital products in Tennessee join the Department of Revenue. Participants will learn about sales tax on specified digital products, such as electronically transferred digital audio-visual works, digital audio works, digital books, and more. They can also ask department staff any questions they may have. The September 28 webinar is part of a series of webinars the department offers each month to give the public an opportunity to learn more about tax topics.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18933TX63FR11020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Revenue\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.tn.gov/revenue/news/2021/9/21/free-webinar-on-sales-and-use-tax-on-specified-digital-products.html\",\n            \"created_at\": \"2021-09-22T06:45:29.278890-04:00\"\n        },\n        {\n            \"id\": 54537,\n            \"title\": \"Commissioner Troy Downing Congressional Redistricting Letter\",\n            \"summary\": \"“Montana has the opportunity this year to take center stage in the fight against the gerrymandering and corruption that has become so prevalent in Washington DC and across the Nation. Montana has always done things differently and that is why Montana continues to be the 'Last Best Place.' This rapid population growth has earned Montana a second seat in the United States House of Representatives. However, even before this additional seat was announced, there was a concerted effort to gerrymander these districts to strengthen or weaken political parties. The Montana Districting and Apportionment Commission has a duty, to create two districts of equal population size - doing so in a way that is fair and without partisanship factoring into the decision. Allowing gerrymandering and insider deals to determine congressional lines is in direct conflict to the way the rest of the country correctly sees Montana as the 'Last Best Place.' I strongly urge the Districting Commission to follow both the Montana and US Constitution in determining boundaries for Montana's two House districts.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1305320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Montana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/congressional-redistricting-letter/\",\n            \"created_at\": \"2021-09-22T06:45:13.121282-04:00\"\n        },\n        {\n            \"id\": 54609,\n            \"title\": \"Complaint Filed: Convergent Resources, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Convergent Resources, Inc., on September 20, 2021 via the website with the following details: consumer’s state: TX; consumer’s zip: 77383; product: debt collection: sub-product: other debt; issue: written notification about debt; sub-issue: didn’t receive enough information to verify debt; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the CFPB and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47347737120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734773\",\n            \"created_at\": \"2021-09-22T06:45:21.373827-04:00\"\n        },\n        {\n            \"id\": 54530,\n            \"title\": \"Tobacco Tax, Discounted Tobacco Products, 83.3\",\n            \"summary\": \"The Department regularly audits or examines returns filed and tax remitted for the tax imposed on tobacco products under Iowa Code chapter 453A, subchapter II. The Department recently noticed an inconsistency in the application of the price on which tax due should be calculated. To provide clarity going forward, the Department proposes new subrule 83.4(2) so all taxpayers know how the Department will calculate tax due for sales of tobacco products. Iowa Code section 453A.42(18) defines “wholesale sales price” as “the established price for which a manufacturer sells a tobacco product to a distributor, exclusive of any discount or other reduction” (emphasis added). Thus, for a product sold by a manufacturer to a distributor at both a wholesale sales price and a lower price, often described as a “prepriced price” or “discounted price,” the tax should be calculated based on the wholesale sales price. This proposed rulemaking establishes how the Department will determine whether products are identical and priced at a discount and provides several examples to help taxpayers understand how the subrule will be applied. Comments in response to this rule must be received by on August 17, 2021 at 4:30 p.m CDT.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5917C4520210922\",\n            \"proposed_comments_due_date\": \"2021-08-17\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-01-01\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5788C.pdf\",\n            \"created_at\": \"2021-09-22T06:45:12.383563-04:00\"\n        },\n        {\n            \"id\": 54531,\n            \"title\": \"Appeals and Hearings Regarding the Director’s Intent to Remove a Member of the Board of Review, 7.38\",\n            \"summary\": \"The Revenue Department hereby proposes to amend Chapter 7, “Practice and Procedure Before the Department of Revenue,” Iowa Administrative Code. This proposed rule making is intended to implement a hearing procedure when the Director of Revenue intends to remove a member of the local board of review under Iowa Code section 441.32(2) as amended by 2021 Iowa Acts, House File 871, section 29, and the board member requests a hearing. This rule making describes the process for requesting a hearing, the governing procedures of the hearing, the contents of the request for hearing, and the burden of proof at such a hearing. Hearing request must be file within 30 days after the receipt of the notice of the director’s intent to remove the member.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5930C10020210922\",\n            \"proposed_comments_due_date\": \"2021-08-17\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-27\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5797C.pdf\",\n            \"created_at\": \"2021-09-22T06:45:12.492069-04:00\"\n        },\n        {\n            \"id\": 54676,\n            \"title\": \"Trading Suspension in the Securities of Real Goods Solar, Inc\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of the following issuer, commencing at 9:30 a.m. EDT on September 21, 2021 and terminating at 11:59 p.m. EDT on October 4, 2021: Real Goods Solar, Inc. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission. The Commission cautions brokers, dealers, shareholders and prospective purchasers that they should carefully consider the foregoing information along with all other currently available information and any information subsequently issued by this company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349307820210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Trading Suspension\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-93078.pdf\",\n            \"created_at\": \"2021-09-22T06:45:28.553652-04:00\"\n        },\n        {\n            \"id\": 54532,\n            \"title\": \"State Reports $42.4 Million in Surplus Revenues for August 2021\",\n            \"summary\": \"The Mills Administration today reported that the State of Maine recorded $42.4 million in surplus revenues for August 2021, exceeding expectations by 11.8 percent. Adjusting for the increase in revenue sharing to local communities, General Fund revenues for the first two months of this fiscal year (Fiscal Year 2022) are up $186.5 million or 31.7 percent compared to the same period last fiscal year, and over budget by $77.9 million or 11.3 percent relative to the projections of the nonpartisan Revenue Forecasting Committee for this fiscal year. In addition to performance so far this fiscal year, the State ended the previous fiscal year (Fiscal Year 2021) with a surplus. Approximately $223 million of the Fiscal Year 2021 surplus was deposited into the State’s Budget Stabilization, or so-called “Rainy Day” Fund, which, when combined with the Governor’s previous investments into the Fund, increased it to an historic high of $491.9 million. Further, the biennial budget recently approved by the Legislature and signed into law by the Governor, in combination with all other laws and General Fund appropriations, is balanced, does not raise taxes, and is estimated to be approximately $456 million lower than projected General Fund revenue for Fiscal Years 2024-2025.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18873MEST6313620210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Maine Department of Administrative and Financial Services, Maine Revenue Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"Maine\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.maine.gov/dafs/sites/maine.gov.dafs/files/inline-files/State Reports %2442.4 Million in Surplus Revenues for August 2021.pdf\",\n            \"created_at\": \"2021-09-22T06:45:12.597247-04:00\"\n        },\n        {\n            \"id\": 54677,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Skye Life Ventures Ltd\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing against Skye Life Ventures Ltd. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. As a result of the foregoing, the Respondent failed to comply with Exchange Act. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order within 10 days after service of this Order and that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349307920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93079.pdf\",\n            \"created_at\": \"2021-09-22T06:45:28.658342-04:00\"\n        },\n        {\n            \"id\": 54528,\n            \"title\": \"Sales Tax Administrative Procedures, Amendments to Chapter 12 to 15, 17, 30, 40, 53, 108, 213, 231\",\n            \"summary\": \"The Department has several chapters of rules that implement a variety of sales tax administrative procedures set forth in Iowa Code chapter 423. This proposed rule making updates those chapters to make a variety of nonsubstantive changes. Implementation sentences and other Iowa Code references are updated from Iowa Code sections no longer in effect or related to salestax. Headings and subheadings are added to long rules that currently do not have them to provide additional clarity for readers. Rules describing the law for specifically identified time periods in the past are stricken, since they are no longer needed. Tax rates are updated to reflect the current law. Some rules are rescinded because they are entirely out of date or have been replaced by newer, more recently adopted rules in other chapters. The term “specified digital products” is added to references of taxable sales because those products became taxable several years ago. The proposed rule making also amends rules in other chapters to update affected cross-references. Comments in response to this rule must be received by on August 17, 2021 at 4:30 p.m CDT.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5915C9420210922\",\n            \"proposed_comments_due_date\": \"2021-08-17\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-27\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5790C.pdf\",\n            \"created_at\": \"2021-09-22T06:45:12.150412-04:00\"\n        },\n        {\n            \"id\": 54529,\n            \"title\": \"Filing Tax Returns, Payment of Tax, Penalties, Waivers, 10.5 to 10.9, 10.76, 10.79\",\n            \"summary\": \"During the 2021 Legislative Session, the Department requested that the Legislature modify Iowa Code section 421.27, which sets forth penalties and penalty waivers related to the filing of tax returns and payment of tax. The changes were enacted and signed into law as 2021 Iowa Acts, Senate File 608, and became effective July 1, 2021. Through the process of designing the Department’s new tax administration system, the Department reviewed how and when certain penalties are imposed, or waivers apply to those penalties in both the current system and what the Department desires in the new system. The Department now proposes these amendments to its rules implementing Iowa Code section 421.27 to reflect the changes made by Senate File 608. The Department has also revised and published its Penalty Waiver Request Form to reflect the changes to the law. This proposed rulemaking also implements the penalty for failure to timely file an income return by a specified business with no tax due that was enacted in 2020 Iowa Acts. Under Iowa law, this new penalty will apply to tax years beginning on or after January 1, 2022. Comments in response to this rule must be received by on August 17, 2021 at 4:30 p.m CDT.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5916C8120210922\",\n            \"proposed_comments_due_date\": \"2021-08-17\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-27\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5796C.pdf\",\n            \"created_at\": \"2021-09-22T06:45:12.257467-04:00\"\n        },\n        {\n            \"id\": 54538,\n            \"title\": \"2021 Tribal Relations Report\",\n            \"summary\": \"Governor Greg Gianforte proudly presents the first State-Tribal Relations Report of his administration. The report, which covers accomplishments in Montana for the state fiscal year 2021, provides information about the successful efforts borne from strong collaboration between the State of Montana and Tribal Partners. This annual report has been presented to Montana’s tribal governments since 2003, as mandated by Montana Code.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1305520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Montana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/2021-tribal-relations-report/\",\n            \"created_at\": \"2021-09-22T06:45:13.229877-04:00\"\n        },\n        {\n            \"id\": 54678,\n            \"title\": \"Trading Suspension in the Securities of Skye Life Ventures Ltd\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of the following issuer, commencing at 9:30 a.m. EDT on September 21, 2021 and terminating at 11:59 p.m. EDT on October 4, 2021: Skye Life Ventures Ltd. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission. The Commission cautions brokers, dealers, shareholders and prospective purchasers that they should carefully consider the foregoing information along with all other currently available information and any information subsequently issued by this company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349308220210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Trading Suspension\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-93082.pdf\",\n            \"created_at\": \"2021-09-22T06:45:28.759781-04:00\"\n        },\n        {\n            \"id\": 54533,\n            \"title\": \"Celebrating Year One with Record 4% Market Share\",\n            \"summary\": \"Today marks one year since trading began on MEMX, and what a year we’ve had. Reaching 4% market share feels like a fitting way to celebrate! In our first year of operation, MEMX grew to be the largest independent exchange with the sixth largest market share of the sixteen US equity exchanges. MEMX is now the fastest growing US equity exchange, averaging 21% month over month growth since January 2021. On September 16th, MEMX’s market share reached an all-time high of 4.24%. As MEMX grows, our ability to improve the market for all investors grows as well. Hitting 4% market share in our first year of operations is a testament to the focus and dedication of our staff and the widespread support for our mission. We are committed to driving positive competition amongst exchanges and providing a voice for the needs of participants.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"171MEMX164920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"MEMX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://memx.com/celebrating-year-one-with-record-4-market-share/\",\n            \"created_at\": \"2021-09-22T06:45:12.706999-04:00\"\n        },\n        {\n            \"id\": 54526,\n            \"title\": \"Governor Pritzker Announces $16.5 Million in Economic Development Grants to Spur Regional Investment\",\n            \"summary\": \"Governor JB Pritzker and the Illinois Department of Commerce and Economic Opportunity (DCEO) today announced $16.5 million in Rebuild Illinois capital grants have been awarded to fuel continued economic development across the state. Through the Rebuild Illinois Regional Economic Development program, or RIRED, DCEO is providing grants for 11 new projects that will unlock a total $75.5 million investment, while creating at least 1,465 jobs statewide. The average grant size awarded is $1.5 million, with all projects focused on supporting key economic development priorities for the state - including quality of life enhancements and job creation derived through major public works projects, roadway construction and development of brand new community resources, including recreation programming in LaSalle County, a business incubator in Chicago, and a new medical center serving Jefferson County.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2392120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23921.html\",\n            \"created_at\": \"2021-09-22T06:45:11.893524-04:00\"\n        },\n        {\n            \"id\": 54524,\n            \"title\": \"2021 Schuyler County Tentative Multiplier Announced\",\n            \"summary\": \"Schuyler County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Schuyler County are at 33.28 percent of market value, based on sales of properties in 2018, 2019, and 2020. The equalization factor currently being assigned is for 2021 taxes, payable in 2022. Last year's equalization factor for the county was 1.0000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2391920210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23919.html\",\n            \"created_at\": \"2021-09-22T06:45:11.681417-04:00\"\n        },\n        {\n            \"id\": 54525,\n            \"title\": \"2020 Bond County Final Multiplier Announced\",\n            \"summary\": \"Bond County has been issued a final property assessment equalization factor of 1.0734, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Bond County are at 31.05 percent of market value, based on sales of properties in 2017, 2018, and 2019. The equalization factor currently being assigned is for 2020 taxes, payable in 2021. Last year's equalization factor for the county was 1.0598.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2392020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23920.html\",\n            \"created_at\": \"2021-09-22T06:45:11.789628-04:00\"\n        },\n        {\n            \"id\": 54673,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order: Revere Securities, LLC and Oseas Zuluaga\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative and cease-and-desist proceedings against Revere Securities, LLC and Oseas Zuluaga. These proceedings arise out of the failure of Revere, while a registered broker dealer, to include proprietary securities positions in its calculation of net capital. As a consequence, at certain times from January 2018 through April 2019 (the “relevant period”), Revere operated with a net capital deficiency and violated net capital reporting and books and records provisions. Zuluaga, Revere’s Chief Financial Officer and Financial and Operations Principal, was responsible for calculating Revere’s net capital and caused Revere’s violations by negligently failing to properly include Revere’s proprietary securities positions in his calculations. As a result of the conduct described above, Revere willfully violated Exchange Act which require broker-dealers to maintain minimum net capital while conducting a securities business and which require broker-dealers to make and keep current certain books and records, and to make certain reports and filings with the Commission. Accordingly, it is hereby ordered that: Respondents Revere and Zuluaga cease and desist from committing or causing any violations and any future violations of Exchange Act; Respondent Revere is censured and shall pay a civil money penalty in the amount of $50,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349306520210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93065.pdf\",\n            \"created_at\": \"2021-09-22T06:45:28.244012-04:00\"\n        },\n        {\n            \"id\": 54522,\n            \"title\": \"Freddie Mac Prices Inaugural $170 Million Multifamily When-Issued K-Deal, WI-K132\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) recently priced a new offering of Multifamily WI K-Deal Certificates (WI Certificates), which are initially backed by cash assets that will be used to purchase the A-M class of a to-be-issued reference K-Deal. Once the reference K-Deal class is issued and purchased by the WI trust, the WI Certificates will be indirectly backed by a pool of fixed-rate multifamily mortgages with predominantly 10-year terms. The company expects to issue approximately $170 million in WI Certificates (Series WI-K132), which are expected to settle on or about September 28, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2365120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Freddie Mac\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-prices-inaugural-170-million-multifamily-when-issued\",\n            \"created_at\": \"2021-09-22T06:45:11.476174-04:00\"\n        },\n        {\n            \"id\": 54670,\n            \"title\": \"Order Approving Second Plan of Distribution: Logitech International, S.A., Michael Doktorczyk and Sherralyn Bolles, CPA\",\n            \"summary\": \"The Second Proposed Plan of Distribution provides for the distribution of funds remaining in the Fair Fund created for the monies paid by Logitech International, S.A., Michael Doktorczyk and Sherralyn Bolles, CPA in settlement of a previous administrative proceeding. The first plan of distribution was approved by the Commission on October 26, 2018 and resulted in the full compensation, including reasonable interest, of all eligible claimants who purchased shares of Logitech common stock on the NASDAQ Global Select Market. Approximately $5 million, comprised of undistributed funds; unused reserves for taxes, fees, and expenses; interest; and tax refunds remains in the Fair Fund. The Proposed Plan provides for the distribution of the Net Available Fair Fund to the Swiss Investors and defer remission of any remaining funds to the U.S. Treasury until completion of all distributions under the Proposed Plan. Accordingly, it is hereby ordered that the Proposed Plan is approved, and the approved Plan of Distribution shall be posted simultaneously with this order on the Commission’s website at www.sec.gov.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349306220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93062.pdf\",\n            \"created_at\": \"2021-09-22T06:45:27.931358-04:00\"\n        },\n        {\n            \"id\": 54671,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Stealth Technologies, Inc\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing against Stealth Technologies, Inc. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. As a result of the foregoing, the Respondent failed to comply with Exchange Act. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions shall be convened at a time and place to be fixed by further order of the Commission. It is also ordered that Respondent shall file an Answer to the allegations contained in this Order within 10 days after service of this Order and that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349306320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93063.pdf\",\n            \"created_at\": \"2021-09-22T06:45:28.036963-04:00\"\n        },\n        {\n            \"id\": 54674,\n            \"title\": \"Order Concluding Administrative Proceedings, Making Findings, and Imposing Remedial Sanctions: Jason Dwayne Watson\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order concluding administrative proceedings against Jason Dwayne Watson. On February 21, 2017, Watson pled guilty to one count of securities fraud. On September 20, 2017, a judgment in the criminal case was entered against Watson. He was sentenced to a prison term of 33 months followed by three years of supervised release and ordered to make restitution in the amount of $3,356,814.85. Watson knew and understood it was illegal to fraudulently take money from investors in connection with the purchase or sale of securities. Watson knew and understood that it was illegal to make a misrepresentation of a material fact or an omission of a material fact related to the purchase or sale of securities. Watson knew and understood that it was illegal to engage in a course of conduct which operates as a fraud or deceit upon a person relating to the purchase or sale of securities. Accordingly, it is hereby ordered that Respondent Watson be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization and that Respondent Watson be, and hereby is barred from participating in any offering of a penny stock, including: acting as a promoter, finder, consultant, agent or other person who engages in activities with a broker, dealer or issuer for purposes of the issuance or trading in any penny stock, or inducing or attempting to induce the purchase or sale of any penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349306820210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93068.pdf\",\n            \"created_at\": \"2021-09-22T06:45:28.346572-04:00\"\n        },\n        {\n            \"id\": 54523,\n            \"title\": \"Proclamation: National Preparedness Month in Hawaii\",\n            \"summary\": \"National Preparedness Month (NPM) is an observance each September to raise awareness about the importance of preparing for disasters and emergencies that could happen at any time. David Y. Ige, Governor of the State of Hawaii, proclaims September 2021 as “National Preparedness Month” in Hawaii.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI138ONAL38344\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hawaii Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Hawaii\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.hawaii.gov/wp-content/uploads/2021/09/National-Preparedness-Month.pdf#new_tab\",\n            \"created_at\": \"2021-09-22T06:45:11.575685-04:00\"\n        },\n        {\n            \"id\": 54527,\n            \"title\": \"Vehicles Subject to Registration, Chapter 34\",\n            \"summary\": \"In 2008, the Legislature moved the then-use tax imposed on vehicle registration to Iowa Code section 321.105A and renamed it the “fee for new registration.” The Iowa Department of Revenue (IDR) and the Iowa Department of Transportation (DOT) often field questions about confusing provisions from taxpayers seeking to register their vehicles as well as from county treasurers tasked with collecting the fee. IDR received input from DOT before submitting revisions to Iowa Code section 321.105A to the Legislature. The revisions were included in 2021 Iowa Acts, Senate File 366, which was enacted by the Legislature, was signed into law by Governor Reynolds, and became effective July 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5911C3920210922\",\n            \"proposed_comments_due_date\": \"2021-08-03\",\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-27\",\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5782C.pdf\",\n            \"created_at\": \"2021-09-22T06:45:11.999281-04:00\"\n        },\n        {\n            \"id\": 54672,\n            \"title\": \"Trading Suspension in the Securities of Stealth Technologies, Inc\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of the following issuer, commencing at 9:30 a.m. EDT on September 21, 2021 and terminating at 11:59 p.m. EDT on October 4, 2021: Stealth Technologies, Inc. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission. The Commission cautions brokers, dealers, shareholders and prospective purchasers that they should carefully consider the foregoing information along with all other currently available information and any information subsequently issued by this company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349306420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Trading Suspension\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-93064.pdf\",\n            \"created_at\": \"2021-09-22T06:45:28.140923-04:00\"\n        },\n        {\n            \"id\": 54668,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Sports Field Holdings, Inc\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing against Sports Field Holdings, Inc. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. As a result of the foregoing, the Respondent failed to comply with Exchange Act. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order within 10 days after service of this Order and that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349306020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93060.pdf\",\n            \"created_at\": \"2021-09-22T06:45:27.726720-04:00\"\n        },\n        {\n            \"id\": 54669,\n            \"title\": \"Trading Suspension in the Securities of Sports Field Holdings, Inc\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of the following issuer, commencing at 9:30 a.m. EDT on September 21, 2021 and terminating at 11:59 p.m. EDT on October 4, 2021: Sports Field Holdings, Inc. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission. The Commission cautions brokers, dealers, shareholders and prospective purchasers that they should carefully consider the foregoing information along with all other currently available information and any information subsequently issued by this company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349306120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Trading Suspension\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-93061.pdf\",\n            \"created_at\": \"2021-09-22T06:45:27.828278-04:00\"\n        },\n        {\n            \"id\": 54539,\n            \"title\": \"Troy Downing Strongly Urges Vaccination, but Opposed Mandates\",\n            \"summary\": \"Montana’s State Auditor and Insurance Commissioner Troy Downing released a statement on Friday strongly urging all Montanans to be vaccinated against COVID 19, but stopped short of endorsing a vaccination requirement.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1305820210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Montana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/troy-downing-strongly-urges-vaccination-but-opposed-mandates/\",\n            \"created_at\": \"2021-09-22T06:45:13.344985-04:00\"\n        },\n        {\n            \"id\": 54675,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Real Goods Solar, Inc\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing against Real Goods Solar, Inc. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. As a result of the foregoing, the Respondent failed to comply with Exchange Act. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order within 10 days after service of this Order and that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349307720210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93077.pdf\",\n            \"created_at\": \"2021-09-22T06:45:28.448943-04:00\"\n        },\n        {\n            \"id\": 54521,\n            \"title\": \"Freddie Mac Announces Results of Early Tender Offer for STACR Debt Notes, Increase of Tender Cap\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) (the “Company”) today announced the early tender results as of the Early Tender Time (defined below) in connection with its previously announced offer to purchase for cash up to $650 million aggregate original principal amount (the “Offer”) of its outstanding STACR (Structured Agency Credit Risk) Debt Notes (the “Notes”). The Company has determined that it will accept for purchase 100% of the Notes validly tendered at or prior to the Early Tender Time and not properly withdrawn at or prior to the Withdrawal Deadline (defined below). The Company also today announced that it has elected to increase the Tender Cap to $1,629,424,656 aggregate original principal amount, in order to accept all of the Notes that were validly tendered at or prior to the Early Tender Time and not properly withdrawn at or prior to the Withdrawal Deadline.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2364120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Freddie Mac\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-announces-results-early-tender-offer-stacr-debt\",\n            \"created_at\": \"2021-09-22T06:45:11.374236-04:00\"\n        },\n        {\n            \"id\": 54607,\n            \"title\": \"Complaint Filed: Ability Recovery Services, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ability Recovery Services, LLCC on September 20, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 31030; product: debt collection: sub-product: federal student loan debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the cfpb and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47347177120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734717\",\n            \"created_at\": \"2021-09-22T06:45:21.174124-04:00\"\n        },\n        {\n            \"id\": 54634,\n            \"title\": \"Flood Hazard Determinations, Proposals: Iowa\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) proposes to make flood hazard determinations, together with the floodplain management criteria are the minimum that are required. They should not be construed to mean that the community must change any existing ordinances that are more stringent in their floodplain management requirements. The community may at any time enact stricter requirements of its own or pursuant to policies established by other Federal, State, or regional entities. These flood hazard determinations are used to meet the floodplain management requirements of the NFIP and are used to calculate the appropriate flood insurance premium rates for new buildings built after the FIRM and FIS report become effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20301\",\n            \"regalytics_alert_id\": \"1891FR20212030120210921\",\n            \"proposed_comments_due_date\": \"2021-12-20\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20301/proposed-flood-hazard-determinations\",\n            \"created_at\": \"2021-09-22T06:45:23.952266-04:00\"\n        },\n        {\n            \"id\": 54663,\n            \"title\": \"SEC Charges Texas Resident with Defrauding Investors\",\n            \"summary\": \"The Securities and Exchange Commission charged Texas resident Leena Jaitley (a.k.a. Ali Jaitley and Leena Patel) with operating fraudulent options trading websites. According to the SEC's complaint filed in the U.S. District Court for the Western District of Texas, Jaitley operated two fraudulent websites called Managed Option Trading and OptionsbyPros. As alleged, clients would provide with the websites access to their on-line brokerage accounts and allow traders purportedly employed by the websites to trade options on their behalf, in return for a \\\"start-up\\\" fee and a percentage of the profit generated by those trades. The SEC alleges that to convince investors to subscribe for the services, Jaitley falsely claimed, among other things, that the websites used a unique, proprietary system designed to generate profits, had a long track record of successful investing, and employed scores of traders in New York with experience at large and reputable broker-dealers. Jaitley also allegedly solicited and published fake testimonials and positive reviews by supposed clients of the websites. According to the complaint, however, the only \\\"traders\\\" at the websites were Jaitley and, possibly, her now-deceased, 84-year-old father - neither of whom had any relevant education or experience or any unique, proprietary system for reliably producing trading profits from trading options. The SEC alleges that ultimately, the websites frequently lost all or most of the money in their clients' accounts, and when clients complained about the trading losses, Jaitley, using an alias and posing as a representative of the websites, often responded by email or text message to falsely disavow any responsibility and blame the client or someone else for her losing trades. The complaint charges Jaitley with violating the antifraud provisions the Securities Act, the Securities Exchange Act, and of the Investment Advisers Act, and charges Taraben Patel and OTA LLC as relief defendants. The complaint seeks a permanent injunction, an order of disgorgement together with prejudgment interest, and the imposition of civil penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2521120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Litigation Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25211.htm\",\n            \"created_at\": \"2021-09-22T06:45:27.207160-04:00\"\n        },\n        {\n            \"id\": 54506,\n            \"title\": \"Alaska Permanent Fund Corporation Cloud-Based ERP System\",\n            \"summary\": \"The Alaska Permanent Fund Corporation is soliciting proposals for a Cloud-Based ERP System. APFC would like to purchase and implement a cloud-based ERP system that is modern and has an easy to use user interface with efficient business processes and workflows. Amendment # 3 has been issued on September 21, 2021. This amendment is being issued to answer questions submitted by potential offerors and to extend the RFP deadline to October 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20357220210923\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Procurement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alaska\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129780\",\n            \"created_at\": \"2021-09-22T06:45:09.651371-04:00\"\n        },\n        {\n            \"id\": 54571,\n            \"title\": \"Remarks by President Biden Before the 76th Session of the United Nations General Assembly\",\n            \"summary\": \"\\\"Mr. President, Mr. Secretary-General, my fellow delegates, to all those who dedicate themselves to this noble mission of this institution: It’s my honor to speak to you for the first time as President of the United States. We meet this year in a moment of intermingled with great pain and extraordinary possibility. We’ve lost so much to this devastating this devastating pandemic that continues to claim lives around the world and impact so much on our existence. We’re mourning more than 4.5 million people, people of every nation from every background. Each death is an individual heartbreak. But our shared grief is a poignant reminder that our collective future will hinge on our ability to recognize our common humanity and to act together. Ladies and gentlemen, this is the clear and urgent choice that we face here at the dawning of what must be a decisive decade for our world a decade that will quite literally determine our futures. As a global community, we’re challenged by urgent and looming crises wherein lie enormous opportunities if we can summon the will and resolve to seize these opportunities. Instead of continuing to fight the wars of the past, we are fixing our eyes on devoting our resources to the challenges that hold the keys to our collective future: ending this pandemic; addressing the climate crisis; managing the shifts in global power dynamics; shaping the rules of the world on vital issues like trade, cyber, and emerging technologies; and facing the threat of terrorism as it stands today.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH248LY20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Speeches and Remarks\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/09/21/remarks-by-president-biden-before-the-76th-session-of-the-united-nations-general-assembly/\",\n            \"created_at\": \"2021-09-22T06:45:16.772253-04:00\"\n        },\n        {\n            \"id\": 54572,\n            \"title\": \"Toomey Opening Statement at Hearing for Commerce and Treasury Nominees\",\n            \"summary\": \"U.S. Senate Banking Committee Ranking Member Pat Toomey (R-Pa.) delivered the following opening statement at today’s nomination hearing with Alan Estevez, nominee for Commerce Under Secretary for Industry and Security, Thea Kendler, nominee for Commerce Assistant Secretary for Export Administration, Alexia Latortue, nominee for Treasury Assistant Secretary for International Markets, and Graham Steele, nominee for Treasury Assistant Secretary for Financial Institutions: \\\"Mr. Chairman, thank you. Mr. Estevez, Ms. Kendler, Ms. Latortue, and Mr. Steele, welcome. You’ve been nominated for important positions. Before turning to today’s nominees, I’d like to register my disappointment that Democrats are still trying to ram through a reckless $3.5 trillion tax-and-spending bill, despite reservations from members of their own caucus. Given the profound impact of this bill, the Republicans on this Committee have requested that we hold hearings and a markup. Unfortunately, Senate Democrats have no plans to do that. I fear that’s because the bill is going to include many flawed policies that will harm economic growth and jobs while invading the privacy of Americans. These include massively expanding the welfare state in an effort to make the middle class dependent on the federal government, raising taxes on U.S. employers, diminishing investment by increasing the capital gains tax rate, increasing the electric vehicle tax credit that benefits the wealthy and making this tax giveaway even bigger for union-made cars, and giving the IRS, an agency with a history of abuse, access to our bank account information.Those are just some of the destructive policies being advanced and I wish Democrats would allow them to get a full debate here at the Committee.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU182T20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/minority/toomey-opening-statement-at-hearing-for-commerce-treasury-nominees\",\n            \"created_at\": \"2021-09-22T06:45:16.875993-04:00\"\n        },\n        {\n            \"id\": 54507,\n            \"title\": \"Filing of Amendment No. 1 and Order Instituting Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change, as Modified by Amendment No. 1, in Connection with the Proposed Establishment of BSTX as a Facility of the Exchange\",\n            \"summary\": \"On June 7, 2021, BOX Exchange LLC (“Exchange” or “BOX”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to adopt rules in connection with the establishment of the Boston Security Token Exchange LLC (“BSTX”) as a facility of the Exchange. The proposed rule change was published for comment in the Federal Register on June 24, 2021. On September 16, 2021, the Exchange filed Amendment No. 1 to the proposed rule change, which replaced and superseded the proposed rule change as originally filed. The Commission has received no comments on the proposed rule change. The Commission is publishing this notice and order to solicit comments on the proposed rule change, as modified by Amendment No. 1.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12563BOX349309420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Box Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/box/2021/34-93094.pdf\",\n            \"created_at\": \"2021-09-22T06:45:09.790821-04:00\"\n        },\n        {\n            \"id\": 54664,\n            \"title\": \"Application for Exemption from the 1940 Act for Point72 Employee Investment Fund, LP and Point72 Asset Management, LP\",\n            \"summary\": \"Point72 Employee Investment Fund, L.P. and Point72 Asset Management, L.P. have submitted an application requesting for an order under sections 6(b) and 6(e) of the Investment Company Act of 1940 (the “Act”) granting an exemption from all provisions of the Act and the rules and regulations thereunder, except sections 9, 17, 30, and 36 through 53 of the Act, and the rules and regulations thereunder (the “Rules and Regulations”). The application was filed on September 28, 2018 and amended on July 21, 2020, and June 16, 2021. An order granting the requested relief will be issued unless the Commission orders a hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20323\",\n            \"regalytics_alert_id\": \"1891FR20212032320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20323/point72-employee-investment-fund-lp-and-point72-asset-management-lp\",\n            \"created_at\": \"2021-09-22T06:45:27.310207-04:00\"\n        },\n        {\n            \"id\": 54508,\n            \"title\": \"Attorney General Bonta Joins Bipartisan Coalition in Suing American Airlines and Jetblue Over Launch of Anticompetitive Alliance\",\n            \"summary\": \"California Attorney General Rob Bonta today joined the U.S. Department of Justice and six other attorneys general in filing a lawsuit against American Airlines and JetBlue challenging an anticompetitive joint venture between the companies known as the Northeast Alliance. As part of the code- and profit-sharing venture, the airlines coordinate which routes to fly, when to fly them, and how many seats to offer, effectively merging their operations in certain markets. In California alone, this anticompetitive venture is expected to impact at least nine airports with flights to and from the East Coast and cost California consumers hundreds of millions of dollars. In today's lawsuit, the coalition argues that the Northeast Alliance is an unlawful agreement in violation of the federal Sherman Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54553320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-joins-bipartisan-coalition-suing-american-airlines-and\",\n            \"created_at\": \"2021-09-22T06:45:09.891899-04:00\"\n        },\n        {\n            \"id\": 54661,\n            \"title\": \"Consent Order: Craig A. Martin and Justin M. Coots\",\n            \"summary\": \"The Department of Business Regulation issued an order to show cause notice of hearing and appointment of hearing officer against Craig A. Martin and Justin M. Coots. The division and the respondent conducted a Pre-Hearing conference. It is hereby agreed between the Department and the respondent that there are numerous activities only a licensed public insurance adjuster can undertake and are not to allowed to assign others those activities. Respondent acknowledges that soliciting during a loss occurring event is a violation of insurance division regulations and that soliciting a property owner on the premises during the investigation by the fire investigators is a violation. Based on the foregoing, Respondent and the department have determined to resolve this matter without instituting further administrative proceedings and hereby agree to the following resolution: Respondent will be allowed to maintain his license but will need to renew it; respondent agrees to pay $250 administrative fine to the department and the respondent agrees not to split any commissions of or fees with unlicensed individuals.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11130RI124r20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Consent Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Rhode Island Department of Business Regulation, Insurance Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dbr.ri.gov/documents/decisions/INS-Martin_Coots_ConsentOrder.pdf\",\n            \"created_at\": \"2021-09-22T06:45:26.994873-04:00\"\n        },\n        {\n            \"id\": 54662,\n            \"title\": \"SEC Charges Crowdfunding Portal, Issuer, and Related Individuals for Fraudulent Offerings\",\n            \"summary\": \"The Securities and Exchange Commission today charged three individuals and one issuer with conducting a fraudulent scheme to sell nearly $2 million of unregistered securities through two crowdfunding offerings. The SEC also charged the registered funding portal and its CEO, who placed the offerings on the portal's platform. According to the SEC's complaint, Robert Shumake, alongside associates Nicole Birch and Willard Jackson, conducted fraudulent and unregistered crowdfunding offerings through two cannabis and hemp companies, Transatlantic Real Estate, LLC and 420 Real Estate, LLC. Shumake, with assistance from Birch and Jackson, allegedly hid his involvement in the offerings from the public out of concern that his prior criminal conviction could deter prospective investors. The complaint alleges that Shumake and Birch raised $1,020,100 from retail investors through Transatlantic Real Estate, and Shumake and Jackson raised $888,180 through 420 Real Estate. Shumake, Birch, and Jackson allegedly diverted investor funds for personal use rather than using the funds for the purposes disclosed to investors. As alleged, TruCrowd, Inc., a registered funding portal, and its CEO, Vincent Petrescu, hosted the Transatlantic Real Estate and 420 Real Estate offerings on TruCrowd's platform. Petrescu allegedly failed to address red flags including Shumake's criminal history and involvement in the crowdfunding offerings, and otherwise failed to reduce the risk of fraud to investors. The SEC's complaint, charges Shumake, Birch, Jackson, and 420 Real Estate with violating the Securities Act of 1933 and the Securities Exchange Act of 1934 and seeks disgorgement plus pre-judgment interest, penalties, permanent injunctions, and officer and director bars. The complaint also charges TruCrowd and Petrescu with violating) of the Securities Act of 1933 and seeks disgorgement plus pre-judgment interest, penalties, and permanent injunctions. The SEC's Office of Investor Education and Advocacy has issued an investor bulletin on crowdfunding and investor alerts on the red flags of investment fraud.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2521020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Litigation Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25210.htm\",\n            \"created_at\": \"2021-09-22T06:45:27.097895-04:00\"\n        },\n        {\n            \"id\": 54665,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, September 27, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is providing notice that the Securities and Exchange Commission Small Business Capital Formation Advisory Committee will hold a public meeting on Monday, September 27, 2021, via videoconference. The agenda for the meeting includes matters relating to rules and regulations affecting small and emerging businesses and their investors under the federal securities laws.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20533\",\n            \"regalytics_alert_id\": \"1891FR20212053320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20533/sunshine-act-meetings\",\n            \"created_at\": \"2021-09-22T06:45:27.412018-04:00\"\n        },\n        {\n            \"id\": 54514,\n            \"title\": \"FASB Not-for-Profit Advisory Committee Meeting\",\n            \"summary\": \"The FASB Not-for-Profit Advisory Committee held its semiannual meeting on Tuesday, September 14, 2021 via video conference. Topics discussed included the following: revenue; clarifying the scope and the accounting guidance for contributions received and contributions made; and NFP reporting of gifts-in-kind.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14762FASB163225247320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Accounting Standards Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fasb.org/cs/ContentServer?c=FASBContent_C&pagename=FASB%2FFASBContent_C%2FAdvisoryGroupsPage&cid=1176177360821&rss=1\",\n            \"created_at\": \"2021-09-22T06:45:10.639514-04:00\"\n        },\n        {\n            \"id\": 54509,\n            \"title\": \"Attorney General Bonta Announces Arrests in Orange County Connected to One of the Nation's Largest Student Loan Debt Relief Fraud Schemes\",\n            \"summary\": \"California Attorney General Rob Bonta today announced the arrest of the leader of a nationwide, multiyear, multimillion-dollar student loan debt relief scam. The defendant owned a network of third-party debt relief (TPDR) businesses based in Orange County. They employed managers and sales agents to operate multiple call centers that contacted individuals across the country promising to reduce or eliminate their federal student loan debt. Instead, the owner, as well as four call center managers and two sales agents allegedly stole over $6,130,000 in less than three years from over 19,000 victims, including 3,000 in California. Two additional defendants have been arrested for their alleged connection to this scheme. The lead defendant has been charged with all 87 counts of the indictment, as well as special allegations for money laundering in excess of $2.5 million and aggravated white-collar crime.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54555520210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-arrests-orange-county-connected-one-nations\",\n            \"created_at\": \"2021-09-22T06:45:09.999641-04:00\"\n        },\n        {\n            \"id\": 54666,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order: Coda Markets, Inc. and Edward G. O'Malley\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative and Cease and Desist proceedings against Coda Markets, Inc. and Edward G. O’malley. These proceedings arise from omissions of material fact and misleading statements made by Coda, a registered broker-dealer, to its broker-dealer subscribers about how it handled and routed orders for execution. From December 2016 to July 2019 (the “relevant period”), Coda failed to disclose its use of a circular routing arrangement when handling subscriber orders. Coda said it created individually customized routing tables for its subscribers, with venues ranked in the routing tables depending on the subscriber’s trading priorities. Typically, when Coda had discretion over the routing table, Coda inserted one of two broker-dealers as the first external destination because, among other reasons, Coda had an agreement with these broker-dealers to share the net trading profits on order executions. Coda derived a material portion of its annual profits from this undisclosed routing arrangement during the relevant period. O’Malley, Coda’s President, was the most senior person at Coda who knew the details of Coda’s circular routing arrangement, and reviewed and approved Coda’s disclosure documents containing material omissions and misleading statements. As a result of the conduct described above, Coda willfully violated the Securities Act, which prohibit any person, in the offer or sale of securities, from obtaining money or property by means of any untrue statement of material fact or any omission to state a material fact necessary in order to make the statements made, in light of the circumstances under which they were made, not misleading, and from engaging in any transaction, practice, or course of business which operates or would operate as a fraud or deceit upon the purchaser, respectively. Accordingly, it is hereby ordered that: Coda cease and desist from committing or causing any violations and any future violations. Coda shall pay a civil money penalty of $1.2 million and O’Malley shall pay a civil money penalty of $35,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331098520210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-10985.pdf\",\n            \"created_at\": \"2021-09-22T06:45:27.517192-04:00\"\n        },\n        {\n            \"id\": 54513,\n            \"title\": \"CFPB Sues Software Company That Helps Credit-Repair Businesses Charge Illegal Fees\",\n            \"summary\": \"The Consumer Financial Protection Bureau (CFPB) today filed a lawsuit in federal district court accusing a California-based software company and its owner of providing assistance to illegal credit-repair businesses. Credit Repair Cloud and CEO Daniel Rosen have violated the Telemarketing Sales Rule (TSR) and the Consumer Financial Protection Act of 2010 (CFPA) by providing substantial assistance or support to credit-repair businesses that use telemarketing and charge unlawful advance fees to consumers. The CFPB’s lawsuit seeks relief for harmed consumers from the defendants, disgorgement of their unjust gains, an injunction to stop their illegal conduct, and civil penalties. The complaint is not a final finding or ruling that the defendants have violated the law.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB82134ES21520210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/cfpb-sues-software-company-that-helps-credit-repair-businesses-charge-illegal-fees/#\",\n            \"created_at\": \"2021-09-22T06:45:10.538682-04:00\"\n        },\n        {\n            \"id\": 54511,\n            \"title\": \"September Economic Forecast Shows Colorado’s Economy Is Building Back Better\",\n            \"summary\": \"The Governor’s Office of State Planning and Budgeting (OSPB) released its quarterly economic forecast today. “Today’s strong forecast shows Colorado is roaring back. We are seeing a strong recovery in 2021 as more Coloradans get vaccinated and return to work but our economic success is tied to our public health so we continue to encourage Coloradans to get vaccinated to protect themselves, our economy, and jobs,” said Governor Polis.Colorado’s unemployment rate continues to decrease, which is a positive sign for Colorado’s near-term economic outlook. General Fund revenue is projected to increase to $15.3 billion in FY 2021-22, a 7.2 percent change from the prior fiscal year. In FY 2021-22, cash fund revenue is projected to increase by 10.4 percent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COR11620210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6306-september-economic-forecast-shows-colorados-economy-building-back-better\",\n            \"created_at\": \"2021-09-22T06:45:10.324987-04:00\"\n        },\n        {\n            \"id\": 54658,\n            \"title\": \"Meeting of the National Credit Union Administration, September 23, 2021\",\n            \"summary\": \"The National Credit Union Administration providing notice of its upcoming Sunshine Act Meeting scheduled to be held at 10:00 a.m., on Thursday, September 23, 2021. This meeting will be open to the public. The matters to be considered are as follows: 1. Board Briefing, Share Insurance Fund Quarterly Report; 2. NCUA’s 2021 Mid-Session Budget; 3. Oregon Member Business Lending Rule; 4. NCUA Board Agenda; and, 5. NCUA Rules and Regulations, Subordinated Debt.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20450\",\n            \"regalytics_alert_id\": \"1891FR20212045020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20450/sunshine-act-meetings\",\n            \"created_at\": \"2021-09-22T06:45:26.682111-04:00\"\n        },\n        {\n            \"id\": 54636,\n            \"title\": \"Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act and § 225.41 of the Board's Regulation Y to acquire shares of a bank or bank holding company. Federal Reserve Bank of Kansas City: Robin Burch, Tulsa, Oklahoma; a member of the Burch Family Group, a group acting in concert, to acquire voting shares of Security Bancshares Corporation, and thereby indirectly acquire voting shares of Security State Bank of Oklahoma, both of Wewoka, Oklahoma. Additionally, Pier 6 Investment Company, LLC, Tipton Burch, as managing member, both of Tulsa, Oklahoma; to retain voting shares of Security Bancshares Corporation, and thereby indirectly retain voting shares of Security State Bank of Oklahoma.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20317\",\n            \"regalytics_alert_id\": \"1891FR20212031720210921\",\n            \"proposed_comments_due_date\": \"2021-10-06\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20317/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"created_at\": \"2021-09-22T06:45:24.159688-04:00\"\n        },\n        {\n            \"id\": 54657,\n            \"title\": \"Nacha to Recognize More Than 570 Accredited Payments Risk Professionals During National APRP Recognition Day on September 21\",\n            \"summary\": \"In honor of National APRP Recognition Day, Nacha will recognize 125 newly credentialed Accredited Payments Risk Professionals who passed the 2021 APRP exam, bringing the total number of professionals who currently hold the credential to more than 570. The APRP exam tests for comprehensive risk management knowledge across all payment types, including check, wire, debit, credit and prepaid cards, emerging and alternative payments, and ACH. To become an APRP, individuals must pass an exam that is administered by Nacha and tests their knowledge of subjects including the fundamentals of payments risk management, payments systems, payments risk policy and governance, payments risk management systems and controls, physical and information security, and the regulatory environment. APRP Day is commemorated annually on the third Tuesday of September. Those considering the 2022 APRP exam window should contact their Payments Association to learn more about training opportunities to help them prepare for the exam.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC23120210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/nacha-recognize-more-570-accredited-payments-risk-professionals-during-national-aprp\",\n            \"created_at\": \"2021-09-22T06:45:26.580399-04:00\"\n        },\n        {\n            \"id\": 54655,\n            \"title\": \"Agreed Order: Cash Express LLC\",\n            \"summary\": \"The Complainant, the Kentucky Department of Financial Institutions (hereafter \\\"DFI\\\") is the agency within the Commonwealth of Kentucky charged with the administration of the provisions. Cash Express, LLC (Respondent) is authorized to do business in Kentucky as a deferred deposit licensee. DFI conducted a routine examination of the Respondent on August 26, 2020. During the examination, the DFI discovered the Respondent violated KRS 286.9- 100(13) when Respondent failed to obtain the required signature on a customer transaction agreement. DFI possesses a range of administrative authority in addressing violations, including license revocation or denial, as well as the imposition of civil penalties in an amount up to $5,000 per violation. Accordingly, Respondent agrees to a civil penalty assessment in the amount of $1,000 for the violation described.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1165KY21AH00233920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Department of Financial Institutions\",\n                    \"states\": [\n                        {\n                            \"name\": \"Kentucky\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://kfi.ky.gov/Documents/Cash Express LLC 2021AH0023.pdf\",\n            \"created_at\": \"2021-09-22T06:45:26.370237-04:00\"\n        },\n        {\n            \"id\": 54656,\n            \"title\": \"September 2021 Mid-Month Revenue Report\",\n            \"summary\": \"The Department of Revenue (DOR) hereby submits its mid-month tax revenue report for the month of September 2021, the third month of fiscal year 2022. This report shows September 2021 month-to-date tax revenue collections through September 15, 2021, along with changes from the equivalent period in September 2020. Total Tax collections for the month-to-date period were $2.226 billion, up $580 million or 35.2% versus the same period in September 2020. The month-to-date increase is mostly due to increases in corporate and personal income tax estimated payments. These increases were likely due in part to periodic variations in daily remittances, resulting in the receipt of some corporate and personal income estimated payments earlier in the month than they were in September 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18801MA39SE6420210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Massachusetts Department of Revenue\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.mass.gov/doc/september-2021-mid-month-revenue-report/download\",\n            \"created_at\": \"2021-09-22T06:45:26.479545-04:00\"\n        },\n        {\n            \"id\": 54659,\n            \"title\": \"TRANSCRIPT: September 20th, 2021 Coronavirus Briefing Media\",\n            \"summary\": \"Governor Phil Murphy: \\\"Over the weekend, FEMA granted our request for a major disaster declaration for residents in Warren County who were impacted by the remnants of Hurricane Ida. This brings increase to the number of counties where individual homeowners can now apply through FEMA for direct financial assistance to repair damages to their homes. The easiest way to get started is by visiting disasterassistance.gov. FEMA has also opened disaster recovery centers across the state where homeowners can go to meet directly with FEMA and their representatives to ask questions or start their application process. We are committed to working in partnership with the Biden administration and FEMA and county and local governments and organizations to help every impacted New Jerseyan. I am signing an executive order pertaining to all childcare settings across our state. First the order requires that all childcare workers and facility employees be fully vaccinated by November 1st or faced regular and weekly texting. This tracks with the requirements that we have put in place for healthcare workers, state employees, and educators and school workers, and the requirement includes full vaccination by November 1st, so that means a second dose by no later than October 17. The order also clarifies that the masking policies in all childcare facilities must mirror those in schools. This part of the order takes effect this Friday, actually, September 24th. this past Friday the federal Food and Drug Administration’s Vaccines and Related Biological Products Advisory Committee – that rolls off the tongue – recommended that the FDA offer booster shots for those ages 65 or older or those who are at high risk of contracting COVID and who are six months or longer past their second dose of the Pfizer vaccine. Those in these categories who were fully vaccinated by March. There are a couple of important caveats on this one. First, we are awaiting final guidance from the CDC and FDA before we open a window for folks who qualify for a booster to get that shot. We anticipate this guidance in the coming days, I believe, Judy. In the meantime, we are continuing to prepare to push the additional doses necessary out through our vaccine distribution network. To administer these booster shots, we will be working through our existing partnerships with healthcare providers and community pharmacy partners among others.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8543NJ49774T20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Jersey\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.state.nj.us/governor/news/news/562021/approved/20210920b.shtml\",\n            \"created_at\": \"2021-09-22T06:45:26.784875-04:00\"\n        },\n        {\n            \"id\": 54637,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed below have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956, Regulation Y, and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. Federal Reserve Bank of Chicago: Readlyn Bancshares, Inc., Readlyn, Iowa; to merge with Tripoli Bancshares, Inc., Saint Paul, Minnesota, and thereby indirectly acquire American Savings Bank, Tripoli, Iowa. As part of the merger, Readlyn Bancshares, Inc. to acquire an additional 15 percent of the voting shares, for a total of 35 percent of the voting shares of Nashua Bancshares, Inc., Saint Paul, Minnesota.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20318\",\n            \"regalytics_alert_id\": \"1891FR20212031820210921\",\n            \"proposed_comments_due_date\": \"2021-10-21\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20318/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2021-09-22T06:45:24.265972-04:00\"\n        },\n        {\n            \"id\": 54685,\n            \"title\": \"Paperwork Reduction Act of Approvals: Generic Clearance for Emergency Economic Information Collections\",\n            \"summary\": \"The U.S. Census Bureau requests approval for a new generic clearance that provides the quick turnaround necessary for conducting emergency economic information collections in response to unanticipated international, national, or regional declared emergencies or events of national interest arising as a direct result of declared emergencies having a significant economic impact on U.S. businesses and/or state or local governments. The Coronavirus pandemic, in addition to having devastating effects on the health and wellbeing of the global population, has had a profound effect on the world economy. The Census Bureau, in carrying out its mission to serve as the nation’s leading provider of quality data about its people and economy, has sought to measure the effect on U.S. businesses through supplemental questions added to several of its recurring business surveys and a new special purpose survey meant to measure the effect of the pandemic on small, employer owned businesses—the Small Business Pulse Survey.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20422\",\n            \"regalytics_alert_id\": \"1891FR20212042220210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Census Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20422/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for\",\n            \"created_at\": \"2021-09-22T06:45:29.490389-04:00\"\n        },\n        {\n            \"id\": 54667,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing: Enterprise IV Corporation\",\n            \"summary\": \"The Securities and Exchange Commission has issued an order instituting administrative proceedings and notice of hearing against Enterprise IV Corporation. The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations or, through its failure to maintain a valid address on file with the Commission as required by Commission rules, did not receive such letter. As a result of the foregoing, the Respondent failed to comply with Exchange Act. Therefore, it is ordered that a public hearing before the Commission for the purpose of taking evidence on the questions shall be convened at a time and place to be fixed by further order of the Commission. It is further ordered that Respondent shall file an Answer to the allegations contained in this Order within 10 days after service of this Order and that the Division of Enforcement and Respondent shall conduct a prehearing conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349305820210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-93058.pdf\",\n            \"created_at\": \"2021-09-22T06:45:27.620382-04:00\"\n        },\n        {\n            \"id\": 54540,\n            \"title\": \"Governor Gianforte Announces ARPA Leadership Transition\",\n            \"summary\": \"Governor Greg Gianforte today announced Mike Foster, who serves as the state’s American Rescue Plan Act (ARPA) program director, will retire on September 30 after a long career in public service. Scott Mendenhall, deputy director at the Montana Department of Revenue and a former state legislator, will lead the state’s ARPA program on October 4. Appointed by the then governor-elect to serve as director of the Department of Agriculture last December, Foster transitioned into ARPA Program Director in May.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1616MT518830020210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Montana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://news.mt.gov/Governors-Office/Gov-Gianforte-Announces-ARPA-Leadership-Transition\",\n            \"created_at\": \"2021-09-22T06:45:13.451346-04:00\"\n        },\n        {\n            \"id\": 54660,\n            \"title\": \"OCC Issues Cease and Desist Order Against MUFG Union Bank for Deficiencies Relating to Technology and Operational Risk Governance\",\n            \"summary\": \"The Office of the Comptroller of the Currency today issued a Cease-and-Desist Order against MUFG Union Bank, N.A. The OCC took this action based on the bank’s unsafe or unsound practices regarding technology and operational risk management and the bank’s noncompliance with the Interagency Guidelines Establishing Information Security Standards. The order requires the bank to improve longstanding technology and operational risk governance, technology risk assessments, internal controls, and staffing deficiencies to address the unsafe or unsound practices.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC12974CE4220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-100.html\",\n            \"created_at\": \"2021-09-22T06:45:26.893719-04:00\"\n        },\n        {\n            \"id\": 54582,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Options 3, Section 17, to Decommission the Exchange's Quote Removal Kill Switch Functionality\",\n            \"summary\": \"On September 2, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to decommission the Exchange's quote removal Kill Switch functionality at Options 3, Section 17. The Exchange proposes to amend Options 3, Section 17 to decommission the Exchange's quote removal Kill Switch functionality, which is an optional tool that allows Market Makers to initiate a message (or messages) to the System to promptly remove their quotes from the market. Market Makers may submit a request to the System to remove quotes based on certain identifier(s) on either a user or group level (“Identifier”). If quotes are cancelled by the Market Maker using Kill Switch, it will result in the removal of all quotes requested for the Identifier(s). The Market Maker will be unable to enter any additional quotes for the affected Identifier(s) until the Market Maker sends a re-entry request to the Exchange.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20337\",\n            \"regalytics_alert_id\": \"1891FR20212033720210921\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": \"2021-09-21\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ BX, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/21/2021-20337/self-regulatory-organizations-nasdaq-bx-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2021-09-22T06:45:18.403967-04:00\"\n        },\n        {\n            \"id\": 54512,\n            \"title\": \"Consent Order: Bonnanzio, Richard Louis, Northone Capital Partners, LLC\",\n            \"summary\": \"Richard Louis Bonnanzio and NorthOne Capital Partners, LLC (Respondents) violated Section 36b-16 of the Act by offering and selling a security that was not registered; in connection with the offer, sale or purchase of any security, directly or indirectly making an untrue statement of a material fact; and making statements to the Commissioner during an investigation that are false or misleading. WHEREAS, Respondents, through their execution of this Consent Order, consent to the Commissioner’s entry of an order imposing on them the following sanctions: Respondents, shall cease and desist from directly or indirectly violating any provision of the Act; and BARRED from (i) offering or selling securities in or from Connecticut; (ii) transacting business in or from Connecticut and (iii) acting in any other capacity which requires a license or registration from the Commissioner. Based on the financial affidavit submitted to the Division by Respondents, the order of restitution of $125,000 and imposition of a $100,000 fine shall be temporarily stayed for three years from the date the Commissioner enters this Consent Order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19299CT2411120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Banking, Securities and Business Investments Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Connecticut\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Securities/2021-SBID/NorthOne-Capital-Partners-Consent-Order.pdf#\",\n            \"created_at\": \"2021-09-22T06:45:10.432205-04:00\"\n        },\n        {\n            \"id\": 54510,\n            \"title\": \"JBC Approves Polis-Primavera Administration Plan to Raise Minimum Wage for Colorado’s Direct Care Workers to $15/Hour\",\n            \"summary\": \"Today, the Joint Budget Committee members and Chair Moreno approved a plan put forward by the Polis-Primavera administration and the Department of Health Care Policy and Financing that starting January 1, 2022, direct care workers funded with any state dollars working in-home and community-based settings are to receive a minimum wage of $15 per hour. The Medicaid rate increase needed to achieve this will be initially funded through federal American Rescue Plan Act funds dedicated to Home and Community-Based Services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COE13320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6316-jbc-approves-polis-primavera-administration-plan-raise-minimum-wage-colorados-direct-care\",\n            \"created_at\": \"2021-09-22T06:45:10.183562-04:00\"\n        },\n        {\n            \"id\": 54654,\n            \"title\": \"Indosuez Wealth Management Selects Intercontinental Exchange for Enhanced Portfolio and Margin Optimization\",\n            \"summary\": \"Intercontinental Exchange, Inc., a leading global provider of data, technology and market infrastructure, today announced that Indosuez Wealth Management, the global wealth management brand of Crédit Agricole group, has chosen ICE’s pre-trade analytics and data to enhance its portfolio and margin optimization. Many wealth managers use over-the-counter derivatives as part of their portfolios, and margin optimization remains a key priority for managing and extending their investment strategies. ICE’s derivatives valuation and analytics services, which include access to pricing and analytics solutions for structured products and OTC positions, give Indosuez’s capital markets sales team the ability to more concisely measure risk for their customers. Indosuez’s capital markets sales team will also have access to ICE’s derivatives portfolio analytics application, which allows them to analyze holdings at both a single security and portfolio level, with data and analytics covering multiple asset classes. ICE’s platform will be integrated into Indosuez’s S2i system, provided by Azqore, and will assist in pre-trade price discovery, decision support tools, risk management and analytics across a wide range of asset classes and instruments.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE27320210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-21\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Intercontinental Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/Indosuez-Wealth-Management-Selects-Intercontinental-Exchange-for-Enhanced-Portfolio-and-Margin-Optimization/default.aspx\",\n            \"created_at\": \"2021-09-22T06:45:26.268324-04:00\"\n        },\n        {\n            \"id\": 54376,\n            \"title\": \"Nominations and Withdrawal Sent to the Senate\",\n            \"summary\": \"Nominations sent to the Senate include the following: Rostin Behnam, of Maryland, to be Chairman of the Commodity Futures Trading Commission, vice Heath P. Tarbert; Adriana Dobra Kugler, of Maryland, to be United States Executive Director of the International Bank for Reconstruction and Development for a term of two years, vice Jennifer D. Nordquist, which was sent to the Senate on August 9, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH165320210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Statements and Releases\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/09/20/nominations-and-withdrawal-sent-to-the-senate-3/\",\n            \"created_at\": \"2021-09-21T06:45:12.073819-04:00\"\n        },\n        {\n            \"id\": 54394,\n            \"title\": \"Amendments to CME Chapters 900 (\\\"Interest Rate Products\\\") and 901 (\\\"Interest Rate Swaps Contract Terms\\\") in Connection with the Implementation of 2021 ISDA Definitions for Over-the-Counter Interest Rate Swap Products\",\n            \"summary\": \"Chicago Mercantile Exchange Inc. (“CME” or the “Clearing House”), a registered derivatives clearing organization (“DCO”) under the Commodity Exchange Act, as amended (“CEA” or “Act”) certifies to the Commission amendments to CME Chapters 900 (“Interest Rate Products”) and 901 (“Interest Rate Swaps Contract Terms”) (the “Rule Amendments”) in connection with the implementation and incorporation of the 2021 ISDA Interest Rate Derivatives Definitions (the “2021 Definitions”) into the CME Rules and the terms of over-the-counter (“OTC”) interest rate swap (“IRS”) contracts cleared by CME, in each case to the extent relevant to the clearing by CME of OTC IRS, to be concurrently effective with the 2021 Definitions on Monday, October 4, 2021. CME is a systemically important derivatives clearing organization (“SIDCO”) and offers clearing for all products traded on the CME exchange, The Board of Trade of the City of Chicago, Inc., New York Mercantile Exchange, Inc., and Commodity Exchange, Inc. as well as other cleared products, and provides clearing services to third parties. The Rule Amendments will also be published, together with further operational level information regarding the implementation by CME of the 2021 Definitions, in a Clearing Advisory which will be made available to Clearing Members, market participants and the general public via the CME Group website.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4681920210917-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Chicago Mercantile Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46819\",\n            \"created_at\": \"2021-09-21T06:45:14.591029-04:00\"\n        },\n        {\n            \"id\": 54354,\n            \"title\": \"Governor Edwards Travels to Washington D.C. to Request Urgent Federal Relief Assistance for Louisianans Impacted by Hurricanes Ida, Laura, Delta and Zeta and Other Natural Disasters\",\n            \"summary\": \"Today, Governor John Bel Edwards is traveling to Washington, D.C. to meet with Louisiana’s Congressional Delegation, as well as other members of Congress to impress upon them the urgent need for federal assistance to ensure a speedy, full, and robust recovery for the people of Southwest and Southeast Louisiana who have been devastated by major hurricanes and natural disasters over the last year. Governor Edwards has provided a letter detailing the vast damage caused by a damaging freeze, spring flooding, and Hurricane Ida this year, as well as Hurricanes Laura, Delta and Zeta in 2020 and is requesting both funding and legislative actions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7779LA17713GOV339420210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Louisiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.louisiana.gov/index.cfm/newsroom/detail/3394\",\n            \"created_at\": \"2021-09-21T06:45:09.588430-04:00\"\n        },\n        {\n            \"id\": 54498,\n            \"title\": \"Composite Interest Rate: End of August 2021\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) announced today (September 20) the composite interest rate at the end of August 2021. The composite interest rate, which is a measure of the average cost of funds of banks, remained unchanged at 0.19% at the end of August 2021 as the weighted funding cost for deposits was steady during the month. The historical data of the composite interest rate from the end of the fourth quarter of 2003 to the end of August 2021 are available in the Monthly Statistical Bulletin on the HKMA website.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA4310920320210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/09/20210920-3/\",\n            \"created_at\": \"2021-09-21T06:45:25.637188-04:00\"\n        },\n        {\n            \"id\": 54495,\n            \"title\": \"Summary of Conclusions Board of Supervisors - 8 July 2021\",\n            \"summary\": \"The Board of Supervisors of the European Securities and Markets Authority met on Thursday, July 8, 2021 from 09h00 - 17h30 with the following agenda: adoption of agenda; confirmation of absence of conflict of interests; report by ESMA Interm Chair, Executive Director, and CCP Supervisory Committee Chair; trends, risks, and vulnerabilities report; taxonomy-related product disclosures; ESMA statement on SPACs; methodology review of Tier 2 CCP Recognition; clearing and trading obligations regarding risk-free rates; data reporting service provider project update; Payment for Order Flow (PFOF); Common Supervisory Handbook; peer review mandate - scrutiny and approval procedures of prospectuses by competent authorities; 2022 annual work programme; trade repositories fees under EMIR and SFTR; benchmarks network; committee reports; activity-based costing and fee management - 2020 report; IT implications of Regulation on Cross-Border Distribution of Investment Funds; and adjournment of business.\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17900ESMA576220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Publication\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Securities and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"France\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.esma.europa.eu/file/120883/download?token=a9M3j1rf\",\n            \"created_at\": \"2021-09-21T06:45:25.336163-04:00\"\n        },\n        {\n            \"id\": 54395,\n            \"title\": \"Weekly Notification of Rule Amendments - Week of September 13, 2021\",\n            \"summary\": \"The clearing house division of Chicago Mercantile Exchange Inc. (“CME Clearing”) submits this Weekly Notification of the following rule amendments issued during the week of September 13, 2021: clearing house advisory notice 21-320R (september 14, 2021), updated - september 2021 final foreign currency settlement prices – effective september 14, 2021; clearing house advisory notice 21-322 (september 13, 2021), review of collateral haircuts – effective september 13, 2021; clearing house advisory notice 21-324 (september 13, 2021), performance bond requirements: energy – effective september 14, 2021; clearing house advisory notice 21-326 (september 14, 2021), performance bond requirements: energy – effective september 15, 2021; clearing house advisory notice 21-327 (september 16, 2021), performance bond requirements: agriculture, energy, fx, interest rate, and metal margins – effective september 17, 2021; ; clearing house advisory notice 21-328 (september 16, 2021), performance bond requirements - agriculture, energy margin – effective september 17, 2021; clearing house advisory notice 21-329 (september 17, 2021), october 2021 delivery date memo – effective september 17, 2021; clearing house advisory notice 21-330 (september 17, 2021), otc irs new release advisory - support for flexible fixing date offset (lookback) – effective september 22, 2021; and clearing house advisory notice 21-332 (september 17, 2021), performance bond requirements - energy margin – effective september 20, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4682220210920-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Chicago Mercantile Exchange\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46822\",\n            \"created_at\": \"2021-09-21T06:45:14.692692-04:00\"\n        },\n        {\n            \"id\": 54355,\n            \"title\": \"Governor Chris Sununu Requests Federal Disaster Declaration for July 29 to August 2 Storm\",\n            \"summary\": \"Today, Governor Chris Sununu requested that President Joe Biden issue a major disaster declaration and provide federal emergency assistance for the damage that occurred to New Hampshire as a result of the July 29 to August 2 storm that overwhelmed state and local resources and required an immediate and urgent response. Given the severity and magnitude of this natural disaster, Federal assistance is necessary to supplement the efforts and available resources of the state and local governments to recover from disaster related losses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8463NH15520210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Hampshire\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.governor.nh.gov/news-and-media?category=Press%20Release\",\n            \"created_at\": \"2021-09-21T06:45:09.696909-04:00\"\n        },\n        {\n            \"id\": 54353,\n            \"title\": \"IDR Announces Modernized Portal: GovConnectIowa\",\n            \"summary\": \"Beginning in November, GovConnectIowa will provide user-friendly and self-service tools for business filers to register or renew certain business licenses and permits, file tax returns and reports, make payments, and communicate with state agencies involved. Later rollouts in this multi-year project will simplify processes for corporate income taxpayers, individual income taxpayers, local government oversight and distributions, and more.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18870IOWA476720210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://tax.iowa.gov/idr-announces-modernized-portal-govconnectiowa\",\n            \"created_at\": \"2021-09-21T06:45:09.473967-04:00\"\n        },\n        {\n            \"id\": 54358,\n            \"title\": \"Proposed Rule Change to Amend Rules 5P, 8P, 5.2(j)(8)(e) and 98\",\n            \"summary\": \"On September 20, 2021, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rules 5P, 8P, 5.2(j)(8)(e) and 98 to permit the listing and trading of certain broad-based Exchange Traded Products that have a component NMS Stock listed on the Exchange or that are based on, or represent an interest in, an underlying index or reference asset that includes an NMS Stock listed on the Exchange. The Exchange proposes to amend Rules 5P, 8P, 5.2(j)(8)(e) and 98 to permit the listing and trading of certain broad-based Exchange Traded Products (“ETPs”) on the NYSE Trading Floor (“Trading Floor” or “Floor”) that have a component NMS Stock listed on the Exchange or that are based on, or represent an interest in, an underlying index or reference asset that includes an NMS Stock listed on the Exchange (an “NYSE Component Security”). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20215420210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/SR-NYSE-2021-54.pdf\",\n            \"created_at\": \"2021-09-21T06:45:10.111964-04:00\"\n        },\n        {\n            \"id\": 54351,\n            \"title\": \"Governor Pritzker Announces $327 Million in Household Assistance Available for Low-Income Families in Illinois\",\n            \"summary\": \"Governor JB Pritzker today joined the Illinois Department of Commerce and Economic Opportunity (DCEO) and community partners to announce $327 million in Help Illinois Families assistance now available through the Low-Income Household Energy Assistance Program (LIHEAP) and the Community Services Block Grant Program (CSBG). The State is leveraging $209 million from the American Rescue Plan Act (ARPA) to expand relief for Illinois families struggling to pay their bills as a result of the COVID-19 crisis. LIHEAP funds are available from now through May 31, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2391220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23912.html\",\n            \"created_at\": \"2021-09-21T06:45:09.264375-04:00\"\n        },\n        {\n            \"id\": 54377,\n            \"title\": \"2021 Cumulative House Journal\",\n            \"summary\": \"Cumulative list of Colorado House of Representative activities published on 09/20/2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO96120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/2021-cumulative-house-journal\",\n            \"created_at\": \"2021-09-21T06:45:12.210158-04:00\"\n        },\n        {\n            \"id\": 54349,\n            \"title\": \"August 2021 Enforcement Actions\",\n            \"summary\": \"The Illinois Department of Financial and Professional Regulation (IDFPR) announced that Director of Financial Institutions, Francisco Menchaca, Acting Director of Professional Regulation, Cecilia Abundis, and Acting Director of Real Estate, Laurie Murphy signed enforcement actions taken during the month of August 2021, amongst others: SmartChoice Credit Union, Spring Valley, a civil penalty for noncompliance with FinCEN requirement and BAC Financial, Greenville which entered consent order with the Department related to repossessions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1290IL3020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Department of Financial and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.idfpr.com/Forms/DISCPLN/2021_08enf.pdf\",\n            \"created_at\": \"2021-09-21T06:45:09.009469-04:00\"\n        },\n        {\n            \"id\": 54499,\n            \"title\": \"LCH is Submitting for Self-Certification Revisions to Its Rules Related to the Rates Conversion for Benchmark Reform\",\n            \"summary\": \"LCH Limited (“LCH”), a derivatives clearing organization registered with the CFTC, is submitting for self-certification revisions to its rules related to the rates conversion for benchmark reform. LCH is revising its rules in order to provide for the retirement of the London inter-bank offered rate (“LIBOR”) for British Pound (“GBP”), Euro (“EUR”), Swiss Franc (“CHF”), and Japanese Yen (“JPY”) and the retirement of the Euro Overnight Index Average (“EONIA”) for Euro. In order to facilitate the conversion of swaps referencing LIBOR and EONIA to alternative rates, LCH is revising its rules. These revisions are in: (i) the General Regulations of LCH and the FCM Regulations of LCH (jointly the “Regulations”); and (ii) Section 2C (SwapClear Clearing Service) of the LCH Procedures and Section 2 (SwapClear) of the LCH FCM Procedures (jointly the “Procedures”). In most respects, LCH’s conversion processes align with and rely on the fallback methodologies published by the International Swaps and Derivatives Association (“ISDA”) through Supplement 70 to the 2006 ISDA Definitions and the equivalent provisions in the 2021 ISDA Definitions (jointly the “ISDA Fallbacks”), which will be incorporated in all SwapClear Contracts prior to the conversion date.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4681520210917-5\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"LCH Limited\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=46815\",\n            \"created_at\": \"2021-09-21T06:45:25.738165-04:00\"\n        },\n        {\n            \"id\": 54350,\n            \"title\": \"Pritzker Administration Announces Prime Sites Capital Program to Boost Investment and Job Creation in Illinois\",\n            \"summary\": \"Governor JB Pritzker and the Illinois Department of Commerce and Economic Opportunity (DCEO) today announced a new program designed to attract investment to Illinois from companies that will create well-paying jobs and expand the state's foothold in high-growth industries. The Prime Sites program is a highly competitive capital grant opportunity for companies proposing large scale development projects that will create at least 50 well-paying jobs for Illinois residents. Overall, the State estimates that it will commit up to $33 million to Prime Sites, which in turn should bring a total of more than $165 million in capital projects to Illinois and spur the creation of at least 6,500 new jobs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2391120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.23911.html\",\n            \"created_at\": \"2021-09-21T06:45:09.141796-04:00\"\n        },\n        {\n            \"id\": 54493,\n            \"title\": \"Meeting Between Christine Lagarde and Mika Lintilä, Minister of Economic Affairs, Finland\",\n            \"summary\": \"Board member: Christine Lagarde. Event: Meeting between Ms Lagarde and Mika Lintilä, Minister of Economic Affairs, Finland. Time: 16:30 CET. Contact number: Media Services - ECB Global Media Relations - Tel: +49 69 1344 7455. E-mail address: media@ecb.europa.eu. No text will be made available. Upon invitation only\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17591ECB82Me20210921\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/calendars/weekly/html/index.en.html\",\n            \"created_at\": \"2021-09-21T06:45:24.999327-04:00\"\n        },\n        {\n            \"id\": 54352,\n            \"title\": \"Governor Holcomb Makes Appointments to Various Boards and Commissions\",\n            \"summary\": \"Governor Eric J. Holcomb today announced several appointments to various state boards and commissions, amongst others, two reappointments to the Department of Financial Institutions Board of Directors: Benjamin Bochnowski (Munster), president and CEO of Peoples Bank and Richard Rice (Indianapolis), former president and CEO of TCU, who will serve until August 31, 2025 and also reappointed Lawrence Dailey (Zionsville) to the Unemployment Insurance full-time Board who will continue his service until August 31, 2024.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN240ANA20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Indiana Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Indiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_makes_appointments_to_various_boards_and_commissions_3420?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"created_at\": \"2021-09-21T06:45:09.368989-04:00\"\n        },\n        {\n            \"id\": 54403,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc. on September 18, 2021 via the website with the following details: consumer’s state: TN; consumer’s zip: 38109; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47337875920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4733787\",\n            \"created_at\": \"2021-09-21T06:45:15.573907-04:00\"\n        },\n        {\n            \"id\": 54494,\n            \"title\": \"Speech by Isabel Schnabel, Member of the Executive Board of the ECB, at the Annual Conference of Latvijas Banka on \\\"Sustainable Economy in Times of Change\\\": Asset Purchases: From Crisis to Recovery\",\n            \"summary\": \"\\\"In my remarks today, I would like to explain how the relative importance of these channels has changed during the course of the pandemic. I will argue that the pandemic emergency purchase programme (PEPP) prevented the collapse of the financial system when the pandemic shock hit our economies and the outlook was at its darkest. A strong market presence as well as flexibility in the way purchases are conducted are the most prominent features of the market stabilisation channel, supporting confidence and the economy as a whole. I will then show that, once market functioning had recovered and the repercussions of the pandemic for the medium-term inflation outlook became clearer, the portfolio rebalancing channel became the PEPP’s main transmission channel. Sizeable duration extraction has been the main factor supporting the economy and the inflation outlook during this phase. And, finally, I will explain how the signalling channel is becoming more important as our measures succeed in dispelling tail risks and lifting the expected future path of inflation. It reinforces our new forward guidance and reduces uncertainty about the future path of short-term interest rates.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Multinational\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17588ECB14120210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"European Central Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Germany\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ecb.europa.eu/press/key/date/2021/html/ecb.sp210920%7Eae2c7412dc.en.html\",\n            \"created_at\": \"2021-09-21T06:45:25.237121-04:00\"\n        },\n        {\n            \"id\": 54433,\n            \"title\": \"FINRA Requests Comment on Its Policy Relating to the Assignment of OTC Symbols to Unlisted Equity Securities: Regulatory Notice 21-32\",\n            \"summary\": \"FINRA requests comment on a proposed change to its current policy relating to the assignment of OTC symbols to unlisted equity securities. Specifically, FINRA is considering whether it should begin assigning OTC symbols to unlisted equity securities that do not have a valid CUSIP identifier, in the limited circumstance where a member firm demonstrates its best efforts to obtain a CUSIP identifier and provides documentation to identify the security. FINRA rules require firms to report trades in OTC equity securities and trades in restricted equity securities effected pursuant to Securities Act Rule 144A (Rule 144A) to the OTC Reporting Facility (ORF). As a general matter, trades in OTC equity securities reported to the ORF are publicly disseminated, integrated into FINRA’s audit trail and, at the option of the reporting firm, submitted to the National Securities Clearing Corporation (NSCC) for clearance and settlement. Trades in restricted equity securities effected pursuant to Rule 144A are reported to the ORF for regulatory purposes only and are not publicly disseminated or sent to NSCC.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2154FINRA21325020210914\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/notices/21-32\",\n            \"created_at\": \"2021-09-21T06:45:18.637938-04:00\"\n        },\n        {\n            \"id\": 54396,\n            \"title\": \"CME Group Launches First-Ever Sustainable Derivatives Clearing Service\",\n            \"summary\": \"CME Group, the world's leading and most diverse derivatives marketplace, today announced the launch of the derivatives industry's first-ever Sustainable Clearing service to help market participants track and report on how their hedging activities are advancing their sustainability goals. The service will be available from September 27, 2021. Sustainable derivatives encompass both the trading of products such as carbon offsets, battery metals and bioenergy as well as interest rate and foreign exchange futures hedging activity that is carried out to support a sustainable business. All participating futures commission merchants will be provided with Sustainable Clearing eligibility criteria to identify and tag their sustainable trades. The eligibility criteria will be aligned to external standards, such as the International Capital Markets Association (ICMA) Social & Green Bond Principles. CME Group will be 'criteria neutral' to ensure that only independent third-party standards are applied. The criteria and governance of Sustainable Clearing will be administered by CME Benchmark Administration Limited, an independent legal entity within CME Group, that manages and operates the company's benchmarks and indices. A robust governance framework and an inclusive criteria committee based on ICMA principles will ensure that Sustainable Clearing operates with integrity and transparency, staying close to relevant standards in the industry as they evolve and mature.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4880620210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"CME Group\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-launches-first-ever-sustainable-derivatives-clearing\",\n            \"created_at\": \"2021-09-21T06:45:14.793357-04:00\"\n        },\n        {\n            \"id\": 54343,\n            \"title\": \"Owners of Painting and Construction Companies Charged in $5 Million Workers’ Compensation Fraud Scheme\",\n            \"summary\": \"The Alameda County District Attorney’s Office, along with the California Department of Insurance, announce that charges have been filed against multiple suspects in an organized insurance and workers’ compensation fraud scheme that defrauded insurance carriers over $5 million in estimated losses. Former owners of Signature Painting and Construction Inc, Eric Andrew Oller and Brian Christopher Mitchell, were each charged with one felony count of conspiracy to commit a crime, six counts each of felony insurance fraud and two counts of workers’ compensation fraud. SPC is based in Walnut Creek, but operates throughout the Bay Area. From 2017 to 2018, SPC allegedly paid its employees using VC’s bank account, with the intent to illegally reduce its workers’ compensation insurance premium. SPC misrepresented information or didn’t include information about its company structure and payroll costs to its insurance carriers in order to illegally reduce its insurance premiums.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA18420210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release094-2021.cfm\",\n            \"created_at\": \"2021-09-21T06:45:08.368285-04:00\"\n        },\n        {\n            \"id\": 54489,\n            \"title\": \"An Inflation Process in Flux: BIS Quarterly Review\",\n            \"summary\": \"In a regime of low and stable inflation, most of the fluctuations in headline inflation are due to price swings in finely defined expenditure categories rather than to generalised price movements, according to a new study released today in the Quarterly Review of the Bank for International Settlements (BIS). These changes tend to have only a transitory impact of inflation, which is thus more likely to remain range- bound. The special feature, \\\"Monetary policy, relative prices and inflation control: flexibility born out of success\\\", by Claudio Borio, Piti Disyatat, Dora Xia and Egon Zakrajšek, examines the change in inflation dynamics since the mid-1980s and provides additional evidence indicating that the recent surge in inflation is probably short-lived. The study also finds that changes in the stance of monetary policy affect a narrow set of prices, most of which are in the service sector. This limits the ability of monetary policy to fine-tune inflation within a specified range. The authors argue that these findings put a premium on flexibility in pursuing tightly defined inflation targets: central banks can afford to be more tolerant of deviations from targets, which over time will tend to self-correct.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17610BISP21092020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/press/p210920.htm\",\n            \"created_at\": \"2021-09-21T06:45:24.598893-04:00\"\n        },\n        {\n            \"id\": 54344,\n            \"title\": \"Office of Energy Infrastructure Safety Approves 2021 Wildfire Mitigation Plan for Southern California Edison\",\n            \"summary\": \"The Office of Energy Infrastructure Safety (Energy Safety) today released its evaluation and approval of the 2021 Wildfire Mitigation Plan Update submitted by Southern California Edison. The plan, required by 2018 legislation enacted in the wake of devastating wildfires, documents the utility's assessment of its wildfire risk.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"260CA10813020210819\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-08-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Natural Resources Agency\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://water.ca.gov/Newsroom/Page-Content/News-List/Office-of-Energy-Infrastructure-Safety-Approves-2021-Wildfire-Mitigation-Plan\",\n            \"created_at\": \"2021-09-21T06:45:08.478436-04:00\"\n        },\n        {\n            \"id\": 54488,\n            \"title\": \"Andy Haldane Talks About Social Mobility with Sam Friedman\",\n            \"summary\": \"This is part of a series of podcasts on social mobility hosted by our Chief Economist Andy Haldane. Sam Friedman is Professor of Sociology at the London School of Economics (LSE) and a commissioner for the Social Mobility commission. He has written extensively on issues of class, culture and social mobility, including his book ‘The Class Ceiling: Why it Pays to be Privileged’. Our Chief Economist Andy Haldane speaks to Sam about the costs to society of not progressing in the field of social mobility.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17711UKFE93B20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of England\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bankofengland.co.uk/events/2021/september/social-mobility-podcast-with-sam-friedman\",\n            \"created_at\": \"2021-09-21T06:45:24.497863-04:00\"\n        },\n        {\n            \"id\": 54490,\n            \"title\": \"Basel Committee Calls for Improved Cyber Resilience, Reviews Climate-Related Financial Risks and Discusses Impact of Digitalisation\",\n            \"summary\": \"The Basel Committee today published a newsletter calling on banks to improve their resilience to cyber threats. This follows the Committee's meetings of September 15 and 20, during which it assessed risks and vulnerabilities to the global banking system and discussed supervisory and policy initiatives. To that end, the newsletter will help promote the widespread adoption of measures to strengthen banks' cyber security. It complements previous Committee publications, including the set of principles for operational resilience and operational risk published earlier this year. The Committee also discussed climate-related financial risks. Following the publication of a series of analytical reports on climate-related financial risks in April, it is assessing the extent to which the current Basel framework adequately mitigates such risks. As part of this work, it is developing a set of related supervisory practices, which it plans to consult on later this year. It will also consider whether any additional disclosure, supervisory and/or regulatory measures are needed. The Committee also welcomed the efforts by the International Financial Reporting Standards (IFRS) Foundation to develop a common set of global sustainability standards to improve the consistency, comparability and reliability of sustainability reporting, including the establishment of an International Sustainability Standards Board. The Committee will continue to liaise with the IFRS Foundation and other fora on climate-related disclosure initiatives.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17610BISP210920A20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/press/p210920a.htm\",\n            \"created_at\": \"2021-09-21T06:45:24.702110-04:00\"\n        },\n        {\n            \"id\": 54374,\n            \"title\": \"Administrator Guzman Announces Hurricane Ida Assistance Now Over $110 Million\",\n            \"summary\": \"Isabella Casillas Guzman, Administrator of the U.S. Small Business Administration announced today that the agency has delivered more than $110 million in disaster rescue funds to small businesses, homeowners, renters, and nonprofit organizations recovering from damages caused by Hurricane Ida earlier this month. As of September 19, the SBA Office of Disaster Assistance has approved more than 2,600 low-interest disaster loans delivering a combined $110 million in financial assistance to areas impacted by Hurricane Ida. The SBA is processing applications as quickly as possible and will continue to work to meet the needs of all those affected by this disaster. Businesses, homeowners, renters, and private nonprofit organizations in 49 counties and parishes across Louisiana, New Jersey, New York, and Pennsylvania are eligible to apply for low-interest disaster loans to help repair the physical damage caused by Hurricane Ida. In addition, businesses and private nonprofit organizations can apply for Economic Injury Disaster Loans to help meet working capital needs caused by the disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA77ION1162020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/20/administrator-guzman-announces-hurricane-ida-assistance-now-over-110-million\",\n            \"created_at\": \"2021-09-21T06:45:11.824958-04:00\"\n        },\n        {\n            \"id\": 54496,\n            \"title\": \"OPBAS Publishes Report on Progress and Themes from 2020/21\",\n            \"summary\": \"The Office for Professional Body Anti-Money Laundering Supervision (OPBAS) has today released its latest report on progress made in tackling money laundering by professional body supervisors over the past year. The professional body anti-money laundering supervisors of the accountancy and legal sectors (PBSs) have improved in recent years to achieve a level of compliance with the technical requirements of the Money Laundering Regulations (MLRs). However, as set out in its latest report, OPBAS continues to find differing levels of achievement and some significant weaknesses. OPBAS expects PBSs to continue investing and improving, focusing their supervisory efforts to have the greatest impact on the prevention of money laundering, and working with other authorities to make the UK an inhospitable place for criminals.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17754FCA739320210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/news/press-releases/opbas-publishes-report-progress-and-themes-2020-21\",\n            \"created_at\": \"2021-09-21T06:45:25.436488-04:00\"\n        },\n        {\n            \"id\": 54497,\n            \"title\": \"Website and Instant Message Alert – Fraudulent Website and Phishing Instant Message Related to The Hongkong and Shanghai Banking Corporation Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Hongkong and Shanghai Banking Corporation Limited relating to a fraudulent website and phishing instant message, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA14810920420210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/09/20210920-4/\",\n            \"created_at\": \"2021-09-21T06:45:25.537054-04:00\"\n        },\n        {\n            \"id\": 54487,\n            \"title\": \"Remarks by President Biden at Virtual Meeting of the Major Economies Forum on Energy and Climate\",\n            \"summary\": \"\\\"We’re honored to host all of you today as a — as a follow up to the Leaders Summit on Climate we hosted back in April. That summit made good on a commitment that I made to the American people that the United States would return immediately to the world stage and address the climate crisis. I wanted to show that we’re at an inflection point, and that there’s a real consensus — a real consensus that while the climate crisis poses an existential threat, there is a silver lining. The climate crisis also presents real and incredible economic opportunities to create jobs and lift up the standard of living of people around the world. And I want to thank you and your efforts so far that I — and I need — I need to tell you the consequences of inaction. But you all actually know it. It’s somewhat presumptuous for me to say this. But over the last two weeks, I’ve traveled across the United States to see the damage and destruction from record hurricanes, record floods, and wildfires. China continues across — excuse me — climate continues to change across Europe, Africa, and Latin America. And we’ve — and you’ve endured massive flooding. Fires have raged across Australia and the Amazon and the Russian tundra. In Siberia — this sounds — I found it almost unbelievable — temperatures reached 118 degrees — 118 degrees — inside the Arctic Circle. The finding from the new Intergovernmental Panel on Climate Change represents a code red for humanity. And the time to act is really narrowing, as the Secretary just pointed out, to get to — close to a point of no return. We don’t have a lot of time.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH262TE20210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Speeches and Remarks\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/09/17/remarks-by-president-biden-at-virtual-meeting-of-the-major-economies-forum-on-energy-and-climate/\",\n            \"created_at\": \"2021-09-21T06:45:24.386867-04:00\"\n        },\n        {\n            \"id\": 54372,\n            \"title\": \"North Carolina Couple Convicted in Employment and Income Tax Scheme\",\n            \"summary\": \"A federal jury sitting in Greensboro, North Carolina, convicted a North Carolina couple of conspiring to defraud the IRS and other federal employment tax and income tax violations. According to court documents and evidence presented at trial, from 1992 through the present, James Rice was an orthopedic surgeon who owned and operated Sandhills Orthopaedic, a medical practice located in Pinehurst, North Carolina. His wife, Susan Rice, worked at Sandhills Orthopaedic and handled the administrative operations. Susan Rice also owned and operated a truffle business. The Rices conspired to defraud the United States with respect to Sandhills Orthopaedic’s employment taxes and their individual income taxes. The Rices withheld nearly $580,000 in Social Security and other tax withholdings from Sandhills Orthopaedic’s employees’ wages, but rather than pay the withheld taxes to the IRS, used the withheld taxes to fund personal expenditures. The Rices also did not file individual tax returns for the 2014 through 2016 tax years despite being required to do so by law. James and Susan Rice will be sentenced at a later date. They face a statutory maximum sentence of five years in prison for each count of conspiracy, tax evasion and employment tax fraud, and they face an additional one year in prison for each count of failing to file individual and corporate tax returns. The Rices are further subject to additional monetary penalties, supervised release and restitution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1624420210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/north-carolina-couple-convicted-employment-and-income-tax-scheme\",\n            \"created_at\": \"2021-09-21T06:45:11.615987-04:00\"\n        },\n        {\n            \"id\": 54390,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delete the Order Audit Trail System Rules in the Rule 6.7400 Series\",\n            \"summary\": \"On September 7, 2021, NYSE National, Inc. (“NYSE National” or the “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule to delete the Order Audit Trail System (“OATS”) rules in the Rule 6.7400 Series as these Rules provide for the collection of information that is duplicative of the data collection requirements of the CAT. On August 14, 2020, FINRA filed with the Commission a proposed rule change to delete the OATS rules once Industry Members are effectively reporting to the CAT (the “OATS Retirement Filing”). After conducting an analysis of its rules in accordance with the CAT NMS Plan, the Exchange has determined that the information collected pursuant to the OATS rules is intended to be collected by CAT. Further, the Exchange believes that the Rule 6.7400 Series will no longer be necessary and proposes to delete such rules from the Exchange’s rulebook. The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20213\",\n            \"regalytics_alert_id\": \"1891FR20212021320210920\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE National, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20213/self-regulatory-organizations-nyse-national-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-21T06:45:14.143963-04:00\"\n        },\n        {\n            \"id\": 54427,\n            \"title\": \"Fannie Mae Announces Plans to Re-Engage in Credit Risk Transfer in 2021\",\n            \"summary\": \"Fannie Mae (FNMA/OTCQB) today announced its intention to enter into new credit risk transfer (CRT) transactions in the fourth quarter of 2021. The company expects to transfer mortgage credit risk via its Connecticut Avenue Securities (CAS) and Credit Insurance Risk Transfer (CIRT) programs.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA16320210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Fannie Mae\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/plans-re-engage-credit-risk-transfer-2021\",\n            \"created_at\": \"2021-09-21T06:45:18.030731-04:00\"\n        },\n        {\n            \"id\": 54347,\n            \"title\": \"Supply and Labor Constraints Continue to Hinder Economic Growth, Home Sales\",\n            \"summary\": \"For the second month in a row expectation for near-term real GDP growth were revised downward, and outward, due to persistent supply chain disruptions and labor market tightness, according to the September 2021 commentary from the Fannie Mae (FNMA/OTCQB) Economic and Strategic Research (ESR) Group. The ESR Group now projects full-year 2021 real GDP growth to clock in at 5.4 percent, down from its previous forecast of 6.3 percent, anticipating instead that much of the previously projected second-half 2021 growth will take place in 2022, for which it upgraded its economic growth forecast from 3.2 percent to 3.8 percent. Inflation continues to be a key concern, as well, with the ESR Group forecasting the Consumer Price Index to end the year at an annualized pace of 5.4 percent and remain above 5 percent until the second quarter of 2022.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA19720210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Fannie Mae\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/supply-and-labor-constraints-continue-hinder-economic-growth-home-sales\",\n            \"created_at\": \"2021-09-21T06:45:08.806822-04:00\"\n        },\n        {\n            \"id\": 54485,\n            \"title\": \"Meeting of the Major Economies on Energy and Climate September 17, 2021: Chair’s Summary\",\n            \"summary\": \"On September 17, 2021, President Biden convened the Major Economies Forum on Energy and Climate (MEF), as a follow-up to the convening of that group during his Leaders Summit on Climate in April. Participants underscored the urgency of strengthening climate ambition ahead of the UN Climate Change Conference of Parties (COP 26) in Glasgow and beyond, and many announced their support for a Global Methane Pledge to be launched at COP 26. At the Leaders Summit in April, the MEF leaders and other participants stressed the importance of strengthening climate ambition on the road to COP 26. Some leaders made announcements at that time of higher ambition, including new or updated nationally determined contributions under the Paris Agreement. Others indicated that announcements would be made at a later date.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH246RY20210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Statements and Releases\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/09/17/meeting-of-the-major-economies-on-energy-and-climate-september-17-2021-chairs-summary/\",\n            \"created_at\": \"2021-09-21T06:45:24.184180-04:00\"\n        },\n        {\n            \"id\": 54397,\n            \"title\": \"Sunshine Act Meeting of the Commodity Futures Trading Commission, September 27, 2021\",\n            \"summary\": \"The Commodity Futures Trading Commission is meeting at 1:30 p.m. EDT, Monday, September 27, 2021. The matters to be considered are enforcement matters.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20416\",\n            \"regalytics_alert_id\": \"1891FR20212041620210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20416/sunshine-act-meetings\",\n            \"created_at\": \"2021-09-21T06:45:14.895066-04:00\"\n        },\n        {\n            \"id\": 54425,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc. on September 18, 2021 via the website with the following details: consumer’s state: GA; consumer’s zip: 30062; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47349345920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734934\",\n            \"created_at\": \"2021-09-21T06:45:17.807036-04:00\"\n        },\n        {\n            \"id\": 54342,\n            \"title\": \"Commissioner Lara Protects Insurance Coverage for 325,000 Northern California Wildfire Survivors\",\n            \"summary\": \"Insurance Commissioner Ricardo Lara today ordered insurance companies to preserve residential insurance coverage for more than 325,000 policyholders who have been affected by devastating Northern California wildfires across 22 counties. This Order protects those living within the perimeter or adjoining ZIP Code of a declared wildfire disaster regardless of whether they suffered a loss, including the Dixie, Caldor, River, Tamarack, Antelope, McFarland, Monument, Fly, and Cache fires. The Commissioner's ability to issue moratoriums is a result of a California law he authored in 2018 while serving as state senator in order to provide temporary relief from non-renewals to residents living within or adjacent to a declared wildfire disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA17820210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release095-2021.cfm\",\n            \"created_at\": \"2021-09-21T06:45:08.258396-04:00\"\n        },\n        {\n            \"id\": 54400,\n            \"title\": \"Consent Order: Commonwealth Equity Services D/B/A Commonwealth Financial Network\",\n            \"summary\": \"The Commissioner, through the Securities and Business Investments Division (“Division”) of the Department of Banking (“Department”), has conducted an investigation of the Act into the activities of Commonwealth Equity Services, LLC d/b/a Commonwealth Financial Network (“Commonwealth”) to determine if it has violated, is violating or is about to violate provisions of the Act or Regulations (“Investigation”); as a result of the Investigation, has obtained evidence that Commonwealth should have taken greater steps to properly supervise Commonwealth staff to ensure that Clients understood the ramifications of removing beneficiaries of Commonwealth account. Now therefore, the Commissioner enters the following sanctions: Commonwealth, its representatives, agents, and employees shall cease and desist from engaging in conduct constituting or which would constitute a violation of the Act or any regulation, rule or order adopted or issued under the Act, either directly or through any person, organization or other device; and pay an administrative fine to the amount of $20,000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19299CT7010520210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Banking, Securities and Business Investments Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Connecticut\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Securities/2021-SBID/Commonwealth-Equity-Services-2021.pdf#\",\n            \"created_at\": \"2021-09-21T06:45:15.267273-04:00\"\n        },\n        {\n            \"id\": 54373,\n            \"title\": \"Texas Man Pleads Guilty to Federal Charges for Fraudulently Obtaining Over $1.6 Million in Paycheck Protection Program Loans\",\n            \"summary\": \"A Texas man pleaded guilty today in the Southern District of Texas to fraudulently obtaining more than $1.6 million in Paycheck Protection Program loans guaranteed by the Small Business Administration under the Coronavirus Aid, Relief and Economic Security Act. According to court documents, Lee Price III, 30, of Houston, submitted two fraudulent PPP loan applications to two different lenders on behalf of entities 713 Construction LLC and Price Enterprises Holdings LLC. The 713 Construction LLC PPP loan application was made in the name of an individual who died shortly before the application was submitted. Through these two PPP loan applications, Price sought and obtained over $1.6 million in PPP loan funds. Price falsely represented the number of employees and payroll expenses in each of the PPP loan applications. To support the fraudulent PPP applications, Price also submitted fraudulent tax records and other materials. After he received the PPP loan funds, Price spent the money on a Lamborghini Urus, a Ford F-350 truck, and a Rolex watch, and to pay off a loan on a residential property, among other purchases. Price pleaded guilty to two counts of wire fraud and three counts of money laundering. He is scheduled to be sentenced on Nov. 29 and faces a maximum penalty of 20 years in prison for each count of wire fraud and 10 years in prison for each count of money laundering. A federal district court judge will determine any sentence after considering the U.S. Sentencing Guidelines and other statutory factors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ242AF20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/texas-man-pleads-guilty-federal-charges-fraudulently-obtaining-over-16-million-paycheck\",\n            \"created_at\": \"2021-09-21T06:45:11.716971-04:00\"\n        },\n        {\n            \"id\": 54486,\n            \"title\": \"Readout of President Biden’s Meeting of the Major Economies Forum on Energy and Climate\",\n            \"summary\": \"Today, President Biden convened the U.S.-led Major Economies Forum on Energy and Climate to urge fellow leaders of major economies to commit to faster climate action in this critical decade, with just 44 days left to the UN Climate Change Conference of the Parties (COP26) in Glasgow. The President was joined by Leaders from Argentina, Australia, Bangladesh, the European Commission, the European Council, Indonesia, Italy, Japan, Korea, Mexico, and the United Kingdom as well as the UN Secretary-General. Leaders underscored the collective urgency of taking action to meet the global climate crisis. President Biden also announced, with the EU, a Global Methane Pledge that aims to cut global methane pollution by at least 30 percent from 2020 levels by 2030 through collective action. President Biden asked Special Presidential Envoy for Climate John Kerry to chair a ministerial session immediately following with China, Germany, India, and Russia. This meeting built on the April Leaders Summit on Climate, where President Biden convened this group of countries at the leader level for the first time in more than a decade and put forward a strong new 2030 climate target. A Chair’s Summary will be released later today.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH246TE20210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Statements and Releases\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Executive Office of the President\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/09/17/readout-of-president-bidens-meeting-of-the-major-economies-forum-on-energy-and-climate/\",\n            \"created_at\": \"2021-09-21T06:45:24.286330-04:00\"\n        },\n        {\n            \"id\": 54491,\n            \"title\": \"Panel Remarks by Claudio Borio, Head of the BIS Monetary and Economic Department, at Latvijas Banka Economic Conference 2021: Monetary and Fiscal Policies at a Crossroads: New Normal or New Path?\",\n            \"summary\": \"\\\"The nexus between monetary and fiscal policy has again risen to prominence post-Great Financial Crisis and since the pandemic began. The two policies will face serious challenges in the medium to long term given the historically unprecedented initial conditions – the lowest interest rates and highest debt-to-GDP ratios on record. It is essential for the two policies to normalise over the medium term as conditions allow, to re-establish precious safety margins, and then to remain within a 'corridor of stability'. Hazards loom large along the way, as normalisation is a joint task: the two policies will tendentially be working at cross purposes, putting pressure on each other. Reaffirming clear boundaries between the two policies will facilitate the task. Ultimately, however, the only option to effectively limit the risks is to raise long-term growth, through appropriate structural reforms supported by growth-friendly fiscal policies.  This amounts to abandoning the so-called \\\"New Normal\\\" and taking a New Path.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17611BISSP2109206920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://www.bis.org/speeches/sp210920.htm\",\n            \"created_at\": \"2021-09-21T06:45:24.802077-04:00\"\n        },\n        {\n            \"id\": 54375,\n            \"title\": \"Deadline Approaching in Louisiana for SBA Disaster Loans for Property Damage Due to Severe Storms, Tornadoes and Flooding\",\n            \"summary\": \"Director Tanya N. Garfield of the U.S. Small Business Administration’s Disaster Field Operations Center-West today reminded Louisiana private nonprofit organizations of the October 19, 2021, deadline to apply for an SBA federal disaster loan for property damage caused by severe storms, tornadoes and flooding that occurred May 17-21, 2021. Private nonprofits that provide essential services of a governmental nature are eligible for assistance. According to Garfield, eligible private nonprofits of any size may apply for SBA federal disaster loans of up to $2 million to repair or replace damaged or destroyed real estate, machinery and equipment, inventory and other business assets. SBA can also lend additional funds to help with the cost of making improvements that protect, prevent or minimize the same type of disaster damage from occurring in the future. These low-interest federal disaster loans are available in Ascension, Assumption, Calcasieu, East Baton Rouge, Iberville and Lafourche parishes. The interest rate is 2 percent with terms up to 30 years. Loan amounts and terms are set by SBA and based on each applicant’s financial condition.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93OES1332020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/20/deadline-approaching-louisiana-sba-disaster-loans-property-damage-due-severe-storms-tornadoes\",\n            \"created_at\": \"2021-09-21T06:45:11.927933-04:00\"\n        },\n        {\n            \"id\": 54434,\n            \"title\": \"FINRA Adopts Amendments to Rule 6432 Regarding Compliance with the Information Requirements of SEC Rule 15c2-11: Regulatory Notice 21-33\",\n            \"summary\": \"FINRA adopted amendments to Rule 6432 (Compliance with the Information Requirements of SEA Rule 15c2-11) in light of the Securities and Exchange Commission’s (SEC) amendments to SEC Rule 15c2-11 (SEC Rule 15c2-11). As amended, Rule 6432 will require a qualified inter-dealer quotation system (Qualified IDQS) to submit a modified Form 211 filing to FINRA in connection with each initial information review, and a daily security file to FINRA containing summary information for all securities quoted on its system on each day that it makes a publicly available determination permitted under SEC Rule 15c2-11, among other amendments. The amendments to Rule 6432 will take effect on September 28, 2021—in line with the compliance date for the amendments to SEC Rule 15c2-11.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2154FINRA21335020210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/notices/21-33\",\n            \"created_at\": \"2021-09-21T06:45:18.739525-04:00\"\n        },\n        {\n            \"id\": 54483,\n            \"title\": \"SBA to Open Business Recovery Centers in Hammond and Thibodaux to Help Businesses Impacted by Hurricane Ida\",\n            \"summary\": \"The U.S. Small Business Administration and the Louisiana Small Business Development Center today announced the opening of SBA Business Recovery Centers in Hammond and Thibodaux on Tuesday, September 21, 2021, to provide a wide range of services to businesses impacted by Hurricane Ida that occurred August 26 – September 3, 2021. “Due to the severe property damage and economic losses inflicted on Louisiana businesses, we want to provide every available service to help get them back on their feet,” said SBA’s Director Tanya N. Garfield of the U.S. Small Business Administration’s Disaster Field Operations Center-West. “The centers will provide a one-stop location for businesses to access a variety of specialized help. SBA customer service representatives and Louisiana Small Business Development Center advisors will be available to meet individually with each business owner,” she added. No appointment is necessary. All services are provided free of charge.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93IDA1311820210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/18/sba-open-business-recovery-centers-hammond-thibodaux-help-businesses-impacted-hurricane-ida\",\n            \"created_at\": \"2021-09-21T06:45:23.975360-04:00\"\n        },\n        {\n            \"id\": 54348,\n            \"title\": \"Seven Remaining Defendants in Massive Grand Bahama Cruise Line Operation Banned from Making Telemarketing Robocalls; Principals Will Pay $100,000 in Civil Penalties\",\n            \"summary\": \"According to the FTC’s complaint, the defendants involved with the Florida-based Grand Bahama Cruise Line LLC (GBCL) operations, made or facilitated millions of illegal calls to consumers nationwide, pitching free cruise vacations between Florida and the Bahamas. The FTC alleged that, from 2013 through 2017, the GBCL operation hired outside call centers, which marketed the cruise vacation packages. The defendants, Johnathan Blake Curtis and Anthony DiGiacomo, who controlled four corporations involved in the massive operation, also will each pay a $50,000 civil penalty to the U.S. Treasury, are permanently banned from making telemarketing robocalls and imposes a $6.4 million civil penalty against the individual and corporate defendants, which will be partially suspended once Curtis and DiGiacomo both pay $50,000 to the U.S. Treasury.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC163159656420210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Trade Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/09/seven-remaining-defendants-massive-grand-bahama-cruise-line\",\n            \"created_at\": \"2021-09-21T06:45:08.907924-04:00\"\n        },\n        {\n            \"id\": 54401,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc. on September 18, 2021 via the website with the following details: consumer’s state: TN; consumer’s zip: 38109; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47337845920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4733784\",\n            \"created_at\": \"2021-09-21T06:45:15.372811-04:00\"\n        },\n        {\n            \"id\": 54421,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc. on September 18, 2021 via the website with the following details: consumer’s state: NJ; consumer’s zip: 08816; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47348815920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734881\",\n            \"created_at\": \"2021-09-21T06:45:17.401036-04:00\"\n        },\n        {\n            \"id\": 54359,\n            \"title\": \"State Investment Adviser Examinations Sweeps Uncover Deficiencies in Policies to Protect Seniors and Vulnerable Persons\",\n            \"summary\": \"A series of 1,206 coordinated examinations of state-registered investment advisers by state securities examiners showed that nearly 59 percent of investment advisers did not have policies or procedures in place for addressing the financial exploitation of seniors or vulnerable persons, the North American Securities Administrators Association (NASAA) announced.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2918NASAA5880220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"North American Securities Administrators Association\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nasaa.org/58802/state-investment-adviser-examinations-sweeps-uncover-deficiencies-in-policies-to-protect-seniors-and-vulnerable-persons/\",\n            \"created_at\": \"2021-09-21T06:45:10.245075-04:00\"\n        },\n        {\n            \"id\": 54492,\n            \"title\": \"Monetary Policy, Relative Prices and Inflation Control: Flexibility Born Out of Success\",\n            \"summary\": \"The achievement of low and stable inflation on the back of credible monetary policy frameworks has coincided with a sharp and major drop in the co-movement of prices across finely disaggregated sectors of the economy. In other words, sector-specific price developments have become much more prominent in driving fluctuations in aggregate price indices. In addition, changes in the stance of monetary policy in this environment affect a rather narrow set of prices, limiting the policy's ability to steer inflation within tight ranges as well as the desirability of doing so. All told, this highlights the importance of flexibility in the pursuit of inflation targets within a credible policy regime.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17614BISOE8720210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Video\",\n            \"agencies\": [\n                {\n                    \"name\": \"Bank of International Settlements\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.youtube.com/embed/i87aTLeCJOE\",\n            \"created_at\": \"2021-09-21T06:45:24.901487-04:00\"\n        },\n        {\n            \"id\": 54407,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc. on September 18, 2021 via the website with the following details: consumer’s state: TN; consumer’s zip: 38109; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47337985920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4733798\",\n            \"created_at\": \"2021-09-21T06:45:15.980987-04:00\"\n        },\n        {\n            \"id\": 54341,\n            \"title\": \"Consent Order: Community First Credit Union\",\n            \"summary\": \"From on or around February 11, 2015, through January 18, 2018, Community First Credit Union (CFCU) held an investment adviser certificate from the Commissioner, CRD number 173804. Since January 19, 2018, CFCU has not been licensed to engage in the business of an investment adviser. In or around October 2020 the Department received information that CFCU may be engaging in the business of an investment adviser without a valid investment adviser certificate. Now, therefore, the parties agree as follows: CFCU hereby agrees that it is ordered to desist and refrain from any further violations of Corporations Code and further agrees that the Order is a final order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"490CA2821COMMC54020210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Division of Financial Institutions\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/enf-c/community-first-credit-union\",\n            \"created_at\": \"2021-09-21T06:45:08.154707-04:00\"\n        },\n        {\n            \"id\": 54378,\n            \"title\": \"Summary of 2021 Consumer Protection\",\n            \"summary\": \"During the 2021 legislative session, the General Assembly considered several consumer protection measures related to mortgage lenders, online dating services, after-market airbags, and towing companies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO105520210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/summary-2021-consumer-protection\",\n            \"created_at\": \"2021-09-21T06:45:12.311069-04:00\"\n        },\n        {\n            \"id\": 54402,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc. on September 18, 2021 via the website with the following details: consumer’s state: TN; consumer’s zip: 38109; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47337865920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4733786\",\n            \"created_at\": \"2021-09-21T06:45:15.472704-04:00\"\n        },\n        {\n            \"id\": 54484,\n            \"title\": \"Paperwork Reduction Act Approvals: Application for Cash Surrender or Policy Loan\",\n            \"summary\": \"Veterans Benefits Administration, Department of Veterans Affairs (VA) is submitting the Application for Cash Surrender or Policy Loan solicits information needed from Veterans to apply for cash surrender value or policy loan on his/her insurance. VBA invites comments on: whether the proposed collection of information is necessary for the proper performance of VBA’s functions, the accuracy of VBA’s estimate of the burden of the proposed collection of information, ways to enhance the quality, utility, and clarity of the information to be collected; and ways to minimize the burden of the collection of information on respondents.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20295\",\n            \"regalytics_alert_id\": \"1891FR20212029520210920\",\n            \"proposed_comments_due_date\": \"2021-11-19\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Veterans Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20295/agency-information-collection-activity-application-for-cash-surrender-or-policy-loan\",\n            \"created_at\": \"2021-09-21T06:45:24.081967-04:00\"\n        },\n        {\n            \"id\": 54432,\n            \"title\": \"Advanced a Meeting Under Expedited Procedures\",\n            \"summary\": \"It is anticipated that the closed meeting of the Board of Governors of the Federal Reserve System at 10:00 a.m. on Tuesday, September 21, 2021, will be held under expedited procedures, as set forth in section 261b.7 of the Board's Rules Regarding Public Observation of Meetings, via conference call. The following items of official Board business are tentatively scheduled to be considered at that meeting: Discussion of Monetary Policy Issues.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED130esED20210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/aboutthefed/boardmeetings/20210921closed.htm\",\n            \"created_at\": \"2021-09-21T06:45:18.536197-04:00\"\n        },\n        {\n            \"id\": 54338,\n            \"title\": \"Request for Proposal: Actuarial Services\",\n            \"summary\": \"The Division of Insurance of the Alaska Department of Commerce, Community, and Economic Development is seeking proposals from qualified Actuarial Firms who can provide a variety of actuarial services. Issued on August 27, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20381920210922\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-22\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Procurement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Commerce, Community and Economic Development\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alaska\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/View.aspx?id=203819\",\n            \"created_at\": \"2021-09-21T06:45:07.818638-04:00\"\n        },\n        {\n            \"id\": 54500,\n            \"title\": \"Important Monetary Policy Data for the Week Ending September 17, 2021\",\n            \"summary\": \"The Swiss National Bank published important monetary policy data for the week ending September 17, 2021 including: interest rates and threshold factor; average of sight deposits in Swiss francs at the SNB; minimum reserves: sight deposits of domestic banks averaged over the reporting period; and minimum reserves: compliance during the last 12 reporting periods.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB3A53514320210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/gwd_20210920/source/gwd_20210920.en.pdf\",\n            \"created_at\": \"2021-09-21T06:45:25.844043-04:00\"\n        },\n        {\n            \"id\": 54479,\n            \"title\": \"Proposed Exemptions from Certain Prohibited Transaction Restrictions\",\n            \"summary\": \"The Department is considering granting an exemption under the authority of Section 408(a) of the Employee Retirement Security Act of 1974, as amended (ERISA or the Act) to the Phillips 66 Group Life Insurance Plan. The Plan would enter into an insurance contract with an unrelated A-rated insurance company (the Fronting Insurer) that would, in turn, enter into a reinsurance contract with Spirit Insurance Company (Spirit), an affiliate of Phillips 66 (the Reinsurance Arrangement). This proposed exemption also would require Phillips 66 to delegate fiduciary oversight of the Plan to a qualified fiduciary that is independent of Phillips 66 and its affiliates.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20237\",\n            \"regalytics_alert_id\": \"1891FR20212023720210920\",\n            \"proposed_comments_due_date\": \"2021-11-04\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Employee Benefits Security Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20237/proposed-exemptions-from-certain-prohibited-transaction-restrictions\",\n            \"created_at\": \"2021-09-21T06:45:23.564140-04:00\"\n        },\n        {\n            \"id\": 54480,\n            \"title\": \"Major Disaster Declaration: Arizona\",\n            \"summary\": \"This is a Notice of the Presidential declaration of a major disaster for Public Assistance Only for the State of Arizona Notice is hereby given that as a result of the President's major disaster declaration on September 13, 2021, Private Non-Profit organizations that provide essential services of a governmental nature may file disaster loan applications at the address listed above or other locally announced locations. The following areas have been determined to be adversely affected by the disaster: Primary Counties: Apache, Coconino, Navajo. The interest rates are for physical damage and economic injury.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20208\",\n            \"regalytics_alert_id\": \"1891FR20212020820210920\",\n            \"proposed_comments_due_date\": \"2021-11-12\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20208/presidential-declaration-of-a-major-disaster-for-public-assistance-only-for-the-state-of-arizona\",\n            \"created_at\": \"2021-09-21T06:45:23.673717-04:00\"\n        },\n        {\n            \"id\": 54420,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc. on September 18, 2021 via the website with the following details: consumer’s state: MS; consumer’s zip: 38632; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47348785920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734878\",\n            \"created_at\": \"2021-09-21T06:45:17.300773-04:00\"\n        },\n        {\n            \"id\": 54472,\n            \"title\": \"Publication of the Minnesota State Register (Volume 46, Issue 12)\",\n            \"summary\": \"The Minnesota State Register is the official publication of the State of Minnesota’s Executive Branch of government, published weekly to fulfill the legislative mandate set forth in Minnesota Statutes, Chapter 14, and Minnesota Rules, Chapter 1400. It contains: Proposed Rules, Adopted Rules, Exempt Rules, Expedited Rules, Withdrawn Rules, Executive Orders of the Governor, Appointments, Proclamations, Vetoed Rules, Commissioners’ Orders, Revenue Notices, Official Notices, State Grants and Loans, Contracts for Professional, Technical and Consulting Services, Non-State Public Bids, Contracts and Grants.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15280MN10820210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"State Register\",\n            \"agencies\": [\n                {\n                    \"name\": \"State of Minnesota’s Executive Branch\",\n                    \"states\": [\n                        {\n                            \"name\": \"Minnesota\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://mn.gov/admin/assets/SR46_12 - Accessible_tcm36-499776.pdf\",\n            \"created_at\": \"2021-09-21T06:45:22.818654-04:00\"\n        },\n        {\n            \"id\": 54392,\n            \"title\": \"Arizona Register 2021 - Volume 27, Issue 38\",\n            \"summary\": \"The Arizona Administrative Register posted on the Arizona Secretary of State’s website is the official published version for rulemaking activity in the state of Arizona. Volumen 27, Issue 38 is for the week ending September 17, 2021. This week's register includes, amongst other topics: the Governor’s Office Governor’s Executive Order 2021-02 Moratorium on Rulemaking to Promote Job Creation and Economic Development.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8462AZ273820210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Register Index\",\n            \"agencies\": [\n                {\n                    \"name\": \"Arizona Secretary of State\",\n                    \"states\": [\n                        {\n                            \"name\": \"Arizona\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://apps.azsos.gov/public_services/register/2021/38/contents.pdf\",\n            \"created_at\": \"2021-09-21T06:45:14.377019-04:00\"\n        },\n        {\n            \"id\": 54386,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delete the Order Audit Trail System Rules in the Equity 5 Series of the Exchange’s Rulebook\",\n            \"summary\": \"On September 3, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to delete the Order Audit Trail System (“OATS”) rules in the Equity 5 Series of the Exchange’s rulebook that provides for the collection of information that is duplicative of the data collection requirements of the CAT. On August 14, 2020, FINRA filed with the Commission a proposed rule change to delete the OATS rules once Industry Members are effectively reporting to the CAT (the “OATS Retirement Filing”). After conducting an analysis of its rules in accordance with the CAT NMS Plan, the Exchange has determined that the information collected pursuant to the OATS rules is intended to be collected by CAT. Further, the Exchange believes that the Equity 5 Series will no longer be necessary and proposes to delete such rules from the Exchange’s rulebook. The foregoing proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20211\",\n            \"regalytics_alert_id\": \"1891FR20212021120210920\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NASDAQ PHLX LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20211/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-21T06:45:13.719274-04:00\"\n        },\n        {\n            \"id\": 54482,\n            \"title\": \"SBA Disaster Assistance Available to Texas Private Nonprofit Organizations\",\n            \"summary\": \"Low-interest federal disaster loans are now available to certain private nonprofit organizations in Texas following President Biden’s federal disaster declaration for Public Assistance as a result of severe winter storms that occurred February 11-21, 2021, announced Administrator Isabella Casillas Guzman of the U.S. Small Business Administration. Private nonprofits that provide essential services of a governmental nature are eligible for assistance. These low-interest federal disaster loans are available in Austin, Bastrop, Blanco, Borden, Cherokee, Coke, Crosby, Dawson, Delta, DeWitt, Dickens, Edwards, Erath, Falls, Garza, Gillespie, Gonzales, Houston, Irion, Kerr, Kimble, Lavaca, Lee, Leon, Llano, Lynn, Mason, Menard, Milam, Motley, Nacogdoches, Nolan, Palo Pinto, Real, Red River, Sabine, San Augustine, Schleicher, Shelby, Sterling, Taylor, Tom Green, Walker and Washington counties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA74ONS1111720210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/sep/17/sba-disaster-assistance-available-texas-private-nonprofit-organizations\",\n            \"created_at\": \"2021-09-21T06:45:23.875816-04:00\"\n        },\n        {\n            \"id\": 54387,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delete the Order Audit Trail System Rules in the Rule 7400 Series\",\n            \"summary\": \"On September 7, 2021, NYSE American LLC (“NYSE American” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to delete the Order Audit Trail System (“OATS”) rules in the Rule 7400 Series as these Rules provide for the collection of information that is duplicative of the data collection requirements of the CAT. Rule 613 of Regulation NMS requires national securities exchanges and FINRA to create, implement, and maintain a consolidated audit trail to capture customer and order event information for orders in NMS Securities and OTC Equity Securities, across all markets, from the time of order inception through routing, cancellation, modification, or execution in a single consolidated data source. After conducting an analysis of its rules in accordance with the CAT NMS Plan, the Exchange has determined that the information collected pursuant to the OATS rules is intended to be collected by CAT. Further, the Exchange believes that the Rule 7400 Series will no longer be necessary and proposes to delete such rules from the Exchange’s rulebook. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20216\",\n            \"regalytics_alert_id\": \"1891FR20212021620210920\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE American LLC\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20216/self-regulatory-organizations-nyse-american-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-21T06:45:13.820870-04:00\"\n        },\n        {\n            \"id\": 54419,\n            \"title\": \"Complaint Filed: First Investors Servicing Corporation\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against First Investors Servicing Corporation, Atlanta, GA Branch on September 19, 2021 via the website with the following details: consumer’s state: AL; consumer’s zip: 36608; product: credit reporting, credit repair services, or other personal consumer reports; sub product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: closed with explanation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47343847120210919\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734384\",\n            \"created_at\": \"2021-09-21T06:45:17.198729-04:00\"\n        },\n        {\n            \"id\": 54478,\n            \"title\": \"Justice Department Seeks to Shut Down Texas Return Preparer\",\n            \"summary\": \"The United States has filed a complaint in the U.S. District Court for the Eastern District of Texas seeking to bar a Beaumont, Texas, tax return preparer from owning or operating a tax return preparation business and preparing federal income tax returns for others. The civil complaint filed against Michelle Denise Johnston alleges that, since at least 2011, she has operated a tax preparation business in Beaumont under the name “Allen and Johnston Tax Service.” The complaint further alleges that Johnston has engaged in a “refund-skimming” scheme that “double dips” her tax preparation fees. According to the complaint, customers directly paid Johnston preparation fees ranging from $200 to $500, based on preparation of a “tentative income tax return” that showed a modest refund. The complaint alleges that Johnston then took the tentative return and inflated and/or fabricated deductions, credits and losses to create a larger tax refund. According to the complaint, Johnston prepared over 3,100 tax returns in aggregate for tax years 2018 through 2020. As a result, the complaint alleges, Johnston has cost the United States significant losses of tax revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1469E20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/justice-department-seeks-shut-down-texas-return-preparer\",\n            \"created_at\": \"2021-09-21T06:45:23.461284-04:00\"\n        },\n        {\n            \"id\": 54473,\n            \"title\": \"Order to Cease and Desist Activity: Nhu Y, Inc. a/k/a My Viet Services, Inc\",\n            \"summary\": \"The Commissioner of Texas has issued an order to cease and desist activity against NHU Y, INC. A.K.A. My Viet Services, Inc. The Texas Department of Banking has not licensed Respondent to engage in the business of money transmission or advertise, solicit, or hold itself out as a person who engages in money transmission. The Department received a complaint on June 8, 2011 that indicated Respondent conducts money transmission. The complaint included receipts for transactions in which Respondent transmitted $100, and charged a $2 fee, dated June 7 and July 12, 2011. Respondent did not conduct these transactions as an authorized delegate of any license holder. The Commissioner finds by credible evidence that Respondent has violated Texas Finance Code by engaging in the business of money transmission in Texas without a license. Therefore, the respondent is ordered to cease and desist from engaging in the unauthorized business of money transmission in Texas, including advertising to and soliciting persons in Texas, whether conducted directly or through the activities of others, until such time as respondent obtains a money transmission license. Respondent is further ordered to provide the Department documentation of any pending money transmission transactions outstanding when this Order takes effect. Respondent must complete any such pending transactions, and is ordered to notify the Department in writing, within seven days of the effective date of this Order, that all transactions have been completed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19238TX53201102720110713\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2011-07-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/Laws-Regulations/orders/2011-027.pdf\",\n            \"created_at\": \"2021-09-21T06:45:22.925173-04:00\"\n        },\n        {\n            \"id\": 54388,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delete the Order Audit Trail System Rules in the Rule 6.7400-E Series\",\n            \"summary\": \"On September 7, 2021, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to delete the Order Audit Trail System (“OATS”) rules in the Rule 6.7400-E Series as these Rules provide for the collection of information that is duplicative of the data collection requirements of the CAT. Rule 613 of Regulation NMS requires national securities exchanges and FINRA to create, implement, and maintain a consolidated audit trail to capture customer and order event information for orders in NMS Securities and OTC Equity Securities, across all markets, from the time of order inception through routing, cancellation, modification, or execution in a single consolidated data source. After conducting an analysis of its rules in accordance with the CAT NMS Plan, the Exchange has determined that the information collected pursuant to the OATS rules is intended to be collected by CAT. Further, the Exchange believes that the Rule 6.7400E Series will no longer be necessary and proposes to delete such rules from the Exchange’s rulebook. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20217\",\n            \"regalytics_alert_id\": \"1891FR20212021720210920\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20217/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2021-09-21T06:45:13.928148-04:00\"\n        },\n        {\n            \"id\": 54346,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Make Certain Corrections and Other Clarifying Changes to the Rules\",\n            \"summary\": \"On September 16, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to make non-substantive changes to its CBOE Exchange Rulebook (“Rulebook”) in order to correct certain errors and make certain clarifications throughout the Rules. Persons submitting comments should do so on or before 21 days from publication in the Federal Register.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349305920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-93059.pdf\",\n            \"created_at\": \"2021-09-21T06:45:08.704648-04:00\"\n        },\n        {\n            \"id\": 54337,\n            \"title\": \"ALDOR Announces Updates to My Alabama Taxes\",\n            \"summary\": \"My Alabama Taxes, or MAT, a service of the Alabama Department of Revenue (ALDOR), is getting a makeover and a host of improvements aimed at making the filing and payment portal easier for you to use. The new visual design focuses on mobile users and enhances accessibility. My Alabama Taxes will look better on a mobile device, and you’ll even be able to complete and file most returns straight from your phone. The new My Alabama Taxes will launch on Sept. 27.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR438020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Business & License Tax\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/09/aldor-announces-updates-to-my-alabama-taxes/\",\n            \"created_at\": \"2021-09-21T06:45:07.689561-04:00\"\n        },\n        {\n            \"id\": 54470,\n            \"title\": \"Cease and Desist Order: Central Trade & Financial Authority\",\n            \"summary\": \"The Securities Commissioner has issued an order to cease and desist against Central Trade & Financial Authority. The Division conducted an investigation into CTFA. The CTFA website represented it was headquartered at 731 Rutherford Road, Greenville, South Carolina. In fact, this location is a vacant grocery store, and there is no evidence that it was ever used as CTFA’s place of business, and there is no evidence to suggest that CTFA conducts or conducted operations anywhere else in Greenville, South Carolina. Through its investigation, the Division has determined that CTFA is a fictitious securities regulator that uses fraudulent regulatory authority to defraud. The Respondent participated in an offer to purchase a security by means of a scheme to defraud, made untrue statements of a material fact or omitted to state material facts necessary in order to make the statements, in light of the circumstances under which they were made, not misleading; and engaged in acts, practices, or courses of business that operated as a fraud. Now therefore, it is hereby ordered that each Respondent and every successor, affiliate, control person, agent, servant, and employee of each of the Respondents, and every entity owned, operated, or indirectly or directly controlled by or on behalf of each of the Respondents shall cease and desist from transacting business in this State in violation of the Act. The Respondent shall pay a civil penalty in the amount of $10,000 if this Order becomes effective by operation of law, or, if the Respondent seeks a hearing and any legal authority resolves this matter, pay a civil penalty in an amount not to exceed $10,000 for each violation of the Act by the Respondent, and the actual cost of the investigation or proceeding.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19275SC1278420210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"South Carolina Office of the Attorney General, Securities Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.scag.gov/media/orkjw3uj/ctfa-cease-and-desist-order-final1-02716638xd2c78-02717179xd2c78.pdf\",\n            \"created_at\": \"2021-09-21T06:45:22.618234-04:00\"\n        },\n        {\n            \"id\": 54399,\n            \"title\": \"Consent Order: Navient Solutions, LLC\",\n            \"summary\": \"The Banking Commissioner (“Commissioner”) is charged with the administration inclusive, of the Connecticut General Statutes, “Student Loan Servicers”; Navient Solutions, LLC, (Navient) is a Delaware limited liability company. From October 22, 2018 to February 7, 2019, the Commissioner, through the Consumer Credit Division of the Department of Banking, conducted an examination into the activities of Navient to determine if it had violated, was violating or was about to violate the provisions of the Connecticut General Statutes within the jurisdiction of the Commissioner. As a result of such examination, the Commissioner alleges that Navient: acted as a student loan servicer in this state from two unlicensed locations; and failed to comply with the service standards set by the Commissioner requiring that personal information of borrowers is accurate and timely updated. Now therefore, the Commissioner enters the following: Navient shall not: (a) act as a student loan servicer in this state from any location without a license; it shall remit to the Department of Banking by wire transfer, cashier’s check, certified check or money order made payable to “Treasurer, State of Connecticut”, the sum of $20,000 as a civil penalty; pay a license fee of $5,400.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1301CT12320210913\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-13\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Connecticut Department of Banking, Consumer Credit Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Connecticut\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Consumer-Credit/2021-CC-Orders/Navient-Solutions-CO.pdf\",\n            \"created_at\": \"2021-09-21T06:45:15.160754-04:00\"\n        },\n        {\n            \"id\": 54391,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend the NASDAQ Options Market’s Pricing Schedule at Options 7, Section 2(1)\",\n            \"summary\": \"On September 1, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend The NASDAQ Options Market’s (“NOM”) Pricing Schedule at Options 7, Section 2(1). The purpose of the proposed rule change is to amend NOM’s Pricing Schedule at Options 7, Section 2(1) to amend the (i) Customer3 and Professional4 Rebates to Add Liquidity in Penny Symbols, and (ii) Tier 3 Market Maker5 Rebate to Add Liquidity in Penny Symbols. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20214\",\n            \"regalytics_alert_id\": \"1891FR20212021420210920\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"The NASDAQ Stock Market LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20214/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2021-09-21T06:45:14.276343-04:00\"\n        },\n        {\n            \"id\": 54474,\n            \"title\": \"Agreed Order: Emmitt Lewis, Jr. d/b/a Lewis Funeral Home and Chapel\",\n            \"summary\": \"The Commissioner of Texas has entered into an Agreed Order with Emmitt Lewis, Jr. dba Lewis Funeral Home and Chapel. Respondent operates a funeral home known as Lewis Funeral Home and Chapel in Brenham, Texas. Respondent does not hold the permit required by Texas Finance Code to sell prepaid funeral contracts in Texas. On May 5, 2011, the Commissioner issued Order No. 2011-049, which required Respondent to cease and desist from engaging in the sale of PFCs, and ordered the seizure of his PFC records and funds. The imposition of an administrative penalty against Respondent in the amount of $2000 is appropriate and reasonable given the nature of the violation. Respondent has been notified of its right to a hearing on the matter of administrative penalties under Texas Finance Code. Respondent and the Department agree to the factual findings, legal conclusions, and terms and conditions of this Agreed Order. Wherefore, based on the foregoing, the commissioner orders that this matter is resolved in accordance with the following terms: Commissioner’s Order is final and unappealable, provided however that to the extent there is any conflict between the terms and conditions of this Agreed Order; respondent affirms that the illegal contract is the only PFC that Respondent has sold. Respondent shall sell no future PFCs without first obtaining the required permit. Respondent shall not engage in any other activities that violate Texas Finance Code and Respondent and the Department agree that an administrative penalty of $2000 is appropriate, given the violations described. This Order is effective on the date signed by the Commissioner. Signed this 12th day of September, 2011.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19238TX66201103220110912\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2011-09-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/Laws-Regulations/orders/2011-032.pdf\",\n            \"created_at\": \"2021-09-21T06:45:23.031908-04:00\"\n        },\n        {\n            \"id\": 54393,\n            \"title\": \"DGS and UC System Partner to Support Small Business First Program\",\n            \"summary\": \"DGS is pleased to announce a new partnership with the University of California (UC) system to support certified Small Businesses (SB) and Disabled Veteran Business Enterprises (DVBE) in state procurement. As of September 8, 2021, the UC and DGS have entered into a reciprocity agreement where the UC will accept DGS’s SB and DVBE certifications as part of the UC Small Business First (SB First) program. Highlights of the new program include: requires only informal quotes; goes directly from quote to award (instant awards, no Request for Proposal, no advertising, no protests); and provides assisted search using tools and resources for SBs/DVBEs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"532DGS270620210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of General Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dgsnewswire.wordpress.com/2021/09/17/dgs-and-uc-system-partner-to-support-small-business-first-program/\",\n            \"created_at\": \"2021-09-21T06:45:14.485750-04:00\"\n        },\n        {\n            \"id\": 54398,\n            \"title\": \"Sunshine Act Meeting of the Commodity Futures Trading Commission, September 30, 2021\",\n            \"summary\": \"The Commodity Futures Trading Commission is meeting at 10:00 a.m. EDT, Thursday, September 30, 2021. The matters to be considered is Enforcement matters.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20417\",\n            \"regalytics_alert_id\": \"1891FR20212041720210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20417/sunshine-act-meetings\",\n            \"created_at\": \"2021-09-21T06:45:14.995522-04:00\"\n        },\n        {\n            \"id\": 54469,\n            \"title\": \"Investor Bulletin: U.S.-Listed Companies Operating Chinese Businesses Through a VIE Structure\",\n            \"summary\": \"The SEC’s Office of Investor Education and Advocacy, along with the Office of the Chief Accountant and the Division of Corporation Finance, is issuing this Investor Bulletin to educate individual investors about risks associated with investing in certain companies that provide exposure to China-based businesses. Over the past decade, U.S. investors have increased their exposure to businesses based in China or that have most of their operations in China. In many cases, while their operations are in China, the issuer of the securities that are listed in the United States—the U.S.-listed company—is not the company based in or with operations in China. The U.S.-listed company often is a holding company that is formed outside of both the United States and China and may not own stock or other equity in the China-based company. In these cases, the U.S.-listed company has contractual arrangements with the China-based company. Even though the U.S.-listed company does not own any equity in the China-based company, the U.S.-listed company purports to exercise power over and obtain economic rights from the China-based company based on the contractual arrangements. The China-based company often is structured as what’s known under U.S. generally accepted accounting principles (GAAP) as a variable interest entity, or VIE, and the operations and financial position of the China-based company, or China-based VIE, are included in consolidated financial statements prepared by the U.S.-listed company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19230INV9311620210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission, Investor.gov\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.investor.gov/introduction-investing/general-resources/news-alerts/alerts-bulletins/investor-bulletins-95\",\n            \"created_at\": \"2021-09-21T06:45:22.516564-04:00\"\n        },\n        {\n            \"id\": 54477,\n            \"title\": \"Risks in the Information Communications Technology Supply Chain\",\n            \"summary\": \"The Bureau of Industry and Security (BIS), Office of Technology Evaluation and The U.S. Department of Commerce is providing notice that upon request, in consultation with the heads of appropriate agencies, shall submit a report to the President, through the Assistant to the President for National Security Affairs (APNSA) and the Assistant to the President for Economic Policy (APEP), on supply chains for critical sectors and subsectors of the information and communications technology (ICT) industrial base. For the purposes of this report, the scope of the ICT industrial base shall consist of hardware that enables terrestrial distribution, broadcast/wireless transport, satellite support, data storage to include data center and cloud technologies, and end user devices including home devices such as routers, antennae, and receivers, and mobile devices; “critical” software and services that have direct dependencies on one or more of the enabling hardware.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20229\",\n            \"regalytics_alert_id\": \"1891FR20212022920210920\",\n            \"proposed_comments_due_date\": \"2021-11-04\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Bureau of Industry and Security\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20229/notice-of-request-for-public-comments-on-risks-in-the-information-communications-technology-supply\",\n            \"created_at\": \"2021-09-21T06:45:23.352048-04:00\"\n        },\n        {\n            \"id\": 54464,\n            \"title\": \"Application for Exemption from the 1940 Act for Pomona Investment Fund, et al.\",\n            \"summary\": \"The applicants request an order to permit certain closed-end management investment companies to co-invest in portfolio companies with each other and with certain affiliated investment funds and accounts. The applicants are Pomona Investment Fund; Pomona Management LLC; Pomona Capital X, L.P., Pomona Capital IX L.P. and Pomona Partnership Holdings VIII, L.P. An order granting the requested relief will be issued unless the Commission orders a hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20207\",\n            \"regalytics_alert_id\": \"1891FR20212020720210920\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20207/pomona-investment-fund-et-al\",\n            \"created_at\": \"2021-09-21T06:45:21.992067-04:00\"\n        },\n        {\n            \"id\": 54465,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, September 23, 2021\",\n            \"summary\": \"Tthe Securities and Exchange Commission Asset Management Advisory Committee will hold a meeting closed to the public on Thursday, September 23, 2021 at 2:00 pm. The subject matter of the closed meeting will consist of the following topics: institution and settlement of injunctive actions; institution and settlement of administrative proceedings; resolution of litigation claims; and other matters relating to examinations and enforcement proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20402\",\n            \"regalytics_alert_id\": \"1891FR20212040220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20402/sunshine-act-meetings\",\n            \"created_at\": \"2021-09-21T06:45:22.098843-04:00\"\n        },\n        {\n            \"id\": 54476,\n            \"title\": \"Governor Abbott Talks with Small Business Owners at Roundtable in Dallas\",\n            \"summary\": \"Governor Greg Abbott today discussed Texas' vibrant economy and business environment at a small business roundtable hosted by Goldman Sachs in Dallas. Governor Abbott joined Desiree and Calvin Wineland of American Butchers and Beyond the Butchers, along with 13 additional small business owners and alumni of the Goldman Sachs 10,000 Businesses program, to discuss COVID-related business challenges, including labor shortages, supply chain issues, and access to capital. Goldman Sachs launched the 10,000 Small Businesses initiative to help small businesses create jobs and economic growth by providing entrepreneurs with a practical business education, business support services, and access to capital. In Texas, 10,000 Small Businesses partners with Dallas College, Houston Community College, and Babson College to deliver the program. Nearly 1,400 Texas business owners across the state have completed the program to date.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXAS572104120210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-talks-with-small-business-owners-at-roundtable-in-dallas\",\n            \"created_at\": \"2021-09-21T06:45:23.247506-04:00\"\n        },\n        {\n            \"id\": 54463,\n            \"title\": \"PCAOB Announces 2021 Forum for Auditors of Small Businesses and Broker-Dealers\",\n            \"summary\": \"The Public Company Accounting Oversight Board today announced information regarding its 2021 Forum for Auditors of Small Businesses and Broker-Dealers. This year’s forum will be pre-recorded, and the content will be accessible via the PCAOB website beginning Wednesday, October 20, 2021. The recordings will include presentations by PCAOB staff from the Office of the Chief Auditor, the Division of Registration and Inspections, and the Division of Enforcement and Investigations. Additionally, there will be a presentation from staff of the Financial Industry Regulatory Authority.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"783PCA22220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Public Company Accounting Oversight Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://pcaobus.org/news-events/news-releases/news-release-detail/pcaob-announces-2021-forum-for-auditors-of-small-businesses-and-broker-dealers\",\n            \"created_at\": \"2021-09-21T06:45:21.888096-04:00\"\n        },\n        {\n            \"id\": 54462,\n            \"title\": \"Pennsylvanians in Six Counties Impacted by Remnants of Hurricane Ida Can Apply for Temporary Disaster Unemployment Assistance\",\n            \"summary\": \"Department of Labor & Industry Secretary Jennifer Berrier announced today Pennsylvanians who live or work in one of the six counties impacted by remnants of Hurricane Ida are eligible to apply for temporary Disaster Unemployment Assistance. The DUA assistance is a result of Governor Tom Wolf's successful request to President Joe Biden to declare a major disaster in Pennsylvania following heavy rainfall, severe flash flooding, and tornadoes from the remnants of Ida that impacted Pennsylvania on August 31, 2021, through September 5, 2021. Beginning today, Pennsylvanians eligible to apply for DUA assistance must live, work, or have to travel through impacted areas to reach work in one of the following counties: Bucks, Chester, Delaware, Montgomery, Philadelphia, or York. The temporary DUA benefits are only available for individuals, including those who are self-employed, who are unemployed as a direct result of damages caused by remnants of Hurricane Ida. Pennsylvanians whose employment is impacted for the reasons listed above under \\\"DUA Eligibility\\\" should file a claim online at www.uc.pa.gov. The Disaster Unemployment Assistance program is part of the federal disaster assistance process but is administered by L&I. DUA provides temporary benefits to individuals whose employment or self-employment has been lost or interrupted as a direct result of a major disaster and who are not eligible for regular unemployment compensation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA1252138420210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Department of Labor and Industry\",\n                    \"states\": [\n                        {\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=621\",\n            \"created_at\": \"2021-09-21T06:45:21.781368-04:00\"\n        },\n        {\n            \"id\": 54466,\n            \"title\": \"SEC Order Determining Whistleblower Award Claim\",\n            \"summary\": \"The Claims Review Staff issued a Preliminary Determination recommending that Claimant receive a whistleblower award in the amount of the monetary sanctions collected, or to be collected, in the above-referenced Covered Action. This will result in an award of more than $2.5 million to Claimant. The recommendation of the CRS is adopted. The record demonstrates that Claimant voluntarily provided original information to the Commission, and that this information led to the successful enforcement of the Covered Action. A second claimant did not contest the Preliminary Determination denying Claimant 2’s claim. Accordingly, the Preliminary Determination with respect to Claimant 2’s award claim became the Final Order of the Commission through operation of Exchange Act Rule. In reaching this determination, we note that Claimant’s information was significant, as it resulted in Enforcement staff initiating an investigation into misconduct by (“the Company”), and it ultimately led to the Covered Action; claimant submitted information and documents to Enforcement staff, participated in interviews with Enforcement staff, and helped Enforcement staff identify key individuals and entities involved in the investigation; claimant’s information and assistance helped Enforcement staff focus its investigation into the Company’s conduct and helped the Commission conserve significant time and resources; and claimant raised concerns multiple times at the Company in efforts to remedy the relevant misconduct.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349305520210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-93055.pdf\",\n            \"created_at\": \"2021-09-21T06:45:22.198227-04:00\"\n        },\n        {\n            \"id\": 54417,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc. on September 18, 2021 via the website with the following details: consumer’s state: TN; consumer’s zip: 38134; product: credit reporting, credit repair services, or other personal consumer reports; sub product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47343155920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734315\",\n            \"created_at\": \"2021-09-21T06:45:16.994169-04:00\"\n        },\n        {\n            \"id\": 54418,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc. on September 18, 2021 via the website with the following details: consumer’s state: CA; consumer’s zip: 95127; product: credit reporting, credit repair services, or other personal consumer reports; sub product: credit reporting; issue: Incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47343375920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4734337\",\n            \"created_at\": \"2021-09-21T06:45:17.097770-04:00\"\n        },\n        {\n            \"id\": 54461,\n            \"title\": \"2021 Life Insurance Awareness Month\",\n            \"summary\": \"September is Life Insurance Awareness Month, making it the perfect time to evaluate your life insurance needs. I encourage Oklahomans to take a few minutes this month to help your loved ones get prepared for uncertainties and protect their futures. As a life insurance policyholder, there are important steps you should take now: update your policies. Have you had a life-changing event such as the birth of a child or a divorce? It’s important to update your policies after a major life event to make sure that you have the appropriate beneficiaries listed; check your policies. Make sure that all beneficiaries are included and that the contact information for those listed beneficiaries is correct. Place a current copy of the policy with your will or other estate paperwork in a safe place where family and beneficiaries can easily find it; let your beneficiaries know about the policies. Provide beneficiaries or trusted advisors, such as accountants and attorneys, with the name of the life insurance company holding the policy. While it’s important for policyholders to plan and prepare, tens of millions of dollars in death benefits still go unclaimed each year because beneficiaries lack basic information about their deceased loved one’s life insurance policies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9173OK73HGE20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Oklahoma Insurance Department\",\n                    \"states\": [\n                        {\n                            \"name\": \"Oklahoma\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.oid.ok.gov/getready9_2021/\",\n            \"created_at\": \"2021-09-21T06:45:21.676306-04:00\"\n        },\n        {\n            \"id\": 54467,\n            \"title\": \"SEC Charges Crowdfunding Portal, Issuer, and Related Individuals for Fraudulent Offerings\",\n            \"summary\": \"The Securities and Exchange Commission today charged three individuals and one issuer with conducting a fraudulent scheme to sell nearly $2 million of unregistered securities through two crowdfunding offerings. The SEC also charged the registered funding portal and its CEO, who placed the offerings on the portal’s platform. According to the SEC's complaint, Robert Shumake, alongside associates Nicole Birch and Willard Jackson, conducted fraudulent and unregistered crowdfunding offerings through two cannabis and hemp companies, Transatlantic Real Estate LLC and 420 Real Estate LLC. Shumake, with assistance from Birch and Jackson, allegedly hid his involvement in the offerings from the public out of concern that his prior criminal conviction could deter prospective investors. The complaint alleges that Shumake and Birch raised $1,020,100 from retail investors through Transatlantic Real Estate, and Shumake and Jackson raised $888,180 through 420 Real Estate. Shumake, Birch, and Jackson allegedly diverted investor funds for personal use rather than using the funds for the purposes disclosed to investors. As alleged, TruCrowd Inc., a registered funding portal, and its CEO, Vincent Petrescu, hosted the Transatlantic Real Estate and 420 Real Estate offerings on TruCrowd's platform. Petrescu allegedly failed to address red flags including Shumake's criminal history and involvement in the crowdfunding offerings, and otherwise failed to reduce the risk of fraud to investors. The complaint also charges TruCrowd and Petrescu with violating the crowdfunding rules of the Securities Act and seeks disgorgement plus pre-judgment interest, penalties, and permanent injunctions. The SEC's Office of Investor Education and Advocacy has issued an investor bulletin on crowdfunding and investor alerts on the red flags of investment fraud.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC5E534AAB20210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-182\",\n            \"created_at\": \"2021-09-21T06:45:22.297638-04:00\"\n        },\n        {\n            \"id\": 54340,\n            \"title\": \"Alaska Permanent Fund Corporation Cloud-Based ERP System RFP # 2021-0400-4629\",\n            \"summary\": \"The Alaska Permanent Fund Corporation is soliciting proposals for a Cloud-Based ERP System. APFC would like to purchase and implement a cloud-based ERP system that is modern and has an easy to use user interface with efficient business processes and workflows. Amendment # 2 has been issued on September 10, 2021. This amendment is being issued to answer questions submitted by potential offerors and to extend the RFP deadline to September 30, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20357220210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Procurement\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alaska Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alaska\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=129558\",\n            \"created_at\": \"2021-09-21T06:45:08.034739-04:00\"\n        },\n        {\n            \"id\": 54452,\n            \"title\": \"Ginnie Mae Capital Markets Podcast: an Evolving Mortgage Market\",\n            \"summary\": \"Ginnie Mae today released its latest Capital Markets Live podcast, which examines how the mortgage-backed securities market is evolving post-pandemic. Ginnie Mae is a wholly owned government corporation that attracts global capital into the housing finance system to support homeownership for veterans and millions of homeowners throughout the country. Ginnie Mae MBS programs directly support housing finance programs administered by the Federal Housing Administration, the Department of Veterans Affairs, the Department of Housing and Urban Development’s Office of Public and Indian Housing and the Department of Agriculture Rural Housing Service. Ginnie Mae is the only MBS to carry the explicit full faith and credit of the United States government.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6996GNMA21720210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Ginnie Mae\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ginniemae.gov/newsroom/Pages/PressReleaseDispPage.aspx?ParamID=217\",\n            \"created_at\": \"2021-09-21T06:45:20.726376-04:00\"\n        },\n        {\n            \"id\": 54416,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc. on September 18, 2021 via the website with the following details: consumer’s state: TN; consumer’s zip: 38134; product: credit reporting, credit repair services, or other personal consumer reports; sub product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47338215920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4733821\",\n            \"created_at\": \"2021-09-21T06:45:16.893747-04:00\"\n        },\n        {\n            \"id\": 54450,\n            \"title\": \"Governor Kemp Names 45 Appointments to Various Boards and Commissions\",\n            \"summary\": \"Today, Governor Brian P. Kemp announced 45 appointments to various boards and commissions. Among them we foung Emily Guthrie Farrell at the State Board of Accountancy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7957GA65111S20210909\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-09\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Georgia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.georgia.gov/press-releases/2021-09-09/gov-kemp-names-45-appointments-various-boards-and-commissions\",\n            \"created_at\": \"2021-09-21T06:45:20.511359-04:00\"\n        },\n        {\n            \"id\": 54451,\n            \"title\": \"Governor Kemp Announces New Economic Development Role to Empower Small Businesses\",\n            \"summary\": \"As part of the State of Georgia’s recognition of National Small Business Week 2021, Governor Brian P. Kemp today announced a new position in state government to support and empower Georgia’s small business community. According to Georgia Department of Labor data, businesses with fewer than 500 employees account for 99.8% of businesses in Georgia, and through a recommendation of Governor Kemp’s Georgians First Commission, the Georgia Department of Economic Development (GDEcD) has established a Director of Small Business Outreach to build on the Department’s current portfolio of services and provide greater direct engagement with this community. GDEcD’s former Director of Creative Industry Partnerships, Allen Fox, will serve in this role.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7957GA77123S20210915\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Georgia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.georgia.gov/press-releases/2021-09-15/gov-kemp-announces-new-economic-development-role-empower-small-businesses\",\n            \"created_at\": \"2021-09-21T06:45:20.618872-04:00\"\n        },\n        {\n            \"id\": 54357,\n            \"title\": \"Attorney General James Leads Bipartisan Coalition in Calling on Congress to Modernize Federal Antitrust Laws\",\n            \"summary\": \"New York Attorney General Letitia James today co-led a bipartisan coalition of 32 attorneys general from around the nation in calling on Congress to make improvements to the nation’s antitrust laws via a range of bills moving through the U.S. House of Representatives and the U.S. Senate. In a letter sent to House and Senate leadership, the attorneys general applaud legislative proposals to modernize federal antitrust laws and urge Congress to consider passage. The coalition also recommends a particular focus on provisions that would further protect consumers from unlawful and irresponsible mergers and business practices, and that facilitates competition and innovation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5387020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York State Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"New York\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-leads-bipartisan-coalition-calling-congress-modernize\",\n            \"created_at\": \"2021-09-21T06:45:09.910929-04:00\"\n        },\n        {\n            \"id\": 54459,\n            \"title\": \"Delinquent Property Tax Auctions Resume in Three Counties\",\n            \"summary\": \"The Taxation and Revenue Department is resuming auctions of properties on which the state has been unable to collect delinquent taxes. Auctions had been suspended since the beginning of the COVID-19 public health emergency. Taxation and Revenue intends to schedule auctions in all 33 New Mexico counties by the end of the current Fiscal Year on June 30, 2022. The following auctions are still scheduled for the week of September 27: Colfax County, on Wednesday, September 29, 2021, 9 a.m. at 230 North 3rd Street Raton; NM Mora County, on Thursday, September 30, 2021, at 1 Courthouse Drive, Mora NM; San Miguel County, on Friday, October 1, 2021 at 500 W National Ave., Las Vegas NM. Auctions are scheduled in three counties for the week of September 27, 2021. An earlier news release also listed auctions in Harding and Union Counties. Those have been postponed and will be rescheduled.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18927NM57DE9820210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Mexico Department of Taxation and Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Mexico\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.tax.newmexico.gov/wp-content/uploads/2021/09/Two-property-tax-auctions-rescheduled.pdf\",\n            \"created_at\": \"2021-09-21T06:45:21.473240-04:00\"\n        },\n        {\n            \"id\": 54449,\n            \"title\": \"Georgia Unemployment Rate Drops for 16th Straight Month to 3.5%\",\n            \"summary\": \"Today, Governor Brian P. Kemp applauded Georgia's unemployment rate dropping for the sixteenth straight month to 3.5% for August 2021, down from 3.7% in July. The August jobs report announced the labor force was up 3,885 over the month to 5,174,352. The number of employed was up 15,686 in August to 4,992,696, while the number of unemployed was down 11,801 to 181,656. Initial claims were down 10,939 (-19%) from July to August to 47,872 for the month and are down 199,751 (-81%) over the year. The unemployment rate fell as the number of unemployed, almost 182,000, fell below the pre-pandemic level of 187,000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7957GA63104%20210916\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-16\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Georgia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Georgia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.georgia.gov/press-releases/2021-09-16/georgia-unemployment-rate-drops-16th-straight-month-35\",\n            \"created_at\": \"2021-09-21T06:45:20.406334-04:00\"\n        },\n        {\n            \"id\": 54414,\n            \"title\": \"Complaint Filed: Equifax, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc. on September 18, 2021 via the website with the following details: consumer’s state: TN; consumer’s zip: 38118; product: credit reporting, credit repair services, or other personal consumer reports; sub product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47338155920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4733815\",\n            \"created_at\": \"2021-09-21T06:45:16.693273-04:00\"\n        },\n        {\n            \"id\": 54430,\n            \"title\": \"FDIC Office of Inspector General Press Release Update\",\n            \"summary\": \"The following press releases, issued by the U.S. Department of Justice, were recently posted to the Federal Deposit Insurance Corporation’s (FDIC) Office of Inspector General (OIG) Web site. Such press releases reflect actions resulting from the OIG’s partnerships with U.S. Attorneys’ Offices throughout the country and other OIGs and law enforcement entities. Texas Wedding Planner Sentenced in COVID-19 Fraud Scheme. Farm Equipment CEO Sentenced to Prison, Order to Pay $6.3 Million Restitution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4945140020210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"OIG Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2f29176\",\n            \"created_at\": \"2021-09-21T06:45:18.334119-04:00\"\n        },\n        {\n            \"id\": 54475,\n            \"title\": \"Emergency Order to Cease and Desist Activity, and to Seize Records and Funds: Kevin Keeney, Margie Keeney, Howell-Doran Funeral Home, Inc\",\n            \"summary\": \"The Banking Commissioner of the State of Texas has issued an emergency order to cease and desist activity, and to seize records and funds against Kevin Keeney, individually and as Director and Vice President of Howell-Doran Funeral Home, Inc. and Margie Keeney, individually and as Director and President of Howell-Doran Funeral Home, Inc. and Howell-Doran Funeral Home, Inc. Respondents do not currently hold the permit required by Texas Finance Code to sell prepaid funeral contracts. Respondent Howell-Doran Funeral Home formerly held permit number 272. On May 27, 2010, the Commissioner conditionally renewed Respondent’s permit, authorizing Respondent to maintain existing trust-funded PFCs only, prohibiting sale of any new trust-funded PFCs. On June 1, 2011, Respondent’s permit expired for failure to renew. On June 6, 2011, the DOB received from Texas Ranger Stephen Boyd information regarding several consumer complaints. Ranger Boyd’s investigation uncovered six PFCs which were not properly recorded, and for which funds were either not properly placed in trust or not submitted as premiums to an insurance company. The Commissioner finds by credible evidence that Respondents have violated Texas Finance Code by not properly administering money received for PFCs as prescribed by the Finance Code. The Commissioner further finds that Respondent Kevin Keeney, as the designated agent of Howell-Doran Funeral Home, violated the code by not properly depositing money collected for PFCs. Therefore, Respondents are ordered to cease and desist from engaging in the sale of any PFCs. It is hereby further ordered that the Texas Department of Banking is authorized to immediately seize and take possession of the funds, contracts, and other records of Respondents that relate to the sale of PFCs, wherever they may be located, held, or found; Howell-Doran Funeral Home, Inc., through its officers, directors, or employees, shall immediately gather and surrender to the Texas Department of Banking all contracts and other records relating to the sale of PFCs; Arrowhead Bank shall immediately freeze and allow the Texas Department of Banking to take possession of all accounts bearing the name of Howell-Doran Funeral Home or Howell-Doran Funeral Home, Inc., including all certificates of deposit bearing these names and . City National Bank shall immediately freeze and allow the Texas Department of Banking to take possession of all accounts bearing the name of Howell-Doran Funeral Home or Howell Doran Funeral Home, Inc., including all certificates of deposit bearing these names. This Order to Cease and Desist Activity, and to Seize Records and Funds will take effect immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19238TX74201102620110628\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2011-06-28\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/Laws-Regulations/orders/2011-026.pdf\",\n            \"created_at\": \"2021-09-21T06:45:23.141091-04:00\"\n        },\n        {\n            \"id\": 54436,\n            \"title\": \"Notice of Variances and Waivers: David Jarashow on Required 63 Hour Prelicensure Education Course\",\n            \"summary\": \"The Florida Real Estate Commission hereby gives notice of the issuance of an Order regarding the Petition for Variance or Waiver, filed March 2, 2021, by B. David Jarashow, Esq. The Notice of Petition for Variance or Waiver was published in Vol. 47, No. 47, of the March 10, 2021, Florida Administrative Register. Petitioner sought a waiver of the required sixty-three (63) hour Prelicensure Education Course as a predicate for being authorized to sit for the Florida exam, and upon passage, for licensure as a Florida real estate professional. The Commission considered the Petition at a duly-noticed public meeting held on April 21, 2021. The Commission’s Order was filed on August 3, 2021. The Commission finds, after due consideration and review of all facts and circumstances described by Petitioner, that application of the rule to Petitioner’s circumstances will not create an undue hardship, nor would it violate principles of fairness. Accordingly, it is ordered that the Petition for Variance from Rule 61J2-3.008, F.A.C., is denied.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2502465920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice of Variances and Waivers\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Department of Business and Professional Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25024659\",\n            \"created_at\": \"2021-09-21T06:45:18.947858-04:00\"\n        },\n        {\n            \"id\": 54460,\n            \"title\": \"North American Securities Administrators Association Approves Statement on Diversity, Equity and Inclusion\",\n            \"summary\": \"The North American Securities Administrators Association, the organization of U.S. state securities regulators, securities regulators in Washington, D.C., Puerto Rico, the U.S. Virgin Islands and securities regulators in Canada and Mexico announced that its members approved a Diversity, Equity and Inclusion statement during its Fall Annual Meeting. The new statement articulates NASAA’s commitment to promote DEI to further its mission to protect investors, advance responsible capital formation and ensure the integrity and efficiency of the capital markets. NASAA values its diverse membership and is committed to a welcoming and accepting environment for all people regardless of race, ethnicity, nationality, gender, gender identity, religion, culture, sexual orientation, disability, or background. NASAA is also committed to forging a powerful community that fosters integration, inclusion, respect, and treats everyone fairly. Diversity leads to innovation, creativity, and better business decisions. Fostering and promoting DEI leads to a broader understanding of and better outcomes for our organization, members, employees, partner organizations, the industry regulated by our members, and the investing public.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2918NASAA5864520210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"North American Securities Administrators Association\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nasaa.org/58645/north-american-securities-administrators-association-approves-statement-on-diversity-equity-and-inclusion/\",\n            \"created_at\": \"2021-09-21T06:45:21.577378-04:00\"\n        },\n        {\n            \"id\": 54448,\n            \"title\": \"Miscellaneous: Hazard Mitigation Grant Program Notice of Funding Availability\",\n            \"summary\": \"The Agency for Health Care Administration (Agency) announces receipt of a Program of All-inclusive Care for the Elderly (PACE) application. On August 31, 2021, the Agency received a PACE application from Broward Health to serve eligible residents of Broward County. Section 23 of Senate Bill 2518 passed by the 2021 Florida Legislature, allotted 200 slots to a private organization that owns and manages a health care organization that provides comprehensive long-term care services to provide PACE services to frail and elderly persons who reside in the authorized counties upon state and federal approval.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2502950920210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Miscellaneous\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=25029509\",\n            \"created_at\": \"2021-09-21T06:45:20.300492-04:00\"\n        },\n        {\n            \"id\": 54501,\n            \"title\": \"Greenwashing: CMA Puts Businesses on Notice\",\n            \"summary\": \"To help businesses understand how to communicate their green credentials while reducing the risk of misleading shoppers, the Competition and Markets Authority (CMA) has published the Green Claims Code. This focuses on 6 principles which are based on existing consumer law. It is clear that firms making green claims “must not omit or hide important information” and “must consider the full life cycle of the product”. The Code is part of a wider awareness campaign which the CMA has launched today ahead of COP26. The CMA is concerned about people being misled by environmental claims and also wants to ensure that businesses feel confident navigating the law in this area. Following an initial bedding-in period, the CMA will carry out a full review of misleading green claims, both on and offline (e.g. claims made in store or on labelling), at the start of 2022. The CMA will prioritise which sectors to review in the coming months, which could include industries where consumers appear most concerned about misleading claims – textiles and fashion, travel and transport, and fast-moving consumer goods (food and beverages, beauty products and cleaning products). However, any sector where the CMA finds significant concerns could become a priority. Where there is clear evidence of breaches of consumer law, the CMA may also take action before the formal review begins.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKGT119437720210920\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/greenwashing-cma-puts-businesses-on-notice\",\n            \"created_at\": \"2021-09-21T06:45:25.944419-04:00\"\n        },\n        {\n            \"id\": 54379,\n            \"title\": \"Summary of 2021 Professions and Occupations\",\n            \"summary\": \"During the 2021 legislative session, the General Assembly considered several measures related to professions and occupations, including bills modifying licensure requirements for architects, establishing a professional licensure program for radon technicians, and changing residency requirements for all state licensing programs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO121420210917\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-17\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/summary-2021-professions-and-occupations\",\n            \"created_at\": \"2021-09-21T06:45:12.417606-04:00\"\n        },\n        {\n            \"id\": 54415,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc. on September 18, 2021 via the website with the following details: consumer’s state: TN; consumer’s zip: 38118; product: credit reporting, credit repair services, or other personal consumer reports; sub product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress..\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB47338165920210918\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-09-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/4733816\",\n            \"created_at\": \"2021-09-21T06:45:16.792346-04:00\"\n        },\n        {\n            \"id\": 54389,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delete the Order Audit Trail System Rules in the Rule 6.7400 Series\",\n            \"summary\": \"On September 7, 2021, the NYSE Chicago, Inc. (“NYSE Chicago” or the “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) a proposed rule change to delete the Order Audit Trail System (“OATS”) rules in the Rule 6.7400 Series as these Rules provide for the collection of information that is duplicative of the data collection requirements of the CAT. Further, the Financial Industry Regulatory Authority (“FINRA”) has determined to eliminate its OATS rules. Rule 613 of Regulation NMS requires national securities exchanges and FINRA to create, implement, and maintain a consolidated audit trail to capture customer and order event information for orders in NMS Securities and OTC Equity Securities, across all markets, from the time of order inception through routing, cancellation, modification, or execution in a single consolidated data source. The Participants filed the Plan to comply with Rule 613 of Regulation NMS under the Act. The Plan was published for comment in the Federal Register on May 17, 2016, and approved by the Commission, as modified, on November 15, 2016. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-20218\",\n            \"regalytics_alert_id\": \"1891FR20212021820210920\",\n            \"proposed_comments_due_date\": \"2021-10-12\",\n            \"original_publication_date\": \"2021-09-20\",\n            \"federal_register_publication_date\": \"2021-09-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-09-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Chicago, Inc.\",\n                    \"states\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/09/20/2021-20218/self-regulatory-organizations-nyse-chicago-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-09-21T06:45:14.038148-04:00\"\n        }\n    ]\n}"},{"id":"b4204d14-4b23-424d-bd9f-ee425fe4aede","name":"Fetch All Articles V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"8c41842a69c6934d8f4adbfabb97c9b89537a2e4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sun, 23 Oct 2022 19:25:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1330885"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1000,\n    \"articles\": [\n        {\n            \"id\": 643272,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07307; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609922420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099224\",\n            \"created_at\": \"2022-10-21T05:49:17.231953-04:00\"\n        },\n        {\n            \"id\": 643829,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: DE; consumer's zip: 19703; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610137620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101376\",\n            \"created_at\": \"2022-10-21T05:52:06.125441-04:00\"\n        },\n        {\n            \"id\": 643540,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610031020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100310\",\n            \"created_at\": \"2022-10-21T05:50:38.394363-04:00\"\n        },\n        {\n            \"id\": 643268,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 95350; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609921620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099216\",\n            \"created_at\": \"2022-10-21T05:49:16.029571-04:00\"\n        },\n        {\n            \"id\": 643478,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610003520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100035\",\n            \"created_at\": \"2022-10-21T05:50:19.813054-04:00\"\n        },\n        {\n            \"id\": 643793,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77565; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610125520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101255\",\n            \"created_at\": \"2022-10-21T05:51:55.234974-04:00\"\n        },\n        {\n            \"id\": 642771,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44705; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609793720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097937\",\n            \"created_at\": \"2022-10-21T05:46:45.388674-04:00\"\n        },\n        {\n            \"id\": 643533,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32218; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610026620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100266\",\n            \"created_at\": \"2022-10-21T05:50:36.354180-04:00\"\n        },\n        {\n            \"id\": 643837,\n            \"title\": \"Complaint Filed: the Leviton Law Firm, Ltd.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against The Leviton Law Firm, Ltd., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78233; product: debt collection; sub-product: I do not know; issue: false statements or representation; sub-issue: attempted to collect wrong amount; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610142320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101423\",\n            \"created_at\": \"2022-10-21T05:52:08.534664-04:00\"\n        },\n        {\n            \"id\": 643238,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30324; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609915220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099152\",\n            \"created_at\": \"2022-10-21T05:49:06.708263-04:00\"\n        },\n        {\n            \"id\": 642577,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20904; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609746920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097469\",\n            \"created_at\": \"2022-10-21T05:45:47.072228-04:00\"\n        },\n        {\n            \"id\": 643476,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19027; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610002720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100027\",\n            \"created_at\": \"2022-10-21T05:50:19.215920-04:00\"\n        },\n        {\n            \"id\": 643635,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77546; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610066420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100664\",\n            \"created_at\": \"2022-10-21T05:51:07.064998-04:00\"\n        },\n        {\n            \"id\": 643785,\n            \"title\": \"Complaint Filed: United Consumer Finance, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against United Consumer Finance, Inc., on October 18, 2022, via web with the following details: consumer's state: CT; consumer's zip: 06379; product: payday loan, title loan, or personal loan; sub-product: title loan; issue: loan payment wasn't credited to your account; sub-issue: N/A; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610121920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101219\",\n            \"created_at\": \"2022-10-21T05:51:52.760855-04:00\"\n        },\n        {\n            \"id\": 642594,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30132; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609751920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097519\",\n            \"created_at\": \"2022-10-21T05:45:52.165200-04:00\"\n        },\n        {\n            \"id\": 642767,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 43147; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609792820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097928\",\n            \"created_at\": \"2022-10-21T05:46:44.135728-04:00\"\n        },\n        {\n            \"id\": 642964,\n            \"title\": \"Complaint Filed: Rocky Mountain Capital Management\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Rocky Mountain Capital Management, on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30058; product: debt collection; sub-product: credit card debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: company believes complaint caused principally by actions of third party outside the control or direction of the company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609847620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098476\",\n            \"created_at\": \"2022-10-21T05:47:43.740630-04:00\"\n        },\n        {\n            \"id\": 643532,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32828; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610026520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100265\",\n            \"created_at\": \"2022-10-21T05:50:36.056001-04:00\"\n        },\n        {\n            \"id\": 643560,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48307; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610037920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100379\",\n            \"created_at\": \"2022-10-21T05:50:44.398398-04:00\"\n        },\n        {\n            \"id\": 643834,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32207; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610141120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101411\",\n            \"created_at\": \"2022-10-21T05:52:07.615771-04:00\"\n        },\n        {\n            \"id\": 642720,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48322; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609783920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097839\",\n            \"created_at\": \"2022-10-21T05:46:30.011566-04:00\"\n        },\n        {\n            \"id\": 643219,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70068; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609911120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099111\",\n            \"created_at\": \"2022-10-21T05:49:00.965751-04:00\"\n        },\n        {\n            \"id\": 643757,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33169; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610111020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101110\",\n            \"created_at\": \"2022-10-21T05:51:44.174268-04:00\"\n        },\n        {\n            \"id\": 642567,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08854; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609744420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097444\",\n            \"created_at\": \"2022-10-21T05:45:44.005357-04:00\"\n        },\n        {\n            \"id\": 642995,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 24540; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609859820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098598\",\n            \"created_at\": \"2022-10-21T05:47:53.119717-04:00\"\n        },\n        {\n            \"id\": 643473,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60564; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: public record information inaccurate; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610002120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100021\",\n            \"created_at\": \"2022-10-21T05:50:18.294527-04:00\"\n        },\n        {\n            \"id\": 643630,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75766; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610064820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100648\",\n            \"created_at\": \"2022-10-21T05:51:05.556391-04:00\"\n        },\n        {\n            \"id\": 643256,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15001; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609919320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099193\",\n            \"created_at\": \"2022-10-21T05:49:12.251461-04:00\"\n        },\n        {\n            \"id\": 643784,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07104; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610121020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101210\",\n            \"created_at\": \"2022-10-21T05:51:52.463750-04:00\"\n        },\n        {\n            \"id\": 643711,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77090; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610092120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100921\",\n            \"created_at\": \"2022-10-21T05:51:30.148459-04:00\"\n        },\n        {\n            \"id\": 642592,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33917; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609751520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097515\",\n            \"created_at\": \"2022-10-21T05:45:51.574741-04:00\"\n        },\n        {\n            \"id\": 643773,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33305; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610116120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101161\",\n            \"created_at\": \"2022-10-21T05:51:49.133292-04:00\"\n        },\n        {\n            \"id\": 642763,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28110; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609792020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097920\",\n            \"created_at\": \"2022-10-21T05:46:42.941127-04:00\"\n        },\n        {\n            \"id\": 643943,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33186; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610182120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101821\",\n            \"created_at\": \"2022-10-21T05:52:40.915708-04:00\"\n        },\n        {\n            \"id\": 642775,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75034; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609795420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097954\",\n            \"created_at\": \"2022-10-21T05:46:46.584926-04:00\"\n        },\n        {\n            \"id\": 642956,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60653; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609845220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098452\",\n            \"created_at\": \"2022-10-21T05:47:41.348603-04:00\"\n        },\n        {\n            \"id\": 643200,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33069; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609907420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099074\",\n            \"created_at\": \"2022-10-21T05:48:55.225821-04:00\"\n        },\n        {\n            \"id\": 643528,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20876; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610026020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100260\",\n            \"created_at\": \"2022-10-21T05:50:34.848347-04:00\"\n        },\n        {\n            \"id\": 643546,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92627; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610033020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100330\",\n            \"created_at\": \"2022-10-21T05:50:40.288921-04:00\"\n        },\n        {\n            \"id\": 643161,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609901020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099010\",\n            \"created_at\": \"2022-10-21T05:48:43.292729-04:00\"\n        },\n        {\n            \"id\": 643582,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19121; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610048920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100489\",\n            \"created_at\": \"2022-10-21T05:50:51.070626-04:00\"\n        },\n        {\n            \"id\": 643832,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33760; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610139520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101395\",\n            \"created_at\": \"2022-10-21T05:52:07.024305-04:00\"\n        },\n        {\n            \"id\": 644433,\n            \"title\": \"Hawaii's September Unemployment Rate at 3.5 Percent\",\n            \"summary\": \"The Hawaii State Department of Business, Economic Development and Tourism (DBEDT) today announced that the seasonally adjusted unemployment rate for September was 3.5 percent, compared to the revised rate of 4.0 percent in August. Statewide, 653,250 were employed and 23,750 unemployed in September for a total seasonally adjusted labor force of 677,000. Nationally, the seasonally adjusted unemployment rate was 3.5 percent in September down from 3.7 percent in August. The unemployment rate figures for the State of Hawaii and the U.S. in this release are seasonally adjusted, in accordance with the U.S. Bureau of Labor Statistics (BLS) methodology. The not seasonally adjusted rate for the State was 3.4 percent in September, compared to 3.6 percent in August.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI179AIIS42934\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hawaii Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Hawaii\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://governor.hawaii.gov/newsroom/dbedt-news-release-hawaiis-september-unemployment-rate-at-3-5-percent/\",\n            \"created_at\": \"2022-10-21T05:54:44.310388-04:00\"\n        },\n        {\n            \"id\": 642704,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: WY; consumer's zip: 82604; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609779320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097793\",\n            \"created_at\": \"2022-10-21T05:46:25.230387-04:00\"\n        },\n        {\n            \"id\": 643011,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10804; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609864320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098643\",\n            \"created_at\": \"2022-10-21T05:47:57.948477-04:00\"\n        },\n        {\n            \"id\": 643205,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33174; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609908320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099083\",\n            \"created_at\": \"2022-10-21T05:48:56.712139-04:00\"\n        },\n        {\n            \"id\": 643441,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78112; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609991420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099914\",\n            \"created_at\": \"2022-10-21T05:50:08.666023-04:00\"\n        },\n        {\n            \"id\": 643747,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20817; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610105120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101051\",\n            \"created_at\": \"2022-10-21T05:51:41.155781-04:00\"\n        },\n        {\n            \"id\": 643950,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60617; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610183620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101836\",\n            \"created_at\": \"2022-10-21T05:52:43.031893-04:00\"\n        },\n        {\n            \"id\": 642564,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19131; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609743820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097438\",\n            \"created_at\": \"2022-10-21T05:45:43.124240-04:00\"\n        },\n        {\n            \"id\": 642725,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33015; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609784620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097846\",\n            \"created_at\": \"2022-10-21T05:46:31.509631-04:00\"\n        },\n        {\n            \"id\": 642989,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10901; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: difficulty submitting a dispute or getting information about a dispute over the phone; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609857620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098576\",\n            \"created_at\": \"2022-10-21T05:47:51.353187-04:00\"\n        },\n        {\n            \"id\": 643253,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 90047; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609918720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099187\",\n            \"created_at\": \"2022-10-21T05:49:11.325056-04:00\"\n        },\n        {\n            \"id\": 643455,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 90746; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609997020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099970\",\n            \"created_at\": \"2022-10-21T05:50:12.896346-04:00\"\n        },\n        {\n            \"id\": 643607,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 45405; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610056320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100563\",\n            \"created_at\": \"2022-10-21T05:50:58.584092-04:00\"\n        },\n        {\n            \"id\": 642879,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29506; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609822020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098220\",\n            \"created_at\": \"2022-10-21T05:47:18.067676-04:00\"\n        },\n        {\n            \"id\": 643032,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WV; consumer's zip: 26505; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609871120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098711\",\n            \"created_at\": \"2022-10-21T05:48:04.294016-04:00\"\n        },\n        {\n            \"id\": 643255,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07050; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609919020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099190\",\n            \"created_at\": \"2022-10-21T05:49:11.923409-04:00\"\n        },\n        {\n            \"id\": 643722,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610096720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100967\",\n            \"created_at\": \"2022-10-21T05:51:33.469984-04:00\"\n        },\n        {\n            \"id\": 643766,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60643; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610113120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101131\",\n            \"created_at\": \"2022-10-21T05:51:46.950807-04:00\"\n        },\n        {\n            \"id\": 643613,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60605; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610057820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100578\",\n            \"created_at\": \"2022-10-21T05:51:00.429900-04:00\"\n        },\n        {\n            \"id\": 643705,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78653; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610089920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100899\",\n            \"created_at\": \"2022-10-21T05:51:28.291463-04:00\"\n        },\n        {\n            \"id\": 642586,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23518; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609749420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097494\",\n            \"created_at\": \"2022-10-21T05:45:49.776076-04:00\"\n        },\n        {\n            \"id\": 642588,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76065; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609750320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097503\",\n            \"created_at\": \"2022-10-21T05:45:50.374320-04:00\"\n        },\n        {\n            \"id\": 644138,\n            \"title\": \"Morris County Man Indicted on Tax and Bankruptcy Fraud\",\n            \"summary\": \"A Morris County, New Jersey, man was arrested today by federal agents on charges of tax and bankruptcy fraud, U.S. Attorney Philip R. Sellinger and Acting Deputy Assistant Attorney General Stuart M. Goldberg of the U.S. Department of Justice’s Tax Division announced. Zeki Donuk of Landing, New Jersey, is charged by indictment with three counts of aiding or assisting in the preparation of false income tax returns, two counts of tax evasion, five counts of failure to collect, truthfully account for, and pay over trust fund taxes, and two counts of making false statements in bankruptcy proceedings. He is scheduled to make his initial appearance today before U.S. Magistrate Judge André M. Espinosa in Newark federal court.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO54N UDDMO86437420221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, District of New Jersey\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Jersey\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-nj/pr/morris-county-man-indicted-tax-and-bankruptcy-fraud\",\n            \"created_at\": \"2022-10-21T05:53:35.130880-04:00\"\n        },\n        {\n            \"id\": 643771,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89106; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610115120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101151\",\n            \"created_at\": \"2022-10-21T05:51:48.493688-04:00\"\n        },\n        {\n            \"id\": 642632,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19124; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609762520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097625\",\n            \"created_at\": \"2022-10-21T05:46:03.605420-04:00\"\n        },\n        {\n            \"id\": 642762,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30331; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609791620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097916\",\n            \"created_at\": \"2022-10-21T05:46:42.644009-04:00\"\n        },\n        {\n            \"id\": 643851,\n            \"title\": \"Complaint Filed: Experian Information Solutions, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Experian Information Solutions, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33701; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610147420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101474\",\n            \"created_at\": \"2022-10-21T05:52:12.889937-04:00\"\n        },\n        {\n            \"id\": 643936,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 62254; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610179220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101792\",\n            \"created_at\": \"2022-10-21T05:52:38.767966-04:00\"\n        },\n        {\n            \"id\": 642773,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: IN; consumer's zip: 47462; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609794820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097948\",\n            \"created_at\": \"2022-10-21T05:46:45.982676-04:00\"\n        },\n        {\n            \"id\": 644460,\n            \"title\": \"Seven Chicago-Area Residents Charged with $16 Million COVID-Relief Fraud\",\n            \"summary\": \"Seven Chicago-area residents have been indicted on federal charges for allegedly fraudulently obtaining at least $16 million in small business loans and grants under the Coronavirus Aid, Relief, and Economic Security (“CARES”) Act. The defendants engaged in fraud related to the Economic Injury Disaster Loan Program (EIDL) – one of the sources of relief under the CARES Act, according to a 33-count indictment returned Wednesday in the Northern District of Illinois. Charged with wire fraud and money laundering are Maja Nikolic, 34, of Brookfield, Illinois, Marko Nikolic, 34, of La Grange, Illinois, Nebojsa Simeunovic, 37, of Lyons, Illinois, Mijajlo Stanisic, 33, of Willowbrook, Illinois, Branko Aleksic, 33, of Chicago, Milica Sumakovic, 31, of Chicago, and Dorde Todorovic, 32, of Chicago. Arraignments in federal court in Chicago have not yet been scheduled. If convicted, the Court must impose reasonable sentences under federal statutes and the advisory U.S. Sentencing Guidelines.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO72 CUDDSE103434820221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, Northern District of Illinois\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-ndil/pr/seven-chicago-area-residents-charged-16-million-covid-relief-fraud\",\n            \"created_at\": \"2022-10-21T05:54:51.104395-04:00\"\n        },\n        {\n            \"id\": 642882,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75115; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609823320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098233\",\n            \"created_at\": \"2022-10-21T05:47:18.981407-04:00\"\n        },\n        {\n            \"id\": 642952,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30907; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609843920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098439\",\n            \"created_at\": \"2022-10-21T05:47:40.163558-04:00\"\n        },\n        {\n            \"id\": 643101,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75231; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609890920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098909\",\n            \"created_at\": \"2022-10-21T05:48:25.214822-04:00\"\n        },\n        {\n            \"id\": 643197,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32456; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609906720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099067\",\n            \"created_at\": \"2022-10-21T05:48:54.304456-04:00\"\n        },\n        {\n            \"id\": 643349,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77006; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609944320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099443\",\n            \"created_at\": \"2022-10-21T05:49:40.791344-04:00\"\n        },\n        {\n            \"id\": 643513,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48326; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610019020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100190\",\n            \"created_at\": \"2022-10-21T05:50:30.388570-04:00\"\n        },\n        {\n            \"id\": 643544,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48601; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610032020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100320\",\n            \"created_at\": \"2022-10-21T05:50:39.635362-04:00\"\n        },\n        {\n            \"id\": 642876,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609819820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098198\",\n            \"created_at\": \"2022-10-21T05:47:17.164635-04:00\"\n        },\n        {\n            \"id\": 643021,\n            \"title\": \"Complaint Filed: AES/PHEAA\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against AES/PHEAA, on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85225; product: student loan; sub-product: federal student loan servicing; issue: dealing with your lender or servicer; sub-issue: received bad information about your loan; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609867920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098679\",\n            \"created_at\": \"2022-10-21T05:48:00.999090-04:00\"\n        },\n        {\n            \"id\": 643138,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609897520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098975\",\n            \"created_at\": \"2022-10-21T05:48:36.333620-04:00\"\n        },\n        {\n            \"id\": 643329,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 43147; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609934220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099342\",\n            \"created_at\": \"2022-10-21T05:49:34.625203-04:00\"\n        },\n        {\n            \"id\": 643578,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60409; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610046320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100463\",\n            \"created_at\": \"2022-10-21T05:50:49.854155-04:00\"\n        },\n        {\n            \"id\": 643690,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78653; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610084120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100841\",\n            \"created_at\": \"2022-10-21T05:51:23.771701-04:00\"\n        },\n        {\n            \"id\": 643821,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76528; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610135020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101350\",\n            \"created_at\": \"2022-10-21T05:52:03.689013-04:00\"\n        },\n        {\n            \"id\": 643957,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33417; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610185320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101853\",\n            \"created_at\": \"2022-10-21T05:52:45.186257-04:00\"\n        },\n        {\n            \"id\": 644429,\n            \"title\": \"Boston Fed Podcast Examines Racial Disparities in the U.S. and Why They Aren’t Closing\",\n            \"summary\": \"Different races often live in vastly different realities in the U.S. That’s a fact continually revealed in measures like wealth and education, or in neighborhood quality and crime rates. These racial disparities have barely budged for decades, and they highlight perpetual disadvantage for the same groups – largely Blacks and Hispanics. The question is, “Why?” The Federal Reserve Bank of Boston’s Research Department examined racial disparities at its 64th Economic Conference. And the Bank’s Six Hundred Atlantic podcast built on that work in Season 3, “Enduring Divides: Racial Disparities in Today’s Economy.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB9911820221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve Bank of Boston\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.bostonfed.org/news-and-events/news/2022/10/podcast-boston-fed-six-hundred-atlantic-racial-disparities.aspx\",\n            \"created_at\": \"2022-10-21T05:54:43.376043-04:00\"\n        },\n        {\n            \"id\": 642584,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: AL; consumer's zip: 36303; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609749120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097491\",\n            \"created_at\": \"2022-10-21T05:45:49.185441-04:00\"\n        },\n        {\n            \"id\": 642702,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30024; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609778920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097789\",\n            \"created_at\": \"2022-10-21T05:46:24.617684-04:00\"\n        },\n        {\n            \"id\": 642863,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609815320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098153\",\n            \"created_at\": \"2022-10-21T05:47:13.119447-04:00\"\n        },\n        {\n            \"id\": 642984,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31204; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609853820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098538\",\n            \"created_at\": \"2022-10-21T05:47:49.847167-04:00\"\n        },\n        {\n            \"id\": 643091,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30281; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609888720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098887\",\n            \"created_at\": \"2022-10-21T05:48:22.165961-04:00\"\n        },\n        {\n            \"id\": 643183,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75104; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609904520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099045\",\n            \"created_at\": \"2022-10-21T05:48:50.020956-04:00\"\n        },\n        {\n            \"id\": 643352,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 18974; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609944920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099449\",\n            \"created_at\": \"2022-10-21T05:49:41.719505-04:00\"\n        },\n        {\n            \"id\": 643439,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75206; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609990420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099904\",\n            \"created_at\": \"2022-10-21T05:50:08.035895-04:00\"\n        },\n        {\n            \"id\": 643586,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07040; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610050020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100500\",\n            \"created_at\": \"2022-10-21T05:50:52.257965-04:00\"\n        },\n        {\n            \"id\": 643746,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 45377; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610105020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101050\",\n            \"created_at\": \"2022-10-21T05:51:40.857723-04:00\"\n        },\n        {\n            \"id\": 643856,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77521; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610149720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101497\",\n            \"created_at\": \"2022-10-21T05:52:14.380378-04:00\"\n        },\n        {\n            \"id\": 643929,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48342; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610174320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101743\",\n            \"created_at\": \"2022-10-21T05:52:36.595433-04:00\"\n        },\n        {\n            \"id\": 644147,\n            \"title\": \"Unemployment Insurance Weekly Claims Report\",\n            \"summary\": \"In the week ending October 15, the advance figure for seasonally adjusted initial claims was 214,000, a decrease of 12,000 from the previous week's revised level. The previous week's level was revised down by 2,000 from 228,000 to 226,000. The 4-week moving average was 212,250, an increase of 1,250 from the previous week's revised average. The previous week's average was revised down by 500 from 211,500 to 211,000. The advance seasonally adjusted insured unemployment rate was 1.0 percent for the week ending October 8, an increase of 0.1 percentage point from the previous week's revised rate. The previous week's rate was revised down by 0.1 from 1. to 0.9 percent.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19821US4353102020221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Employment and Training Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/eta/eta20221020\",\n            \"created_at\": \"2022-10-21T05:53:37.439598-04:00\"\n        },\n        {\n            \"id\": 642555,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11208; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609741720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097417\",\n            \"created_at\": \"2022-10-21T05:45:40.437661-04:00\"\n        },\n        {\n            \"id\": 642637,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29334; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609763220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097632\",\n            \"created_at\": \"2022-10-21T05:46:05.110011-04:00\"\n        },\n        {\n            \"id\": 642716,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21044; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609781920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097819\",\n            \"created_at\": \"2022-10-21T05:46:28.821862-04:00\"\n        },\n        {\n            \"id\": 642884,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92627; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609823620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098236\",\n            \"created_at\": \"2022-10-21T05:47:19.574396-04:00\"\n        },\n        {\n            \"id\": 642986,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48342; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: other personal consumer report; issue: incorrect information on your report; sub-issue: public record information inaccurate; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609855520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098555\",\n            \"created_at\": \"2022-10-21T05:47:50.452818-04:00\"\n        },\n        {\n            \"id\": 643135,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30044; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609897220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098972\",\n            \"created_at\": \"2022-10-21T05:48:35.428803-04:00\"\n        },\n        {\n            \"id\": 643247,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11727; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609917620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099176\",\n            \"created_at\": \"2022-10-21T05:49:09.497980-04:00\"\n        },\n        {\n            \"id\": 643323,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77076; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609930720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099307\",\n            \"created_at\": \"2022-10-21T05:49:32.799357-04:00\"\n        },\n        {\n            \"id\": 643453,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33161; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609996520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099965\",\n            \"created_at\": \"2022-10-21T05:50:12.304202-04:00\"\n        },\n        {\n            \"id\": 643510,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32218; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610017720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100177\",\n            \"created_at\": \"2022-10-21T05:50:29.466385-04:00\"\n        },\n        {\n            \"id\": 643605,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32220; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610055820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100558\",\n            \"created_at\": \"2022-10-21T05:50:57.993186-04:00\"\n        },\n        {\n            \"id\": 642735,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70131; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609786420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097864\",\n            \"created_at\": \"2022-10-21T05:46:34.489434-04:00\"\n        },\n        {\n            \"id\": 642872,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34744; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609817720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098177\",\n            \"created_at\": \"2022-10-21T05:47:15.974492-04:00\"\n        },\n        {\n            \"id\": 642947,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23464; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609841720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098417\",\n            \"created_at\": \"2022-10-21T05:47:38.560762-04:00\"\n        },\n        {\n            \"id\": 643023,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: DC; consumer's zip: 20002; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609868520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098685\",\n            \"created_at\": \"2022-10-21T05:48:01.596864-04:00\"\n        },\n        {\n            \"id\": 643132,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08830; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609896920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098969\",\n            \"created_at\": \"2022-10-21T05:48:34.514981-04:00\"\n        },\n        {\n            \"id\": 643245,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07031; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609916820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099168\",\n            \"created_at\": \"2022-10-21T05:49:08.864563-04:00\"\n        },\n        {\n            \"id\": 643682,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29920; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610082120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100821\",\n            \"created_at\": \"2022-10-21T05:51:21.366108-04:00\"\n        },\n        {\n            \"id\": 643719,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via phone with the following details: consumer's state: PA; consumer's zip: 19144; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610095720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100957\",\n            \"created_at\": \"2022-10-21T05:51:32.540516-04:00\"\n        },\n        {\n            \"id\": 643755,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28278; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610110520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101105\",\n            \"created_at\": \"2022-10-21T05:51:43.571608-04:00\"\n        },\n        {\n            \"id\": 643756,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33313; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610110920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101109\",\n            \"created_at\": \"2022-10-21T05:51:43.869975-04:00\"\n        },\n        {\n            \"id\": 643529,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20876; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610026120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100261\",\n            \"created_at\": \"2022-10-21T05:50:35.163371-04:00\"\n        },\n        {\n            \"id\": 643606,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32220; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610055920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100559\",\n            \"created_at\": \"2022-10-21T05:50:58.288552-04:00\"\n        },\n        {\n            \"id\": 643644,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75126; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610070220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100702\",\n            \"created_at\": \"2022-10-21T05:51:09.813310-04:00\"\n        },\n        {\n            \"id\": 643698,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MA; consumer's zip: 02149; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610087920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100879\",\n            \"created_at\": \"2022-10-21T05:51:26.195775-04:00\"\n        },\n        {\n            \"id\": 642518,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07104; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609279120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092791\",\n            \"created_at\": \"2022-10-21T05:45:29.261454-04:00\"\n        },\n        {\n            \"id\": 642578,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44121; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609747220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097472\",\n            \"created_at\": \"2022-10-21T05:45:47.368972-04:00\"\n        },\n        {\n            \"id\": 643973,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33417; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610191920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101919\",\n            \"created_at\": \"2022-10-21T05:52:50.041838-04:00\"\n        },\n        {\n            \"id\": 643970,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MS; consumer's zip: 38654; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610190920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101909\",\n            \"created_at\": \"2022-10-21T05:52:49.140155-04:00\"\n        },\n        {\n            \"id\": 644038,\n            \"title\": \"Complaint Filed: Consumer Portfolio Services, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Consumer Portfolio Services, Inc., on October 19, 2022, via web with the following details: consumer's state: MN; consumer's zip: 55112; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610658520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6106585\",\n            \"created_at\": \"2022-10-21T05:53:10.131524-04:00\"\n        },\n        {\n            \"id\": 644114,\n            \"title\": \"Notice of Filing and Immediate Effectiveness of Proposed Rule Change Amend the NYSE Arca Equities Fees and Charges\",\n            \"summary\": \"On October 3, 2022, NYSE Arca, Inc. (‘‘NYSE Arca’’ or the ‘‘Exchange’’) filed with the Securities and Exchange Commission (‘‘SEC’’ or ‘‘Commission’’) the proposed rule change to amend the Fee Schedule by introducing a minimum credit under Adding Tiers for Adding in Tape A, Tape B and Tape C securities. The Exchange also proposes to amend the equity and options volume requirement under the Cross Asset Tier. The Exchange proposes to implement the fee changes effective October 3, 2022.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20226815720221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-10-03\",\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/federal-registers/2022/NYSEArca-2022-68,_87_FR_63837_(10-20-22).pdf\",\n            \"created_at\": \"2022-10-21T05:53:29.180004-04:00\"\n        },\n        {\n            \"id\": 644457,\n            \"title\": \"Lowell Money Manager Pleads Guilty to Defrauding Clients of Millions of Dollars\",\n            \"summary\": \"A Lowell man pleaded guilty yesterday to engaging in a scheme to defraud his clients of millions of dollars. Steven Xigoros, 55, pleaded guilty to two counts of wire fraud, one count of aggravated identity theft, and one count of filing a false tax return. U.S. District Court Judge Nathaniel M. Gorton scheduled sentencing for February 23, 2023. Xigoros was indicted by a federal grand jury in September 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO79GURSSLO105436220221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, District of Massachusetts\",\n                    \"states\": [\n                        {\n                            \"name\": \"Massachusetts\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-ma/pr/lowell-money-manager-pleads-guilty-defrauding-clients-millions-dollars\",\n            \"created_at\": \"2022-10-21T05:54:50.327254-04:00\"\n        },\n        {\n            \"id\": 643770,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20774; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610114320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101143\",\n            \"created_at\": \"2022-10-21T05:51:48.191800-04:00\"\n        },\n        {\n            \"id\": 643843,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27203; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610145420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101454\",\n            \"created_at\": \"2022-10-21T05:52:10.469604-04:00\"\n        },\n        {\n            \"id\": 642631,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27601; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609762420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097624\",\n            \"created_at\": \"2022-10-21T05:46:03.285490-04:00\"\n        },\n        {\n            \"id\": 642673,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609770920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097709\",\n            \"created_at\": \"2022-10-21T05:46:15.912160-04:00\"\n        },\n        {\n            \"id\": 642759,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07712; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609791220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097912\",\n            \"created_at\": \"2022-10-21T05:46:41.746204-04:00\"\n        },\n        {\n            \"id\": 643846,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70811; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610146020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101460\",\n            \"created_at\": \"2022-10-21T05:52:11.370264-04:00\"\n        },\n        {\n            \"id\": 643850,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20784; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610146820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101468\",\n            \"created_at\": \"2022-10-21T05:52:12.589150-04:00\"\n        },\n        {\n            \"id\": 643855,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76011; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610149020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101490\",\n            \"created_at\": \"2022-10-21T05:52:14.079278-04:00\"\n        },\n        {\n            \"id\": 643933,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 22180; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610177220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101772\",\n            \"created_at\": \"2022-10-21T05:52:37.797137-04:00\"\n        },\n        {\n            \"id\": 644039,\n            \"title\": \"Complaint Filed: Afni, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Afni, Inc., on October 19, 2022, via phone with the following details: consumer's state: OH; consumer's zip: 44483; product: debt collection; sub-product: other debt; issue: attempts to collect debt not owed; sub-issue: debt was result of identity theft; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610693120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6106931\",\n            \"created_at\": \"2022-10-21T05:53:10.431380-04:00\"\n        },\n        {\n            \"id\": 644034,\n            \"title\": \"Complaint Filed: I.C. System, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against I.C. System, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48228; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the CFPB and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610554320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6105543\",\n            \"created_at\": \"2022-10-21T05:53:08.870754-04:00\"\n        },\n        {\n            \"id\": 644115,\n            \"title\": \"Notice of Filing and Immediate Effectiveness of Proposed Rule Change to Modify Rule 7.44-E\",\n            \"summary\": \"On October 11, 2022, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to modify Rule 7.44-E, which sets forth the Exchange’s Retail Liquidity Program (the “Program”). The purpose of the Program is to attract retail order flow to the Exchange and allow such order flow to receive potential price improvement. Rule 7.44-E provides for a class of market participant called Retail Liquidity Providers (“RLPs”), and nonRLP ETP Holders are able to provide potential price improvement to retail investor orders in the form of a non-displayed order that is priced better than the best protected bid or offer, called a Retail Price Improvement Order (“RPI Order”). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349611120221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-10-11\",\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2022/34-96111.pdf\",\n            \"created_at\": \"2022-10-21T05:53:29.418448-04:00\"\n        },\n        {\n            \"id\": 644453,\n            \"title\": \"Commissioner Gonzales Announces Non-Depository Financial Institution Annual Supervision Fee for Fiscal Year 2022-2023\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today the annual supervision fee for non-depository financial institutions in fiscal year 2022-2023, effective November 1, 2022. The fee is $900 for flexible credit licensees and mortgage licensees, and $500 for check cashing licensees, deferred presentment licensees, premium finance licensees, industrial loan and thrift registrants, and title pledge licensees. Money transmission licensees will continue to pay licensing and examination fees as required by statute. Mortgage loan originators will continue to pay a licensing and renewal fee of $100 and a sponsorship fee of $100.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI2792320221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Tennessee Department of Financial Institutions\",\n                    \"states\": [\n                        {\n                            \"name\": \"Tennessee\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2022/10/20/commissioner-gonzales-announces-non-depository-financial-institution-annual-supervision-fee-for-fiscal-year-2022-2023.html\",\n            \"created_at\": \"2022-10-21T05:54:49.329322-04:00\"\n        },\n        {\n            \"id\": 642807,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609803420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098034\",\n            \"created_at\": \"2022-10-21T05:46:56.202319-04:00\"\n        },\n        {\n            \"id\": 642847,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60542; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609811820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098118\",\n            \"created_at\": \"2022-10-21T05:47:08.167285-04:00\"\n        },\n        {\n            \"id\": 642929,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28209; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609836720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098367\",\n            \"created_at\": \"2022-10-21T05:47:33.150687-04:00\"\n        },\n        {\n            \"id\": 642951,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32837; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: unable to get your credit report or credit score; sub-issue: other problem getting your report or credit score; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609843020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098430\",\n            \"created_at\": \"2022-10-21T05:47:39.819961-04:00\"\n        },\n        {\n            \"id\": 643004,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32824; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609862120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098621\",\n            \"created_at\": \"2022-10-21T05:47:55.856690-04:00\"\n        },\n        {\n            \"id\": 643094,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10469; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609889320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098893\",\n            \"created_at\": \"2022-10-21T05:48:23.053445-04:00\"\n        },\n        {\n            \"id\": 643134,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07047; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609897120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098971\",\n            \"created_at\": \"2022-10-21T05:48:35.129681-04:00\"\n        },\n        {\n            \"id\": 643182,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92334; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609904220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099042\",\n            \"created_at\": \"2022-10-21T05:48:49.718713-04:00\"\n        },\n        {\n            \"id\": 643274,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 14609; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609922720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099227\",\n            \"created_at\": \"2022-10-21T05:49:17.833413-04:00\"\n        },\n        {\n            \"id\": 643347,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48219; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609939920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099399\",\n            \"created_at\": \"2022-10-21T05:49:40.188792-04:00\"\n        },\n        {\n            \"id\": 643421,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75126; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609982820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099828\",\n            \"created_at\": \"2022-10-21T05:50:02.674703-04:00\"\n        },\n        {\n            \"id\": 643506,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92084; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610015220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100152\",\n            \"created_at\": \"2022-10-21T05:50:28.240257-04:00\"\n        },\n        {\n            \"id\": 642512,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AR; consumer's zip: 72364; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609277720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092777\",\n            \"created_at\": \"2022-10-21T05:45:27.477558-04:00\"\n        },\n        {\n            \"id\": 642713,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: VA; consumer's zip: 22968; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609781520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097815\",\n            \"created_at\": \"2022-10-21T05:46:27.898658-04:00\"\n        },\n        {\n            \"id\": 642761,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70043; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609791420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097914\",\n            \"created_at\": \"2022-10-21T05:46:42.347561-04:00\"\n        },\n        {\n            \"id\": 642873,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: CA; consumer's zip: 90262; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609818920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098189\",\n            \"created_at\": \"2022-10-21T05:47:16.272869-04:00\"\n        },\n        {\n            \"id\": 642934,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08618; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609837620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098376\",\n            \"created_at\": \"2022-10-21T05:47:34.631595-04:00\"\n        },\n        {\n            \"id\": 643016,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30458; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609866720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098667\",\n            \"created_at\": \"2022-10-21T05:47:59.479256-04:00\"\n        },\n        {\n            \"id\": 643081,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10001; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609886020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098860\",\n            \"created_at\": \"2022-10-21T05:48:19.171347-04:00\"\n        },\n        {\n            \"id\": 643130,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35235; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609896720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098967\",\n            \"created_at\": \"2022-10-21T05:48:33.921803-04:00\"\n        },\n        {\n            \"id\": 643328,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60409; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609933720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099337\",\n            \"created_at\": \"2022-10-21T05:49:34.325890-04:00\"\n        },\n        {\n            \"id\": 643241,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OK; consumer's zip: 73160; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609915920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099159\",\n            \"created_at\": \"2022-10-21T05:49:07.610041-04:00\"\n        },\n        {\n            \"id\": 643324,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34984; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609930820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099308\",\n            \"created_at\": \"2022-10-21T05:49:33.124286-04:00\"\n        },\n        {\n            \"id\": 643577,\n            \"title\": \"Complaint Filed: Wilber and Associates, P.C.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Wilber and Associates, P.C., on October 18, 2022, via web with the following details: consumer's state: KY; consumer's zip: 40014; product: debt collection; sub-product: auto debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610045920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100459\",\n            \"created_at\": \"2022-10-21T05:50:49.562051-04:00\"\n        },\n        {\n            \"id\": 643628,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20619; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: public record information inaccurate; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610064620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100646\",\n            \"created_at\": \"2022-10-21T05:51:04.948645-04:00\"\n        },\n        {\n            \"id\": 643685,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60626; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610082920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100829\",\n            \"created_at\": \"2022-10-21T05:51:22.261056-04:00\"\n        },\n        {\n            \"id\": 643777,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10977; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610118020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101180\",\n            \"created_at\": \"2022-10-21T05:51:50.352624-04:00\"\n        },\n        {\n            \"id\": 643815,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92544; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610133920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101339\",\n            \"created_at\": \"2022-10-21T05:52:01.857745-04:00\"\n        },\n        {\n            \"id\": 643874,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10550; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610154620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101546\",\n            \"created_at\": \"2022-10-21T05:52:19.893392-04:00\"\n        },\n        {\n            \"id\": 643954,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CO; consumer's zip: 80015; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610184220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101842\",\n            \"created_at\": \"2022-10-21T05:52:44.225535-04:00\"\n        },\n        {\n            \"id\": 644104,\n            \"title\": \"Order Instituting Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change to Adopt Intraday Volatility Charge and Eliminate Intraday Backtesting Charge National Securities Clearing Corporation\",\n            \"summary\": \"On July 7, 2022, National Securities Clearing Corporation (“NSCC”) filed with the Securities and Exchange Commission (“Commission”) proposed rule change SR-NSCC-2022-009 (the “Proposed Rule Change”) to implement an intraday volatility charge, which it may collect on an intraday basis, to better address the volatility risks presented by Members' adjusted intraday Net Unsettled Positions between start of day collections of Required Fund Deposits. The Proposed Rule Change was published for comment in the Federal Register on July 20, 2022, and the Commission has received comments regarding the changes proposed in the Proposed Rule Change. On September 1, 2022, the Commission designated a longer period within which to approve, disapprove, or institute proceedings to determine whether to approve or disapprove the Proposed Rule Change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22732\",\n            \"regalytics_alert_id\": \"1891FR20222273220221020\",\n            \"proposed_comments_due_date\": \"2022-11-10\",\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Securities Clearing Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22732/self-regulatory-organizations-national-securities-clearing-corporation-order-instituting-proceedings\",\n            \"created_at\": \"2022-10-21T05:53:26.680627-04:00\"\n        },\n        {\n            \"id\": 644158,\n            \"title\": \"SBA Adds Counties to Hurricane Ian Disaster Declaration, Opening Mobile Business Recovery Center in Sarasota County on Friday\",\n            \"summary\": \"The U.S. Small Business Administration (SBA) announced today the addition of several Florida counties to SBA’s disaster declaration for Hurricane Ian that began September 23, expanding eligibility to apply for the federal disaster loan program. SBA also announced it will open a Mobile Business Recovery Center in Venice beginning Friday, October 21. It will be located at the United Way of South Sarasota, 4242 S. Tamiami Trail. Its hours will be 9 a.m. to 6 p.m., Friday, October 21, and Monday-Wednesday, October 24-26, only. Businesses and private nonprofit organizations of any size may borrow up to $2 million to repair or replace disaster-damaged or destroyed real estate, machinery and equipment, inventory, and other business assets. Interest rates are as low as 3.04 for businesses, 1.875 percent for nonprofit organizations, and 2.188 percent for homeowners and renters, with terms up to 30 years. Loan amounts and terms are set by the SBA and are based on each applicant’s financial condition.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"22761SBA124132AR20221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.sba.gov/article/2022/oct/20/sba-adds-counties-hurricane-ian-disaster-declaration-opening-mobile-business-recovery-center\",\n            \"created_at\": \"2022-10-21T05:53:40.212302-04:00\"\n        },\n        {\n            \"id\": 642521,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33415; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609279420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092794\",\n            \"created_at\": \"2022-10-21T05:45:30.199024-04:00\"\n        },\n        {\n            \"id\": 642570,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44121; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609744820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097448\",\n            \"created_at\": \"2022-10-21T05:45:44.887754-04:00\"\n        },\n        {\n            \"id\": 642647,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48238; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609765620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097656\",\n            \"created_at\": \"2022-10-21T05:46:08.066765-04:00\"\n        },\n        {\n            \"id\": 642691,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48227; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609776020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097760\",\n            \"created_at\": \"2022-10-21T05:46:21.318617-04:00\"\n        },\n        {\n            \"id\": 642805,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30331; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609802820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098028\",\n            \"created_at\": \"2022-10-21T05:46:55.613465-04:00\"\n        },\n        {\n            \"id\": 642862,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609815220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098152\",\n            \"created_at\": \"2022-10-21T05:47:12.824636-04:00\"\n        },\n        {\n            \"id\": 642918,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: IN; consumer's zip: 46307; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609834020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098340\",\n            \"created_at\": \"2022-10-21T05:47:29.822135-04:00\"\n        },\n        {\n            \"id\": 642982,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29745; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609852420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098524\",\n            \"created_at\": \"2022-10-21T05:47:49.248980-04:00\"\n        },\n        {\n            \"id\": 643046,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33132; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609875220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098752\",\n            \"created_at\": \"2022-10-21T05:48:08.494177-04:00\"\n        },\n        {\n            \"id\": 643088,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91602; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609888020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098880\",\n            \"created_at\": \"2022-10-21T05:48:21.272352-04:00\"\n        },\n        {\n            \"id\": 643127,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20910; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609896120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098961\",\n            \"created_at\": \"2022-10-21T05:48:33.023141-04:00\"\n        },\n        {\n            \"id\": 643177,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77044; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609903320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099033\",\n            \"created_at\": \"2022-10-21T05:48:48.166959-04:00\"\n        },\n        {\n            \"id\": 643279,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 45246; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609923720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099237\",\n            \"created_at\": \"2022-10-21T05:49:19.400575-04:00\"\n        },\n        {\n            \"id\": 643340,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 38115; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609937420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099374\",\n            \"created_at\": \"2022-10-21T05:49:37.991927-04:00\"\n        },\n        {\n            \"id\": 643384,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33130; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609969020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099690\",\n            \"created_at\": \"2022-10-21T05:49:51.432149-04:00\"\n        },\n        {\n            \"id\": 643437,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60612; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with fraud alerts or security freezes; sub-issue: N/A; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609989320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099893\",\n            \"created_at\": \"2022-10-21T05:50:07.421211-04:00\"\n        },\n        {\n            \"id\": 643521,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33032; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610023920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100239\",\n            \"created_at\": \"2022-10-21T05:50:32.758484-04:00\"\n        },\n        {\n            \"id\": 643585,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75114; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610049420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100494\",\n            \"created_at\": \"2022-10-21T05:50:51.960603-04:00\"\n        },\n        {\n            \"id\": 643659,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60605; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610074220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100742\",\n            \"created_at\": \"2022-10-21T05:51:14.440602-04:00\"\n        },\n        {\n            \"id\": 643743,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30350; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610104020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101040\",\n            \"created_at\": \"2022-10-21T05:51:39.903257-04:00\"\n        },\n        {\n            \"id\": 643792,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77565; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610125420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101254\",\n            \"created_at\": \"2022-10-21T05:51:54.913294-04:00\"\n        },\n        {\n            \"id\": 643849,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19140; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610146720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101467\",\n            \"created_at\": \"2022-10-21T05:52:12.291800-04:00\"\n        },\n        {\n            \"id\": 643885,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44110; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610157920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101579\",\n            \"created_at\": \"2022-10-21T05:52:23.207178-04:00\"\n        },\n        {\n            \"id\": 643925,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77901; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610172720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101727\",\n            \"created_at\": \"2022-10-21T05:52:35.368322-04:00\"\n        },\n        {\n            \"id\": 644022,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48503; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610205720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102057\",\n            \"created_at\": \"2022-10-21T05:53:04.983656-04:00\"\n        },\n        {\n            \"id\": 644116,\n            \"title\": \"Specially Designated Nationals and Blocked Persons List, Executive Order 13224\",\n            \"summary\": \"The U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) is updating the identifying information on its Specially Designated Nationals and Blocked Persons List (SDN List) for one entity whose property and interests in property subject to U.S. jurisdiction are blocked pursuant to Executive Order 13224. On October 17, 2022, OFAC published the following revised information for the entry Grupo Arosfran Empreendimentos e Participacoes Sarl.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22811\",\n            \"regalytics_alert_id\": \"1891FR20222281120221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of Foreign Assets Control\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22811/notice-of-ofac-sanctions-action\",\n            \"created_at\": \"2022-10-21T05:53:29.664360-04:00\"\n        },\n        {\n            \"id\": 642490,\n            \"title\": \"Attorney General Bonta Announces Arrest of EDD Fraud Suspect Alleged to Have Stolen Identities of Scott Peterson, and Cary Stayner\",\n            \"summary\": \"California Attorney General Rob Bonta today announced the arrest of and charges against an individual who allegedly filed and collected more than $145,000 in fraudulent unemployment benefits from California’s Employment Development Department (EDD). The suspect is alleged to have fraudulently collected benefits between 2020 and 2021 in both her own name, as well as through the identities of convicted murderers Scott Peterson and Cary Stayner. Peterson and Stayner have been incarcerated at San Quentin State Prison since 2005 and 2002, respectively. The suspect has been charged with multiple counts of felony grand theft and forgery. The arrest is the result of a multiagency investigation, involving the California Department of Justice (DOJ), the California Department of Corrections and Rehabilitation (CDCR), and EDD.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA55841520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Justice\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"California Department of Justice, Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-arrest-edd-fraud-suspect-alleged-have-stolen-0\",\n            \"created_at\": \"2022-10-21T05:45:21.436166-04:00\"\n        },\n        {\n            \"id\": 642550,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11238; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609740120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097401\",\n            \"created_at\": \"2022-10-21T05:45:38.887367-04:00\"\n        },\n        {\n            \"id\": 642601,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: KY; consumer's zip: 40215; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609752920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097529\",\n            \"created_at\": \"2022-10-21T05:45:54.308796-04:00\"\n        },\n        {\n            \"id\": 642625,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11432; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609761420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097614\",\n            \"created_at\": \"2022-10-21T05:46:01.486254-04:00\"\n        },\n        {\n            \"id\": 642657,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75115; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609767620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097676\",\n            \"created_at\": \"2022-10-21T05:46:11.134190-04:00\"\n        },\n        {\n            \"id\": 642708,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30024; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609780120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097801\",\n            \"created_at\": \"2022-10-21T05:46:26.411848-04:00\"\n        },\n        {\n            \"id\": 642813,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07307; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609804620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098046\",\n            \"created_at\": \"2022-10-21T05:46:57.982901-04:00\"\n        },\n        {\n            \"id\": 642878,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33619; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609821820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098218\",\n            \"created_at\": \"2022-10-21T05:47:17.757028-04:00\"\n        },\n        {\n            \"id\": 642904,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 18102; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609829620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098296\",\n            \"created_at\": \"2022-10-21T05:47:25.625551-04:00\"\n        },\n        {\n            \"id\": 642983,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98391; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609853520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098535\",\n            \"created_at\": \"2022-10-21T05:47:49.548257-04:00\"\n        },\n        {\n            \"id\": 643043,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33132; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609874320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098743\",\n            \"created_at\": \"2022-10-21T05:48:07.595477-04:00\"\n        },\n        {\n            \"id\": 643090,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 37040; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609888620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098886\",\n            \"created_at\": \"2022-10-21T05:48:21.868887-04:00\"\n        },\n        {\n            \"id\": 643187,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609905520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099055\",\n            \"created_at\": \"2022-10-21T05:48:51.245858-04:00\"\n        },\n        {\n            \"id\": 643242,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75287; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609916020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099160\",\n            \"created_at\": \"2022-10-21T05:49:07.908760-04:00\"\n        },\n        {\n            \"id\": 643283,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: RI; consumer's zip: 02909; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609924820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099248\",\n            \"created_at\": \"2022-10-21T05:49:20.611636-04:00\"\n        },\n        {\n            \"id\": 643316,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WI; consumer's zip: 53209; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609930020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099300\",\n            \"created_at\": \"2022-10-21T05:49:30.663546-04:00\"\n        },\n        {\n            \"id\": 643397,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 43235; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609973320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099733\",\n            \"created_at\": \"2022-10-21T05:49:55.416643-04:00\"\n        },\n        {\n            \"id\": 643449,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27407; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609994320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099943\",\n            \"created_at\": \"2022-10-21T05:50:11.112125-04:00\"\n        },\n        {\n            \"id\": 643723,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75633; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610097020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100970\",\n            \"created_at\": \"2022-10-21T05:51:33.785329-04:00\"\n        },\n        {\n            \"id\": 643508,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30253; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610016420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100164\",\n            \"created_at\": \"2022-10-21T05:50:28.871646-04:00\"\n        },\n        {\n            \"id\": 643588,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30736; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610050420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100504\",\n            \"created_at\": \"2022-10-21T05:50:52.850108-04:00\"\n        },\n        {\n            \"id\": 643595,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75088; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610054120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100541\",\n            \"created_at\": \"2022-10-21T05:50:54.972599-04:00\"\n        },\n        {\n            \"id\": 642670,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609770320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097703\",\n            \"created_at\": \"2022-10-21T05:46:14.976076-04:00\"\n        },\n        {\n            \"id\": 642732,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44705; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609786020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097860\",\n            \"created_at\": \"2022-10-21T05:46:33.595842-04:00\"\n        },\n        {\n            \"id\": 642789,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609797720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097977\",\n            \"created_at\": \"2022-10-21T05:46:50.788031-04:00\"\n        },\n        {\n            \"id\": 642868,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44705; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609816620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098166\",\n            \"created_at\": \"2022-10-21T05:47:14.753985-04:00\"\n        },\n        {\n            \"id\": 643645,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75166; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610070620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100706\",\n            \"created_at\": \"2022-10-21T05:51:10.162873-04:00\"\n        },\n        {\n            \"id\": 642938,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33323; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609839020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098390\",\n            \"created_at\": \"2022-10-21T05:47:35.837840-04:00\"\n        },\n        {\n            \"id\": 642992,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60653; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609859020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098590\",\n            \"created_at\": \"2022-10-21T05:47:52.237438-04:00\"\n        },\n        {\n            \"id\": 643020,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33315; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609867820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098678\",\n            \"created_at\": \"2022-10-21T05:48:00.705054-04:00\"\n        },\n        {\n            \"id\": 643068,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609881720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098817\",\n            \"created_at\": \"2022-10-21T05:48:15.219656-04:00\"\n        },\n        {\n            \"id\": 643112,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NE; consumer's zip: 68106; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609893420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098934\",\n            \"created_at\": \"2022-10-21T05:48:28.486707-04:00\"\n        },\n        {\n            \"id\": 643190,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85340; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609905820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099058\",\n            \"created_at\": \"2022-10-21T05:48:52.139630-04:00\"\n        },\n        {\n            \"id\": 643244,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07031; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609916720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099167\",\n            \"created_at\": \"2022-10-21T05:49:08.520775-04:00\"\n        },\n        {\n            \"id\": 643717,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29920; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610094220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100942\",\n            \"created_at\": \"2022-10-21T05:51:31.945907-04:00\"\n        },\n        {\n            \"id\": 643673,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15212; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610078920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100789\",\n            \"created_at\": \"2022-10-21T05:51:18.632222-04:00\"\n        },\n        {\n            \"id\": 643691,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27536; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610084220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100842\",\n            \"created_at\": \"2022-10-21T05:51:24.101163-04:00\"\n        },\n        {\n            \"id\": 643715,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33169; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610093320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100933\",\n            \"created_at\": \"2022-10-21T05:51:31.348005-04:00\"\n        },\n        {\n            \"id\": 643734,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23663; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610100320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101003\",\n            \"created_at\": \"2022-10-21T05:51:37.139032-04:00\"\n        },\n        {\n            \"id\": 643745,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 45377; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610104920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101049\",\n            \"created_at\": \"2022-10-21T05:51:40.561843-04:00\"\n        },\n        {\n            \"id\": 643409,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89149; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609977420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099774\",\n            \"created_at\": \"2022-10-21T05:49:59.030907-04:00\"\n        },\n        {\n            \"id\": 643400,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21040; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609973620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099736\",\n            \"created_at\": \"2022-10-21T05:49:56.305091-04:00\"\n        },\n        {\n            \"id\": 643496,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98042; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610012020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100120\",\n            \"created_at\": \"2022-10-21T05:50:25.263413-04:00\"\n        },\n        {\n            \"id\": 643522,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via postal mail with the following details: consumer's state: CO; consumer's zip: 80308; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: unable to get your credit report or credit score; sub-issue: other problem getting your report or credit score; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610024220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100242\",\n            \"created_at\": \"2022-10-21T05:50:33.059353-04:00\"\n        },\n        {\n            \"id\": 643592,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92626; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610051420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100514\",\n            \"created_at\": \"2022-10-21T05:50:54.071421-04:00\"\n        },\n        {\n            \"id\": 643604,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75088; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610055320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100553\",\n            \"created_at\": \"2022-10-21T05:50:57.696569-04:00\"\n        },\n        {\n            \"id\": 643632,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29407; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610065820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100658\",\n            \"created_at\": \"2022-10-21T05:51:06.177226-04:00\"\n        },\n        {\n            \"id\": 643642,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08081; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610068620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100686\",\n            \"created_at\": \"2022-10-21T05:51:09.217598-04:00\"\n        },\n        {\n            \"id\": 643666,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92626; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610077220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100772\",\n            \"created_at\": \"2022-10-21T05:51:16.521628-04:00\"\n        },\n        {\n            \"id\": 643687,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610083420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100834\",\n            \"created_at\": \"2022-10-21T05:51:22.859060-04:00\"\n        },\n        {\n            \"id\": 643790,\n            \"title\": \"Complaint Filed: Experian Information Solutions, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Experian Information Solutions, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28214; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610124520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101245\",\n            \"created_at\": \"2022-10-21T05:51:54.323030-04:00\"\n        },\n        {\n            \"id\": 643951,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60617; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610183720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101837\",\n            \"created_at\": \"2022-10-21T05:52:43.329910-04:00\"\n        },\n        {\n            \"id\": 642563,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609743720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097437\",\n            \"created_at\": \"2022-10-21T05:45:42.825611-04:00\"\n        },\n        {\n            \"id\": 642572,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19142; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609745020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097450\",\n            \"created_at\": \"2022-10-21T05:45:45.579684-04:00\"\n        },\n        {\n            \"id\": 643920,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MO; consumer's zip: 63134; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610171520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101715\",\n            \"created_at\": \"2022-10-21T05:52:33.855086-04:00\"\n        },\n        {\n            \"id\": 643906,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 22180; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610166520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101665\",\n            \"created_at\": \"2022-10-21T05:52:29.569671-04:00\"\n        },\n        {\n            \"id\": 643944,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33020; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610182220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101822\",\n            \"created_at\": \"2022-10-21T05:52:41.215005-04:00\"\n        },\n        {\n            \"id\": 643959,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70363; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610186420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101864\",\n            \"created_at\": \"2022-10-21T05:52:45.793048-04:00\"\n        },\n        {\n            \"id\": 644006,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33314; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610201820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102018\",\n            \"created_at\": \"2022-10-21T05:53:00.086671-04:00\"\n        },\n        {\n            \"id\": 644033,\n            \"title\": \"Complaint Filed: Eastern Account Systems of Connecticut, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Eastern Account Systems of Connecticut, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33314; product: debt collection; sub-product: I do not know; issue: communication tactics; sub-issue: you told them to stop contacting you, but they keep trying; timely response: yes; company response to consumer: closed with explanation; company public response: company disputes the facts presented in the complaint.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610267620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102676\",\n            \"created_at\": \"2022-10-21T05:53:08.531289-04:00\"\n        },\n        {\n            \"id\": 644103,\n            \"title\": \"Revised System of Records: Examination and Supervision System\",\n            \"summary\": \"The National Credit Union Administration (NCUA) gives notice of a proposal to revise an existing Privacy Act system of records. The revised system is the Examination and Supervision System (ESS), NCUA-22. The ESS will continue to be used for NCUA’s statutorily mandated examination and supervision activities, including the coordination and conduct of examinations of credit unions, supervisory evaluations and analyses, enforcement actions and Federal court actions. NCUA may coordinate with other financial regulatory agencies on matters related to the safety and soundness of credit unions. This revised system will continue to track and store examination and supervision documents created during the performance of the NCUA’s statutory duties including recordings of meetings between NCUA and credit unions. Submit comments on or before 30 days after publication in the Federal Register. This action will be effective without further notice 30 days after publication in the Federal Register unless comments are received that would result in a contrary determination.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22802\",\n            \"regalytics_alert_id\": \"1891FR20222280220221020\",\n            \"proposed_comments_due_date\": \"2022-11-21\",\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22802/privacy-act-of-1974-systems-of-records\",\n            \"created_at\": \"2022-10-21T05:53:26.409211-04:00\"\n        },\n        {\n            \"id\": 644112,\n            \"title\": \"Notice of Filing and Immediate Effectiveness of Proposed Rule Change to Amend the NYSE Arca Equities Fees and Charges\",\n            \"summary\": \"On October 3, 2022, NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend the NYSE Arca Equities Fees and Charges (“Fee Schedule”) by introducing a minimum credit under Adding Tiers for Adding in Tape A, Tape B and Tape C securities. The Exchange also proposes to amend the equity and options volume requirement under the Cross Asset Tier. The Exchange proposes to implement the fee changes effective October 3, 2022.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22731\",\n            \"regalytics_alert_id\": \"1891FR20222273120221020\",\n            \"proposed_comments_due_date\": \"2022-11-10\",\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": \"2022-10-03\",\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE Arca, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22731/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"created_at\": \"2022-10-21T05:53:28.692981-04:00\"\n        },\n        {\n            \"id\": 644410,\n            \"title\": \"HudsonAlpha AgTech Accelerator Launches with First Start-Up Class\",\n            \"summary\": \"The 12-week accelerator invests $100,000 in five startups at the forefront of the agricultural technology industry. The Huntsville-based accelerator seeks to bolster Alabama’s ability to translate agriculture technologies into commercial products that will help producers in the state and beyond. The AgTech accelerator provides meaningful engagement with the program team and access to resources from both HudsonAlpha and gener8tor.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"27774ABD58104H20221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"News\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Commerce, Business Development Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.madeinalabama.com/2022/10/hudsonalpha-agtech-accelerator-launches-with-first-start-up-class/\",\n            \"created_at\": \"2022-10-21T05:54:38.626383-04:00\"\n        },\n        {\n            \"id\": 644435,\n            \"title\": \"ICE Clear Europe Limited Proposes to Modify Its Investment Management Procedures to Clarify Certain Permitted Investments and Related Limits for the Clearing House When Managing Cash Received from Clearing Members\",\n            \"summary\": \"ICE Clear Europe Limited (“ICE Clear Europe” or the “Clearing House”), hereby submits to the Commodity Futures Trading Commission (the “Commission”), pursuant to Commission Rule 40.6 for self-certification, amendments to its Investment Management Procedures (the “Investment Management Procedures” or “Procedures”) discussed herein. The amendments will become effective on the first business day following the tenth business day after submission, or such later date as ICE Clear Europe may determine. ICE Clear Europe is amending its Investment Management Procedures to clarify certain permitted investments and related limits for the Clearing House when managing cash received from Clearing Members as margin or from the Clearing House’s contribution to the guaranty fund.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4956920221020-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Europe Limited\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=49569\",\n            \"created_at\": \"2022-10-21T05:54:44.796662-04:00\"\n        },\n        {\n            \"id\": 643753,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60472; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610108720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101087\",\n            \"created_at\": \"2022-10-21T05:51:42.974900-04:00\"\n        },\n        {\n            \"id\": 643769,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28214; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610113820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101138\",\n            \"created_at\": \"2022-10-21T05:51:47.858220-04:00\"\n        },\n        {\n            \"id\": 643840,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20904; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610144320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101443\",\n            \"created_at\": \"2022-10-21T05:52:09.520117-04:00\"\n        },\n        {\n            \"id\": 643838,\n            \"title\": \"Complaint Filed: Barclays Bank Delaware\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Barclays Bank Delaware, on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 49010; product: credit card or prepaid card; sub-product: general-purpose credit card or charge card; issue: problem with a purchase shown on your statement; sub-issue: credit card company isn't resolving a dispute about a purchase on your statement; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610143120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101431\",\n            \"created_at\": \"2022-10-21T05:52:08.880106-04:00\"\n        },\n        {\n            \"id\": 642610,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15210; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609756820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097568\",\n            \"created_at\": \"2022-10-21T05:45:56.987013-04:00\"\n        },\n        {\n            \"id\": 642628,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 14215; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609762020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097620\",\n            \"created_at\": \"2022-10-21T05:46:02.380424-04:00\"\n        },\n        {\n            \"id\": 642643,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32821; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609764720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097647\",\n            \"created_at\": \"2022-10-21T05:46:06.883703-04:00\"\n        },\n        {\n            \"id\": 642666,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78714; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609769520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097695\",\n            \"created_at\": \"2022-10-21T05:46:13.796382-04:00\"\n        },\n        {\n            \"id\": 642718,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75034; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609782120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097821\",\n            \"created_at\": \"2022-10-21T05:46:29.415773-04:00\"\n        },\n        {\n            \"id\": 642758,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07712; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609791120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097911\",\n            \"created_at\": \"2022-10-21T05:46:41.450849-04:00\"\n        },\n        {\n            \"id\": 642598,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: IN; consumer's zip: 46268; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609752320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097523\",\n            \"created_at\": \"2022-10-21T05:45:53.345061-04:00\"\n        },\n        {\n            \"id\": 642506,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91304; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609276320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092763\",\n            \"created_at\": \"2022-10-21T05:45:25.681939-04:00\"\n        },\n        {\n            \"id\": 642561,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19123; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: credit monitoring or identity theft protection services; sub-issue: billing dispute for services; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609743520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097435\",\n            \"created_at\": \"2022-10-21T05:45:42.239689-04:00\"\n        },\n        {\n            \"id\": 642553,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77807; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609741020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097410\",\n            \"created_at\": \"2022-10-21T05:45:39.800956-04:00\"\n        },\n        {\n            \"id\": 642595,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70461; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609752020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097520\",\n            \"created_at\": \"2022-10-21T05:45:52.460815-04:00\"\n        },\n        {\n            \"id\": 642591,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33917; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609751420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097514\",\n            \"created_at\": \"2022-10-21T05:45:51.276409-04:00\"\n        },\n        {\n            \"id\": 643899,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: RI; consumer's zip: 02835; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610162520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101625\",\n            \"created_at\": \"2022-10-21T05:52:27.547308-04:00\"\n        },\n        {\n            \"id\": 643932,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23930; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610177120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101771\",\n            \"created_at\": \"2022-10-21T05:52:37.498123-04:00\"\n        },\n        {\n            \"id\": 643972,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: DE; consumer's zip: 19713; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610191520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101915\",\n            \"created_at\": \"2022-10-21T05:52:49.740928-04:00\"\n        },\n        {\n            \"id\": 643967,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SD; consumer's zip: 57501; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610190420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101904\",\n            \"created_at\": \"2022-10-21T05:52:48.206449-04:00\"\n        },\n        {\n            \"id\": 644018,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IN; consumer's zip: 46410; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610203920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102039\",\n            \"created_at\": \"2022-10-21T05:53:03.703467-04:00\"\n        },\n        {\n            \"id\": 644027,\n            \"title\": \"Complaint Filed: Ally Financial, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31601; product: vehicle loan or lease; sub-product: loan; issue: struggling to pay your loan; sub-issue: problem after you declared or threatened to declare bankruptcy; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610257620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102576\",\n            \"created_at\": \"2022-10-21T05:53:06.728467-04:00\"\n        },\n        {\n            \"id\": 644049,\n            \"title\": \"FEMA Awards More Than $15 Million to Connecticut for COVID-19 Pandemic Administrative Costs\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) will be sending more than $15 million to the State of Connecticut to reimburse it for some of the administrative costs incurred responding to the COVID-19 pandemic. The Connecticut Department of Emergency Services and Public Protection (CTDESPP) will recive a total of $15,152,179 in federal funding through FEMA’s Public Assistance grant program to reimburse the cost of administering grants FEMA provided to the state for such expenses as testing, sheltering and providing meals to vulnerable populations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"23312FEMA91STS11620221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Emergency Management Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.fema.gov/press-release/20221020/fema-awards-more-15-million-connecticut-covid-19-pandemic-administrative\",\n            \"created_at\": \"2022-10-21T05:53:12.994732-04:00\"\n        },\n        {\n            \"id\": 644084,\n            \"title\": \"Freddie Mac Multifamily Has Two New Underwriting Vice Presidents: Caitlin Myhre and Adam Monti\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) Multifamily announced two new underwriting vice presidents. Caitlin Myhre has been promoted to vice president, Risk Distribution & Credit, overseeing risk distribution and credit as well as underwriting for structured offerings. Adam Monti has been promoted to vice president, Conventional Underwriting, overseeing underwriting and credit nationwide for conventional loans.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11631FMAC2606620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Freddie Mac\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-multifamily-has-two-new-underwriting-vice-presidents\",\n            \"created_at\": \"2022-10-21T05:53:21.639518-04:00\"\n        },\n        {\n            \"id\": 644140,\n            \"title\": \"Hammond Man Sentenced to Imprisonment for Wire Fraud Related to COVID-19 Relief Funds\",\n            \"summary\": \"Jeffrey Boylett Jr, 40, of Hammond, Indiana, was sentenced by United States District Court Chief Judge Jon DeGuilio following his guilty plea to wire fraud in connection with obtaining COVID-19 relief funds to which he was not entitled announced United States Attorney Clifford D. Johnson. Boylett was sentenced to 18 months imprisonment and was ordered to pay $109,900 in restitution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO85RIDSSHA112435020221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, Northern District of Indiana\",\n                    \"states\": [\n                        {\n                            \"name\": \"Indiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-ndin/pr/hammond-man-sentenced-imprisonment-wire-fraud-related-covid-19-relief-funds\",\n            \"created_at\": \"2022-10-21T05:53:35.644446-04:00\"\n        },\n        {\n            \"id\": 644159,\n            \"title\": \"Statement by Pat Toomey, U.S. Senate Banking Committee Ranking Member, on Fifth Circuit Ruling CFPB Funding Unconstitutional\",\n            \"summary\": \"U.S. Senate Banking Committee Ranking Member Pat Toomey (R-Pa.) released the following statement after the U.S. Court of Appeals for the Fifth Circuit ruled that the Consumer Financial Protection Bureau’s (CFPB) funding mechanism is unconstitutional. “The Fifth Circuit’s decision to invalidate the CFPB’s payday lending rule because it is the product of an unconstitutional funding scheme calls into question the validity of all of the agency’s actions to date. The CFPB has been an unconstitutional and unaccountable agency since its inception. I’ve long argued that the CFPB should be subject to Congressional appropriations. As the Constitution requires, the people’s representatives shall determine how their tax dollars are spent. I’m glad to see the court agrees.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU189T20221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/minority/toomey-statement-on-fifth-circuit-ruling-cfpb-funding-unconstitutional\",\n            \"created_at\": \"2022-10-21T05:53:40.448261-04:00\"\n        },\n        {\n            \"id\": 642784,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33056; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609796620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097966\",\n            \"created_at\": \"2022-10-21T05:46:49.292617-04:00\"\n        },\n        {\n            \"id\": 642803,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44132; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit repair services; issue: confusing or missing disclosures; sub-issue: N/A; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609802520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098025\",\n            \"created_at\": \"2022-10-21T05:46:55.009153-04:00\"\n        },\n        {\n            \"id\": 642817,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19119; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609805920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098059\",\n            \"created_at\": \"2022-10-21T05:46:59.191699-04:00\"\n        },\n        {\n            \"id\": 642844,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11219; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609810820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098108\",\n            \"created_at\": \"2022-10-21T05:47:07.276974-04:00\"\n        },\n        {\n            \"id\": 642903,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77523; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609829120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098291\",\n            \"created_at\": \"2022-10-21T05:47:25.332106-04:00\"\n        },\n        {\n            \"id\": 642922,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11413; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609834620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098346\",\n            \"created_at\": \"2022-10-21T05:47:31.038617-04:00\"\n        },\n        {\n            \"id\": 642943,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33414; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information is missing that should be on the report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609840120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098401\",\n            \"created_at\": \"2022-10-21T05:47:37.357177-04:00\"\n        },\n        {\n            \"id\": 642950,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48323; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609842420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098424\",\n            \"created_at\": \"2022-10-21T05:47:39.520483-04:00\"\n        },\n        {\n            \"id\": 642977,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07065; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609851620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098516\",\n            \"created_at\": \"2022-10-21T05:47:47.728921-04:00\"\n        },\n        {\n            \"id\": 643001,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 18508; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with fraud alerts or security freezes; sub-issue: N/A; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609861220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098612\",\n            \"created_at\": \"2022-10-21T05:47:54.941282-04:00\"\n        },\n        {\n            \"id\": 643033,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77523; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609871220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098712\",\n            \"created_at\": \"2022-10-21T05:48:04.592058-04:00\"\n        },\n        {\n            \"id\": 643089,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 37040; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609888520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098885\",\n            \"created_at\": \"2022-10-21T05:48:21.568466-04:00\"\n        },\n        {\n            \"id\": 643116,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35127; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609894120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098941\",\n            \"created_at\": \"2022-10-21T05:48:29.713183-04:00\"\n        },\n        {\n            \"id\": 643133,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07047; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609897020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098970\",\n            \"created_at\": \"2022-10-21T05:48:34.814389-04:00\"\n        },\n        {\n            \"id\": 643156,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33614; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609899820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098998\",\n            \"created_at\": \"2022-10-21T05:48:41.792375-04:00\"\n        },\n        {\n            \"id\": 643180,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19355; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609903820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099038\",\n            \"created_at\": \"2022-10-21T05:48:49.115836-04:00\"\n        },\n        {\n            \"id\": 643225,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32828; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609912720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099127\",\n            \"created_at\": \"2022-10-21T05:49:02.766891-04:00\"\n        },\n        {\n            \"id\": 643265,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91324; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609921020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099210\",\n            \"created_at\": \"2022-10-21T05:49:15.136246-04:00\"\n        },\n        {\n            \"id\": 643304,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 22206; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609927920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099279\",\n            \"created_at\": \"2022-10-21T05:49:27.007021-04:00\"\n        },\n        {\n            \"id\": 643330,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 14609; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609934520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099345\",\n            \"created_at\": \"2022-10-21T05:49:34.924104-04:00\"\n        },\n        {\n            \"id\": 643369,\n            \"title\": \"Complaint Filed: Ally Financial, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 62226; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609952920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099529\",\n            \"created_at\": \"2022-10-21T05:49:46.863626-04:00\"\n        },\n        {\n            \"id\": 643416,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MA; consumer's zip: 02130; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609979420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099794\",\n            \"created_at\": \"2022-10-21T05:50:01.163554-04:00\"\n        },\n        {\n            \"id\": 643433,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WI; consumer's zip: 53208; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609987220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099872\",\n            \"created_at\": \"2022-10-21T05:50:06.293518-04:00\"\n        },\n        {\n            \"id\": 643495,\n            \"title\": \"Complaint Filed: Aldous & Associates, PLLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Aldous & Associates, PLLC, on October 18, 2022, via phone with the following details: consumer's state: TN; consumer's zip: 37922; product: debt collection; sub-product: other debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610010220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100102\",\n            \"created_at\": \"2022-10-21T05:50:24.950889-04:00\"\n        },\n        {\n            \"id\": 642901,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30046; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609828620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098286\",\n            \"created_at\": \"2022-10-21T05:47:24.734222-04:00\"\n        },\n        {\n            \"id\": 643355,\n            \"title\": \"Complaint Filed: General Motors Financial Company, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against General Motors Financial Company, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 62226; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609946020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099460\",\n            \"created_at\": \"2022-10-21T05:49:42.617055-04:00\"\n        },\n        {\n            \"id\": 642695,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15003; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609776620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097766\",\n            \"created_at\": \"2022-10-21T05:46:22.497281-04:00\"\n        },\n        {\n            \"id\": 642705,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93940; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609779520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097795\",\n            \"created_at\": \"2022-10-21T05:46:25.523769-04:00\"\n        },\n        {\n            \"id\": 642729,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75201; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609785520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097855\",\n            \"created_at\": \"2022-10-21T05:46:32.694481-04:00\"\n        },\n        {\n            \"id\": 642755,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60188; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609790520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097905\",\n            \"created_at\": \"2022-10-21T05:46:40.564812-04:00\"\n        },\n        {\n            \"id\": 642821,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30310; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609806920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098069\",\n            \"created_at\": \"2022-10-21T05:47:00.402776-04:00\"\n        },\n        {\n            \"id\": 642870,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609817020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098170\",\n            \"created_at\": \"2022-10-21T05:47:15.380028-04:00\"\n        },\n        {\n            \"id\": 642907,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33323; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609831720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098317\",\n            \"created_at\": \"2022-10-21T05:47:26.525782-04:00\"\n        },\n        {\n            \"id\": 642914,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30014; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609833520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098335\",\n            \"created_at\": \"2022-10-21T05:47:28.627744-04:00\"\n        },\n        {\n            \"id\": 642985,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08618; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609855420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098554\",\n            \"created_at\": \"2022-10-21T05:47:50.158974-04:00\"\n        },\n        {\n            \"id\": 643009,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85257; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609863920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098639\",\n            \"created_at\": \"2022-10-21T05:47:57.358534-04:00\"\n        },\n        {\n            \"id\": 643031,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MO; consumer's zip: 63010; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609871020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098710\",\n            \"created_at\": \"2022-10-21T05:48:04.001329-04:00\"\n        },\n        {\n            \"id\": 643074,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609882720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098827\",\n            \"created_at\": \"2022-10-21T05:48:17.021828-04:00\"\n        },\n        {\n            \"id\": 643102,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30039; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609891120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098911\",\n            \"created_at\": \"2022-10-21T05:48:25.517920-04:00\"\n        },\n        {\n            \"id\": 643126,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 38115; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609896020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098960\",\n            \"created_at\": \"2022-10-21T05:48:32.723240-04:00\"\n        },\n        {\n            \"id\": 643251,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33033; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609918320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099183\",\n            \"created_at\": \"2022-10-21T05:49:10.721723-04:00\"\n        },\n        {\n            \"id\": 643188,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33162; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609905620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099056\",\n            \"created_at\": \"2022-10-21T05:48:51.543039-04:00\"\n        },\n        {\n            \"id\": 643214,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93636; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609910220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099102\",\n            \"created_at\": \"2022-10-21T05:48:59.444808-04:00\"\n        },\n        {\n            \"id\": 643237,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35235; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609915120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099151\",\n            \"created_at\": \"2022-10-21T05:49:06.412813-04:00\"\n        },\n        {\n            \"id\": 643310,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10007; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609928920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099289\",\n            \"created_at\": \"2022-10-21T05:49:28.833943-04:00\"\n        },\n        {\n            \"id\": 643306,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75287; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609928220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099282\",\n            \"created_at\": \"2022-10-21T05:49:27.607147-04:00\"\n        },\n        {\n            \"id\": 643322,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30016; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609930620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099306\",\n            \"created_at\": \"2022-10-21T05:49:32.498747-04:00\"\n        },\n        {\n            \"id\": 643572,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77099; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610043420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100434\",\n            \"created_at\": \"2022-10-21T05:50:48.061430-04:00\"\n        },\n        {\n            \"id\": 643609,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60409; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610056620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100566\",\n            \"created_at\": \"2022-10-21T05:50:59.206871-04:00\"\n        },\n        {\n            \"id\": 643620,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85202; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610059620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100596\",\n            \"created_at\": \"2022-10-21T05:51:02.524911-04:00\"\n        },\n        {\n            \"id\": 643640,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75088; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610067320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100673\",\n            \"created_at\": \"2022-10-21T05:51:08.570378-04:00\"\n        },\n        {\n            \"id\": 643683,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MS; consumer's zip: 39046; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610082720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100827\",\n            \"created_at\": \"2022-10-21T05:51:21.663573-04:00\"\n        },\n        {\n            \"id\": 643731,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31904; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610099620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100996\",\n            \"created_at\": \"2022-10-21T05:51:36.237021-04:00\"\n        },\n        {\n            \"id\": 643772,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48125; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610115420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101154\",\n            \"created_at\": \"2022-10-21T05:51:48.834512-04:00\"\n        },\n        {\n            \"id\": 643791,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28214; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610124820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101248\",\n            \"created_at\": \"2022-10-21T05:51:54.618044-04:00\"\n        },\n        {\n            \"id\": 643812,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33760; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610133020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101330\",\n            \"created_at\": \"2022-10-21T05:52:00.950771-04:00\"\n        },\n        {\n            \"id\": 643860,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98649; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610150820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101508\",\n            \"created_at\": \"2022-10-21T05:52:15.628714-04:00\"\n        },\n        {\n            \"id\": 643868,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32164; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610153220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101532\",\n            \"created_at\": \"2022-10-21T05:52:18.051347-04:00\"\n        },\n        {\n            \"id\": 643908,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 90706; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610167220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101672\",\n            \"created_at\": \"2022-10-21T05:52:30.223450-04:00\"\n        },\n        {\n            \"id\": 643948,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32246; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610183320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101833\",\n            \"created_at\": \"2022-10-21T05:52:42.439160-04:00\"\n        },\n        {\n            \"id\": 643981,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77901; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610195720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101957\",\n            \"created_at\": \"2022-10-21T05:52:52.451008-04:00\"\n        },\n        {\n            \"id\": 644055,\n            \"title\": \"Meeting: Board of Governors of the Federal Reserve System\",\n            \"summary\": \"It is anticipated that the closed meeting of the Board of Governors of the Federal Reserve System at 11:30 a.m. ET on Monday, October 24, 2022, will be held under expedited procedures, as set forth in section 261b.7 of the Board's Rules Regarding Public Observation of Meetings, at the Board’s offices at 20th and C Streets, N.W., Washington, D.C. and by audio/video conference call.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED130esED20221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalreserve.gov/aboutthefed/boardmeetings/20221024closed.htm\",\n            \"created_at\": \"2022-10-21T05:53:14.598819-04:00\"\n        },\n        {\n            \"id\": 644123,\n            \"title\": \"Remarks by Erica Y. Williams, PCAOB Chair, at PCAOB Conference: Auditing and Capital Markets\",\n            \"summary\": \"“Before we begin, I want to issue the standard disclaimer that the views that I express here are my own and are not necessarily the views of the other Board Members or the PCAOB staff. This summer marked 20 years since Congress created the PCAOB. In the early 2000s major accounting scandals from Enron to WorldCom rocked our markets. Corporations were lying about their earnings and hiding their debt. And when it all came crashing down, investors lost billions, workers lost jobs and retirement savings, and trust in our markets was eroded. The PCAOB is up to the task. But we need your help. We also conduct surveys and interviews to collect quantitative and qualitative information about the impact of standards on key stakeholders, such as investors, audit committees, and audit firms. And, of course, we rely on researchers like you. Reviewing the work of academics outside the PCAOB is critical to shaping our understanding of the audit and its role in supporting trust in our capital markets.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"783PCA24420221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Public Company Accounting Oversight Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://pcaobus.org/news-events/news-releases/news-release-detail/pcaob-chair-williams-delivers-remarks-at-pcaob-conference-on-auditing-and-capital-markets\",\n            \"created_at\": \"2022-10-21T05:53:31.443228-04:00\"\n        },\n        {\n            \"id\": 644148,\n            \"title\": \"Treasury Releases Committee on Foreign Investment in the United States (CFIUS) Enforcement and Penalty Guidelines\",\n            \"summary\": \"The Department of the Treasury, as Chair of the Committee on Foreign Investment in the United States (“CFIUS” or the “Committee”), today released the first-ever CFIUS Enforcement and Penalty Guidelines. CFIUS’s mandate of identifying and mitigating certain national security risks while maintaining the U.S. openness to foreign investment often requires the Committee to enter into agreements or impose conditions on transaction parties to mitigate risks to national security that arise from a transaction. These Guidelines provide the public with information about how the Committee assesses violations of the laws and regulations that govern transaction parties, including potential breaches of CFIUS mitigation agreements. These Guidelines provide the public with important information about how CFIUS will assess whether and in what amount to impose a penalty or take some other enforcement action for a violation of a party’s obligation, and factors that CFIUS may consider in making such a determination, including aggravating and mitigating factors. Transaction parties’ compliance is critical to ensuring the protection of national security.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT58103720221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy1037\",\n            \"created_at\": \"2022-10-21T05:53:37.677323-04:00\"\n        },\n        {\n            \"id\": 644458,\n            \"title\": \"Albuquerque Man Indicted for Mail, and Wire Fraud\",\n            \"summary\": \"Alexander M.M. Uballez, United States Attorney for the District of New Mexico, announced today that Pholopater Faltas was arraigned on an indictment charging him with eight counts of mail fraud and two counts of wire fraud. Faltas, 24, of Albuquerque, will remain on conditions of release pending trial, which has not yet been scheduled. A federal grand jury indicted Faltas on October 12.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO45 MUDDAL75437520221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, District of New Mexico\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Mexico\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-nm/pr/albuquerque-man-indicted-mail-wire-fraud\",\n            \"created_at\": \"2022-10-21T05:54:50.579756-04:00\"\n        },\n        {\n            \"id\": 642492,\n            \"title\": \"CalABLE Adopts Resolution in Support of the ABLE Age Adjustment Act\",\n            \"summary\": \"At its October public board meeting, the California Achieving Better Life Experiences Act Board approved Resolution No. 2022-03 in support of federal legislation known as the ABLE Age Adjustment Act (S. 331/H.R. 1219) which would expand eligibility for the California ABLE Act program (CalABLE) These bills would bolster ABLE eligibility by raising the age of onset of disability to 46. Under existing law, only individuals diagnosed with a disability before age 26 may open an ABLE account. If passed, the ABLE Age Adjustment Act would expand ABLE eligibility and the opportunity to build financial wellness to an estimated six million Americans, including one million disabled veterans.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19683CA675420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California State Treasurer's Office\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.treasurer.ca.gov/news/releases/2022/35.pdf\",\n            \"created_at\": \"2022-10-21T05:45:22.046381-04:00\"\n        },\n        {\n            \"id\": 642530,\n            \"title\": \"Complaint Filed: LexisNexis\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against LexisNexis, on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32256; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: unable to get your credit report or credit score; sub-issue: other problem getting your report or credit score; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609285820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092858\",\n            \"created_at\": \"2022-10-21T05:45:32.858368-04:00\"\n        },\n        {\n            \"id\": 642565,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70791; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609744020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097440\",\n            \"created_at\": \"2022-10-21T05:45:43.418357-04:00\"\n        },\n        {\n            \"id\": 642626,\n            \"title\": \"Complaint Filed: AES/PHEAA\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against AES/PHEAA, on October 19, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08724; product: student loan; sub-product: federal student loan servicing; issue: dealing with your lender or servicer; sub-issue: received bad information about your loan; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609761520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097615\",\n            \"created_at\": \"2022-10-21T05:46:01.783148-04:00\"\n        },\n        {\n            \"id\": 642639,\n            \"title\": \"Complaint Filed: Barclays Bank Delaware\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Barclays Bank Delaware, on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11717; product: credit card or prepaid card; sub-product: general-purpose credit card or charge card; issue: getting a credit card; sub-issue: card opened as result of identity theft or fraud; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609763520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097635\",\n            \"created_at\": \"2022-10-21T05:46:05.699042-04:00\"\n        },\n        {\n            \"id\": 642680,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32210; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609772520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097725\",\n            \"created_at\": \"2022-10-21T05:46:17.998125-04:00\"\n        },\n        {\n            \"id\": 642689,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: WY; consumer's zip: 82604; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609775620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097756\",\n            \"created_at\": \"2022-10-21T05:46:20.719800-04:00\"\n        },\n        {\n            \"id\": 642777,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76014; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609795620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097956\",\n            \"created_at\": \"2022-10-21T05:46:47.176998-04:00\"\n        },\n        {\n            \"id\": 642804,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60586; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609802620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098026\",\n            \"created_at\": \"2022-10-21T05:46:55.320395-04:00\"\n        },\n        {\n            \"id\": 642826,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 18707; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609808020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098080\",\n            \"created_at\": \"2022-10-21T05:47:01.884145-04:00\"\n        },\n        {\n            \"id\": 642860,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609814920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098149\",\n            \"created_at\": \"2022-10-21T05:47:12.228119-04:00\"\n        },\n        {\n            \"id\": 642885,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WI; consumer's zip: 53209; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609824420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098244\",\n            \"created_at\": \"2022-10-21T05:47:19.872261-04:00\"\n        },\n        {\n            \"id\": 642915,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77449; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609833620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098336\",\n            \"created_at\": \"2022-10-21T05:47:28.931288-04:00\"\n        },\n        {\n            \"id\": 642945,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 49509; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609841120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098411\",\n            \"created_at\": \"2022-10-21T05:47:37.951933-04:00\"\n        },\n        {\n            \"id\": 642974,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19140; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609851220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098512\",\n            \"created_at\": \"2022-10-21T05:47:46.831932-04:00\"\n        },\n        {\n            \"id\": 643024,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33549; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609868920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098689\",\n            \"created_at\": \"2022-10-21T05:48:01.895451-04:00\"\n        },\n        {\n            \"id\": 643038,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: N/A; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609873020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098730\",\n            \"created_at\": \"2022-10-21T05:48:06.129940-04:00\"\n        },\n        {\n            \"id\": 643059,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 38115; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609878720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098787\",\n            \"created_at\": \"2022-10-21T05:48:12.503182-04:00\"\n        },\n        {\n            \"id\": 643084,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60636; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609887220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098872\",\n            \"created_at\": \"2022-10-21T05:48:20.068690-04:00\"\n        },\n        {\n            \"id\": 643103,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30039; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609891220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098912\",\n            \"created_at\": \"2022-10-21T05:48:25.810224-04:00\"\n        },\n        {\n            \"id\": 643120,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20910; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609894820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098948\",\n            \"created_at\": \"2022-10-21T05:48:30.935732-04:00\"\n        },\n        {\n            \"id\": 643145,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33166; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609898520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098985\",\n            \"created_at\": \"2022-10-21T05:48:38.416067-04:00\"\n        },\n        {\n            \"id\": 643159,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33012; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609900620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099006\",\n            \"created_at\": \"2022-10-21T05:48:42.699635-04:00\"\n        },\n        {\n            \"id\": 642560,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19123; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: credit monitoring or identity theft protection services; sub-issue: billing dispute for services; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609743420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097434\",\n            \"created_at\": \"2022-10-21T05:45:41.919495-04:00\"\n        },\n        {\n            \"id\": 643278,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31778; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609923620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099236\",\n            \"created_at\": \"2022-10-21T05:49:19.098468-04:00\"\n        },\n        {\n            \"id\": 643320,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10950; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609930420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099304\",\n            \"created_at\": \"2022-10-21T05:49:31.884989-04:00\"\n        },\n        {\n            \"id\": 643338,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35127; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609936520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099365\",\n            \"created_at\": \"2022-10-21T05:49:37.392998-04:00\"\n        },\n        {\n            \"id\": 643375,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33313; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609959120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099591\",\n            \"created_at\": \"2022-10-21T05:49:48.694011-04:00\"\n        },\n        {\n            \"id\": 643382,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70769; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609967120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099671\",\n            \"created_at\": \"2022-10-21T05:49:50.812156-04:00\"\n        },\n        {\n            \"id\": 643399,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20904; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609973520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099735\",\n            \"created_at\": \"2022-10-21T05:49:56.007375-04:00\"\n        },\n        {\n            \"id\": 643436,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48917; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609988920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099889\",\n            \"created_at\": \"2022-10-21T05:50:07.189957-04:00\"\n        },\n        {\n            \"id\": 643480,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 95608; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610004220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100042\",\n            \"created_at\": \"2022-10-21T05:50:20.423206-04:00\"\n        },\n        {\n            \"id\": 643517,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 20191; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610021320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100213\",\n            \"created_at\": \"2022-10-21T05:50:31.576980-04:00\"\n        },\n        {\n            \"id\": 643545,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 90022; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610032720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100327\",\n            \"created_at\": \"2022-10-21T05:50:39.931002-04:00\"\n        },\n        {\n            \"id\": 643574,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30075; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610044820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100448\",\n            \"created_at\": \"2022-10-21T05:50:48.665037-04:00\"\n        },\n        {\n            \"id\": 643612,\n            \"title\": \"Complaint Filed: Virtuoso Sourcing Group, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Virtuoso Sourcing Group, LLC, on October 18, 2022, via web with the following details: consumer's state: MS; consumer's zip: 39051; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610057620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100576\",\n            \"created_at\": \"2022-10-21T05:51:00.130420-04:00\"\n        },\n        {\n            \"id\": 643653,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75142; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610073420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100734\",\n            \"created_at\": \"2022-10-21T05:51:12.566074-04:00\"\n        },\n        {\n            \"id\": 643695,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 36345; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610086120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100861\",\n            \"created_at\": \"2022-10-21T05:51:25.303473-04:00\"\n        },\n        {\n            \"id\": 643732,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32210; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610100020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101000\",\n            \"created_at\": \"2022-10-21T05:51:36.537434-04:00\"\n        },\n        {\n            \"id\": 643776,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60803; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610117620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101176\",\n            \"created_at\": \"2022-10-21T05:51:50.046029-04:00\"\n        },\n        {\n            \"id\": 643789,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21060; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610124020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101240\",\n            \"created_at\": \"2022-10-21T05:51:53.992037-04:00\"\n        },\n        {\n            \"id\": 643835,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93307; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610141320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101413\",\n            \"created_at\": \"2022-10-21T05:52:07.920120-04:00\"\n        },\n        {\n            \"id\": 643847,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27203; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610146320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101463\",\n            \"created_at\": \"2022-10-21T05:52:11.670681-04:00\"\n        },\n        {\n            \"id\": 643871,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48322; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610153620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101536\",\n            \"created_at\": \"2022-10-21T05:52:18.987178-04:00\"\n        },\n        {\n            \"id\": 643881,\n            \"title\": \"Complaint Filed: Colony Brands, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Colony Brands, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07419; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610155720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101557\",\n            \"created_at\": \"2022-10-21T05:52:22.040881-04:00\"\n        },\n        {\n            \"id\": 643895,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60617; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610161820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101618\",\n            \"created_at\": \"2022-10-21T05:52:26.324398-04:00\"\n        },\n        {\n            \"id\": 643923,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23231; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610172520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101725\",\n            \"created_at\": \"2022-10-21T05:52:34.755531-04:00\"\n        },\n        {\n            \"id\": 643988,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30047; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610197020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101970\",\n            \"created_at\": \"2022-10-21T05:52:54.632796-04:00\"\n        },\n        {\n            \"id\": 644021,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08618; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610205220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102052\",\n            \"created_at\": \"2022-10-21T05:53:04.641578-04:00\"\n        },\n        {\n            \"id\": 644031,\n            \"title\": \"Complaint Filed: Debt Recovery Solutions, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Debt Recovery Solutions, LLC, on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30082; product: debt collection; sub-product: I do not know; issue: written notification about debt; sub-issue: didn't receive enough information to verify debt; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610266720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102667\",\n            \"created_at\": \"2022-10-21T05:53:07.919522-04:00\"\n        },\n        {\n            \"id\": 644106,\n            \"title\": \"New Jersey Job Growth Slows in September\",\n            \"summary\": \"Preliminary estimates produced by the U.S. Bureau of Labor Statistics show that total nonfarm wage and salary employment in New Jersey continued to grow through September, but at a slower pace. Today’s New Jersey job report shows that nonfarm employment increased by 3,800 in September, reaching a seasonally adjusted level of 4,239,600. So far in 2022, New Jersey employers have added nearly 123,000 jobs, and nearly 195,000 over the past 12 months. Specifically, in September, public sector employment grew by 8,200 jobs, while private sector employment declined by 4,400. The unemployment rate fell by 0.7 percentage points to 3.3 percent in September as many previously unemployed residents found new employment while others left the labor force.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"20103NJ4078NE20221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Jersey Department of Labor and Workforce Development\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Jersey\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.nj.gov/labor/lwdhome/press/2022/20221020_employmentseptember.shtml\",\n            \"created_at\": \"2022-10-21T05:53:27.202477-04:00\"\n        },\n        {\n            \"id\": 644436,\n            \"title\": \"Statewide Payroll Jobs Up, Unemployment Rate Stable in September\",\n            \"summary\": \"The Illinois Department of Employment Security (IDES) announced today that the unemployment rate was unchanged at 4.5 percent, while nonfarm payrolls increased by +14,500 in September, based on preliminary data provided by the U.S. Bureau of Labor Statistics (BLS) and released by IDES. The August monthly change in payrolls was revised from the preliminary report, from +4,100 to +4,500 jobs. The August unemployment rate was unchanged from the preliminary report, remaining at 4.5 percent. The September payroll jobs estimate and unemployment rate reflect activity for the week including the 12th.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2559520221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.25595.html\",\n            \"created_at\": \"2022-10-21T05:54:45.067194-04:00\"\n        },\n        {\n            \"id\": 644450,\n            \"title\": \"Order Permitting Attorney to Resume Appearing and Practicing: Perry Douglas West, Esq.\",\n            \"summary\": \"On January 29, 2019, the Commission instituted this proceeding and entered an order (“Order”) suspending Perry Douglas West, Esq. (“West” or “Respondent”) from appearing or practicing before the Commission as an attorney. The Commission’s suspension was based on West’s permanent injunction, by consent, from future violations of Section 5(a) of the Securities Act of 1933 in an enforcement action brought by the Commission in the United States District Court for the Central District of California. The Commission’s Order included a provision allowing West to apply for reinstatement at the end of three years upon a showing that he meets certain conditions. This matter is before the Commission on West’s application for reinstatement. On September 27, 2017, the Commission filed a complaint against West (and others). The Commission’s complaint alleged, among other things, that as the Chief Executive Officer of New Global Energy Inc., West directly or indirectly offered and sold securities of New Global when no registration statement was filed or in effect with the Commission and no exemption from registration applied. By letter to the Commission’s Office of the General Counsel more than three years after the Commission’s Order was issued, West applied for reinstatement of the privilege of appearing and practicing before the Commission as an attorney. His application included a certificate of good standing from his state bar (Florida) and an affidavit addressing the conditions for reinstatement set forth in the Order. West has paid the civil penalty imposed on him by the district court. Based on the foregoing, the Commission has determined that it is appropriate to reinstate West to appear and practice as an attorney before the Commission. Accordingly, it is hereby ordered that Perry Douglas West, Esq., is reinstated to appear and practice as an attorney before the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349611420221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2022/34-96114.pdf\",\n            \"created_at\": \"2022-10-21T05:54:48.612098-04:00\"\n        },\n        {\n            \"id\": 642500,\n            \"title\": \"Financing Public Schools FY 2022-23\",\n            \"summary\": \"This memorandum summarizes the primary funding changes for school finance that were enacted during the 2022 legislative session. Several bills enacted substantively impacted the financing of public schools in Colorado, including the following: House Bill 22-1390 provided funding for school districts in FY 2022-23, modified the Accelerating Students through Concurrent Enrollment (ASCENT) program, and made a variety of changes related to education programs; House Bill 22-1202 established a new method for counting at-risk students; House Bill 22-1295 established the Universal Preschool Program in the new Department of Early Childhood, beginning in FY 2023-24; Senate Bill 22-127 increased special education funding; and Senate Bill 22-202 created a state matching program for school district mill levy override revenue; and Senate Bill 22-238 temporarily lowered assessment rates used to calculate property taxes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18232CO108120221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Legislative Council Staff\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://leg.colorado.gov/publications/financing-public-schools-fy-2022-23\",\n            \"created_at\": \"2022-10-21T05:45:24.038358-04:00\"\n        },\n        {\n            \"id\": 642548,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19131; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609739820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097398\",\n            \"created_at\": \"2022-10-21T05:45:38.254997-04:00\"\n        },\n        {\n            \"id\": 642529,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33139; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609285720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092857\",\n            \"created_at\": \"2022-10-21T05:45:32.562336-04:00\"\n        },\n        {\n            \"id\": 642583,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33162; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609749020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097490\",\n            \"created_at\": \"2022-10-21T05:45:48.889215-04:00\"\n        },\n        {\n            \"id\": 642624,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89130; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609761320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097613\",\n            \"created_at\": \"2022-10-21T05:46:01.192653-04:00\"\n        },\n        {\n            \"id\": 642513,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78752; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609277820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092778\",\n            \"created_at\": \"2022-10-21T05:45:27.770110-04:00\"\n        },\n        {\n            \"id\": 642566,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08854; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609744220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097442\",\n            \"created_at\": \"2022-10-21T05:45:43.712257-04:00\"\n        },\n        {\n            \"id\": 642520,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33415; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609279320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092793\",\n            \"created_at\": \"2022-10-21T05:45:29.852723-04:00\"\n        },\n        {\n            \"id\": 642697,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91316; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609777620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097776\",\n            \"created_at\": \"2022-10-21T05:46:23.089720-04:00\"\n        },\n        {\n            \"id\": 642707,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93940; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609779920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097799\",\n            \"created_at\": \"2022-10-21T05:46:26.114319-04:00\"\n        },\n        {\n            \"id\": 642766,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35214; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609792420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097924\",\n            \"created_at\": \"2022-10-21T05:46:43.839878-04:00\"\n        },\n        {\n            \"id\": 642799,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: CT; consumer's zip: 06450; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609801320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098013\",\n            \"created_at\": \"2022-10-21T05:46:53.773915-04:00\"\n        },\n        {\n            \"id\": 642852,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: VA; consumer's zip: 24060; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609812620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098126\",\n            \"created_at\": \"2022-10-21T05:47:09.793795-04:00\"\n        },\n        {\n            \"id\": 642874,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60155; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609819020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098190\",\n            \"created_at\": \"2022-10-21T05:47:16.569238-04:00\"\n        },\n        {\n            \"id\": 642893,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23185; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609826120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098261\",\n            \"created_at\": \"2022-10-21T05:47:22.292343-04:00\"\n        },\n        {\n            \"id\": 642902,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77523; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609828920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098289\",\n            \"created_at\": \"2022-10-21T05:47:25.032742-04:00\"\n        },\n        {\n            \"id\": 642959,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30344; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609846020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098460\",\n            \"created_at\": \"2022-10-21T05:47:42.261910-04:00\"\n        },\n        {\n            \"id\": 642978,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 38115; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609851820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098518\",\n            \"created_at\": \"2022-10-21T05:47:48.036771-04:00\"\n        },\n        {\n            \"id\": 643005,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98391; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609862520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098625\",\n            \"created_at\": \"2022-10-21T05:47:56.153520-04:00\"\n        },\n        {\n            \"id\": 643041,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44128; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609874120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098741\",\n            \"created_at\": \"2022-10-21T05:48:07.007474-04:00\"\n        },\n        {\n            \"id\": 643065,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35244; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609880520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098805\",\n            \"created_at\": \"2022-10-21T05:48:14.279547-04:00\"\n        },\n        {\n            \"id\": 643076,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34638; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609883920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098839\",\n            \"created_at\": \"2022-10-21T05:48:17.619715-04:00\"\n        },\n        {\n            \"id\": 643153,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92880; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609899420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098994\",\n            \"created_at\": \"2022-10-21T05:48:40.901412-04:00\"\n        },\n        {\n            \"id\": 643179,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77386; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609903720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099037\",\n            \"created_at\": \"2022-10-21T05:48:48.811070-04:00\"\n        },\n        {\n            \"id\": 643202,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 18045; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609907920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099079\",\n            \"created_at\": \"2022-10-21T05:48:55.818762-04:00\"\n        },\n        {\n            \"id\": 643236,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33016; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609915020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099150\",\n            \"created_at\": \"2022-10-21T05:49:06.114564-04:00\"\n        },\n        {\n            \"id\": 643269,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NE; consumer's zip: 68127; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609921920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099219\",\n            \"created_at\": \"2022-10-21T05:49:16.332674-04:00\"\n        },\n        {\n            \"id\": 643276,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WI; consumer's zip: 53027; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609923320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099233\",\n            \"created_at\": \"2022-10-21T05:49:18.464624-04:00\"\n        },\n        {\n            \"id\": 643297,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76103; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609927020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099270\",\n            \"created_at\": \"2022-10-21T05:49:24.899985-04:00\"\n        },\n        {\n            \"id\": 643315,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33179; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609929820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099298\",\n            \"created_at\": \"2022-10-21T05:49:30.347669-04:00\"\n        },\n        {\n            \"id\": 643354,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 61821; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609945220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099452\",\n            \"created_at\": \"2022-10-21T05:49:42.320847-04:00\"\n        },\n        {\n            \"id\": 643396,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33023; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609973220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099732\",\n            \"created_at\": \"2022-10-21T05:49:55.119960-04:00\"\n        },\n        {\n            \"id\": 643413,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77028; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609978720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099787\",\n            \"created_at\": \"2022-10-21T05:50:00.262672-04:00\"\n        },\n        {\n            \"id\": 643427,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27604; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609984620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099846\",\n            \"created_at\": \"2022-10-21T05:50:04.506933-04:00\"\n        },\n        {\n            \"id\": 642633,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19124; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609762620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097626\",\n            \"created_at\": \"2022-10-21T05:46:03.903166-04:00\"\n        },\n        {\n            \"id\": 643289,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76180; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609925720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099257\",\n            \"created_at\": \"2022-10-21T05:49:22.436223-04:00\"\n        },\n        {\n            \"id\": 643844,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11239; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610145720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101457\",\n            \"created_at\": \"2022-10-21T05:52:10.770535-04:00\"\n        },\n        {\n            \"id\": 643484,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60564; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: public record information inaccurate; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610005420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100054\",\n            \"created_at\": \"2022-10-21T05:50:21.619395-04:00\"\n        },\n        {\n            \"id\": 643552,\n            \"title\": \"Complaint Filed: Western Union Company, The\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Western Union Company, The, on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77479; product: money transfer, virtual currency, or money service; sub-product: virtual currency; issue: fraud or scam; sub-issue: N/A; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610036020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100360\",\n            \"created_at\": \"2022-10-21T05:50:42.001127-04:00\"\n        },\n        {\n            \"id\": 643584,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48224; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610049320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100493\",\n            \"created_at\": \"2022-10-21T05:50:51.665370-04:00\"\n        },\n        {\n            \"id\": 643594,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07040; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610051920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100519\",\n            \"created_at\": \"2022-10-21T05:50:54.675500-04:00\"\n        },\n        {\n            \"id\": 642607,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27544; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609755620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097556\",\n            \"created_at\": \"2022-10-21T05:45:56.098527-04:00\"\n        },\n        {\n            \"id\": 642644,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33323; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609764820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097648\",\n            \"created_at\": \"2022-10-21T05:46:07.180508-04:00\"\n        },\n        {\n            \"id\": 642669,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: IL; consumer's zip: 62205; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609770120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097701\",\n            \"created_at\": \"2022-10-21T05:46:14.682434-04:00\"\n        },\n        {\n            \"id\": 642692,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48227; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609776120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097761\",\n            \"created_at\": \"2022-10-21T05:46:21.615148-04:00\"\n        },\n        {\n            \"id\": 642726,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28215; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609784820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097848\",\n            \"created_at\": \"2022-10-21T05:46:31.806586-04:00\"\n        },\n        {\n            \"id\": 642742,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28152; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609787620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097876\",\n            \"created_at\": \"2022-10-21T05:46:36.588299-04:00\"\n        },\n        {\n            \"id\": 642774,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30093; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609795220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097952\",\n            \"created_at\": \"2022-10-21T05:46:46.283960-04:00\"\n        },\n        {\n            \"id\": 642833,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30281; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609809020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098090\",\n            \"created_at\": \"2022-10-21T05:47:03.987157-04:00\"\n        },\n        {\n            \"id\": 642867,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 13502; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609816020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098160\",\n            \"created_at\": \"2022-10-21T05:47:14.451847-04:00\"\n        },\n        {\n            \"id\": 643535,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 95993; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with fraud alerts or security freezes; sub-issue: N/A; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610027120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100271\",\n            \"created_at\": \"2022-10-21T05:50:36.886470-04:00\"\n        },\n        {\n            \"id\": 643444,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21236; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609991920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099919\",\n            \"created_at\": \"2022-10-21T05:50:09.581542-04:00\"\n        },\n        {\n            \"id\": 642916,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11238; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609833820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098338\",\n            \"created_at\": \"2022-10-21T05:47:29.225371-04:00\"\n        },\n        {\n            \"id\": 642932,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77002; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609837120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098371\",\n            \"created_at\": \"2022-10-21T05:47:34.038859-04:00\"\n        },\n        {\n            \"id\": 643518,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 20191; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610022320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100223\",\n            \"created_at\": \"2022-10-21T05:50:31.873535-04:00\"\n        },\n        {\n            \"id\": 642971,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28213; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609850820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098508\",\n            \"created_at\": \"2022-10-21T05:47:45.926121-04:00\"\n        },\n        {\n            \"id\": 643002,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35228; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609861620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098616\",\n            \"created_at\": \"2022-10-21T05:47:55.267541-04:00\"\n        },\n        {\n            \"id\": 643018,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19140; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609867320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098673\",\n            \"created_at\": \"2022-10-21T05:48:00.107365-04:00\"\n        },\n        {\n            \"id\": 643641,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32210; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610068120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100681\",\n            \"created_at\": \"2022-10-21T05:51:08.892269-04:00\"\n        },\n        {\n            \"id\": 643067,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33023; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609881620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098816\",\n            \"created_at\": \"2022-10-21T05:48:14.869323-04:00\"\n        },\n        {\n            \"id\": 643072,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 95134; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609882520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098825\",\n            \"created_at\": \"2022-10-21T05:48:16.418495-04:00\"\n        },\n        {\n            \"id\": 643110,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NE; consumer's zip: 68106; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609892720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098927\",\n            \"created_at\": \"2022-10-21T05:48:27.895844-04:00\"\n        },\n        {\n            \"id\": 643146,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33166; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609898620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098986\",\n            \"created_at\": \"2022-10-21T05:48:38.760124-04:00\"\n        },\n        {\n            \"id\": 643166,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91386; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609901720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099017\",\n            \"created_at\": \"2022-10-21T05:48:44.769526-04:00\"\n        },\n        {\n            \"id\": 643224,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93636; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609912620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099126\",\n            \"created_at\": \"2022-10-21T05:49:02.466585-04:00\"\n        },\n        {\n            \"id\": 643233,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19138; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609914720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099147\",\n            \"created_at\": \"2022-10-21T05:49:05.202889-04:00\"\n        },\n        {\n            \"id\": 643836,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60643; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610141820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101418\",\n            \"created_at\": \"2022-10-21T05:52:08.219607-04:00\"\n        },\n        {\n            \"id\": 643435,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48917; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609987520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099875\",\n            \"created_at\": \"2022-10-21T05:50:06.889364-04:00\"\n        },\n        {\n            \"id\": 643649,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85054; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610072120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100721\",\n            \"created_at\": \"2022-10-21T05:51:11.352514-04:00\"\n        },\n        {\n            \"id\": 643668,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75126; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610077520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100775\",\n            \"created_at\": \"2022-10-21T05:51:17.120195-04:00\"\n        },\n        {\n            \"id\": 643290,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 90047; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609925920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099259\",\n            \"created_at\": \"2022-10-21T05:49:22.734367-04:00\"\n        },\n        {\n            \"id\": 643295,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07047; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609926620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099266\",\n            \"created_at\": \"2022-10-21T05:49:24.304918-04:00\"\n        },\n        {\n            \"id\": 643693,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30213; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610085720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100857\",\n            \"created_at\": \"2022-10-21T05:51:24.699388-04:00\"\n        },\n        {\n            \"id\": 643709,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27536; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610091620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100916\",\n            \"created_at\": \"2022-10-21T05:51:29.511678-04:00\"\n        },\n        {\n            \"id\": 643825,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28546; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610135820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101358\",\n            \"created_at\": \"2022-10-21T05:52:04.876096-04:00\"\n        },\n        {\n            \"id\": 643434,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44139; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609987420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099874\",\n            \"created_at\": \"2022-10-21T05:50:06.594935-04:00\"\n        },\n        {\n            \"id\": 643768,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92203; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610113320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101133\",\n            \"created_at\": \"2022-10-21T05:51:47.559817-04:00\"\n        },\n        {\n            \"id\": 643739,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: KY; consumer's zip: 40228; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610101320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101013\",\n            \"created_at\": \"2022-10-21T05:51:38.669757-04:00\"\n        },\n        {\n            \"id\": 643817,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AR; consumer's zip: 72110; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610134220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101342\",\n            \"created_at\": \"2022-10-21T05:52:02.457334-04:00\"\n        },\n        {\n            \"id\": 643808,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19119; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610132020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101320\",\n            \"created_at\": \"2022-10-21T05:51:59.744835-04:00\"\n        },\n        {\n            \"id\": 643312,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91324; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609929220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099292\",\n            \"created_at\": \"2022-10-21T05:49:29.430850-04:00\"\n        },\n        {\n            \"id\": 643348,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91386; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609941020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099410\",\n            \"created_at\": \"2022-10-21T05:49:40.491439-04:00\"\n        },\n        {\n            \"id\": 643465,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: WY; consumer's zip: 82009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: old information reappears or never goes away; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610000520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100005\",\n            \"created_at\": \"2022-10-21T05:50:15.902238-04:00\"\n        },\n        {\n            \"id\": 643491,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48917; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610008120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100081\",\n            \"created_at\": \"2022-10-21T05:50:23.724135-04:00\"\n        },\n        {\n            \"id\": 643505,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10552; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610014620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100146\",\n            \"created_at\": \"2022-10-21T05:50:27.942605-04:00\"\n        },\n        {\n            \"id\": 643516,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60827; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610020220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100202\",\n            \"created_at\": \"2022-10-21T05:50:31.278954-04:00\"\n        },\n        {\n            \"id\": 643576,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77027; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610045320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100453\",\n            \"created_at\": \"2022-10-21T05:50:49.259382-04:00\"\n        },\n        {\n            \"id\": 643590,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27012; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610050720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100507\",\n            \"created_at\": \"2022-10-21T05:50:53.442576-04:00\"\n        },\n        {\n            \"id\": 643599,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27410; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610054820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100548\",\n            \"created_at\": \"2022-10-21T05:50:56.195513-04:00\"\n        },\n        {\n            \"id\": 643600,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60827; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610054920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100549\",\n            \"created_at\": \"2022-10-21T05:50:56.495203-04:00\"\n        },\n        {\n            \"id\": 643614,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30075; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610057920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100579\",\n            \"created_at\": \"2022-10-21T05:51:00.723876-04:00\"\n        },\n        {\n            \"id\": 643623,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78016; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610060420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100604\",\n            \"created_at\": \"2022-10-21T05:51:03.463894-04:00\"\n        },\n        {\n            \"id\": 643638,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30736; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610067120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100671\",\n            \"created_at\": \"2022-10-21T05:51:07.958554-04:00\"\n        },\n        {\n            \"id\": 643639,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75088; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610067220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100672\",\n            \"created_at\": \"2022-10-21T05:51:08.254526-04:00\"\n        },\n        {\n            \"id\": 643646,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77546; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610070820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100708\",\n            \"created_at\": \"2022-10-21T05:51:10.459077-04:00\"\n        },\n        {\n            \"id\": 643654,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 90002; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610073520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100735\",\n            \"created_at\": \"2022-10-21T05:51:12.862637-04:00\"\n        },\n        {\n            \"id\": 643674,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77025; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610079220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100792\",\n            \"created_at\": \"2022-10-21T05:51:18.939893-04:00\"\n        },\n        {\n            \"id\": 643677,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29920; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610079620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100796\",\n            \"created_at\": \"2022-10-21T05:51:19.841319-04:00\"\n        },\n        {\n            \"id\": 643736,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23223; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610100620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101006\",\n            \"created_at\": \"2022-10-21T05:51:37.733744-04:00\"\n        },\n        {\n            \"id\": 643742,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92544; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610103420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101034\",\n            \"created_at\": \"2022-10-21T05:51:39.602376-04:00\"\n        },\n        {\n            \"id\": 643974,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34691; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610192220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101922\",\n            \"created_at\": \"2022-10-21T05:52:50.345009-04:00\"\n        },\n        {\n            \"id\": 643867,\n            \"title\": \"Complaint Filed: First Technology Federal Credit Union\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against First Technology Federal Credit Union, on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98649; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610153120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101531\",\n            \"created_at\": \"2022-10-21T05:52:17.740267-04:00\"\n        },\n        {\n            \"id\": 642620,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15210; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609760020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097600\",\n            \"created_at\": \"2022-10-21T05:45:59.997562-04:00\"\n        },\n        {\n            \"id\": 643863,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19140; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610151320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101513\",\n            \"created_at\": \"2022-10-21T05:52:16.528273-04:00\"\n        },\n        {\n            \"id\": 643362,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77006; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609951020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099510\",\n            \"created_at\": \"2022-10-21T05:49:44.702057-04:00\"\n        },\n        {\n            \"id\": 642663,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77802; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609769020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097690\",\n            \"created_at\": \"2022-10-21T05:46:12.911860-04:00\"\n        },\n        {\n            \"id\": 643889,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48322; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610159120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101591\",\n            \"created_at\": \"2022-10-21T05:52:24.505472-04:00\"\n        },\n        {\n            \"id\": 643882,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27203; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610155820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101558\",\n            \"created_at\": \"2022-10-21T05:52:22.340270-04:00\"\n        },\n        {\n            \"id\": 643894,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27360; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610160420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101604\",\n            \"created_at\": \"2022-10-21T05:52:26.024309-04:00\"\n        },\n        {\n            \"id\": 643904,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29745; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610165820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101658\",\n            \"created_at\": \"2022-10-21T05:52:29.018864-04:00\"\n        },\n        {\n            \"id\": 643934,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23231; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610177420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101774\",\n            \"created_at\": \"2022-10-21T05:52:38.101260-04:00\"\n        },\n        {\n            \"id\": 643935,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 95695; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610178720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101787\",\n            \"created_at\": \"2022-10-21T05:52:38.407433-04:00\"\n        },\n        {\n            \"id\": 643949,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31721; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610183520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101835\",\n            \"created_at\": \"2022-10-21T05:52:42.736117-04:00\"\n        },\n        {\n            \"id\": 643958,\n            \"title\": \"Complaint Filed: HW Holding, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against HW Holding, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34102; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt was result of identity theft; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610186320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101863\",\n            \"created_at\": \"2022-10-21T05:52:45.498586-04:00\"\n        },\n        {\n            \"id\": 643982,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 61101; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610196020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101960\",\n            \"created_at\": \"2022-10-21T05:52:52.746241-04:00\"\n        },\n        {\n            \"id\": 643985,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48033; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610196620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101966\",\n            \"created_at\": \"2022-10-21T05:52:53.689535-04:00\"\n        },\n        {\n            \"id\": 644007,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33314; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610201920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102019\",\n            \"created_at\": \"2022-10-21T05:53:00.383865-04:00\"\n        },\n        {\n            \"id\": 644011,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10940; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610202720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102027\",\n            \"created_at\": \"2022-10-21T05:53:01.581947-04:00\"\n        },\n        {\n            \"id\": 644056,\n            \"title\": \"FEDS Paper: Finance and Economics Discussion Series\",\n            \"summary\": \"We study the effect of losing insurance on psychiatric – mental health disorder (MHD) and substance use disorder (SUD) – hospital-based care. Psychiatric disorders cost the U.S. over $1T each year and hospitalizations provide important and valuable care for patients with these disorders. We use variation in public insurance coverage (Medicaid) eligibility offered by a large-scale and unexpected disenrollment in the state of Tennessee in 2005 that lead to 190,000 individuals losing their insurance. Medicaid enrollees are at elevated risk for psychiatric disorders. Following the disenrollment, hospitalizations for SUDs declined by 15.4 percent. Findings suggest that MHD hospitalizations declined by 4.2 percent, but the coefficient estimate is imprecise. The expected financing of hospital care received also changed, with the probability that Medicaid was listed as the expected payer for MHD and SUD hospitalizations declining by 27.5 percent and 30.8 percent respectively post-disenrollment. We provide suggestive evidence that psychiatric health declined post-disenrollment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED158nsNS20221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Report\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Healthcare\"\n                },\n                {\n                    \"name\": \"Mental Health\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/losing-insurance-and-psychiatric-hospitalizations.htm\",\n            \"created_at\": \"2022-10-21T05:53:14.841319-04:00\"\n        },\n        {\n            \"id\": 644091,\n            \"title\": \"Proposed Rule Change: Security-Based Swap Submission or Advance Notice Relating to Amendments to the Investment Management Procedures\",\n            \"summary\": \"ICE Clear Europe Limited (“ICE Clear Europe” or the “Clearing House”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule changes to modify its Investment Management Procedures (the “Investment Management Procedures” or the “Procedures”) to clarify certain permitted investments and related limits for the Clearing House when managing cash received from Clearing Members as margin or from the Clearing House’s contribution to the guaranty fund. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. All submissions should be 21 days from publication in the Federal Register.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE114EST28610320221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Regulatory Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"ICE Clear Europe Limited\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/Investment_Management_Procedures_-_For_website.pdf\",\n            \"created_at\": \"2022-10-21T05:53:23.333554-04:00\"\n        },\n        {\n            \"id\": 644107,\n            \"title\": \"Notice of Filing and Immediate Effectiveness of Proposed Rule Change to Amend Its Price List New York Stock Exchange LLC\",\n            \"summary\": \"On September 30, 2022, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend it Price List to increase the cap for the maximum average number of shares per day for the billing month in calculating the average monthly consolidated average daily volume (“CADV”) for purposes of Step Up Adding Tier 3. The Exchange proposes to implement the fee changes effective October 3, 2022. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22730\",\n            \"regalytics_alert_id\": \"1891FR20222273020221020\",\n            \"proposed_comments_due_date\": \"2022-11-10\",\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": \"2022-09-30\",\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22730/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-and-immediate\",\n            \"created_at\": \"2022-10-21T05:53:27.461181-04:00\"\n        },\n        {\n            \"id\": 644110,\n            \"title\": \"Notice of Filing and Immediate Effectiveness of a Proposed Rule Change to Amend the NYSE American Options Fee Schedule\",\n            \"summary\": \"On October 12, 2022, NYSE American LLC (‘‘NYSE American’’ or the ‘‘Exchange’’) filed with the Securities and Exchange Commission (the ‘‘Commission’’) the proposed rule change. The purpose of this filing is to modify the Fee Schedule regarding three incentive programs currently offered by the Exchange. Specifically, the Exchange proposes to modify (1) the qualifications for the Alternative Initiating Participant Rebate for Complex CUBE auctions, as set forth in Section I.G. (the ‘‘Complex CUBE Rebate’’), (2) the qualifications for the credit on Customer Electronic Simple and Complex executions set forth in Section I.H. (the ‘‘Customer Credit’’), and (3) the amount of the Initiating Participant Credit for Single-Leg CUBE Auctions set forth in Section I.G. (the ‘‘Initiating Participant Credit’’). The Exchange proposes to implement the fee change effective October 12, 2022.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEAMER20224816120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-10-12\",\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"NYSE American LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/rule-filings/federal-registers/2022/NYSEAmer-2022-48,_87_FR_63537_(10-19-22).pdf\",\n            \"created_at\": \"2022-10-21T05:53:28.197390-04:00\"\n        },\n        {\n            \"id\": 644145,\n            \"title\": \"Meetings of the Sunshine Act: October 20, 2022\",\n            \"summary\": \"The U.S. Department of Housing and Urban Development, Neighborhood Reinvestment Corporation will hold a meeting at 2:00 p.m. ET, Thursday, October 20, 2022, via conference call. Parts of this meeting will be open to the public. The rest of the meeting will be closed to the public.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22898\",\n            \"regalytics_alert_id\": \"1891FR20222289820221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Housing and Urban Development, Neighborhood Reinvestment Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22898/sunshine-act-meetings\",\n            \"created_at\": \"2022-10-21T05:53:36.933892-04:00\"\n        },\n        {\n            \"id\": 644154,\n            \"title\": \"Adjust Tax Withholding Now to Pay the Proper Amount of Tax\",\n            \"summary\": \"The Internal Revenue Service today urged taxpayers to check their tax withholding while there's time left in 2022 to benefit from any necessary changes. An adjustment made now will help people avoid a big surprise, such as a big refund or a balance due, at tax time in 2023. The Tax Withholding Estimator, also available in Spanish, can help people determine if they have too much income tax withheld and how to make an adjustment to put more cash into their own pocket. In other cases, it can help taxpayers see that they should withhold more or make an estimated tax payment to avoid a tax bill when they file their tax return next year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS588720221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.irs.gov/newsroom/adjust-tax-withholding-now-to-pay-the-proper-amount-of-tax\",\n            \"created_at\": \"2022-10-21T05:53:39.191510-04:00\"\n        },\n        {\n            \"id\": 644418,\n            \"title\": \"Cease and Desist Order: Afloco Credit Union\",\n            \"summary\": \"The Commissioner of Financial Protection and Innovation (Commissioner) finds that: at all relevant times, Afloco Credit Union (Afloco) was a California. The corporation became defunct, with the California Secretary of State recording a delinquency for a failure to file a biennial Statement of Information on or about January 7, 1987. No other records are available for Afloco in the intervening four decades. On or about March 3, 2021, a new Statement of Information was filed for Afloco for the first time in approximately 74 years. A second Statement of Information was filed eight months later, on or about November 3, 2021. The Commissioner has never issued Afloco a certificate authorizing the entity to act as a credit union in California, nor to use a name containing the phrase “credit union”. Afloco has never filed an application for such a certificate. Based on the above, the Commissioner finds that Afloco Credit Union is operating in this state using a name or title containing the phrase “credit union” without first obtaining a certificate of authorization from the Commissioner in violation of Financial Code. Accordingly, Afloco Credit Union is ordered to cease and desist from using a name with contains the phrase “credit union.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"490CA190AFLOA45020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation, Division of Corporations and Financial Institutions\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://dfpi.ca.gov/enf-a/afloco-credit-union\",\n            \"created_at\": \"2022-10-21T05:54:40.699078-04:00\"\n        },\n        {\n            \"id\": 644430,\n            \"title\": \"Welcoming Remarks by Michelle W. Bowman, Member of the Board of Governors of the Federal Reserve System, at “Toward an Inclusive Recovery,” a Research Seminar Sponsored by the Board of Governors of the Federal Reserve System, Washington, D.C. (Via Webcast\",\n            \"summary\": \"\\\"Today's seminar, hosted by the Board of Governors, will focus on how the COVID-19 pandemic affected educational outcomes and the subsequent impact we anticipate for transitions to the labor force. We have invited accomplished researchers to discuss their work—and what practical lessons might be drawn from it—that could help inform community development practice and public policy considerations.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED93ks0A20221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/bowman20221020a.htm\",\n            \"created_at\": \"2022-10-21T05:54:43.608362-04:00\"\n        },\n        {\n            \"id\": 644461,\n            \"title\": \"Former Bank Vice President Sentenced to Federal Prison for Making False Statements to His Bank\",\n            \"summary\": \"A former bank vice resident and lending officer who submitted false documents to the bank for whom he worked was sentenced today to over a year in federal prison. Bradley Schlotfeldt, age 59, from Cedar Falls, Iowa, received the prison term after a March 10, 2022 guilty plea to one count of making a false statement to a financial institution. Schlotfeldt was sentenced in Cedar Rapids by United States District Court Judge C.J. Williams. Schlotfeldt was sentenced to 18 months’ imprisonment. He was ordered to make $3,000,000 in restitution to the victim bank. He must also serve a five-year term of supervised release after the prison term. Schlotfeldt was released on the bond previously set and is to surrender to the Bureau of Prisons on a date yet to be set.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO94ENNKKFO121435220221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, Northern District of Iowa\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-ndia/pr/former-bank-vice-president-sentenced-federal-prison-making-false-statements-his-bank\",\n            \"created_at\": \"2022-10-21T05:54:51.361893-04:00\"\n        },\n        {\n            \"id\": 643750,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20850; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610105720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101057\",\n            \"created_at\": \"2022-10-21T05:51:42.078459-04:00\"\n        },\n        {\n            \"id\": 643758,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60153; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610111520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101115\",\n            \"created_at\": \"2022-10-21T05:51:44.471635-04:00\"\n        },\n        {\n            \"id\": 643765,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21076; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: public record information inaccurate; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610113020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101130\",\n            \"created_at\": \"2022-10-21T05:51:46.646854-04:00\"\n        },\n        {\n            \"id\": 642499,\n            \"title\": \"DMV Visits Shelton Elementary Third-Graders, Shares Historic Colorado Contest Design Tips\",\n            \"summary\": \"The Colorado Division of Motor Vehicles (DMV) visited Shelton Elementary School on October 19 in Golden to help a class of third-graders with their Historic Colorado Contest license plate designs. The Historic Colorado Contest gives residents and students a shot at designing Colorado’s 150th anniversary license plate, plus $1,000. The contest is accepting submissions until Wednesday, Nov. 30 and has two divisions — 13 and older, and under 13.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18688CO8912220221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Department of Revenue, Division of Motor Vehicles\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://dmv.colorado.gov/press-release/dmv-visits-shelton-elementary-third-graders-shares-historic-colorado-contest-design\",\n            \"created_at\": \"2022-10-21T05:45:23.775212-04:00\"\n        },\n        {\n            \"id\": 643839,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33810; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610143220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101432\",\n            \"created_at\": \"2022-10-21T05:52:09.216769-04:00\"\n        },\n        {\n            \"id\": 643805,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92544; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610130920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101309\",\n            \"created_at\": \"2022-10-21T05:51:58.853963-04:00\"\n        },\n        {\n            \"id\": 642599,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: KY; consumer's zip: 40215; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609752720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097527\",\n            \"created_at\": \"2022-10-21T05:45:53.665600-04:00\"\n        },\n        {\n            \"id\": 643945,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10029; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610182320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101823\",\n            \"created_at\": \"2022-10-21T05:52:41.517653-04:00\"\n        },\n        {\n            \"id\": 642602,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: KY; consumer's zip: 40215; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609753020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097530\",\n            \"created_at\": \"2022-10-21T05:45:54.605803-04:00\"\n        },\n        {\n            \"id\": 642612,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33016; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609757120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097571\",\n            \"created_at\": \"2022-10-21T05:45:57.586960-04:00\"\n        },\n        {\n            \"id\": 642615,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19131; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609757920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097579\",\n            \"created_at\": \"2022-10-21T05:45:58.478640-04:00\"\n        },\n        {\n            \"id\": 642635,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19003; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609762920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097629\",\n            \"created_at\": \"2022-10-21T05:46:04.497669-04:00\"\n        },\n        {\n            \"id\": 642640,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75240; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609763920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097639\",\n            \"created_at\": \"2022-10-21T05:46:05.999888-04:00\"\n        },\n        {\n            \"id\": 642645,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33323; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609764920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097649\",\n            \"created_at\": \"2022-10-21T05:46:07.475371-04:00\"\n        },\n        {\n            \"id\": 642658,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33180; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609767820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097678\",\n            \"created_at\": \"2022-10-21T05:46:11.429399-04:00\"\n        },\n        {\n            \"id\": 642686,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19116; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609774820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097748\",\n            \"created_at\": \"2022-10-21T05:46:19.817438-04:00\"\n        },\n        {\n            \"id\": 642690,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19131; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609775820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097758\",\n            \"created_at\": \"2022-10-21T05:46:21.018375-04:00\"\n        },\n        {\n            \"id\": 642727,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28405; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609785220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097852\",\n            \"created_at\": \"2022-10-21T05:46:32.102411-04:00\"\n        },\n        {\n            \"id\": 642743,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: CT; consumer's zip: 06450; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609787720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097877\",\n            \"created_at\": \"2022-10-21T05:46:36.882023-04:00\"\n        },\n        {\n            \"id\": 642571,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20613; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609744920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097449\",\n            \"created_at\": \"2022-10-21T05:45:45.280451-04:00\"\n        },\n        {\n            \"id\": 642508,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 61761; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609277220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092772\",\n            \"created_at\": \"2022-10-21T05:45:26.267472-04:00\"\n        },\n        {\n            \"id\": 642503,\n            \"title\": \"CFPB Takes Action to Address Junk Data in Credit Reports\",\n            \"summary\": \"Today, the Consumer Financial Protection Bureau (CFPB) issued guidance to consumer reporting companies about their obligation to screen for and eliminate obviously false “junk data” from consumers’ credit reports. Companies need to take steps to reliably detect and remove inconsistent or impossible information from consumers’ credit profiles. For example, many children in foster care have large amounts of information on their credit reports that is clearly junk data because as minors they are prohibited from entering into most contracts for credit. When consumer reporting companies include inconsistent or conflicting account information or information that does not make sense or cannot be true, consumers can suffer real-world consequences. Junk data in reports can lead to consumers being denied credit, housing, or employment, or paying more for credit. Junk data can take many forms, but some examples are credit reports that reflect a child having a mortgage, or a credit report that reflects a debt incurred years before the person’s birth. Today’s guidance is one in a series of actions being taken by the CFPB to ensure consumer reporting companies comply with consumer financial protection law. Consumer complaints submitted to the CFPB continue to reflect significant concern about inaccuracies in consumer reports.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB56108TS11420221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/cfpb-takes-action-to-address-junk-data-in-credit-reports/#\",\n            \"created_at\": \"2022-10-21T05:45:24.790271-04:00\"\n        },\n        {\n            \"id\": 642504,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48458; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: problem with personal statement of dispute; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609276120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092761\",\n            \"created_at\": \"2022-10-21T05:45:25.096464-04:00\"\n        },\n        {\n            \"id\": 642535,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60302; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609290320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092903\",\n            \"created_at\": \"2022-10-21T05:45:34.365076-04:00\"\n        },\n        {\n            \"id\": 642533,\n            \"title\": \"Complaint Filed: Fidelity National Information Services, Inc. (FNIS)\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Fidelity National Information Services, Inc. (FNIS), on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32256; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609288420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092884\",\n            \"created_at\": \"2022-10-21T05:45:33.776762-04:00\"\n        },\n        {\n            \"id\": 642542,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85042; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609737320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097373\",\n            \"created_at\": \"2022-10-21T05:45:36.479171-04:00\"\n        },\n        {\n            \"id\": 642547,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23185; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609739720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097397\",\n            \"created_at\": \"2022-10-21T05:45:37.960374-04:00\"\n        },\n        {\n            \"id\": 642574,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: WY; consumer's zip: 82604; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609745720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097457\",\n            \"created_at\": \"2022-10-21T05:45:46.176221-04:00\"\n        },\n        {\n            \"id\": 642593,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30132; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609751820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097518\",\n            \"created_at\": \"2022-10-21T05:45:51.871209-04:00\"\n        },\n        {\n            \"id\": 642575,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85032; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609746320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097463\",\n            \"created_at\": \"2022-10-21T05:45:46.476089-04:00\"\n        },\n        {\n            \"id\": 642576,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85032; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609746420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097464\",\n            \"created_at\": \"2022-10-21T05:45:46.773006-04:00\"\n        },\n        {\n            \"id\": 643857,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77521; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610149820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101498\",\n            \"created_at\": \"2022-10-21T05:52:14.678698-04:00\"\n        },\n        {\n            \"id\": 643861,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98649; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610150920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101509\",\n            \"created_at\": \"2022-10-21T05:52:15.925798-04:00\"\n        },\n        {\n            \"id\": 643921,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33025; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610171920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101719\",\n            \"created_at\": \"2022-10-21T05:52:34.155591-04:00\"\n        },\n        {\n            \"id\": 643922,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27405; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610172220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101722\",\n            \"created_at\": \"2022-10-21T05:52:34.457869-04:00\"\n        },\n        {\n            \"id\": 643955,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CO; consumer's zip: 80015; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610184320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101843\",\n            \"created_at\": \"2022-10-21T05:52:44.525004-04:00\"\n        },\n        {\n            \"id\": 642659,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: TN; consumer's zip: 37714; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609768020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097680\",\n            \"created_at\": \"2022-10-21T05:46:11.724304-04:00\"\n        },\n        {\n            \"id\": 643961,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29706; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610187420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101874\",\n            \"created_at\": \"2022-10-21T05:52:46.384768-04:00\"\n        },\n        {\n            \"id\": 643965,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11003; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610188220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101882\",\n            \"created_at\": \"2022-10-21T05:52:47.581475-04:00\"\n        },\n        {\n            \"id\": 643989,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19141; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610197120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101971\",\n            \"created_at\": \"2022-10-21T05:52:54.930109-04:00\"\n        },\n        {\n            \"id\": 644016,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77901; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610203520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102035\",\n            \"created_at\": \"2022-10-21T05:53:03.095627-04:00\"\n        },\n        {\n            \"id\": 644019,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via phone with the following details: consumer's state: PA; consumer's zip: 15208; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610204420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102044\",\n            \"created_at\": \"2022-10-21T05:53:04.008792-04:00\"\n        },\n        {\n            \"id\": 644023,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10940; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610206120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102061\",\n            \"created_at\": \"2022-10-21T05:53:05.349733-04:00\"\n        },\n        {\n            \"id\": 644041,\n            \"title\": \"Advisory Opinion on Fair Credit Reporting, Facially False Data\",\n            \"summary\": \"The Consumer Financial Protection Bureau (CFPB) is issuing this advisory opinion to highlight that a consumer reporting agency that does not implement reasonable internal controls to prevent the inclusion of facially false data, including logically inconsistent information, in consumer reports it prepares is not using reasonable procedures to assure maximum possible accuracy under section 607(b) of the Fair Credit Reporting Act (FCRA).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4630CFPB6111920221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Final Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/rules-policy/final-rules/advisory-opinion-on-fair-credit-reporting-facially-false-data/\",\n            \"created_at\": \"2022-10-21T05:53:10.965141-04:00\"\n        },\n        {\n            \"id\": 644047,\n            \"title\": \"Remarks by Martin J. Gruenberg, FDIC Acting Chairman, at the Brookings Institution\",\n            \"summary\": \"“From the perspective of a banking regulator, before banks engage in crypto-asset related activities, it is important to ensure that: the specific activity is permissible under applicable law and regulation; the activity can be engaged in a safe and sound manner; the bank has put in place appropriate measures and controls to identify and manage the novel risks associated with those activities; and the bank can ensure compliance with all relevant laws, including those related to anti-money laundering/countering the financing of terrorism, and consumer protection.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC5369338620221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Speeches & Testimony\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Deposit Insurance Corporation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/3334bae\",\n            \"created_at\": \"2022-10-21T05:53:12.487495-04:00\"\n        },\n        {\n            \"id\": 644050,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Savings and Loan Holding Company\",\n            \"summary\": \"The notificant Federal Reserve Bank of San Francisco has applied under the Change in Bank Control Act (“Act”) and of the Board’s Regulation LL to acquire shares of a savings and loan holding company. The application states that the Vanguard Group, Inc., Malvern, Pennsylvania; on behalf of itself, its subsidiaries and affiliates, including investment companies registered under the Investment Company Act of 1940, other pooled investment vehicles, and institutional accounts that are sponsored, managed, or advised by Vanguard; to acquire additional voting shares of Hawaiian Electric Industries, Inc., and thereby indirectly acquire additional voting shares of American Savings Bank, F.S.B., both of Honolulu, Hawaii. Comments regarding each of these applications must be received at the Reserve Bank, not later than November 4, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22803\",\n            \"regalytics_alert_id\": \"1891FR20222280320221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22803/change-in-bank-control-notices-acquisitions-of-shares-of-a-savings-and-loan-holding-company\",\n            \"created_at\": \"2022-10-21T05:53:13.246076-04:00\"\n        },\n        {\n            \"id\": 644051,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (BHC Act), Regulation Y, and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies: Federal Reserve Bank of Atlanta; Federal Reserve Bank of St. Louis; Federal Reserve Bank of Chicago; and, Federal Reserve Bank of Dallas. Comments regarding each of these applications must be received at the Reserve Bank, not later than November 21, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22804\",\n            \"regalytics_alert_id\": \"1891FR20222280420221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22804/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"created_at\": \"2022-10-21T05:53:13.513418-04:00\"\n        },\n        {\n            \"id\": 644121,\n            \"title\": \"Governor Wolf Announces $236 Million Investment in Water Infrastructure Projects in 15 Counties\",\n            \"summary\": \"Governor Tom Wolf today announced the investment of $236 million for 23 drinking water, wastewater, stormwater and non-point source projects across 15 counties through the Pennsylvania Infrastructure Investment Authority (PENNVEST). The funding for these projects originates from a combination of state funds approved by voters, Growing Greener, Marcellus Legacy funds, the Infrastructure Investment & Jobs Act, federal grants to PENNVEST from the U.S. Environmental Protection Agency, and recycled loan repayments from previous PENNVEST funding awards. Funds for these projects are disbursed after expenses for work are paid and receipts are submitted to PENNVEST for review.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA957339720221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Pennsylvania Infrastructure Investment Authority\",\n                    \"states\": [\n                        {\n                            \"name\": \"Pennsylvania\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.media.pa.gov/pages/pennvest-details.aspx?newsid=73\",\n            \"created_at\": \"2022-10-21T05:53:30.947582-04:00\"\n        },\n        {\n            \"id\": 644139,\n            \"title\": \"Hamilton County Man Indicted for COVID Relief Fraud Involving Fraudulently Obtained Paycheck Protection Program Loans\",\n            \"summary\": \"United States Attorney Roger B. Handberg announces the return of an indictment charging Desmond Dondre Williams (34, Jasper) with one count of conspiracy to commit wire fraud and two counts of wire fraud. If convicted, Williams faces up to 20 years’ imprisonment on each count and payment of restitution to the United States government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO117 FNSDHA116433820221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, Middle District of Florida\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-mdfl/pr/hamilton-county-man-indicted-covid-relief-fraud-involving-fraudulently-obtained\",\n            \"created_at\": \"2022-10-21T05:53:35.388387-04:00\"\n        },\n        {\n            \"id\": 644152,\n            \"title\": \"Request for Comment: Target Market Assessment Methodologies\",\n            \"summary\": \"The Community Development Financial Institutions Fund (CDFI Fund), Department of the Treasury, requests comments from the public regarding the pre-approved Target Market assessment methodologies that entities applying for Certification as a Community Development Financial Institution (CDFI) may use to assess whether the recipients of an entity’s Financial Products or Financial Services are members of a pre-approved Target Market. Capitalized terms found in this notice are defined in the regulations that govern the CDFI Program. Written comments are encouraged and must be received on or before 60 days after publication in the Federal Register.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22767\",\n            \"regalytics_alert_id\": \"1891FR20222276720221020\",\n            \"proposed_comments_due_date\": \"2022-12-19\",\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22767/community-development-financial-institutions-fund-cdfi-target-market-assessment-methodologies\",\n            \"created_at\": \"2022-10-21T05:53:38.679809-04:00\"\n        },\n        {\n            \"id\": 644156,\n            \"title\": \"SBA Economic Injury Disaster Loans Available to Kansas Small Businesses\",\n            \"summary\": \"Small nonfarm businesses in 18 Kansas counties and neighboring counties in Missouri are now eligible to apply for low‑interest federal disaster loans from the U.S. Small Business Administration, announced Director Tanya N. Garfield of SBA’s Disaster Field Operations Center-West. These loans offset economic losses because of reduced revenues caused by drought in the following primary counties that began August 16, 2022. Small nonfarm businesses, small agricultural cooperatives, small businesses engaged in aquaculture and most private nonprofit organizations of any size may qualify for Economic Injury Disaster Loans of up to $2 million to help meet financial obligations and operating expenses which could have been met had the disaster not occurred.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"22761SBA71108KA20221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.sba.gov/article/2022/oct/19/sba-economic-injury-disaster-loans-available-kansas-small-businesses\",\n            \"created_at\": \"2022-10-21T05:53:39.681406-04:00\"\n        },\n        {\n            \"id\": 642776,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44705; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609795520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097955\",\n            \"created_at\": \"2022-10-21T05:46:46.878782-04:00\"\n        },\n        {\n            \"id\": 642783,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44132; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609796420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097964\",\n            \"created_at\": \"2022-10-21T05:46:48.997043-04:00\"\n        },\n        {\n            \"id\": 642794,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30093; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609799420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097994\",\n            \"created_at\": \"2022-10-21T05:46:52.278808-04:00\"\n        },\n        {\n            \"id\": 642798,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: CT; consumer's zip: 06450; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609801220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098012\",\n            \"created_at\": \"2022-10-21T05:46:53.461270-04:00\"\n        },\n        {\n            \"id\": 642809,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609803720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098037\",\n            \"created_at\": \"2022-10-21T05:46:56.790353-04:00\"\n        },\n        {\n            \"id\": 642816,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MT; consumer's zip: 59101; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609805620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098056\",\n            \"created_at\": \"2022-10-21T05:46:58.896723-04:00\"\n        },\n        {\n            \"id\": 642824,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30344; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609807520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098075\",\n            \"created_at\": \"2022-10-21T05:47:01.289562-04:00\"\n        },\n        {\n            \"id\": 642827,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19150; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609808320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098083\",\n            \"created_at\": \"2022-10-21T05:47:02.183580-04:00\"\n        },\n        {\n            \"id\": 642883,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92627; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609823520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098235\",\n            \"created_at\": \"2022-10-21T05:47:19.277565-04:00\"\n        },\n        {\n            \"id\": 642900,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15003; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609828320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098283\",\n            \"created_at\": \"2022-10-21T05:47:24.438092-04:00\"\n        },\n        {\n            \"id\": 642913,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30014; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609833420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098334\",\n            \"created_at\": \"2022-10-21T05:47:28.325214-04:00\"\n        },\n        {\n            \"id\": 642920,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75240; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609834320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098343\",\n            \"created_at\": \"2022-10-21T05:47:30.449194-04:00\"\n        },\n        {\n            \"id\": 642930,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33323; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609836820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098368\",\n            \"created_at\": \"2022-10-21T05:47:33.448625-04:00\"\n        },\n        {\n            \"id\": 642942,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33414; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information is missing that should be on the report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609840020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098400\",\n            \"created_at\": \"2022-10-21T05:47:37.063225-04:00\"\n        },\n        {\n            \"id\": 642948,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33414; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609841920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098419\",\n            \"created_at\": \"2022-10-21T05:47:38.887707-04:00\"\n        },\n        {\n            \"id\": 642949,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33414; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609842020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098420\",\n            \"created_at\": \"2022-10-21T05:47:39.217303-04:00\"\n        },\n        {\n            \"id\": 642970,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 94801; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609850420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098504\",\n            \"created_at\": \"2022-10-21T05:47:45.629554-04:00\"\n        },\n        {\n            \"id\": 642976,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CT; consumer's zip: 06854; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609851520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098515\",\n            \"created_at\": \"2022-10-21T05:47:47.430787-04:00\"\n        },\n        {\n            \"id\": 642980,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27545; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609852120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098521\",\n            \"created_at\": \"2022-10-21T05:47:48.646901-04:00\"\n        },\n        {\n            \"id\": 642988,\n            \"title\": \"Complaint Filed: Nelnet, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Nelnet, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77339; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609856320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098563\",\n            \"created_at\": \"2022-10-21T05:47:51.054289-04:00\"\n        },\n        {\n            \"id\": 643010,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10804; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609864220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098642\",\n            \"created_at\": \"2022-10-21T05:47:57.653383-04:00\"\n        },\n        {\n            \"id\": 643025,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77523; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609869220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098692\",\n            \"created_at\": \"2022-10-21T05:48:02.196017-04:00\"\n        },\n        {\n            \"id\": 643034,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: DC; consumer's zip: 20002; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609871420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098714\",\n            \"created_at\": \"2022-10-21T05:48:04.889593-04:00\"\n        },\n        {\n            \"id\": 643048,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08861; product: debt collection; sub-product: private student loan debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609875520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098755\",\n            \"created_at\": \"2022-10-21T05:48:09.183988-04:00\"\n        },\n        {\n            \"id\": 643108,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76103; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609892120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098921\",\n            \"created_at\": \"2022-10-21T05:48:27.303123-04:00\"\n        },\n        {\n            \"id\": 643115,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33147; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609893920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098939\",\n            \"created_at\": \"2022-10-21T05:48:29.412685-04:00\"\n        },\n        {\n            \"id\": 643118,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33012; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609894520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098945\",\n            \"created_at\": \"2022-10-21T05:48:30.340185-04:00\"\n        },\n        {\n            \"id\": 643121,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33029; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609895020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098950\",\n            \"created_at\": \"2022-10-21T05:48:31.231092-04:00\"\n        },\n        {\n            \"id\": 643141,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35401; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609897820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098978\",\n            \"created_at\": \"2022-10-21T05:48:37.226178-04:00\"\n        },\n        {\n            \"id\": 643149,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76103; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609899020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098990\",\n            \"created_at\": \"2022-10-21T05:48:39.666274-04:00\"\n        },\n        {\n            \"id\": 643163,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35235; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609901320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099013\",\n            \"created_at\": \"2022-10-21T05:48:43.885740-04:00\"\n        },\n        {\n            \"id\": 643165,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91386; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609901620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099016\",\n            \"created_at\": \"2022-10-21T05:48:44.475762-04:00\"\n        },\n        {\n            \"id\": 643207,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77036; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609908520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099085\",\n            \"created_at\": \"2022-10-21T05:48:57.313428-04:00\"\n        },\n        {\n            \"id\": 643223,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15001; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609912520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099125\",\n            \"created_at\": \"2022-10-21T05:49:02.163936-04:00\"\n        },\n        {\n            \"id\": 643240,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15108; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609915620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099156\",\n            \"created_at\": \"2022-10-21T05:49:07.311243-04:00\"\n        },\n        {\n            \"id\": 643260,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07621; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609920120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099201\",\n            \"created_at\": \"2022-10-21T05:49:13.467737-04:00\"\n        },\n        {\n            \"id\": 643280,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44108; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609923920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099239\",\n            \"created_at\": \"2022-10-21T05:49:19.702069-04:00\"\n        },\n        {\n            \"id\": 643287,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33126; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609925220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099252\",\n            \"created_at\": \"2022-10-21T05:49:21.837750-04:00\"\n        },\n        {\n            \"id\": 643319,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92557; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609930320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099303\",\n            \"created_at\": \"2022-10-21T05:49:31.575826-04:00\"\n        },\n        {\n            \"id\": 643325,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33179; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609931020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099310\",\n            \"created_at\": \"2022-10-21T05:49:33.429846-04:00\"\n        },\n        {\n            \"id\": 643356,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78233; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609946320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099463\",\n            \"created_at\": \"2022-10-21T05:49:42.911663-04:00\"\n        },\n        {\n            \"id\": 643360,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 17603; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609950120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099501\",\n            \"created_at\": \"2022-10-21T05:49:44.103682-04:00\"\n        },\n        {\n            \"id\": 643370,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21046; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609953420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099534\",\n            \"created_at\": \"2022-10-21T05:49:47.161164-04:00\"\n        },\n        {\n            \"id\": 643381,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 17603; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609963520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099635\",\n            \"created_at\": \"2022-10-21T05:49:50.516354-04:00\"\n        },\n        {\n            \"id\": 643426,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77090; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609984520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099845\",\n            \"created_at\": \"2022-10-21T05:50:04.203362-04:00\"\n        },\n        {\n            \"id\": 643430,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60612; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with fraud alerts or security freezes; sub-issue: N/A; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609985620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099856\",\n            \"created_at\": \"2022-10-21T05:50:05.359128-04:00\"\n        },\n        {\n            \"id\": 643454,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21236; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609996920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099969\",\n            \"created_at\": \"2022-10-21T05:50:12.602426-04:00\"\n        },\n        {\n            \"id\": 643469,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 17046; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610001320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100013\",\n            \"created_at\": \"2022-10-21T05:50:17.083164-04:00\"\n        },\n        {\n            \"id\": 642714,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33154; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609781720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097817\",\n            \"created_at\": \"2022-10-21T05:46:28.192970-04:00\"\n        },\n        {\n            \"id\": 642667,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609769620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097696\",\n            \"created_at\": \"2022-10-21T05:46:14.092652-04:00\"\n        },\n        {\n            \"id\": 643162,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609901120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099011\",\n            \"created_at\": \"2022-10-21T05:48:43.591386-04:00\"\n        },\n        {\n            \"id\": 643343,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via phone with the following details: consumer's state: GA; consumer's zip: 31313; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609938820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099388\",\n            \"created_at\": \"2022-10-21T05:49:38.923469-04:00\"\n        },\n        {\n            \"id\": 642671,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609770520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097705\",\n            \"created_at\": \"2022-10-21T05:46:15.316598-04:00\"\n        },\n        {\n            \"id\": 642693,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33016; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609776320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097763\",\n            \"created_at\": \"2022-10-21T05:46:21.908837-04:00\"\n        },\n        {\n            \"id\": 642701,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MO; consumer's zip: 63031; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609778220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097782\",\n            \"created_at\": \"2022-10-21T05:46:24.323915-04:00\"\n        },\n        {\n            \"id\": 642703,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: WY; consumer's zip: 82604; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609779220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097792\",\n            \"created_at\": \"2022-10-21T05:46:24.913650-04:00\"\n        },\n        {\n            \"id\": 642719,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48322; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609783820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097838\",\n            \"created_at\": \"2022-10-21T05:46:29.714120-04:00\"\n        },\n        {\n            \"id\": 642721,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33056; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609784120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097841\",\n            \"created_at\": \"2022-10-21T05:46:30.335561-04:00\"\n        },\n        {\n            \"id\": 642733,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609786220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097862\",\n            \"created_at\": \"2022-10-21T05:46:33.889394-04:00\"\n        },\n        {\n            \"id\": 642745,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11432; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609788120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097881\",\n            \"created_at\": \"2022-10-21T05:46:37.479809-04:00\"\n        },\n        {\n            \"id\": 642764,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609792120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097921\",\n            \"created_at\": \"2022-10-21T05:46:43.237155-04:00\"\n        },\n        {\n            \"id\": 642795,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609799520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097995\",\n            \"created_at\": \"2022-10-21T05:46:52.572423-04:00\"\n        },\n        {\n            \"id\": 642838,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33803; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609809820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098098\",\n            \"created_at\": \"2022-10-21T05:47:05.484700-04:00\"\n        },\n        {\n            \"id\": 642859,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 22191; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609814820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098148\",\n            \"created_at\": \"2022-10-21T05:47:11.903854-04:00\"\n        },\n        {\n            \"id\": 642905,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21206; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609829920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098299\",\n            \"created_at\": \"2022-10-21T05:47:25.924267-04:00\"\n        },\n        {\n            \"id\": 642906,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32824; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609830020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098300\",\n            \"created_at\": \"2022-10-21T05:47:26.227230-04:00\"\n        },\n        {\n            \"id\": 642909,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11238; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609831920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098319\",\n            \"created_at\": \"2022-10-21T05:47:27.141971-04:00\"\n        },\n        {\n            \"id\": 642911,\n            \"title\": \"Complaint Filed: Experian Information Solutions, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Experian Information Solutions, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21206; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609832820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098328\",\n            \"created_at\": \"2022-10-21T05:47:27.733958-04:00\"\n        },\n        {\n            \"id\": 642940,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: KY; consumer's zip: 40211; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609839520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098395\",\n            \"created_at\": \"2022-10-21T05:47:36.460467-04:00\"\n        },\n        {\n            \"id\": 642957,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29506; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609845420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098454\",\n            \"created_at\": \"2022-10-21T05:47:41.644146-04:00\"\n        },\n        {\n            \"id\": 642991,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19121; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609858520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098585\",\n            \"created_at\": \"2022-10-21T05:47:51.944049-04:00\"\n        },\n        {\n            \"id\": 643006,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IN; consumer's zip: 46321; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609862920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098629\",\n            \"created_at\": \"2022-10-21T05:47:56.455418-04:00\"\n        },\n        {\n            \"id\": 643026,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33435; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609869520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098695\",\n            \"created_at\": \"2022-10-21T05:48:02.492966-04:00\"\n        },\n        {\n            \"id\": 643029,\n            \"title\": \"Complaint Filed: Land Home Financial Services\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Land Home Financial Services, on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29115; product: mortgage; sub-product: other type of mortgage; issue: struggling to pay mortgage; sub-issue: N/A; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609870820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098708\",\n            \"created_at\": \"2022-10-21T05:48:03.405236-04:00\"\n        },\n        {\n            \"id\": 643035,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: WV; consumer's zip: 26505; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609871620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098716\",\n            \"created_at\": \"2022-10-21T05:48:05.208140-04:00\"\n        },\n        {\n            \"id\": 643073,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35244; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609882620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098826\",\n            \"created_at\": \"2022-10-21T05:48:16.720200-04:00\"\n        },\n        {\n            \"id\": 643087,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30281; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609887920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098879\",\n            \"created_at\": \"2022-10-21T05:48:20.954055-04:00\"\n        },\n        {\n            \"id\": 643100,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75231; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609890820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098908\",\n            \"created_at\": \"2022-10-21T05:48:24.897933-04:00\"\n        },\n        {\n            \"id\": 643113,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07604; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609893620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098936\",\n            \"created_at\": \"2022-10-21T05:48:28.817669-04:00\"\n        },\n        {\n            \"id\": 643122,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 38115; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609895220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098952\",\n            \"created_at\": \"2022-10-21T05:48:31.528655-04:00\"\n        },\n        {\n            \"id\": 643164,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10462; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609901520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099015\",\n            \"created_at\": \"2022-10-21T05:48:44.181949-04:00\"\n        },\n        {\n            \"id\": 643194,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85353; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609906420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099064\",\n            \"created_at\": \"2022-10-21T05:48:53.335103-04:00\"\n        },\n        {\n            \"id\": 643167,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10469; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609901920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099019\",\n            \"created_at\": \"2022-10-21T05:48:45.080630-04:00\"\n        },\n        {\n            \"id\": 643184,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27610; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609904820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099048\",\n            \"created_at\": \"2022-10-21T05:48:50.327448-04:00\"\n        },\n        {\n            \"id\": 643203,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77386; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609908020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099080\",\n            \"created_at\": \"2022-10-21T05:48:56.113557-04:00\"\n        },\n        {\n            \"id\": 643213,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35980; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609910120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099101\",\n            \"created_at\": \"2022-10-21T05:48:59.141235-04:00\"\n        },\n        {\n            \"id\": 643216,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28307; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609910620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099106\",\n            \"created_at\": \"2022-10-21T05:49:00.060091-04:00\"\n        },\n        {\n            \"id\": 643217,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28307; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609910720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099107\",\n            \"created_at\": \"2022-10-21T05:49:00.365616-04:00\"\n        },\n        {\n            \"id\": 643282,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: RI; consumer's zip: 02909; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609924720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099247\",\n            \"created_at\": \"2022-10-21T05:49:20.310378-04:00\"\n        },\n        {\n            \"id\": 643257,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07093; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609919520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099195\",\n            \"created_at\": \"2022-10-21T05:49:12.551677-04:00\"\n        },\n        {\n            \"id\": 643292,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23223; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609926120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099261\",\n            \"created_at\": \"2022-10-21T05:49:23.331807-04:00\"\n        },\n        {\n            \"id\": 643294,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08861; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609926520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099265\",\n            \"created_at\": \"2022-10-21T05:49:23.952866-04:00\"\n        },\n        {\n            \"id\": 643314,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34744; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609929720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099297\",\n            \"created_at\": \"2022-10-21T05:49:30.033732-04:00\"\n        },\n        {\n            \"id\": 643313,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10950; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609929420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099294\",\n            \"created_at\": \"2022-10-21T05:49:29.728708-04:00\"\n        },\n        {\n            \"id\": 643568,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07032; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610042320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100423\",\n            \"created_at\": \"2022-10-21T05:50:46.868691-04:00\"\n        },\n        {\n            \"id\": 643571,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35756; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610043320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100433\",\n            \"created_at\": \"2022-10-21T05:50:47.753512-04:00\"\n        },\n        {\n            \"id\": 643583,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33496; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610049120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100491\",\n            \"created_at\": \"2022-10-21T05:50:51.368204-04:00\"\n        },\n        {\n            \"id\": 643597,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35986; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610054520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100545\",\n            \"created_at\": \"2022-10-21T05:50:55.606276-04:00\"\n        },\n        {\n            \"id\": 643615,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 18037; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610058020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100580\",\n            \"created_at\": \"2022-10-21T05:51:01.020419-04:00\"\n        },\n        {\n            \"id\": 643619,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77027; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610059220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100592\",\n            \"created_at\": \"2022-10-21T05:51:02.222125-04:00\"\n        },\n        {\n            \"id\": 643631,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32210; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610064920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100649\",\n            \"created_at\": \"2022-10-21T05:51:05.853677-04:00\"\n        },\n        {\n            \"id\": 643637,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19144; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610066920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100669\",\n            \"created_at\": \"2022-10-21T05:51:07.658759-04:00\"\n        },\n        {\n            \"id\": 643657,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33311; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with fraud alerts or security freezes; sub-issue: N/A; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610073820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100738\",\n            \"created_at\": \"2022-10-21T05:51:13.740818-04:00\"\n        },\n        {\n            \"id\": 643675,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93257; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610079320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100793\",\n            \"created_at\": \"2022-10-21T05:51:19.243839-04:00\"\n        },\n        {\n            \"id\": 643712,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77090; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610092220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100922\",\n            \"created_at\": \"2022-10-21T05:51:30.450196-04:00\"\n        },\n        {\n            \"id\": 643725,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: DC; consumer's zip: 20005; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610097220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100972\",\n            \"created_at\": \"2022-10-21T05:51:34.385996-04:00\"\n        },\n        {\n            \"id\": 643762,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07052; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610112220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101122\",\n            \"created_at\": \"2022-10-21T05:51:45.740106-04:00\"\n        },\n        {\n            \"id\": 643764,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77056; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610112920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101129\",\n            \"created_at\": \"2022-10-21T05:51:46.344183-04:00\"\n        },\n        {\n            \"id\": 643779,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89106; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610118420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101184\",\n            \"created_at\": \"2022-10-21T05:51:50.945234-04:00\"\n        },\n        {\n            \"id\": 643780,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21076; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: public record information inaccurate; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610119320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101193\",\n            \"created_at\": \"2022-10-21T05:51:51.269450-04:00\"\n        },\n        {\n            \"id\": 643794,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07052; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610125720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101257\",\n            \"created_at\": \"2022-10-21T05:51:55.530498-04:00\"\n        },\n        {\n            \"id\": 643797,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20774; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610126820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101268\",\n            \"created_at\": \"2022-10-21T05:51:56.424476-04:00\"\n        },\n        {\n            \"id\": 642507,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91316; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609276720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092767\",\n            \"created_at\": \"2022-10-21T05:45:25.976726-04:00\"\n        },\n        {\n            \"id\": 642509,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AR; consumer's zip: 72364; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609277420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092774\",\n            \"created_at\": \"2022-10-21T05:45:26.566168-04:00\"\n        },\n        {\n            \"id\": 643862,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48206; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: public record information inaccurate; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610151220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101512\",\n            \"created_at\": \"2022-10-21T05:52:16.231778-04:00\"\n        },\n        {\n            \"id\": 643866,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89074; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610152120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101521\",\n            \"created_at\": \"2022-10-21T05:52:17.433308-04:00\"\n        },\n        {\n            \"id\": 643880,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30252; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610155520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101555\",\n            \"created_at\": \"2022-10-21T05:52:21.743489-04:00\"\n        },\n        {\n            \"id\": 643893,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27405; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610160020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101600\",\n            \"created_at\": \"2022-10-21T05:52:25.722627-04:00\"\n        },\n        {\n            \"id\": 643941,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31830; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610181620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101816\",\n            \"created_at\": \"2022-10-21T05:52:40.319459-04:00\"\n        },\n        {\n            \"id\": 643946,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33186; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610182620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101826\",\n            \"created_at\": \"2022-10-21T05:52:41.816164-04:00\"\n        },\n        {\n            \"id\": 643960,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29706; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610186620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101866\",\n            \"created_at\": \"2022-10-21T05:52:46.086051-04:00\"\n        },\n        {\n            \"id\": 643978,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70363; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610193820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101938\",\n            \"created_at\": \"2022-10-21T05:52:51.550738-04:00\"\n        },\n        {\n            \"id\": 643994,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610198420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101984\",\n            \"created_at\": \"2022-10-21T05:52:56.443597-04:00\"\n        },\n        {\n            \"id\": 643996,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33314; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610198720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101987\",\n            \"created_at\": \"2022-10-21T05:52:57.043781-04:00\"\n        },\n        {\n            \"id\": 644105,\n            \"title\": \"Consent Agreement: LPL Financial LLC\",\n            \"summary\": \"LPL is a broker-dealer located at 1055 LPL Way, Fort Mill, South Carolina 29715. This matter arose from an audit conducted by the Bureau on March 14 and April 16, 2019. A finding of the audit is that LPL failed to have adequate signage at a Salem Five Cent Savings Bank (hereinafter \\\"SFCSB\\\") location at One Liberty Lane East, Hampton, New Hampshire 03842. LPL has an agreement with SFCSB to provide securities brokerage and advisory services through LPL at that location and others. The signage violation noted in the exam was that the LPL branch office was contained in a building with multiple office suites of other businesses, but on the outside of the LPL office suite the signage did not mention LPL was located there. In view of the foregoing, the Respondent agrees to the following undertakings and sanctions: Respondent agrees that that they have voluntarily consented to the entry of this Consent Agreement and represents and avers that no employee or representative of the Bureau has made any promise, representation or threat to induce their execution. Upon execution of this Consent Agreement by Respondent, Respondent agrees to pay costs in the amount of ten thousand dollars ($10,000) to the State of New Hampshire.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19286NH68LPL002620450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"New Hampshire Secretary of State, Bureau of Securities Regulation\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Hampshire\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://sos.nh.gov/media/a1cloruf/enforceord_inv2020-00026.pdf\",\n            \"created_at\": \"2022-10-21T05:53:26.918068-04:00\"\n        },\n        {\n            \"id\": 644118,\n            \"title\": \"Final Rule: Appraisals for Higher-Priced Mortgage Loans Exemption Threshold\",\n            \"summary\": \"The Office of the Comptroller of the Currency, Treasury (OCC); Board of Governors of the Federal Reserve System (Board); and Bureau of Consumer Financial Protection (Bureau) are finalizing amendments to the official interpretations for their regulations that implement section 129H of the Truth in Lending Act (TILA). Section 129H of TILA establishes special appraisal requirements for “higher-risk mortgages,” termed “higher-priced mortgage loans” or “HPMLs” in the agencies’ regulations. The Agencies’ rules exempted, among other loan types, transactions of $25,000 or less, and required that this loan amount be adjusted annually based on any annual percentage increase in the Consumer Price Index for Urban Wage Earners and Clerical Workers (CPI-W). If there is no annual percentage increase in the CPI-W, the OCC, the Board, and the Bureau will not adjust this exemption threshold from the prior year. Additionally, in years following a year in which the exemption threshold was not adjusted because the CPI-W decreased, the threshold is calculated by applying the annual percentage increase in the CPI-W to the dollar amount that would have resulted, after rounding, if the decreases and any subsequent increases in the CPI-W had been taken into account. Based on the CPI-W in effect as of June 1, 2022, the exemption threshold will increase from $28,500 to $31,000, effective January 1, 2023.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22820\",\n            \"regalytics_alert_id\": \"1891FR20222282020221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Office of the Comptroller of the Currency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22820/appraisals-for-higher-priced-mortgage-loans-exemption-threshold\",\n            \"created_at\": \"2022-10-21T05:53:30.215679-04:00\"\n        },\n        {\n            \"id\": 644137,\n            \"title\": \"Hudson County Man Arrested for Identity Theft Scheme\",\n            \"summary\": \"A Hudson County, New Jersey, man was arrested this morning for unlawfully using victims’ personal identification information to steal over $1 million, U.S. Attorney Philip R. Sellinger announced. Marc Lazarre, 37, of Secaucus, New Jersey, is charged by complaint with one count of bank fraud and one count of aggravated identity theft. Lazarre is scheduled to appear this afternoon before U.S. Magistrate Judge André M. Espinosa in Newark federal court.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO52ORMEEHU83437420221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, District of New Jersey\",\n                    \"states\": [\n                        {\n                            \"name\": \"New Jersey\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-nj/pr/hudson-county-man-arrested-identity-theft-scheme\",\n            \"created_at\": \"2022-10-21T05:53:34.861585-04:00\"\n        },\n        {\n            \"id\": 644141,\n            \"title\": \"Former Chairman of Riviera Beach Housing Authority Charged with Extortion for Kickback Payments\",\n            \"summary\": \"Delvin Thomas, 44, of West Palm Beach, Florida, has been charged with one count of extortion after using his chairman position to receive a kickback from a real-estate transaction. Around April 2019, Thomas was the chairman of the Riviera Beach Housing Authority, during which time the authority sought to purchase real-estate located in Riviera Beach for a low-income rental property. Thomas introduced a real estate broker to the person at Riviera Beach Housing Authority responsible for purchasing the property and Riviera Beach Housing Authority entered into a contract with the broker to purchase the property. The broker was to receive a three percent commission from the property’s purchase. Once the contract to purchase the property was entered, Thomas told the broker that he, Thomas, was to receive 50 percent of the commission for its sale. At closing, the broker’s company was paid a commission of $18,930. In order to hide the unlawful payment of Thomas’ 50 percent share, Thomas contacted a straw party to act as a front for this illicit activity.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21019AO95EATSSFO120434020221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Attorney's Office, Southern District of Florida\",\n                    \"states\": [\n                        {\n                            \"name\": \"Florida\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.justice.gov/usao-sdfl/pr/former-chairman-riviera-beach-housing-authority-charged-extortion-kickback-payments\",\n            \"created_at\": \"2022-10-21T05:53:35.904118-04:00\"\n        },\n        {\n            \"id\": 644441,\n            \"title\": \"More Than 210 Industry Professionals Attend Cybersecurity Educational Event Hosted by DIFS\",\n            \"summary\": \"Governor Gretchen Whitmer proclaimed October 2022 as Cybersecurity Awareness Month, an issue of vital concern to the insurance and financial services sectors. To support these industries in protecting their customers and businesses from cyber breaches, the Michigan Department of Insurance and Financial Services (DIFS) held a virtual cybersecurity event with more than 210 industry professionals in attendance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1146MI25420221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Michigan Department of Insurance and Financial Services\",\n                    \"states\": [\n                        {\n                            \"name\": \"Michigan\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.michigan.gov/difs/news-and-outreach/press-releases/2022/10/20/more-than-210-industry-professionals-attend-cybersecurity-educational-event-hosted-by-difs\",\n            \"created_at\": \"2022-10-21T05:54:46.370338-04:00\"\n        },\n        {\n            \"id\": 644445,\n            \"title\": \"NCUA Board Approves Risk Appetite Statement, Briefed on Central Liquidity Facility and Cybersecurity\",\n            \"summary\": \"The National Credit Union Administration Board held its ninth open meeting—and second in person—of 2022, and approved the agency’s Enterprise Risk Appetite Statement, which helps the agency align risks and opportunities when making decisions and allocating resources to achieve the agency’s strategic goals and objectives. The NCUA Board was also briefed on the state of the Central Liquidity Facility (CLF) and cybersecurity trends affecting federally insured credit unions and the broader financial system.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA10014520221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Meeting\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Credit Union Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2022/ncua-board-approves-risk-appetite-statement-briefed-central-liquidity-facility-and-cybersecurity\",\n            \"created_at\": \"2022-10-21T05:54:47.353651-04:00\"\n        },\n        {\n            \"id\": 642491,\n            \"title\": \"City of Calexico: Past Overspending and Ongoing Administrative Deficiencies Limit Its Ability to Serve the Public\",\n            \"summary\": \"In recent years, The city of Calexico (Calexico) has been one of California’s cities most at risk of fiscal distress. The city’s past overspending depleted its general fund, and although it is no longer in a deficit, limited financial resources and significant future liabilities constrain its operations. Calexico faces several significant risks related to its financial and operational management. In June 2021, our office sought and obtained approval from the Joint Legislative Audit Committee (Audit Committee) to conduct an audit of Calexico under our high risk local government agency audit program (local high-risk program). This program authorizes the California State Auditor's Office (State Auditor) to identify local government agencies that are at high risk for potential waste, fraud, abuse, or mismanagement or that have major challenges associated with their economy, efficiency, or effectiveness. Further, by not expending resources to maintain and operate its existing facilities, the city has already incurred increased costs and missed opportunities to provide some services to residents. Descriptions of the findings and conclusions that led to these recommendations as a result of our audit can be found in the sections of this report.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21174CA113185020221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"California State Auditor\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.bsa.ca.gov/reports/2021-805/index.html\",\n            \"created_at\": \"2022-10-21T05:45:21.744336-04:00\"\n        },\n        {\n            \"id\": 642491,\n            \"title\": \"City of Calexico: Past Overspending and Ongoing Administrative Deficiencies Limit Its Ability to Serve the Public\",\n            \"summary\": \"In recent years, The city of Calexico (Calexico) has been one of California’s cities most at risk of fiscal distress. The city’s past overspending depleted its general fund, and although it is no longer in a deficit, limited financial resources and significant future liabilities constrain its operations. Calexico faces several significant risks related to its financial and operational management. In June 2021, our office sought and obtained approval from the Joint Legislative Audit Committee (Audit Committee) to conduct an audit of Calexico under our high risk local government agency audit program (local high-risk program). This program authorizes the California State Auditor's Office (State Auditor) to identify local government agencies that are at high risk for potential waste, fraud, abuse, or mismanagement or that have major challenges associated with their economy, efficiency, or effectiveness. Further, by not expending resources to maintain and operate its existing facilities, the city has already incurred increased costs and missed opportunities to provide some services to residents. Descriptions of the findings and conclusions that led to these recommendations as a result of our audit can be found in the sections of this report.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"21174CA113185020221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California State Assembly\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"California State Auditor\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.bsa.ca.gov/reports/2021-805/index.html\",\n            \"created_at\": \"2022-10-21T05:45:21.744336-04:00\"\n        },\n        {\n            \"id\": 642526,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32456; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609285020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092850\",\n            \"created_at\": \"2022-10-21T05:45:31.663840-04:00\"\n        },\n        {\n            \"id\": 642528,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33139; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609285620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092856\",\n            \"created_at\": \"2022-10-21T05:45:32.261508-04:00\"\n        },\n        {\n            \"id\": 642541,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70461; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609736920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097369\",\n            \"created_at\": \"2022-10-21T05:45:36.182268-04:00\"\n        },\n        {\n            \"id\": 642549,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30350; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609740020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097400\",\n            \"created_at\": \"2022-10-21T05:45:38.564833-04:00\"\n        },\n        {\n            \"id\": 642596,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70461; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609752120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097521\",\n            \"created_at\": \"2022-10-21T05:45:52.755759-04:00\"\n        },\n        {\n            \"id\": 642623,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89130; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609761220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097612\",\n            \"created_at\": \"2022-10-21T05:46:00.894196-04:00\"\n        },\n        {\n            \"id\": 642627,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 14215; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609761920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097619\",\n            \"created_at\": \"2022-10-21T05:46:02.082882-04:00\"\n        },\n        {\n            \"id\": 642636,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11413; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609763020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097630\",\n            \"created_at\": \"2022-10-21T05:46:04.793399-04:00\"\n        },\n        {\n            \"id\": 642650,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33323; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609766320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097663\",\n            \"created_at\": \"2022-10-21T05:46:08.998474-04:00\"\n        },\n        {\n            \"id\": 642674,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19125; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609771020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097710\",\n            \"created_at\": \"2022-10-21T05:46:16.214897-04:00\"\n        },\n        {\n            \"id\": 642682,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89139; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609773920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097739\",\n            \"created_at\": \"2022-10-21T05:46:18.612105-04:00\"\n        },\n        {\n            \"id\": 642687,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20774; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609775020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097750\",\n            \"created_at\": \"2022-10-21T05:46:20.130697-04:00\"\n        },\n        {\n            \"id\": 642739,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28269; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609787320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097873\",\n            \"created_at\": \"2022-10-21T05:46:35.691354-04:00\"\n        },\n        {\n            \"id\": 642746,\n            \"title\": \"Complaint Filed: Velocity Portfolio Group\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Velocity Portfolio Group, on October 19, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29061; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609788220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097882\",\n            \"created_at\": \"2022-10-21T05:46:37.776899-04:00\"\n        },\n        {\n            \"id\": 642786,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33056; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609796920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097969\",\n            \"created_at\": \"2022-10-21T05:46:49.882798-04:00\"\n        },\n        {\n            \"id\": 642802,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28215; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609802120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098021\",\n            \"created_at\": \"2022-10-21T05:46:54.706463-04:00\"\n        },\n        {\n            \"id\": 642806,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44705; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609803120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098031\",\n            \"created_at\": \"2022-10-21T05:46:55.907341-04:00\"\n        },\n        {\n            \"id\": 642810,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33015; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609804020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098040\",\n            \"created_at\": \"2022-10-21T05:46:57.098337-04:00\"\n        },\n        {\n            \"id\": 642828,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91910; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609808420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098084\",\n            \"created_at\": \"2022-10-21T05:47:02.477416-04:00\"\n        },\n        {\n            \"id\": 642855,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21202; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609813220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098132\",\n            \"created_at\": \"2022-10-21T05:47:10.719893-04:00\"\n        },\n        {\n            \"id\": 642869,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609816920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098169\",\n            \"created_at\": \"2022-10-21T05:47:15.062747-04:00\"\n        },\n        {\n            \"id\": 642877,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: AL; consumer's zip: 36613; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609821620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098216\",\n            \"created_at\": \"2022-10-21T05:47:17.462174-04:00\"\n        },\n        {\n            \"id\": 642894,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: WI; consumer's zip: 53209; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609827020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098270\",\n            \"created_at\": \"2022-10-21T05:47:22.586397-04:00\"\n        },\n        {\n            \"id\": 642910,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: IN; consumer's zip: 46514; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609832220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098322\",\n            \"created_at\": \"2022-10-21T05:47:27.439373-04:00\"\n        },\n        {\n            \"id\": 642926,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23234; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609835520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098355\",\n            \"created_at\": \"2022-10-21T05:47:32.229670-04:00\"\n        },\n        {\n            \"id\": 642935,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30349; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609838520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098385\",\n            \"created_at\": \"2022-10-21T05:47:34.929783-04:00\"\n        },\n        {\n            \"id\": 642955,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28213; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609844620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098446\",\n            \"created_at\": \"2022-10-21T05:47:41.053294-04:00\"\n        },\n        {\n            \"id\": 642960,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30344; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609846120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098461\",\n            \"created_at\": \"2022-10-21T05:47:42.557020-04:00\"\n        },\n        {\n            \"id\": 643015,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32824; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609866420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098664\",\n            \"created_at\": \"2022-10-21T05:47:59.178803-04:00\"\n        },\n        {\n            \"id\": 643017,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33511; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609866820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098668\",\n            \"created_at\": \"2022-10-21T05:47:59.775981-04:00\"\n        },\n        {\n            \"id\": 643028,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IN; consumer's zip: 46321; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609870320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098703\",\n            \"created_at\": \"2022-10-21T05:48:03.104436-04:00\"\n        },\n        {\n            \"id\": 643037,\n            \"title\": \"Complaint Filed: Southern Auto Finance Co\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Southern Auto Finance Co, on October 18, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: closed with explanation; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609872520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098725\",\n            \"created_at\": \"2022-10-21T05:48:05.805497-04:00\"\n        },\n        {\n            \"id\": 643047,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08861; product: debt collection; sub-product: credit card debt; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609875420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098754\",\n            \"created_at\": \"2022-10-21T05:48:08.859967-04:00\"\n        },\n        {\n            \"id\": 643053,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77055; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609876720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098767\",\n            \"created_at\": \"2022-10-21T05:48:10.688836-04:00\"\n        },\n        {\n            \"id\": 643063,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11434; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609880020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098800\",\n            \"created_at\": \"2022-10-21T05:48:13.688068-04:00\"\n        },\n        {\n            \"id\": 643066,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33023; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609881520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098815\",\n            \"created_at\": \"2022-10-21T05:48:14.574313-04:00\"\n        },\n        {\n            \"id\": 643092,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31201; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609888920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098889\",\n            \"created_at\": \"2022-10-21T05:48:22.465215-04:00\"\n        },\n        {\n            \"id\": 643095,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10469; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609889420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098894\",\n            \"created_at\": \"2022-10-21T05:48:23.349998-04:00\"\n        },\n        {\n            \"id\": 643114,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33147; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609893820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098938\",\n            \"created_at\": \"2022-10-21T05:48:29.113477-04:00\"\n        },\n        {\n            \"id\": 643117,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35127; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609894220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098942\",\n            \"created_at\": \"2022-10-21T05:48:30.013315-04:00\"\n        },\n        {\n            \"id\": 643143,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98409; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609898220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098982\",\n            \"created_at\": \"2022-10-21T05:48:37.820257-04:00\"\n        },\n        {\n            \"id\": 643144,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23838; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609898320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098983\",\n            \"created_at\": \"2022-10-21T05:48:38.119715-04:00\"\n        },\n        {\n            \"id\": 643148,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21117; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609898820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098988\",\n            \"created_at\": \"2022-10-21T05:48:39.369956-04:00\"\n        },\n        {\n            \"id\": 643157,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10469; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609899920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098999\",\n            \"created_at\": \"2022-10-21T05:48:42.105610-04:00\"\n        },\n        {\n            \"id\": 642569,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33309; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609744620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097446\",\n            \"created_at\": \"2022-10-21T05:45:44.594457-04:00\"\n        },\n        {\n            \"id\": 642559,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33025; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609743220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097432\",\n            \"created_at\": \"2022-10-21T05:45:41.624455-04:00\"\n        },\n        {\n            \"id\": 643277,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31778; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609923520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099235\",\n            \"created_at\": \"2022-10-21T05:49:18.798218-04:00\"\n        },\n        {\n            \"id\": 643852,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33701; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610147520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101475\",\n            \"created_at\": \"2022-10-21T05:52:13.188693-04:00\"\n        },\n        {\n            \"id\": 643284,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NV; consumer's zip: 89128; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609924920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099249\",\n            \"created_at\": \"2022-10-21T05:49:20.910134-04:00\"\n        },\n        {\n            \"id\": 643285,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76180; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609925020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099250\",\n            \"created_at\": \"2022-10-21T05:49:21.237087-04:00\"\n        },\n        {\n            \"id\": 643327,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48219; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609932720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099327\",\n            \"created_at\": \"2022-10-21T05:49:34.026519-04:00\"\n        },\n        {\n            \"id\": 643336,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60409; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609936220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099362\",\n            \"created_at\": \"2022-10-21T05:49:36.790373-04:00\"\n        },\n        {\n            \"id\": 643353,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 61821; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609945120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099451\",\n            \"created_at\": \"2022-10-21T05:49:42.020650-04:00\"\n        },\n        {\n            \"id\": 643365,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 43235; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609952320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099523\",\n            \"created_at\": \"2022-10-21T05:49:45.665920-04:00\"\n        },\n        {\n            \"id\": 643379,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31907; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609960220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099602\",\n            \"created_at\": \"2022-10-21T05:49:49.899188-04:00\"\n        },\n        {\n            \"id\": 643380,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07093; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609962120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099621\",\n            \"created_at\": \"2022-10-21T05:49:50.222261-04:00\"\n        },\n        {\n            \"id\": 643388,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19150; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609970620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099706\",\n            \"created_at\": \"2022-10-21T05:49:52.636609-04:00\"\n        },\n        {\n            \"id\": 643394,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 38016; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609972720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099727\",\n            \"created_at\": \"2022-10-21T05:49:54.501690-04:00\"\n        },\n        {\n            \"id\": 643428,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78112; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609985220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099852\",\n            \"created_at\": \"2022-10-21T05:50:04.805888-04:00\"\n        },\n        {\n            \"id\": 643431,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30058; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609985720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099857\",\n            \"created_at\": \"2022-10-21T05:50:05.672027-04:00\"\n        },\n        {\n            \"id\": 643450,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29926; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609994920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099949\",\n            \"created_at\": \"2022-10-21T05:50:11.407357-04:00\"\n        },\n        {\n            \"id\": 643464,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29926; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610000120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100001\",\n            \"created_at\": \"2022-10-21T05:50:15.605080-04:00\"\n        },\n        {\n            \"id\": 643497,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98042; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610012120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100121\",\n            \"created_at\": \"2022-10-21T05:50:25.559566-04:00\"\n        },\n        {\n            \"id\": 643501,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48917; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610013720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100137\",\n            \"created_at\": \"2022-10-21T05:50:26.748377-04:00\"\n        },\n        {\n            \"id\": 643541,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via phone with the following details: consumer's state: FL; consumer's zip: 32073; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610031420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100314\",\n            \"created_at\": \"2022-10-21T05:50:38.737430-04:00\"\n        },\n        {\n            \"id\": 643542,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85274; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610031720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100317\",\n            \"created_at\": \"2022-10-21T05:50:39.038143-04:00\"\n        },\n        {\n            \"id\": 643549,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610033820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100338\",\n            \"created_at\": \"2022-10-21T05:50:41.172343-04:00\"\n        },\n        {\n            \"id\": 643559,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07032; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610037520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100375\",\n            \"created_at\": \"2022-10-21T05:50:44.104926-04:00\"\n        },\n        {\n            \"id\": 643591,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77027; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610050920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100509\",\n            \"created_at\": \"2022-10-21T05:50:53.754567-04:00\"\n        },\n        {\n            \"id\": 643593,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48307; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610051520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100515\",\n            \"created_at\": \"2022-10-21T05:50:54.377703-04:00\"\n        },\n        {\n            \"id\": 643621,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85202; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610059720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100597\",\n            \"created_at\": \"2022-10-21T05:51:02.828757-04:00\"\n        },\n        {\n            \"id\": 643627,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 61265; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610062820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100628\",\n            \"created_at\": \"2022-10-21T05:51:04.653920-04:00\"\n        },\n        {\n            \"id\": 643676,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93257; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610079420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100794\",\n            \"created_at\": \"2022-10-21T05:51:19.544294-04:00\"\n        },\n        {\n            \"id\": 643679,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19013; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610081220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100812\",\n            \"created_at\": \"2022-10-21T05:51:20.458279-04:00\"\n        },\n        {\n            \"id\": 643706,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32244; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610091020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100910\",\n            \"created_at\": \"2022-10-21T05:51:28.587950-04:00\"\n        },\n        {\n            \"id\": 643729,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15147; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610098720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100987\",\n            \"created_at\": \"2022-10-21T05:51:35.604822-04:00\"\n        },\n        {\n            \"id\": 643763,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: KY; consumer's zip: 40228; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610112720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101127\",\n            \"created_at\": \"2022-10-21T05:51:46.039341-04:00\"\n        },\n        {\n            \"id\": 643774,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77002; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610116820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101168\",\n            \"created_at\": \"2022-10-21T05:51:49.434427-04:00\"\n        },\n        {\n            \"id\": 643786,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610122820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101228\",\n            \"created_at\": \"2022-10-21T05:51:53.062321-04:00\"\n        },\n        {\n            \"id\": 643788,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77056; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610123020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101230\",\n            \"created_at\": \"2022-10-21T05:51:53.691353-04:00\"\n        },\n        {\n            \"id\": 643795,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60153; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610125920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101259\",\n            \"created_at\": \"2022-10-21T05:51:55.830471-04:00\"\n        },\n        {\n            \"id\": 643826,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93722; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610136720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101367\",\n            \"created_at\": \"2022-10-21T05:52:05.194838-04:00\"\n        },\n        {\n            \"id\": 643841,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32207; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610144920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101449\",\n            \"created_at\": \"2022-10-21T05:52:09.825529-04:00\"\n        },\n        {\n            \"id\": 643845,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: LA; consumer's zip: 70811; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610145920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101459\",\n            \"created_at\": \"2022-10-21T05:52:11.068673-04:00\"\n        },\n        {\n            \"id\": 643864,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10550; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610151420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101514\",\n            \"created_at\": \"2022-10-21T05:52:16.829446-04:00\"\n        },\n        {\n            \"id\": 643865,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: WA; consumer's zip: 98001; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610151820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101518\",\n            \"created_at\": \"2022-10-21T05:52:17.132551-04:00\"\n        },\n        {\n            \"id\": 643872,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60617; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610154320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101543\",\n            \"created_at\": \"2022-10-21T05:52:19.289169-04:00\"\n        },\n        {\n            \"id\": 643876,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77479; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610154820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101548\",\n            \"created_at\": \"2022-10-21T05:52:20.517933-04:00\"\n        },\n        {\n            \"id\": 643887,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MS; consumer's zip: 39759; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610158820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101588\",\n            \"created_at\": \"2022-10-21T05:52:23.834568-04:00\"\n        },\n        {\n            \"id\": 643892,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27405; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610159920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101599\",\n            \"created_at\": \"2022-10-21T05:52:25.420639-04:00\"\n        },\n        {\n            \"id\": 643900,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48342; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610162820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101628\",\n            \"created_at\": \"2022-10-21T05:52:27.849516-04:00\"\n        },\n        {\n            \"id\": 643916,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33025; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610170220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101702\",\n            \"created_at\": \"2022-10-21T05:52:32.623029-04:00\"\n        },\n        {\n            \"id\": 643966,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48205; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610188620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101886\",\n            \"created_at\": \"2022-10-21T05:52:47.877203-04:00\"\n        },\n        {\n            \"id\": 643987,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19141; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610196920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101969\",\n            \"created_at\": \"2022-10-21T05:52:54.328292-04:00\"\n        },\n        {\n            \"id\": 644010,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33025; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610202520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102025\",\n            \"created_at\": \"2022-10-21T05:53:01.282515-04:00\"\n        },\n        {\n            \"id\": 644012,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29340; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: difficulty submitting a dispute or getting information about a dispute over the phone; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610203020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102030\",\n            \"created_at\": \"2022-10-21T05:53:01.886008-04:00\"\n        },\n        {\n            \"id\": 644024,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33534; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610206520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102065\",\n            \"created_at\": \"2022-10-21T05:53:05.694512-04:00\"\n        },\n        {\n            \"id\": 644030,\n            \"title\": \"Complaint Filed: Ally Financial, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30813; product: vehicle loan or lease; sub-product: loan; issue: getting a loan or lease; sub-issue: confusing or misleading advertising or marketing; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610259620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6102596\",\n            \"created_at\": \"2022-10-21T05:53:07.625942-04:00\"\n        },\n        {\n            \"id\": 644085,\n            \"title\": \"Mortgage Rates Slow Their Upward Trajectory\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) today released the results of its Primary Mortgage Market Survey® (PMMS), showing the 30-year fixed-rate mortgage (FRM) averaged 6.94 percent. News Facts: 30-year fixed-rate mortgage averaged 6.94 percent with an average 0.9 point as of October 20, 2022, up from last week when it averaged 6.92 percent. A year ago at this time, the 30-year FRM averaged 3.09 percent. 15-year fixed-rate mortgage averaged 6.23 percent with an average 1.1 point, up from last week when it averaged 6.09 percent. A year ago at this time, the 15-year FRM averaged 2.33 percent. 5-year Treasury-indexed hybrid adjustable-rate mortgage (ARM) averaged 5.71 percent with an average 0.4 point, down from last week when it averaged 5.81 percent. A year ago at this time, the 5-year ARM averaged 2.54 percent. The newly recast PMMS® will be put in place in November 2022, and the weekly distribution will be Thursdays at 12 p.m. noon ET.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11631FMAC2608120221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Freddie Mac\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/mortgage-rates-slow-their-upward-trajectory\",\n            \"created_at\": \"2022-10-21T05:53:21.875555-04:00\"\n        },\n        {\n            \"id\": 644098,\n            \"title\": \"LeClair Woman Found Guilty of Insurance Fraud in Scott County Jury Trial\",\n            \"summary\": \"Sara Weisbeck, age 47, of LeClair was found guilty on October 7, 2022, in Scott County District Court of one count of Insurance Fraud (Class D Felony) and one count of Identity Theft (Class D Felony) following an investigation by the Iowa Insurance Division’s Fraud Bureau. The investigation determined that specific items Weisbeck reported to her insurer as destroyed were not within the residence when the lightning strike occurred. It also determined that Weisbeck facilitated the removal of windows from within her residence and falsely reported that the power surge blew the windows from the house. The investigation also determined that emails submitted to Weisbeck’s insurer, which were authored in the name of her landlord and supported her insurance claim, were fictitious and had been fabricated. Following her guilty conviction, Weisbeck was placed on supervised probation for two years and ordered to pay a civil penalty of $2,357. Weisbeck must also pay victim restitution in the amount of $1,240 for the damaged windows.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID18020221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/leclair-woman-found-guilty-of-insurance-fraud-in-scott-county-jury-trial\",\n            \"created_at\": \"2022-10-21T05:53:25.154385-04:00\"\n        },\n        {\n            \"id\": 644150,\n            \"title\": \"Joint Release by the United States, Australia, Canada, Japan, Korea, and New Zealand on the Occasion of the APEC Finance Ministers Meeting, October 19-20, 2022\",\n            \"summary\": \"We express our unwavering support for APEC and are fully committed to helping Thailand, as APEC Chair in 2022, deliver a successful host year. We condemn in the strongest terms Russia’s unprovoked war of aggression against Ukraine, including Russia’s recent attacks on civilians and their illegal attempted annexation in Ukraine. The international community must stand united against Russia’s aggression, which undermines the rules-based international order. We express our grave concern at the deteriorating humanitarian situation and at the harm to food and energy security in the world caused by Russia’s actions, which have further strained global supply chains, contributed to inflationary pressures, and undermined the global economy’s recovery towards strong, balanced, inclusive, innovative, and sustainable growth. Reaffirming the importance of the rules-based international order that underpins an open, dynamic, resilient and peaceful Asia-Pacific region, we strongly urge Russia to immediately cease its use of force and completely and unconditionally withdraw all of its military forces from Ukrainian territory.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT158103920221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy1039\",\n            \"created_at\": \"2022-10-21T05:53:38.156254-04:00\"\n        },\n        {\n            \"id\": 644425,\n            \"title\": \"CFTC Orders Wisconsin Broker to Pay Over $750,000 for Improper Trade Allocation and Additional Violations\",\n            \"summary\": \"The Commodity Futures Trading Commission today issued an order simultaneously filing and settling charges against Prime Agricultural Investors, Inc. (Prime), an introducing broker based in Wisconsin, and Chad Henderson, a Principal and Associated Person of Prime, for violations of the Commodity Exchange Act (CEA) and CFTC regulations relating to improper allocation of customer trades. The order requires Prime to pay a $100,000 civil monetary penalty and Henderson to pay a $300,000 civil monetary penalty. Prime and Henderson will also be required to pay $463,459.65 in restitution. In addition, the order requires Prime to implement procedures and internal controls designed to prevent the improper allocation of trades. The order also permanently bars Henderson from trading customer funds in connection with transactions involving commodity interests. \",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC86142220221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Commodity Futures Trading Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8614-22\",\n            \"created_at\": \"2022-10-21T05:54:42.439233-04:00\"\n        },\n        {\n            \"id\": 644437,\n            \"title\": \"Jim Armstrong Inducted Into the Iowa Insurance Hall of Fame\",\n            \"summary\": \"The Iowa Insurance Division is pleased to announce that Jim Armstrong was recently inducted into the Iowa Insurance Hall of Fame in a ceremony held in Altoona on October 18, 2022. Armstrong was a long-time Deputy Commissioner and Chief Examiner at the Iowa Insurance Division. As the Iowa industry expanded its footprint internationally, Armstrong was instrumental in the development of relationships with fellow international solvency regulators. Armstrong has been described as an invaluable resource during the U.S. Solvency Modernization Initiative at the National Association of Insurance Commissioners (NAIC). A few highlights of Armstrong’s leadership in Iowa, include the successful demutualization of Principal Financial Group, his standard setting regulatory oversight work that maintained the solvency of the Iowa insurance industry while navigating new types of insurance ownership, and the development of innovative solutions that allowed the Iowa industry to remain competitive with their peers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID15420221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/jim-armstrong-inducted-into-the-iowa-insurance-hall-of-fame\",\n            \"created_at\": \"2022-10-21T05:54:45.353916-04:00\"\n        },\n        {\n            \"id\": 644446,\n            \"title\": \"Notice of Filing and Immediate Effectiveness of Proposed Rule Change to Modify Rule 7.44\",\n            \"summary\": \"On October 11, 2022, New York Stock Exchange LLC (“NYSE” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to modify Rule 7.44 relating to the Retail Liquidity Program. The Exchange proposes to modify Rule 7.44, which sets forth the Exchange’s Retail Liquidity Program (the “Program”). The purpose of the Program is to attract retail order flow to the Exchange and allow such order flow to receive potential price improvement. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349611220221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2022-10-11\",\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"New York Stock Exchange LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2022/34-96112.pdf\",\n            \"created_at\": \"2022-10-21T05:54:47.608902-04:00\"\n        },\n        {\n            \"id\": 642490,\n            \"title\": \"Attorney General Bonta Announces Arrest of EDD Fraud Suspect Alleged to Have Stolen Identities of Scott Peterson, and Cary Stayner\",\n            \"summary\": \"California Attorney General Rob Bonta today announced the arrest of and charges against an individual who allegedly filed and collected more than $145,000 in fraudulent unemployment benefits from California’s Employment Development Department (EDD). The suspect is alleged to have fraudulently collected benefits between 2020 and 2021 in both her own name, as well as through the identities of convicted murderers Scott Peterson and Cary Stayner. Peterson and Stayner have been incarcerated at San Quentin State Prison since 2005 and 2002, respectively. The suspect has been charged with multiple counts of felony grand theft and forgery. The arrest is the result of a multiagency investigation, involving the California Department of Justice (DOJ), the California Department of Corrections and Rehabilitation (CDCR), and EDD.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA55841520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Justice\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"California Department of Justice, Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-arrest-edd-fraud-suspect-alleged-have-stolen-0\",\n            \"created_at\": \"2022-10-21T05:45:21.436166-04:00\"\n        },\n        {\n            \"id\": 642494,\n            \"title\": \"Proposed Rule Change to Amend Its Rules Relating to the Processing of Auction Responses\",\n            \"summary\": \"On October 3, 2022, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule to amend its rules relating to the processing of auction responses. The Exchange seeks to amend its rules related to its auction responses. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2022-22738\",\n            \"regalytics_alert_id\": \"1891FR20222273820221020\",\n            \"proposed_comments_due_date\": \"2022-11-10\",\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": \"2022-10-20\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2022/10/20/2022-22738/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to-amend\",\n            \"created_at\": \"2022-10-21T05:45:22.552242-04:00\"\n        },\n        {\n            \"id\": 642511,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AR; consumer's zip: 72364; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609277620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092776\",\n            \"created_at\": \"2022-10-21T05:45:27.181641-04:00\"\n        },\n        {\n            \"id\": 642517,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31778; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609278620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092786\",\n            \"created_at\": \"2022-10-21T05:45:28.967807-04:00\"\n        },\n        {\n            \"id\": 642519,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91316; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609279220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092792\",\n            \"created_at\": \"2022-10-21T05:45:29.559117-04:00\"\n        },\n        {\n            \"id\": 642558,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33025; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609743120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097431\",\n            \"created_at\": \"2022-10-21T05:45:41.319068-04:00\"\n        },\n        {\n            \"id\": 642534,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 07104; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609289420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092894\",\n            \"created_at\": \"2022-10-21T05:45:34.071473-04:00\"\n        },\n        {\n            \"id\": 642545,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11238; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609739120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097391\",\n            \"created_at\": \"2022-10-21T05:45:37.375227-04:00\"\n        },\n        {\n            \"id\": 642514,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78752; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609277920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092779\",\n            \"created_at\": \"2022-10-21T05:45:28.069308-04:00\"\n        },\n        {\n            \"id\": 642614,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19131; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609757320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097573\",\n            \"created_at\": \"2022-10-21T05:45:58.181277-04:00\"\n        },\n        {\n            \"id\": 642501,\n            \"title\": \"State Regulators Provide Licensees Tips to Prepare for NMLS Annual Renewal\",\n            \"summary\": \"State regulators encourage individuals and businesses in the mortgage, money transmission, debt collection and consumer financial services industry to get ready for the Nov. 1 start of Nationwide Multistate Licensing System (NMLS) annual license renewal by taking steps to prepare in advance. 5 Tips for Licensees to Prepare for NMLS Renewal: Update your NMLS record – log in and check to make sure your profile is accurate. Reset your NMLS password – new password requirements are in effect as of March. Provide a current email address – take this step to ensure you receive important updates from NMLS during renewals. Review state-specific renewal requirements – state agencies begin publishing requirements, including deadlines and fees, in September. Access free, on-demand renewal training – CSBS develops a variety of resources for licensees to become familiar with the renewal process. Federally registered MLOs and institutions must also renew their registrations via NMLS by December 31.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"739CSBS1711320221020\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Conference of State Bank Supervisors\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.csbs.org/newsroom/state-regulators-provide-licensees-tips-prepare-nmls-annual-renewal\",\n            \"created_at\": \"2022-10-21T05:45:24.301457-04:00\"\n        },\n        {\n            \"id\": 642510,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AR; consumer's zip: 72364; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609277520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092775\",\n            \"created_at\": \"2022-10-21T05:45:26.857980-04:00\"\n        },\n        {\n            \"id\": 642531,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 61802; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609285920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6092859\",\n            \"created_at\": \"2022-10-21T05:45:33.184783-04:00\"\n        },\n        {\n            \"id\": 642544,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33323; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609738720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097387\",\n            \"created_at\": \"2022-10-21T05:45:37.076547-04:00\"\n        },\n        {\n            \"id\": 642568,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33309; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609744520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097445\",\n            \"created_at\": \"2022-10-21T05:45:44.299223-04:00\"\n        },\n        {\n            \"id\": 643733,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32210; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610100120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101001\",\n            \"created_at\": \"2022-10-21T05:51:36.832499-04:00\"\n        },\n        {\n            \"id\": 642660,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19131; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609768420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097684\",\n            \"created_at\": \"2022-10-21T05:46:12.021805-04:00\"\n        },\n        {\n            \"id\": 642664,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609769320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097693\",\n            \"created_at\": \"2022-10-21T05:46:13.208373-04:00\"\n        },\n        {\n            \"id\": 642700,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60613; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609778120221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097781\",\n            \"created_at\": \"2022-10-21T05:46:24.004865-04:00\"\n        },\n        {\n            \"id\": 642706,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30094; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609779820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097798\",\n            \"created_at\": \"2022-10-21T05:46:25.818560-04:00\"\n        },\n        {\n            \"id\": 642744,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19116; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609787920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097879\",\n            \"created_at\": \"2022-10-21T05:46:37.186446-04:00\"\n        },\n        {\n            \"id\": 642747,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20774; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609788520221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097885\",\n            \"created_at\": \"2022-10-21T05:46:38.071463-04:00\"\n        },\n        {\n            \"id\": 642770,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60188; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609793620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097936\",\n            \"created_at\": \"2022-10-21T05:46:45.033403-04:00\"\n        },\n        {\n            \"id\": 642796,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609799920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097999\",\n            \"created_at\": \"2022-10-21T05:46:52.864350-04:00\"\n        },\n        {\n            \"id\": 642818,\n            \"title\": \"Complaint Filed: Barclays Bank Delaware\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Barclays Bank Delaware, on October 19, 2022, via web with the following details: consumer's state: MA; consumer's zip: 01545; product: credit card or prepaid card; sub-product: general-purpose credit card or charge card; issue: problem when making payments; sub-issue: you never received your bill or did not know a payment was due; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609806020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098060\",\n            \"created_at\": \"2022-10-21T05:46:59.487332-04:00\"\n        },\n        {\n            \"id\": 642849,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20815; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609812320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098123\",\n            \"created_at\": \"2022-10-21T05:47:08.868435-04:00\"\n        },\n        {\n            \"id\": 642861,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609815020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098150\",\n            \"created_at\": \"2022-10-21T05:47:12.528622-04:00\"\n        },\n        {\n            \"id\": 642871,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 24060; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609817120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098171\",\n            \"created_at\": \"2022-10-21T05:47:15.678569-04:00\"\n        },\n        {\n            \"id\": 642889,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609825720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098257\",\n            \"created_at\": \"2022-10-21T05:47:21.094223-04:00\"\n        },\n        {\n            \"id\": 642892,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23185; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609826020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098260\",\n            \"created_at\": \"2022-10-21T05:47:21.997116-04:00\"\n        },\n        {\n            \"id\": 642897,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48322; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609827420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098274\",\n            \"created_at\": \"2022-10-21T05:47:23.490720-04:00\"\n        },\n        {\n            \"id\": 642898,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23185; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609827720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098277\",\n            \"created_at\": \"2022-10-21T05:47:23.795147-04:00\"\n        },\n        {\n            \"id\": 642933,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77002; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609837220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098372\",\n            \"created_at\": \"2022-10-21T05:47:34.334966-04:00\"\n        },\n        {\n            \"id\": 642954,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: N/A; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609844420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098444\",\n            \"created_at\": \"2022-10-21T05:47:40.758196-04:00\"\n        },\n        {\n            \"id\": 642965,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34761; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609849020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098490\",\n            \"created_at\": \"2022-10-21T05:47:44.036726-04:00\"\n        },\n        {\n            \"id\": 642969,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 94801; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609850320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098503\",\n            \"created_at\": \"2022-10-21T05:47:45.333160-04:00\"\n        },\n        {\n            \"id\": 642997,\n            \"title\": \"Complaint Filed: Barclays Bank Delaware\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Barclays Bank Delaware, on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10075; product: credit card or prepaid card; sub-product: general-purpose credit card or charge card; issue: problem when making payments; sub-issue: problem during payment process; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609860320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098603\",\n            \"created_at\": \"2022-10-21T05:47:53.768157-04:00\"\n        },\n        {\n            \"id\": 643000,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30135; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609861020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098610\",\n            \"created_at\": \"2022-10-21T05:47:54.708733-04:00\"\n        },\n        {\n            \"id\": 643027,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33435; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609869720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098697\",\n            \"created_at\": \"2022-10-21T05:48:02.790924-04:00\"\n        },\n        {\n            \"id\": 643030,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 43235; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609870920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098709\",\n            \"created_at\": \"2022-10-21T05:48:03.705992-04:00\"\n        },\n        {\n            \"id\": 643044,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33132; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609874620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098746\",\n            \"created_at\": \"2022-10-21T05:48:07.893401-04:00\"\n        },\n        {\n            \"id\": 643057,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 18037; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609877720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098777\",\n            \"created_at\": \"2022-10-21T05:48:11.877796-04:00\"\n        },\n        {\n            \"id\": 643071,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 95134; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609882420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098824\",\n            \"created_at\": \"2022-10-21T05:48:16.117603-04:00\"\n        },\n        {\n            \"id\": 643075,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48208; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609882920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098829\",\n            \"created_at\": \"2022-10-21T05:48:17.319138-04:00\"\n        },\n        {\n            \"id\": 643136,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 14850; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609897320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098973\",\n            \"created_at\": \"2022-10-21T05:48:35.728648-04:00\"\n        },\n        {\n            \"id\": 643140,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35401; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609897720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098977\",\n            \"created_at\": \"2022-10-21T05:48:36.923265-04:00\"\n        },\n        {\n            \"id\": 643168,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35235; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609902020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099020\",\n            \"created_at\": \"2022-10-21T05:48:45.426656-04:00\"\n        },\n        {\n            \"id\": 643175,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11221; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609903020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099030\",\n            \"created_at\": \"2022-10-21T05:48:47.538375-04:00\"\n        },\n        {\n            \"id\": 643192,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33162; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609906220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099062\",\n            \"created_at\": \"2022-10-21T05:48:52.734996-04:00\"\n        },\n        {\n            \"id\": 643199,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91921; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609907320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099073\",\n            \"created_at\": \"2022-10-21T05:48:54.901598-04:00\"\n        },\n        {\n            \"id\": 643215,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93636; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609910320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099103\",\n            \"created_at\": \"2022-10-21T05:48:59.744475-04:00\"\n        },\n        {\n            \"id\": 643232,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77583; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609914520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099145\",\n            \"created_at\": \"2022-10-21T05:49:04.882724-04:00\"\n        },\n        {\n            \"id\": 643266,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11206; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609921320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099213\",\n            \"created_at\": \"2022-10-21T05:49:15.432053-04:00\"\n        },\n        {\n            \"id\": 643267,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11206; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609921420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099214\",\n            \"created_at\": \"2022-10-21T05:49:15.730567-04:00\"\n        },\n        {\n            \"id\": 643270,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33016; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609922120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099221\",\n            \"created_at\": \"2022-10-21T05:49:16.632844-04:00\"\n        },\n        {\n            \"id\": 643271,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 90047; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609922220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099222\",\n            \"created_at\": \"2022-10-21T05:49:16.931151-04:00\"\n        },\n        {\n            \"id\": 643291,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609926020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099260\",\n            \"created_at\": \"2022-10-21T05:49:23.032742-04:00\"\n        },\n        {\n            \"id\": 643293,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08861; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609926420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099264\",\n            \"created_at\": \"2022-10-21T05:49:23.655207-04:00\"\n        },\n        {\n            \"id\": 643300,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 95123; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609927420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099274\",\n            \"created_at\": \"2022-10-21T05:49:25.813953-04:00\"\n        },\n        {\n            \"id\": 643311,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10007; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609929020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099290\",\n            \"created_at\": \"2022-10-21T05:49:29.133272-04:00\"\n        },\n        {\n            \"id\": 643335,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 14609; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609935620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099356\",\n            \"created_at\": \"2022-10-21T05:49:36.496523-04:00\"\n        },\n        {\n            \"id\": 643345,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: IN; consumer's zip: 46222; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609939720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099397\",\n            \"created_at\": \"2022-10-21T05:49:39.547234-04:00\"\n        },\n        {\n            \"id\": 643357,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75181; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609946420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099464\",\n            \"created_at\": \"2022-10-21T05:49:43.211012-04:00\"\n        },\n        {\n            \"id\": 643366,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32725; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609952520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099525\",\n            \"created_at\": \"2022-10-21T05:49:45.963142-04:00\"\n        },\n        {\n            \"id\": 643398,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20904; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609973420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099734\",\n            \"created_at\": \"2022-10-21T05:49:55.714152-04:00\"\n        },\n        {\n            \"id\": 643410,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 38016; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609977820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099778\",\n            \"created_at\": \"2022-10-21T05:49:59.328259-04:00\"\n        },\n        {\n            \"id\": 643415,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85021; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: unable to get your credit report or credit score; sub-issue: other problem getting your report or credit score; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609979020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099790\",\n            \"created_at\": \"2022-10-21T05:50:00.862709-04:00\"\n        },\n        {\n            \"id\": 643417,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MA; consumer's zip: 02130; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609979520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099795\",\n            \"created_at\": \"2022-10-21T05:50:01.472335-04:00\"\n        },\n        {\n            \"id\": 643368,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 38115; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609952820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099528\",\n            \"created_at\": \"2022-10-21T05:49:46.563268-04:00\"\n        },\n        {\n            \"id\": 642582,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77802; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609748920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097489\",\n            \"created_at\": \"2022-10-21T05:45:48.571808-04:00\"\n        },\n        {\n            \"id\": 643364,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33313; product: debt collection; sub-product: I do not know; issue: attempts to collect debt not owed; sub-issue: debt is not yours; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609952220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099522\",\n            \"created_at\": \"2022-10-21T05:49:45.368275-04:00\"\n        },\n        {\n            \"id\": 642896,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48322; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609827320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098273\",\n            \"created_at\": \"2022-10-21T05:47:23.181976-04:00\"\n        },\n        {\n            \"id\": 643652,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75166; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610072720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100727\",\n            \"created_at\": \"2022-10-21T05:51:12.264269-04:00\"\n        },\n        {\n            \"id\": 643408,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CO; consumer's zip: 80207; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609977320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099773\",\n            \"created_at\": \"2022-10-21T05:49:58.732982-04:00\"\n        },\n        {\n            \"id\": 643479,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610003620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100036\",\n            \"created_at\": \"2022-10-21T05:50:20.127326-04:00\"\n        },\n        {\n            \"id\": 643483,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30349; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610005320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100053\",\n            \"created_at\": \"2022-10-21T05:50:21.321639-04:00\"\n        },\n        {\n            \"id\": 642630,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: CT; consumer's zip: 06450; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: credit monitoring or identity theft protection services; sub-issue: billing dispute for services; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609762320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097623\",\n            \"created_at\": \"2022-10-21T05:46:02.973428-04:00\"\n        },\n        {\n            \"id\": 643548,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33556; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: old information reappears or never goes away; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610033420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100334\",\n            \"created_at\": \"2022-10-21T05:50:40.880201-04:00\"\n        },\n        {\n            \"id\": 643570,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92354; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610042920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100429\",\n            \"created_at\": \"2022-10-21T05:50:47.457273-04:00\"\n        },\n        {\n            \"id\": 643579,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33496; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610046620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100466\",\n            \"created_at\": \"2022-10-21T05:50:50.172756-04:00\"\n        },\n        {\n            \"id\": 642589,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19139; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609751220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097512\",\n            \"created_at\": \"2022-10-21T05:45:50.667143-04:00\"\n        },\n        {\n            \"id\": 642617,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33309; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609758920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097589\",\n            \"created_at\": \"2022-10-21T05:45:59.106130-04:00\"\n        },\n        {\n            \"id\": 642597,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: IN; consumer's zip: 46268; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609752220221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097522\",\n            \"created_at\": \"2022-10-21T05:45:53.051100-04:00\"\n        },\n        {\n            \"id\": 642603,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: CA; consumer's zip: 93560; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609754620221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097546\",\n            \"created_at\": \"2022-10-21T05:45:54.895957-04:00\"\n        },\n        {\n            \"id\": 643385,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 94965; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609969420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099694\",\n            \"created_at\": \"2022-10-21T05:49:51.732958-04:00\"\n        },\n        {\n            \"id\": 643392,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34711; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609971120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099711\",\n            \"created_at\": \"2022-10-21T05:49:53.844166-04:00\"\n        },\n        {\n            \"id\": 642648,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32821; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609766020221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097660\",\n            \"created_at\": \"2022-10-21T05:46:08.360043-04:00\"\n        },\n        {\n            \"id\": 642655,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: TN; consumer's zip: 37604; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609766820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097668\",\n            \"created_at\": \"2022-10-21T05:46:10.542056-04:00\"\n        },\n        {\n            \"id\": 643374,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75134; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609955720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099557\",\n            \"created_at\": \"2022-10-21T05:49:48.375798-04:00\"\n        },\n        {\n            \"id\": 642676,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11219; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609771420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097714\",\n            \"created_at\": \"2022-10-21T05:46:16.810476-04:00\"\n        },\n        {\n            \"id\": 642696,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08854; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609776920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097769\",\n            \"created_at\": \"2022-10-21T05:46:22.797772-04:00\"\n        },\n        {\n            \"id\": 642698,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15003; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609777720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097777\",\n            \"created_at\": \"2022-10-21T05:46:23.387619-04:00\"\n        },\n        {\n            \"id\": 643391,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34711; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609971020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099710\",\n            \"created_at\": \"2022-10-21T05:49:53.544281-04:00\"\n        },\n        {\n            \"id\": 642740,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28269; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609787420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097874\",\n            \"created_at\": \"2022-10-21T05:46:35.986704-04:00\"\n        },\n        {\n            \"id\": 642757,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32129; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609790820221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097908\",\n            \"created_at\": \"2022-10-21T05:46:41.157581-04:00\"\n        },\n        {\n            \"id\": 642760,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34747; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609791320221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6097913\",\n            \"created_at\": \"2022-10-21T05:46:42.048265-04:00\"\n        },\n        {\n            \"id\": 642812,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 19, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28262; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609804420221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098044\",\n            \"created_at\": \"2022-10-21T05:46:57.687388-04:00\"\n        },\n        {\n            \"id\": 642832,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30281; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609808920221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098089\",\n            \"created_at\": \"2022-10-21T05:47:03.691676-04:00\"\n        },\n        {\n            \"id\": 642858,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30310; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609814520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098145\",\n            \"created_at\": \"2022-10-21T05:47:11.606954-04:00\"\n        },\n        {\n            \"id\": 642865,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609815720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098157\",\n            \"created_at\": \"2022-10-21T05:47:13.763804-04:00\"\n        },\n        {\n            \"id\": 643446,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92336; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609992820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099928\",\n            \"created_at\": \"2022-10-21T05:50:10.225694-04:00\"\n        },\n        {\n            \"id\": 643463,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 10552; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609999020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099990\",\n            \"created_at\": \"2022-10-21T05:50:15.309403-04:00\"\n        },\n        {\n            \"id\": 643411,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21040; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609978220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099782\",\n            \"created_at\": \"2022-10-21T05:49:59.628819-04:00\"\n        },\n        {\n            \"id\": 643423,\n            \"title\": \"Complaint Filed: Ally Financial, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Ally Financial, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77584; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609983820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099838\",\n            \"created_at\": \"2022-10-21T05:50:03.284473-04:00\"\n        },\n        {\n            \"id\": 643458,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 36117; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609997720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099977\",\n            \"created_at\": \"2022-10-21T05:50:13.789665-04:00\"\n        },\n        {\n            \"id\": 642912,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 34741; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609833020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098330\",\n            \"created_at\": \"2022-10-21T05:47:28.031865-04:00\"\n        },\n        {\n            \"id\": 643448,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85257; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609993020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099930\",\n            \"created_at\": \"2022-10-21T05:50:10.816365-04:00\"\n        },\n        {\n            \"id\": 642923,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 19, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48315; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609834720221019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098347\",\n            \"created_at\": \"2022-10-21T05:47:31.335537-04:00\"\n        },\n        {\n            \"id\": 643472,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23321; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610001720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100017\",\n            \"created_at\": \"2022-10-21T05:50:17.983284-04:00\"\n        },\n        {\n            \"id\": 643485,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19120; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610006520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100065\",\n            \"created_at\": \"2022-10-21T05:50:21.916093-04:00\"\n        },\n        {\n            \"id\": 643482,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30349; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610005220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100052\",\n            \"created_at\": \"2022-10-21T05:50:21.015633-04:00\"\n        },\n        {\n            \"id\": 642963,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TN; consumer's zip: 37411; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609847420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098474\",\n            \"created_at\": \"2022-10-21T05:47:43.444608-04:00\"\n        },\n        {\n            \"id\": 643515,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via postal mail with the following details: consumer's state: CT; consumer's zip: 06071; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610019820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100198\",\n            \"created_at\": \"2022-10-21T05:50:30.984870-04:00\"\n        },\n        {\n            \"id\": 642993,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 31204; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609859320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098593\",\n            \"created_at\": \"2022-10-21T05:47:52.531206-04:00\"\n        },\n        {\n            \"id\": 643488,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 91913; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610006920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100069\",\n            \"created_at\": \"2022-10-21T05:50:22.810854-04:00\"\n        },\n        {\n            \"id\": 643013,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30135; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609865420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098654\",\n            \"created_at\": \"2022-10-21T05:47:58.541888-04:00\"\n        },\n        {\n            \"id\": 643536,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32218; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610027220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100272\",\n            \"created_at\": \"2022-10-21T05:50:37.205307-04:00\"\n        },\n        {\n            \"id\": 643564,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11216; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610039920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100399\",\n            \"created_at\": \"2022-10-21T05:50:45.673561-04:00\"\n        },\n        {\n            \"id\": 643054,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30039; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609877220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098772\",\n            \"created_at\": \"2022-10-21T05:48:10.986147-04:00\"\n        },\n        {\n            \"id\": 643062,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11434; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609879920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098799\",\n            \"created_at\": \"2022-10-21T05:48:13.391562-04:00\"\n        },\n        {\n            \"id\": 643537,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30248; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610029420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100294\",\n            \"created_at\": \"2022-10-21T05:50:37.502205-04:00\"\n        },\n        {\n            \"id\": 643543,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 28036; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610031820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100318\",\n            \"created_at\": \"2022-10-21T05:50:39.336280-04:00\"\n        },\n        {\n            \"id\": 643106,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 11373; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609891920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098919\",\n            \"created_at\": \"2022-10-21T05:48:26.700470-04:00\"\n        },\n        {\n            \"id\": 643109,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76103; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609892220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6098922\",\n            \"created_at\": \"2022-10-21T05:48:27.597599-04:00\"\n        },\n        {\n            \"id\": 643610,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27012; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610056820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100568\",\n            \"created_at\": \"2022-10-21T05:50:59.506711-04:00\"\n        },\n        {\n            \"id\": 643629,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75766; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610064720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100647\",\n            \"created_at\": \"2022-10-21T05:51:05.262414-04:00\"\n        },\n        {\n            \"id\": 643596,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35986; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610054420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100544\",\n            \"created_at\": \"2022-10-21T05:50:55.308779-04:00\"\n        },\n        {\n            \"id\": 643160,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 76103; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609900820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099008\",\n            \"created_at\": \"2022-10-21T05:48:42.996683-04:00\"\n        },\n        {\n            \"id\": 643195,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85009; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609906520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099065\",\n            \"created_at\": \"2022-10-21T05:48:53.665431-04:00\"\n        },\n        {\n            \"id\": 643206,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 14609; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609908420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099084\",\n            \"created_at\": \"2022-10-21T05:48:57.007316-04:00\"\n        },\n        {\n            \"id\": 643226,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 32828; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609912920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099129\",\n            \"created_at\": \"2022-10-21T05:49:03.078171-04:00\"\n        },\n        {\n            \"id\": 643227,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77583; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609913120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099131\",\n            \"created_at\": \"2022-10-21T05:49:03.379629-04:00\"\n        },\n        {\n            \"id\": 643663,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85054; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610076320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100763\",\n            \"created_at\": \"2022-10-21T05:51:15.627062-04:00\"\n        },\n        {\n            \"id\": 643833,\n            \"title\": \"Complaint Filed: Citibank, N.A.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Citibank, N.A., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20902; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: closed with explanation; company public response: company has responded to the consumer and the CFPB and chooses not to provide a public response.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610139720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101397\",\n            \"created_at\": \"2022-10-21T05:52:07.323056-04:00\"\n        },\n        {\n            \"id\": 643716,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77479; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610093520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100935\",\n            \"created_at\": \"2022-10-21T05:51:31.646532-04:00\"\n        },\n        {\n            \"id\": 643302,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30324; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609927720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099277\",\n            \"created_at\": \"2022-10-21T05:49:26.411127-04:00\"\n        },\n        {\n            \"id\": 643662,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48224; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: was not notified of investigation status or results; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610075720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100757\",\n            \"created_at\": \"2022-10-21T05:51:15.327943-04:00\"\n        },\n        {\n            \"id\": 643636,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21801; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610066620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100666\",\n            \"created_at\": \"2022-10-21T05:51:07.362320-04:00\"\n        },\n        {\n            \"id\": 643661,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33311; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with fraud alerts or security freezes; sub-issue: N/A; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610074920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                },\n                {\n                    \"name\": \"Fintech\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100749\",\n            \"created_at\": \"2022-10-21T05:51:14.977603-04:00\"\n        },\n        {\n            \"id\": 643660,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NY; consumer's zip: 14901; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610074420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100744\",\n            \"created_at\": \"2022-10-21T05:51:14.743556-04:00\"\n        },\n        {\n            \"id\": 643703,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 19013; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610089420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100894\",\n            \"created_at\": \"2022-10-21T05:51:27.699128-04:00\"\n        },\n        {\n            \"id\": 643699,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MA; consumer's zip: 02149; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610088020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100880\",\n            \"created_at\": \"2022-10-21T05:51:26.492697-04:00\"\n        },\n        {\n            \"id\": 643678,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77479; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610080320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100803\",\n            \"created_at\": \"2022-10-21T05:51:20.160659-04:00\"\n        },\n        {\n            \"id\": 643664,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: NJ; consumer's zip: 08081; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610076920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100769\",\n            \"created_at\": \"2022-10-21T05:51:15.923522-04:00\"\n        },\n        {\n            \"id\": 643700,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75633; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610088620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100886\",\n            \"created_at\": \"2022-10-21T05:51:26.788520-04:00\"\n        },\n        {\n            \"id\": 643701,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 75069; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610088820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100888\",\n            \"created_at\": \"2022-10-21T05:51:27.101155-04:00\"\n        },\n        {\n            \"id\": 643697,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: PA; consumer's zip: 15147; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610087820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100878\",\n            \"created_at\": \"2022-10-21T05:51:25.897995-04:00\"\n        },\n        {\n            \"id\": 643708,\n            \"title\": \"Complaint Filed: Experian Information Solutions, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Experian Information Solutions, Inc., on October 18, 2022, via web with the following details: consumer's state: NC; consumer's zip: 27536; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610091520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100915\",\n            \"created_at\": \"2022-10-21T05:51:29.211698-04:00\"\n        },\n        {\n            \"id\": 643738,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: SC; consumer's zip: 29680; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610101020221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101010\",\n            \"created_at\": \"2022-10-21T05:51:38.329969-04:00\"\n        },\n        {\n            \"id\": 643778,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: KY; consumer's zip: 40228; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610118320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101183\",\n            \"created_at\": \"2022-10-21T05:51:50.646212-04:00\"\n        },\n        {\n            \"id\": 643720,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21801; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610096220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100962\",\n            \"created_at\": \"2022-10-21T05:51:32.837493-04:00\"\n        },\n        {\n            \"id\": 643718,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: LA; consumer's zip: 71119; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610095520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100955\",\n            \"created_at\": \"2022-10-21T05:51:32.244494-04:00\"\n        },\n        {\n            \"id\": 643744,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20718; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610104420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101044\",\n            \"created_at\": \"2022-10-21T05:51:40.261944-04:00\"\n        },\n        {\n            \"id\": 643741,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: IL; consumer's zip: 60472; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610102720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101027\",\n            \"created_at\": \"2022-10-21T05:51:39.300753-04:00\"\n        },\n        {\n            \"id\": 643749,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: DC; consumer's zip: 20005; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610105420221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101054\",\n            \"created_at\": \"2022-10-21T05:51:41.764137-04:00\"\n        },\n        {\n            \"id\": 643737,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 23223; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610100720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101007\",\n            \"created_at\": \"2022-10-21T05:51:38.032781-04:00\"\n        },\n        {\n            \"id\": 643781,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 77002; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: investigation took more than 30 days; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610119620221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101196\",\n            \"created_at\": \"2022-10-21T05:51:51.567667-04:00\"\n        },\n        {\n            \"id\": 643809,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: UT; consumer's zip: 84790; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610132220221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101322\",\n            \"created_at\": \"2022-10-21T05:52:00.056226-04:00\"\n        },\n        {\n            \"id\": 643782,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: FL; consumer's zip: 33319; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610120320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101203\",\n            \"created_at\": \"2022-10-21T05:51:51.864871-04:00\"\n        },\n        {\n            \"id\": 643796,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21076; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: public record information inaccurate; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610126720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101267\",\n            \"created_at\": \"2022-10-21T05:51:56.125808-04:00\"\n        },\n        {\n            \"id\": 643816,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AR; consumer's zip: 72110; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610134120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101341\",\n            \"created_at\": \"2022-10-21T05:52:02.158375-04:00\"\n        },\n        {\n            \"id\": 643303,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: VA; consumer's zip: 22206; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609927820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099278\",\n            \"created_at\": \"2022-10-21T05:49:26.708066-04:00\"\n        },\n        {\n            \"id\": 643321,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: OH; consumer's zip: 44108; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609930520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099305\",\n            \"created_at\": \"2022-10-21T05:49:32.185187-04:00\"\n        },\n        {\n            \"id\": 643344,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: TX; consumer's zip: 78233; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609939120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099391\",\n            \"created_at\": \"2022-10-21T05:49:39.249430-04:00\"\n        },\n        {\n            \"id\": 643447,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: CA; consumer's zip: 92336; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609992920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099929\",\n            \"created_at\": \"2022-10-21T05:50:10.521535-04:00\"\n        },\n        {\n            \"id\": 643461,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48917; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: account status incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB609998520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6099985\",\n            \"created_at\": \"2022-10-21T05:50:14.676826-04:00\"\n        },\n        {\n            \"id\": 643474,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: AZ; consumer's zip: 85022; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610002520221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100025\",\n            \"created_at\": \"2022-10-21T05:50:18.595266-04:00\"\n        },\n        {\n            \"id\": 643489,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 21144; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610007720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100077\",\n            \"created_at\": \"2022-10-21T05:50:23.104842-04:00\"\n        },\n        {\n            \"id\": 643498,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48089; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: information belongs to someone else; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610012820221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100128\",\n            \"created_at\": \"2022-10-21T05:50:25.856504-04:00\"\n        },\n        {\n            \"id\": 643504,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AR; consumer's zip: 72301; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610014320221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100143\",\n            \"created_at\": \"2022-10-21T05:50:27.647370-04:00\"\n        },\n        {\n            \"id\": 643512,\n            \"title\": \"Complaint Filed: Experian Information Solutions, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Experian Information Solutions, Inc., on October 18, 2022, via web with the following details: consumer's state: MI; consumer's zip: 48326; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: incorrect information on your report; sub-issue: personal information incorrect; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610018920221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100189\",\n            \"created_at\": \"2022-10-21T05:50:30.082597-04:00\"\n        },\n        {\n            \"id\": 643514,\n            \"title\": \"Complaint Filed: Equifax, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Equifax, Inc., on October 18, 2022, via web with the following details: consumer's state: GA; consumer's zip: 30253; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: reporting company used your report improperly; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610019120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100191\",\n            \"created_at\": \"2022-10-21T05:50:30.685199-04:00\"\n        },\n        {\n            \"id\": 643539,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: AL; consumer's zip: 35756; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: problem with a credit reporting company's investigation into an existing problem; sub-issue: Their investigation did not fix an error on your report; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610030120221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6100301\",\n            \"created_at\": \"2022-10-21T05:50:38.096066-04:00\"\n        },\n        {\n            \"id\": 643854,\n            \"title\": \"Complaint Filed: Transunion Intermediate Holdings, Inc.\",\n            \"summary\": \"The Consumer Financial Protection Bureau received a complaint against Transunion Intermediate Holdings, Inc., on October 18, 2022, via web with the following details: consumer's state: MD; consumer's zip: 20784; product: credit reporting, credit repair services, or other personal consumer reports; sub-product: credit reporting; issue: improper use of your report; sub-issue: credit inquiries on your report that you don't recognize; timely response: yes; company response to consumer: in progress; company public response: N/A.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19372CFPB610148720221018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2022-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2022-10-20\",\n            \"alert_type\": \"Complaint\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"sector_type\": [\n                {\n                    \"name\": \"Financial\"\n                }\n            ],\n            \"tags\": [],\n            \"subtype_classification\": [],\n            \"pdf_url\": \"https://www.consumerfinance.gov/data-research/consumer-complaints/search/detail/6101487\",\n            \"created_at\": \"2022-10-21T05:52:13.782667-04:00\"\n        }\n    ]\n}"}],"_postman_id":"0e374d46-7c61-45a8-9ae9-62ed8b3b19f5"}],"id":"0cd0a15e-8848-4265-ba57-c3b4e59c8e09","description":"<p>Endpoints to retrieve all regulatory articles. Supports multiple API versions. Responses return arrays of articles with fields such as id, title, summary, status, agencies, alert_type, and timestamps.</p>\n","_postman_id":"0cd0a15e-8848-4265-ba57-c3b4e59c8e09"},{"name":"Alert Types","item":[{"name":"Fetch Alert Types","id":"b9446ee0-6001-46d2-9f2e-a7257e3b54cd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/all","description":"<p>Retrieve alert types (v1). Requires 'Content-Type: application/json' header and an API key in the request body as 'apikey'.</p>\n<p>Request Body:</p>\n<ul>\n<li><code>apikey</code> (string, required): Your API key.</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li>On success (200): Returns a JSON array of alert type objects, each with fields such as <code>id</code>, <code>name</code>, and related metadata.</li>\n<li>On error (400): Returns an error object, e.g., <code>{ \"apikey\": [\"Ensure this field has at least 16 characters.\"] }</code>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","all"],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"0e655ccc-c97e-4266-8d11-a5e6d1c462fe","name":"Fetch Alert Types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 13 May 2021 12:42:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1385634"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1000,\n    \"articles\": [\n        {\n            \"id\": 42969,\n            \"title\": \"A Proclamation by the President of the United States of America: National Hurricane Preparedness Week, 2021\",\n            \"summary\": \"The President of the United States of America is announcing awareness around disasters and storm related incidents by issuing a Proclamation which concerns: an understanding of climate crisis and storm-related incidents. Remarks from the Proclamation are as followed: “In's commerce. In addition to work being done by Federal, State, local, and Tribal governments, Americans should prepare themselves before a hurricane hits. Keep up with weather forecasts and have an evacuation kit prepared in case you ever need to relocate in advance of a hurricane. More information and preparedness plan templates are available from FEMA's ready.gov website. Everyone has a role to play in hurricane preparedness and making us a Weather-Ready Nation. When hurricanes strike, that's how we will save lives, lessen the damage to our homes, communities, and infrastructure, and recover stronger and faster.” The Proclamation also discusses the role of regulators such as the National Oceanic and Atmospheric Administration (NOAA) which employs emergency managers and government officials to provide actionable information before, during, and after a hurricane. NOAA also collaborates with key decision makers in Federal agencies, including the Department of Homeland Security and the Federal Emergency Management Agency (FEMA). Such collaborative work ensures that communities standing in a storm's path have the information and resources they need to adequately prepare. After the storm, NOAA provides stakeholders with essential information for damage assessments and to re-open ports and coastal waterways critical to our Nation's commerce. Through this Proclamation, the President of the U.S. “urge[s] all Americans to help build our Weather-Ready Nation, so that individuals are empowered and organizations can fulfill leadership roles in their communities.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10128/national-hurricane-preparedness-week-2021\",\n            \"federal_register_number\": \"2021-10128\",\n            \"regalytics_alert_id\": \"1891FR20211012820210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Presidential Document\",\n            \"agency_name\": \"Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 43012,\n            \"title\": \"Department of Financial Services Announces Grant of Trust Charter to Standard Custody and Trust Company to Engage in New York’s Growing Virtual Currency Market\",\n            \"summary\": \"The New York State Department of Financial Services announced today that the New York State Department of Financial Services (DFS) has granted a charter under New York Banking Law to Standard Custody & Trust Company, LLC (“Standard”) to operate as a limited liability trust company. With DFS approval, Standard is authorized to provide digital asset custody and other related services to New York customers, including DFS supervised entities authorized to engage in virtual currency activity. Including the charter granted to Standard, to date DFS has approved 30 charters and licenses for companies engaged in virtual currency business activity.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.dfs.ny.gov/reports_and_publications/press_releases/pr202105041\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9171NY10523620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New York State Department of Financial Services\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 43011,\n            \"title\": \"Superintendent of Financial Services Announces Resolution of Lawsuit of Health Republic in Liquidation Against Federal Government\",\n            \"summary\": \"Superintendent of Financial Services Linda A. Lacewell announced today that Health Republic Insurance of New York, Corp. in liquidation (“Health Republic”) has obtained a judgment to recover $220,838,583 from the United States. The judgment resolves a lawsuit commenced by the Superintendent as Liquidator of Health Republic against the Federal Government in the United States Court of Federal Claims in 2017. “The judgment is a significant victory for the New York policyholders of Health Republic, including many large hospital systems,” said Superintendent Lacewell. “This demonstrates that even when an insurance company is unable to continue operating, we work hard to protect policyholders and others from the hardships of insolvency.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.dfs.ny.gov/reports_and_publications/press_releases/pr202105031\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9171NY10522520210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New York State Department of Financial Services\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 43010,\n            \"title\": \"Superintendent Lacewell Announces Department of Financial Services Approves New Bank Branch\",\n            \"summary\": \"Superintendent of Financial Services Linda A. Lacewell today announced that the New York State Department of Financial Services (DFS) has approved the application of Apple Bank for Savings to open and operate a new branch office in Queens, New York.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.dfs.ny.gov/reports_and_publications/press_releases/pr202105042\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9171NY10516920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New York State Department of Financial Services\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 43009,\n            \"title\": \"Governor Sisolak Positions Nevada for Long-Term Economic Recovery\",\n            \"summary\": \"Today, Nevada Governor Steve Sisolak provided an address to Nevadans regarding the State’s long-term economic recovery. The Governor’s remarks come on the heels of the 2021 Economic Forum, which determines revenue projections that the Nevada Legislature uses to craft budgets for the next biennium. “Yesterday’s economic forum proved that our crisis management, strategic budgeting decisions, and most importantly—the shared sacrifices of every Nevadan in the last 14 months—has resulted in the State having $586.2 million more than we thought we would have when we first created this budget in December,” the Governor said.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Gov_Sisolak_positions_Nevada_for_long-term_economic_recovery/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV659620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Nevada Office of the Governor\",\n            \"state_name\": \"Nevada\"\n        },\n        {\n            \"id\": 43008,\n            \"title\": \"Burgum Addresses Williston Basin Petroleum Conference, Issues Carbon Neutral Challenge\",\n            \"summary\": \"Governor Doug Burgum today addressed attendees at the Williston Basin Petroleum Conference, thanking oil and gas operators for their positive impact and resiliency through the COVID-19 pandemic and challenging the industry to help make North Dakota a carbon-neutral state by the end of the decade. Burgum highlighted the promise of carbon capture, storage and utilization (CCUS) initiatives such as Project Tundra; the use of injected carbon dioxide for enhanced oil recovery; efforts to store carbon from ethanol plants in underground formations in North Dakota; best management practices in agriculture to store carbon in soil and rangeland; and other innovative projects and practices that can help North Dakota reach carbon-neutral status by 2030. Burgum said North Dakota hit the “geologic jackpot” with storage capacity for 250 billion tons of carbon dioxide – nearly 50 times the United States’ annual energy-related carbon dioxide output. He noted out-of-state ethanol companies have already expressed interest in storing CO2 in North Dakota.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.nd.gov/news/burgum-addresses-williston-basin-petroleum-conference-issues-carbon-neutral-challenge\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8422ND9311820210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Dakota Office of the Governor\",\n            \"state_name\": \"North Dakota\"\n        },\n        {\n            \"id\": 43007,\n            \"title\": \"Ohio Restores Unemployment Benefits Weekly Work-Search Requirement\",\n            \"summary\": \"Beginning the week of May 23, Ohioans will be required to resume weekly work-search activities as part of future applications for unemployment payments, Ohio Department of Job and Family Services (ODJFS) Interim Director Matt Damschroder announced today. “Now that Ohioans have had the opportunity to receive the COVID-19 vaccine and can safely return to work, it only makes sense that we restore work-search requirements for everyone,” said Governor Mike DeWine. “Ohio business owners are creating jobs faster than people are returning to the workforce,” said Lt. Governor Jon Husted. “Now that all Ohio adults have access to the vaccine, it’s time to return to the traditional work requirements.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.ohio.gov/wps/portal/gov/governor/media/news-and-media/ohio-restores-unemployment-benefits-weekly-work-search-requirement-05102021\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8408OH6614620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Ohio Office of the Governor\",\n            \"state_name\": \"Ohio\"\n        },\n        {\n            \"id\": 43006,\n            \"title\": \"Governor Cooper, Fidelity Investments Announce 500 New Jobs Coming to North Carolina\",\n            \"summary\": \"Fidelity Investments will be creating a new Regional Center for its Personal Investing business, adding 500 new jobs at its existing campus in Research Triangle Park over the next few quarters, Governor Roy Cooper announced today. The company has stated that it will begin hiring 500 additional staff immediately and that it intends to hire candidates with strong customer service skills, including those working in industries like hospitality and retail that may have been hit hardest by the pandemic. “Today’s announcement shows that high quality talent builds the strongest foundation for long-term business relationships,” said Governor Cooper. “Fidelity Investments has been a great partner with our state in helping to improve education and career opportunities, and we look forward to our continued success.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.nc.gov/news/governor-cooper-fidelity-investments-announce-500-new-jobs-coming-north-carolina\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC404020210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Office of the Governor\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 43005,\n            \"title\": \"Governor Cox to End Pandemic Unemployment Payments\",\n            \"summary\": \"Encouraged by positive job growth, Governor Spencer Cox announced the discontinuation of the federal unemployment programs tied to the pandemic as part of the federal stimulus package. The $300 weekly stimulus payment, as well as the other federal unemployment programs, will end June 26, 2021. “This is the natural next step in getting the state and people’s lives back to normal,\\\" Cox said. “I believe in the value of work. With the nation’s lowest unemployment rate at 2.9% and plenty of good paying jobs available today, it makes sense to transition away from these extra benefits that were never intended to be permanent. The market should not be competing with government for workers.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.utah.gov/2021/05/12/gov-cox-to-end-pandemic-unemployment-payments/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8249UT283620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Utah Office of the Governor\",\n            \"state_name\": \"Utah\"\n        },\n        {\n            \"id\": 43004,\n            \"title\": \"Settlement Order in the Matter of Antionette Pringle\",\n            \"summary\": \"Based on an investigation conducted by the Bureau of Insurance (\\\"Bureau\\\"), it is alleged that Antionette Pringle (\\\"Pringle\\\" or \\\"Defendant\\\") violated § 38.2-502 (1) of the Code of Virginia (\\\"Code\\\") by knowingly misrepresenting the benefits, advantages, conditions or terms of an insurance policy when the Defendant did not review the specific terms and premiums of certain insurance policies or even discuss or review such terms with the insureds; § 38.2-512 A of the Code by (a) making false or fraudulent statements or representations on or relative to life insurance applications regarding the applicants' health status for the purpose of obtaining a fee, commission, money, or other benefit from an insurer, or individual and (b) by fraudulently representing on life insurance applications that she had personally met with the proposed insureds when she had not and submitted false bank account numbers on policies to obtain commissions; and § 38.2-512 B of the Code by affixing or allowing to be affixed the signature of any other person to an insurance document without the written authorization of the person whose signature appears on such document when the Defendant affixed electronic signatures on life insurance applications without the applicants' prior authorization. The Bureau further alleges that this conduct was fraudulent, coercive, or dishonest, and demonstrated untrustworthiness in the conduct of business in this Commonwealth contrary to the requirements of § 38.2-1831 (10) of the Code. The offer of the Defendant in settlement of the matter set forth herein is hereby accepted. This case is dismissed, and the papers herein shall be placed in the file for ended causes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#DocketSearch/Dcc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00221118820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 43003,\n            \"title\": \"Settlement Order: Michael Morgan-Towe\",\n            \"summary\": \"Based on an investigation conducted by the Bureau of Insurance (\\\"Bureau\\\"), it is alleged that Michael Morgan-Towe (\\\"Morgan-Towe\\\" or \\\"Defendant\\\") violated § 38.2-503, § 38.2-509, § 38.2-1822 A, § 38.2-512 A of the Code of Virginia (\\\"Code\\\"); as well as 14 VAC 5-41-30 B of the Commission's Rules Governing Advertisement of Life Insurance and Annuities, 14 VAC 5-41- 10, et seq., ofthe Virginia Administrative Code, by using advertisements that were untruthful, misleading and deceptive when the Defendant promised \\\"free life insurance\\\" to the public for submitting information on his website. The Bureau further alleges that this conduct was fraudulent, coercive, or dishonest, and demonstrated untrustworthiness in the conduct of business in this Commonwealth contrary to the requirements of § 38.2-1831 (10) of the Code. The Defendant has made an offer of settlement to the Commission, wherein the Defendant has waived the right to a hearing; has voluntarily surrendered the authority to act as an insurance agent in Virginia effective October 14, 2020; and has agreed not to make any application to transact the business of insurance in Virginia for a period of five (5) years from October 14, 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#DocketSearch/Dcc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00220118820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 43002,\n            \"title\": \"Settlement Order: Ta-Von Y'Vette Becker\",\n            \"summary\": \"Based on an investigation conducted by the Bureau of Insurance (\\\"Bureau\\\"), it is alleged that Ta-Von Yvette Becker (\\\"Defendant\\\"), duly licensed by the State Corporation Commission (\\\"Commission\\\") to transact the business of insurance in the Commonwealth of Virginia (\\\"Virginia\\\"), violated § 38.2-502 (1) of the Code of Virginia (\\\"Code\\\") by misrepresenting the cyclone deduction contained in homeowners' and renters' insurance policies she offered and sold to at least seven (7) clients. The Defendant has made an offer of settlement to the Commission, wherein the Defendant has agreed to: (a) be placed on probation for two (2) years from the entry of this Settlement Order (\\\"Order\\\"); (b) provide quarterly written reports summarizing her insurance sales activity (including the type of policy sold, the issuer(s) of such policy(ies), and the individual or entity to whom the policy was sold) to the Bureau on or before the fifteenth (15) business day after the close of each calendar quarter during the time she is on probation; and, (c) be subject to quarterly audits by the Bureau during this same time frame.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#DocketSearch/Dcc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00174125220210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 43001,\n            \"title\": \"Settlement Order: Michelle Lee Robinson\",\n            \"summary\": \"Based on an investigation conducted by the Bureau of Insurance (\\\"Bureau\\\"), it is alleged that Michelle Lee Robinson (\\\"Robinson\\\" or \\\"Defendant\\\"), duly licensed by the State Corporation Commission (\\\"Commission\\\") to transact the business of insurance in the Commonwealth of Virginia (\\\"Virginia\\\"), violated § 38.2-512 A of the Code of Virginia (\\\"Code\\\") by making false or fraudulent representations on an application relating to the business of insurance for the purpose of obtaining a commission from an insurer. The Defendant has made an offer of settlement to the Commission, wherein the Defendant has waived the right to a hearing; has voluntarily surrendered the authority to act as an insurance agent in Virginia effective Commission (\\\"Commission\\\") to transact the business of insurance in the Commonwealth of April 1, 2021; and has agreed not to make any application to transact the business of insurance in Virginia for a period of five (5) years from April 1,2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#DocketSearch/Dcc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00048118420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 43000,\n            \"title\": \"Settlement Order: Janet Elizabeth Singh and Independent Insurance Agency of Richmond\",\n            \"summary\": \"This Settlement Order constitutes an agreed resolution regarding the Bureau’s allegations that the Defendants violated the Commonwealth of Virginia's (\\\"Virginia\\\") insurance laws. Specifically, the Bureau alleges that the Defendants misappropriated insurance premium payments received from a client by depositing the premium received into the Agency's premium/escrow account rather than remitting the premium payments to the insurer to whom those payments were intended, and then issued to the client a fraudulent Certificate of Insurance (\\\"COI\\\") purporting to provide the client with the insurance coverage in violation of §§ 38.2-512 A, 38.2-518 F, 38.2-1813, and 38.2-1831 (6), (8) and (10) of the Code. Accordingly, as discussed in more detail below, to resolve the Bureau's current allegations, the Defendants have agreed (1) to cease conducting the business of insurance in Virginia (2) not to renew their respective insurance licenses, and (3) to be permanently enjoined from conducting the business of insurance in the Commonwealth of Virginia.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#DocketSearch/Dcc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00039T18920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42999,\n            \"title\": \"Order of Exemption: Columbia Union Revolving Fund\",\n            \"summary\": \"On April 7, 2021, the Virginia State Corporation Commission (\\\"Commission\\\") received (\\\"Application\\\"). CURF requests through its Application that CURF's 90-day Demand Promissory Notes (\\\"Notes\\\") be exempted from the securities registration requirements of the Virginia Securities Act (\\\"Act\\\"), § 13.1-501 et seq. of the Code of Virginia. Based on the facts asserted by CURF in its Application, and upon the recommendation of the Division of Securities and Retail Franchising, pursuant to the provisions of § 13.1-514.1 B of the Act, the Commission is of the opinion and finds, and does hereby ADJUDGE and ORDER, that the securities described above are exempt from the securities registration requirements of the Act. IT IS FURTHER ORDERED that CURE will discontinue issuer transactions for all securities previously exempted by the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#DocketSearch/Dcc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00016118220210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporation Commission, Division of Securities and Retail Franchising\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42998,\n            \"title\": \"Order of Exemption: Mission Investment Fund of the Evangelical Lutheran Church in America\",\n            \"summary\": \"On April 7, 2021, the Virginia State Corporation Commission (\\\"Commission\\\") received the written application of Mission Investment Fund of the Evangelical Lutheran Church in through its Application that its Demand Investments, Fixed and Adjustable Interest Term Investments, MIF4KIDZ Investments, and the IRA/CESA/HSA program (collectively, the \\\"Mission Investments\\\") be exempted from the securities registration requirements of the Virginia Securities Act (\\\"Act\\\"), § 13.1-501 et seq. of the Code of Virginia. Based on the facts asserted by Mission Fund in Application, and upon the recommendation of the Division of Securities and Retail Franchising, pursuant to the provisions of § 13.1-514.1 B of the Act, the Commission is of the opinion and finds, and does hereby ADJUDGE and ORDER that the securities described above are exempt from the securities registration requirements of the Act. IT IS FURTHER ORDERED that Mission Fund will discontinue issuer transactions for all securities previously exempted by the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#DocketSearch/Dcc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00015118220210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporation Commission, Division of Securities and Retail Franchising\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42997,\n            \"title\": \"Governor Holcomb Announces Restoration of Weekly Work Search Requirement for Unemployment Benefits\",\n            \"summary\": \"Governor Eric J. Holcomb today signed Executive Order 21-13 requiring Hoosiers requesting unemployment benefits from the state to be actively seeking full-time work starting on June 1. The federal government authorized states to waive work search requirements during the height of the pandemic. The Indiana Department of Workforce Development (DWD) will once again require a weekly work search report from Hoosiers requesting unemployment benefits. Work search activities include applying for a job, attending a job fair, participating in a WorkOne orientation, or completing an online workshop.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_announces_restoration_of_weekly_work_search_requirement_for_unemployment_benefits?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN281ANA20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Indiana Office of the Governor\",\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"id\": 42996,\n            \"title\": \"Federal Financial Regulators to Hold Webinar on Emergency Capital Investment Program\",\n            \"summary\": \"The National Credit Union Administration (NCUA) encourages credit unions interested in learning more about the Treasury Department’s Emergency Capital Investment Program to join an “Ask the Regulators” webinar hosted by NCUA and other federal financial regulators. “This is an important opportunity for CDFI-certified and MDI-designated credit unions to expand access to affordable financial services and assist individuals and small businesses hit particularly hard by the pandemic,” NCUA Chairman Todd M. Harper said. “I strongly encourage all eligible credit unions to learn more about this program. It is the kind of effort that defines the credit union mission, and it can make a real difference to the people and communities they serve.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/federal-financial-regulators-hold-webinar-emergency-capital-investment-program\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA8412720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Training\",\n            \"agency_name\": \"National Credit Union Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42995,\n            \"title\": \"NCUA, CDFI Fund to Cohost Webinar on Small-Dollar Loan Program\",\n            \"summary\": \"Credit unions are invited to learn more about the Department of the Treasury’s Community Development Financial Institutions Fund’s Small-Dollar Loan Program during a webinar scheduled for Thursday, May 27, beginning at 2 p.m. Eastern. Online registration for this 60-minute webinar, co-hosted by the National Credit Union Administration and the CDFI Fund, is open now. Participants will be able to log into the webinar and view it on their computers or mobile devices using the registration link.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/ncua-cdfi-fund-cohost-webinar-small-dollar-loan-program\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA6210420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Training\",\n            \"agency_name\": \"National Credit Union Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42994,\n            \"title\": \"Van Hollen, Brown, Schumer Applaud Bipartisan Senate Passage of Congressional Review Act Legislation to Repeal Trump-Era “Rent-A-Bank” Rule\",\n            \"summary\": \"Today, U.S. Senator Chris Van Hollen (D-Md.), a member of the U.S. Senate Committee on Banking, Housing, and Urban Affairs, Committee Chairman Sherrod Brown (D-Ohio), and Majority Leader Chuck Schumer (D-N.Y.) applauded the bipartisan Senate passage of a resolution to repeal the Trump Administration’s so-called True Lender Rule through the use of the Congressional Review Act. This regulation, finalized in the last months of the prior Administration, allows predatory lenders to skirt state laws meant to curb interest rates on loans and opens the doors for these lenders to prey on vulnerable consumers. “This is a big win for the American people. While the Trump Administration aimed to dismantle consumer protections, today’s action to strike down the ‘Rent-A-Bank’ rule will help prevent predatory lenders from ripping off consumers by charging loan-shark rates under deceptive terms. I urge my House colleagues to take up this legislation quickly. After the previous Administration rushed through this rule, I vowed to use every tool at our disposal to reverse it, and I will not stop fighting until we get this over the finish line,” said Senator Van Hollen, who led the resolution.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/van-hollen-brown-schumer-applaud-bipartisan-senate-passage-of-congressional-review-act-legislation-to-repeal-trump-era-rent-a-bank-rule\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU32320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42993,\n            \"title\": \"Brown, Toomey Reach Bipartisan Agreement on Amendment to China Competition Bill\",\n            \"summary\": \"Today, U.S. Senate Committee on Banking, Housing and Urban Affairs Chairman Sherrod Brown (D-OH) and Ranking Member Pat Toomey (R-PA) announced an agreement on bipartisan legislation called the “Meeting the China Challenge Act of 2021.”  The Brown-Toomey amendment addresses critical concerns about China in the national security and financial services arena, including urging intensified use of existing sanctions authorities against Chinese violators on Hong Kong, human rights, cyber espionage, illicit trade with North Korea, fentanyl production and distribution, and other issues. The legislation also provides for broad new mandatory sanctions on Chinese actors engaged in cyberattacks against the U.S., or in the theft of intellectual property from U.S. firms. The amendment underscores the need for effective implementation of new anti-money laundering and corporate transparency laws to combat China’s abuses of anonymous shell companies, provides for a review of export controls on items that could be used to support human rights abuses in China, and urges firms to adopt a corporate code of conduct for operating in China. It also mandates new Congressional reporting requirements on a range of issues, including on the extent to which Chinese state-owned enterprises engaged in malign behavior have recently received U.S. taxpayer-funded assistance, to inform future policymaking.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-toomey-reach-bipartisan-agreement-on-amendment-to-china-competition-bill\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU20620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42992,\n            \"title\": \"Executive Proclamation Number 81 JBE 2021: Renewal of State of Emergency - Hurricane Delta\",\n            \"summary\": \"The Louisiana Homeland Security and Emergency Assistance and Disaster Act, La. R.S. 29:721, et seq., confers upon the Governor of the State of Louisiana emergency powers to deal with emergencies and disasters, including those caused by fire, flood, earthquake or other natural or manmade causes, in order to ensure that preparations of this State will be adequate to deal with such emergencies or disasters and to preserve the lives and property of the people of the State of Louisiana. Hurricane Delta made landfall on the Louisiana coast on the evening of Friday, October 9, 2020, bringing devastating winds, widespread power-outages, and severe damage to Louisiana. Damage from this storm continues to pose a threat to citizens and communities across the Gulf Coast and create conditions which place lives and property in the state in jeopardy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.louisiana.gov/assets/Proclamations/2021/81-JBE-2021-StateofEmergency.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7779LA1141281 20210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proclamation\",\n            \"agency_name\": \"Louisiana Office of the Governor\",\n            \"state_name\": \"Louisiana\"\n        },\n        {\n            \"id\": 42991,\n            \"title\": \"CME Group Announces Record Copper Options Volume on May 10\",\n            \"summary\": \"CME Group, the world's leading and most diverse derivatives marketplace, today announced that a record 25,010 Copper options contracts were traded on May 10, 2021, surpassing the previous record of 16,029 contracts set on November 7, 2019.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-announces-record-copper-options-volume-may-10\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4668620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42990,\n            \"title\": \"ICE Benchmark Administration Consults on Potential Cessation of ICE Swap Rate® Based on GBP LIBOR®\",\n            \"summary\": \"Intercontinental Exchange, Inc. (NYSE:ICE), a leading global provider of data, technology, and market infrastructure, today announced that ICE Benchmark Administration Limited (“IBA”) has published a consultation on its intention to cease the publication of ICE Swap Rate® settings based on GBP LIBOR®. Following the FCA’s announcement on March 5, 2021 regarding the future cessation and loss of representativeness of LIBOR, IBA does not expect the necessary input data to calculate GBP LIBOR ICE Swap Rate settings (i.e. eligible interest rate swap transactions referencing GBP LIBOR settings) to be available after December 31, 2021. As a result, IBA is consulting on its intention to cease the publication of GBP LIBOR ICE Swap Rate settings for all tenors (from one to 30 years) immediately after publication on December 31, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Benchmark-Administration-Consults-on-Potential-Cessation-of-ICE-Swap-Rate-based-on-GBP-LIBOR/default.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE25320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Intercontinental Exchange\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42989,\n            \"title\": \"Proposal to Extend the Temporary Period for Specified Commentaries to Rules 7.35, 7.35A, 7.35B, and 7.35C and Temporary Rule Relief in Rule 36.30, to End on the Earlier of a Full Reopening of the Trading Floor Facilities to DMMs\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to extend the temporary period for specified Commentaries to Rules 7.35, 7.35A, 7.35B, and 7.35C and temporary rule relief to Rule 36.30, to end on the earlier of a full reopening of the Trading Floor facilities to DMMs or after the Exchange closes on August 31, 2021. The current temporary period that these Rules are in effect ends on the earlier of a full reopening of the Trading Floor facilities to DMMs or after the Exchange closes on April 30, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/federal-registers/2021/NYSE-2021-29, 86 FR 25902 %285-11-21%29.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20212920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42988,\n            \"title\": \"Treasury Identifies Sinaloa-Based Mexican Narcotics Trafficker That Helps Fuel the U.S. Opioid Epidemic\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) identified Jesus Gonzalez Penuelas and the Gonzalez Penuelas Drug Trafficking Organization (Gonzalez Penuelas DTO) as Significant Foreign Narcotics Traffickers pursuant to the Foreign Narcotics Kingpin Designation Act (Kingpin Act). Jesus Gonzalez Penuelas (a.k.a. “Chuy Gonzalez”) and his drug trafficking organization are among the largest sources of raw opium gum and heroin in northern Mexico, and increasingly are a major distributor of fentanyl to U.S. markets. OFAC also designated today six individuals and one entity as Specially Designated Narcotics Traffickers pursuant to the Kingpin Act for their links to the Gonzalez Penuelas DTO. OFAC coordinated this action with, among others, the Department of Justice, the Drug Enforcement Administration (DEA), and the Department of Homeland Security.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0172\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT103017220210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42987,\n            \"title\": \"Attorney General James Applauds Bipartisan Senate Vote to Rescind Trump Era Rule Allowing Predatory Lenders to Take Advantage of Consumers\",\n            \"summary\": \"New York Attorney General Letitia James today applauded one of the first actions taken by Congress to undo a harmful Trump era rule. A bipartisan vote conducted, last night, by the U.S. Senate rescinds the Office of the Comptroller of the Currency’s (OCC) true lender rule that has allowed predatory lenders to take advantage of New York’s most vulnerable consumers. Earlier this year, Attorney General James not only led a lawsuit against the OCC to overturn the rule, but also called on congressional leaders to rescind the rule via legislation. The true lender rule undermines New York’s efforts to prevent predatory lenders from charging high interest rates on loans and bypasses state interest rate caps already in place. With last night’s vote, the Senate not only agreed with Attorney General James that the true lender rule should be invalidated, but prevented the OCC from issuing a similar rule in the future.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-applauds-bipartisan-senate-vote-rescind-trump-era-rule\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5344120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New York State Office of the Attorney General\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 42986,\n            \"title\": \"Kingpin Act Designations and Designation Removal\",\n            \"summary\": \"OFAC has updated its Specially Designated Nationals (\\\"SDN\\\") List. Seven individuals and two entities have been added to OFAC's SDN List. Two individuals have been removed from the list.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210512\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT13120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42985,\n            \"title\": \"SEC Charges Broker-Dealer for Failures Related to Filing Suspicious Activity Reports\",\n            \"summary\": \"The Securities and Exchange Commission today announced settled charges against GWFS Equities Inc. (GWFS), a Colorado-based registered broker-dealer and affiliate of Great-West Life & Annuity Insurance Company, for violating the federal securities laws governing the filing of Suspicious Activity Reports (SARs). GWFS provides services to employer-sponsored retirement plans. According to the SEC’s order, from September 2015 through October 2018, GWFS was aware of increasing attempts by external bad actors to gain access to the retirement accounts of individual plan participants. The order further finds that GWFS was aware that the bad actors attempted or gained access by, among other things, using improperly obtained personal identifying information of the plan participants, and that the bad actors frequently were in possession of electronic login information such as user names, email addresses, and passwords.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-82\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECC48B4A7620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42984,\n            \"title\": \"SEC Awards Approximately $3.6 Million to Whistleblower\",\n            \"summary\": \"The Securities and Exchange Commission (SEC) today announced an award of approximately $3.6 million to a whistleblower whose information and assistance led to a successful SEC enforcement action. \\\"The whistleblower brought valuable information to the attention of the SEC, causing it to open a new investigation into wrongdoing,” said Emily Pasquinelli, Acting Chief of the SEC’s Office of the Whistleblower. “The whistleblower further assisted the SEC by providing ongoing assistance as the Commission’s investigation progressed. This award shows the significant help a whistleblower can provide by sharing information of potential violations of the federal securities laws with the Commission.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-83\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC6D8E8DDC20210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42983,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing Pursuant to Section 12(J) of the Securities Exchange Act of 1934: AirXpanders, Inc.\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it necessary and appropriate for the protection of investors that public administrative proceedings be, and hereby are, instituted pursuant to Section 12(j) of the Securities Exchange Act of 1934 (“Exchange Act”) against AirXpanders, Inc.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91856.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349185620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42982,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing Pursuant to Section 12(J) of the Securities Exchange Act of 1934: Aedan Financial Corporation\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it necessary and appropriate for the protection of investors that public administrative proceedings be, and hereby are, instituted pursuant to Section 12(j) of the Securities Exchange Act of 1934 (“Exchange Act”) againstAedan Financial Corporation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91855.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349185520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42981,\n            \"title\": \"Order Instituting Administrative and Cease-And-Desist Proceedings Pursuant to Sections 15(B) and 21c of the Securities Exchange Act of 1934, Making Findings, and Imposing Remedial Sanctions and a Cease-And-Desist Order: GWFS Equities, Inc.\",\n            \"summary\": \"From September 2015 through October 2018 (the “Relevant Period”), GWFS, a registered broker-dealer, failed to file certain Suspicious Activity Reports (“SARs”) with the U.S. Treasury Department’s Financial Crimes Enforcement Network (“FinCEN”) and omitted from  certain filed SARs important information it knew, and was required to report, about the suspicious activities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91853.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349185320210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42980,\n            \"title\": \"Trading Suspension in the Securities of MJ Biotech, Inc.\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of MJ Biotech, Inc. (f/k/a Michael James Enterprises, Inc.) (MJTV) commencing at 9:30 a.m. EDT on May 12, 2021 and terminating at 11:59 p.m. EDT on May 25, 2021. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission. This order was entered pursuant to Section 12(k) of the Securities Exchange Act of 1934 (Exchange Act). The Commission cautions brokers, dealers, shareholders and prospective purchasers that they should carefully consider the foregoing information along with all other currently available information and any information subsequently issued by this company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-91851.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349185120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Trading Suspension\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42979,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing Pursuant to Section 12(J) of the Securities Exchange Act of 1934: MJ Biotech, Inc. (f/k/a Michael James Enterprises, Inc.)\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it necessary and appropriate for the protection of investors that public administrative proceedings be, and hereby are, instituted pursuant to Section 12(j) of the Securities Exchange Act of 1934 (“Exchange Act”) against MJ Biotech, Inc. (f/k/a Michael James Enterprises, Inc.).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91850.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349185020210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42978,\n            \"title\": \"Trading Suspension in the Securities of Gala Pharmaceutical, Inc.\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of Gala Pharmaceutical, Inc. (GLPH) commencing at 9:30 a.m. EDT on May 12, 2021 and terminating at 11:59 p.m. EDT on May 25, 2021. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission. This order was entered pursuant to Section 12(k) of the Securities Exchange Act of 1934 (Exchange Act). The Commission cautions brokers, dealers, shareholders and prospective purchasers that they should carefully consider the foregoing information along with all other currently available information and any information subsequently issued by this company.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-91849.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349184920210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Trading Suspension\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42977,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing Pursuant to Section 12(J) of the Securities Exchange Act of 1934: Gala Pharmaceutical, Inc.\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it necessary and appropriate for the protection of investors that public administrative proceedings be, and hereby are, instituted pursuant to Section 12(j) of the Securities Exchange Act of 1934 (“Exchange Act”) against Gala Pharmaceutical, Inc.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91848.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349184820210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42976,\n            \"title\": \"Trading Suspension in the Securities of Freestone Resources, Inc.\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of Freestone Resources, Inc. (FSNR) commencing at 9:30 a.m. EDT on May 12, 2021 and terminating at 11:59 p.m. EDT on May 25, 2021. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission. This order was entered pursuant to Section 12(k) of the Securities Exchange Act of 1934 (Exchange Act).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-91847.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349184720210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Trading Suspension\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42975,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing Pursuant to Section 12(J) of the Securities Exchange Act of 1934: Freestone Resources, Inc.\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it necessary and appropriate for the protection of investors that public administrative proceedings be, and hereby are, instituted pursuant to Section 12(j) of the Securities Exchange Act of 1934 (“Exchange Act”) against Freestone Resources, Inc.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91846.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349184620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42974,\n            \"title\": \"Trading Suspension in the Securities of FlatWorld Acquisition Corp.\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading  in the securities of FlatWorld Acquisition Corp. (FWLAF) commencing at 9:30 a.m. EDT on May 12, 2021 and terminating at 11:59 p.m. EDT on May 25, 2021. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission. This order was entered pursuant to Section 12(k) of the Securities Exchange Act of 1934 (Exchange Act).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-91844.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349184420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Trading Suspension\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42973,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing Pursuant to Section 12(J) of the Securities Exchange Act of 1934: FlatWorld Acquisition Corp.\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it necessary and appropriate for the protection of investors that public administrative proceedings be, and hereby are, instituted pursuant to Section 12(j) of the Securities Exchange Act of 1934 (“Exchange Act”) against FlatWorld Acquisition Corp.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91842.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349184220210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42972,\n            \"title\": \"FEDS Notes: Foreign Banks’ Asset Reallocation in Response to the Introduction of the Intermediate Holding Company Rule of 2016\",\n            \"summary\": \"We use detailed regulatory data to examine whether FBOs responded to the implementation of the IHC rule, and find consistent evidence that this rule had spurred FBOs to reallocate their assets from their US-regulated non-branch assets toward their less regulated branches in the US. This behavior highlights an additional consequence of the IHC rule, and is consistent with regulatory arbitrage — with possible financial stability implications, as U.S. regulators have limited purview of growing assets held via US-based branches of FBOs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/notes/feds-notes/foreign-banks-asset-reallocation-intermediate-holding-company-rule-of-2016-20210512.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED257161220210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42971,\n            \"title\": \"Speech by Richard H. Clarida Vice Chair at the \\\"NABE International Symposium: a Vision of the Economy Post COVID\\\": U.S. Economic Outlook and Monetary Policy\",\n            \"summary\": \"Speech by Richard H. Clarida Vice Chair at the \\\"NABE International Symposium: A Vision of the Economy Post COVID,\\\": \\\"In our new framework, we acknowledge that policy decisions going forward will be based on the FOMC's estimates of 'shortfalls [emphasis added] of employment from its maximum level'—not 'deviations.' This language means that, going forward, a low unemployment rate, in and of itself, will not be sufficient to trigger a tightening of monetary policy absent any evidence from other indicators that inflation is at risk of moving above mandate-consistent levels. With regard to our price-stability mandate, while the new statement maintains our definition that the longer-run goal for inflation is 2 percent, it elevates the importance—and the challenge—of keeping inflation expectations well anchored at 2 percent in a world in which an effective-lower-bound constraint is, in downturns, binding on the federal funds rate. To this end, the new statement conveys the Committee's judgment that, in order to anchor expectations at the 2 percent level consistent with price stability, it will conduct policy to achieve inflation outcomes that keep long-run inflation expectations anchored at our 2 percent longer-run goal.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/clarida20210512a.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED119cy2A20210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Speech\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42970,\n            \"title\": \"SEC Order Determining Whistleblower Award Claim\",\n            \"summary\": \"The Claims Review Staff (“CRS”) issued Preliminary Determinations recommending that Claimant 1 receive a whistleblower award of approximately $3.6 million, equal to XX percent of the monetary sanctions collected in the above-referenced Covered Redacted Action. The CRS also recommended the denial of the award application from Claimant 2. Claimant 1 did not contest the Preliminary Determination and Claimant 2 filed a timely response contesting the Preliminary Determinations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-91854.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349185420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42968,\n            \"title\": \"Security-Based Swap Data Repositories, DTCC Data Repository (U.S.), LLC, Order Approving Application for Registration as a Security-Based Swap Data Repository\",\n            \"summary\": \"On December 22, 2020, DTCC Data Repository (U.S.), LLC (“DDR”) filed with the Securities and Exchange Commission (“Commission”) an application (the “DDR Application”) on Form SDR to register as a security-based swap data repository (“SDR”) and as a securities information processor (“SIP”). DDR intends to operate as a registered SDR for security-based swap (“SBS”) transactions in the equity, credit, and interest rate derivatives asset classes. The Commission published notice of the DDR Application in the Federal Register for public comment on February 10, 2021, and the Commission received in response two comment letters from the International Swaps and Derivatives Association, Inc. (“ISDA”). While generally supportive of the DDR Application, ISDA Letter II includes three requests related to regulatory reporting and public dissemination, which are addressed in Part III.G. As discussed in Parts III and IV below, the Commission has carefully reviewed the DDR Application and the comments received. This order grants DDR's application to register as an SDR in the asset classes noted above, and as a SIP.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10065/security-based-swap-data-repositories-dtcc-data-repository-us-llc-order-approving-application-for\",\n            \"federal_register_number\": \"2021-10065\",\n            \"regalytics_alert_id\": \"1891FR20211006520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42967,\n            \"title\": \"Proposed Rule Change to Amend Rules 7.35and 7.35A\",\n            \"summary\": \"On November 3, 2020, New York Stock Exchange LLC (“NYSE” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend Rule 7.35 regarding dissemination of Auction Imbalance Information if a security is an IPO or Direct Listing and has not had its IPO Auction or Direct Listing Auction, and Rule 7.35A regarding DMM consultations in connection with an IPO or Direct Listing. The proposed rule change was published for comment in the Federal Register on November 17, 2020. On December 18, 2020, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to either approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to approve or disapprove the proposed rule change. On February 12, 2021, the Commission instituted proceedings under Section 19(b)(2)(B) of the Act to determine whether to approve or disapprove the proposed rule change. On April 12, 2021, the Exchange filed Partial Amendment No. 1 to the proposed rule change with the Commission and submitted Partial Amendment No. 1 for inclusion in the public comment file. The Commission has received no other comment letter on the proposed rule change, as modified by Partial Amendment No. 1. The Commission finds it appropriate to designate a longer period within which to issue an order approving or disapproving the proposed rule change, as modified by Partial Amendment No. 1, so that it has sufficient time to consider the proposed rule change. Accordingly, the Commission, pursuant to Section 19(b)(2) of the Act, designates July 15, 2021, as the date by which the Commission shall either approve or disapprove the proposed rule change (File No. SR-NYSE-2020-93) as modified by Partial Amendment No. 1.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10057/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-designation-of-a-longer-period\",\n            \"federal_register_number\": \"2021-10057\",\n            \"regalytics_alert_id\": \"1891FR20211005720210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42966,\n            \"title\": \"Proposed Rule Change Relating to Security-Based Swaps\",\n            \"summary\": \"The Financial Industry Regulatory Authority, Inc. (FINRA) is filing with the Securities and Exchange Commission a proposed rule change to amend FINRA Rules 0180, 4120, 4210, 4220, 4240 and 9610 to clarify the application of its rules to security-based swaps (“SBS”) following the SEC’s completion of its rulemaking regarding SBS dealers (“SBSDs”) and major SBS participants (“MSBSPs”) (collectively, “SBS Entities”).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10055/self-regulatory-organizations-financial-industry-regulatory-authority-inc-notice-of-filing-of-a\",\n            \"federal_register_number\": \"2021-10055\",\n            \"regalytics_alert_id\": \"1891FR20211005520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42965,\n            \"title\": \"Proposed Rule Change to Amend the Supplemental Liquidity Deposit Requirements\",\n            \"summary\": \"On March 5, 2021, National Securities Clearing Corporation (“NSCC”) filed the proposed rule change which consists of modifications to Rule 4(A) (Supplemental Liquidity Deposits) of the NSCC’s Rules & Procedures (“Rules”) to (1) calculate and collect, when applicable, supplemental liquidity deposits to NSCC’s Clearing Fund (“Supplemental Liquidity Deposits,” or “SLD”) on a daily basis rather than only in advance of the monthly expiration of stock options (defined in Rule 4(A) as “Options Expiration Activity Period”); (2) establish an intraday SLD obligation that would apply in advance of Options Expiration Activity Periods and may also be applied on other days, as needed; (3) implement an alternative pro rata calculation of Members’ SLD obligations that may apply in certain circumstances; and (4) simplify and improve the transparency of the description of the calculation, collection and treatment of SLD in Rule 4(A) of the Rules. In sum, NSCC is proposing to enhance its management of the liquidity risks that arise in or are borne by it by calculating and collecting, when applicable, SLD on each Business Day rather than only in advance of Options Expiration Activity Periods. The proposal shall not take effect until all regulatory actions required with respect to the proposal are completed.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10054/self-regulatory-organizations-national-securities-clearing-corporation-notice-of-designation-of\",\n            \"federal_register_number\": \"2021-10054\",\n            \"regalytics_alert_id\": \"1891FR20211005420210512\",\n            \"proposed_comments_due_date\": \"2021-05-31\",\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"National Securities Clearing Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42964,\n            \"title\": \"Request for Nominations: Federal Economic Statistics Advisory Committee\",\n            \"summary\": \"The Under Secretary for Economic Affairs requests nominations of individuals to the Federal Economic Statistics Advisory Committee. The Committee advises the Directors of the Department's statistical agencies, the Bureau of Economic Analysis (BEA) and the U.S. Census Bureau, as well as the Commissioner of the U.S. Department of Labor's Bureau of Labor Statistics (BLS) on statistical methodology and other technical matters related to the design, collection, tabulation, and analysis of federal economic statistics. The Under Secretary for Economic Affairs in coordination with the Directors of the Department’s statistical agencies, the Bureau of Economic Analysis and the U.S. Census Bureau, as well as the Commissioner of the U.S. Department of Labor’s Bureau of Labor Statistics will consider nominations received in response to this notice, as well as from other sources.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10037/federal-economic-statistics-advisory-committee\",\n            \"federal_register_number\": \"2021-10037\",\n            \"regalytics_alert_id\": \"1891FR20211003720210512\",\n            \"proposed_comments_due_date\": \"2021-06-12\",\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Bureau of Economic Analysis\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42963,\n            \"title\": \"Meetings of the Committee on Equal Opportunities in Science and Engineering, June 10, 2021 and June 11, 2021\",\n            \"summary\": \"The National Science Foundation (NSF) announces the following meeting: Committee on Equal Opportunities in Science and Engineering (CEOSE) Virtual Meeting (1173) scheduled to be held on June 10, 2021 from 1:00 PM – 5:30 PM; and on June 11, 2021 from 10:00 AM – 3:30 PM. The purpose of the meeting is to study data, programs, policies, and other information pertinent to the National Science Foundation and to provide advice and recommendations concerning broadening participation in science and engineering. Agenda of the meeting (Day 1): Welcome Introductions; Opening Remarks; Report of the CEOSE Executive Liaison Presentation: Missing Millions and NSF Efforts; Joint Session with NSB; Discussion with NSF Director and Chief Operating Officer; CEOSE Liaison Reports; Working Session: DCL and Flyer for the 2019-2020 CEOSE Report. Agenda of the meeting (Day 2): Welcome and Remarks about Subcommittee: The Future of EPSCoR; BP Accountability Data; Presentation: Broadening Participation Research; Reports of the Federal Liaisons; Presentation: NSF’s Racial Equity Task Force; Reports of the CEOSE Liaisons; Announcements, Closing Remarks, and Adjournment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10033/committee-on-equal-opportunities-in-science-and-engineering-notice-of-meeting\",\n            \"federal_register_number\": \"2021-10033\",\n            \"regalytics_alert_id\": \"1891FR20211003320210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"National Science Foundation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42962,\n            \"title\": \"Notice of Designation; Databases for Treasury's Working System Under the Do Not Pay Initiative\",\n            \"summary\": \"The Payment Integrity Information Act of 2019 (PIIA) authorizes the Office of Management and Budget (OMB) to designate databases for inclusion in Treasury’s Working System under the Do Not Pay (DNP) Initiative. PIIA further requires OMB to provide public notice and opportunity for comment prior to designating additional databases. In fulfillment of this requirement, on January 22, 2021, OMB published a Notice of Proposed Designation for 12 additional databases. OMB received one comment during the 30-day comment period for this notice; however, the suggestions found therein did not preclude further action for the formal designation of the databases into Treasury’s Working System. Effective immediately, OMB designates the following 12 databases: the United States Postal Service (USPS) Delivery Sequence File, the Census Bureau Federal Audit Clearinghouse, the Do Not Pay (DNP) Agency Adjudication Data, Fiscal Service’s Payments, Claims, and Enhanced Reconciliation (PACER) database, Bureau of Prisons (BOP) Incarceration Data, Digital Accountability and Transparency Act (DATA Act) data, Census Bureau’s American Communities Survey (ACS) Annual State and County Data Profiles, Veterans Affairs’ (VA) Beneficiary Identification Records Locator Service (BIRLS), Department of Agriculture’s National Disqualified List (NDL), Center for Medicare and Medicaid Services (CMS) National Plan and Provider Enumeration System (NPPES), Internal Revenue Service’s (IRS) Statistics of Income (SOI) Annual Individual Income Tax ZIP Code Data, and the U.S. Securities and Exchange Commission’s (SEC) Electronic Data Gathering, Analysis, and Retrieval (EDGAR) System.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10025/designation-of-databases-for-treasurys-working-system-under-the-do-not-pay-initiative\",\n            \"federal_register_number\": \"2021-10025\",\n            \"regalytics_alert_id\": \"1891FR20211002520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Office of Management and Budget\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42961,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) (12 U.S.C. 1817(j)) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. 1. The Trust Department at FirstBank Southwest, Amarillo, Texas; to retain voting shares of FirstPerryton Bancorp, Inc. (“Company”), Perryton, Texas, by becoming trustee of the Carl Ellis Separate Property FPB Stock Revocable Trust, Amarillo, Texas, which owns Company stock and thereby indirectly owns First Bank Southwest, Perryton, Texas. Additionally, the Ellis Family Trust–Julie Ellis FirstBank Southwest Trust S, and the Trust Department at FirstBank Southwest, as trustee, to acquire voting shares of the Company and to join the Ellis Family Group, a group acting in concert, all of Amarillo, Texas. Comments regarding each of these applications must be received at the Reserve Bank indicated, not later than May 27, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10016/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"federal_register_number\": \"2021-10016\",\n            \"regalytics_alert_id\": \"1891FR20211001620210512\",\n            \"proposed_comments_due_date\": \"2021-05-27\",\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42960,\n            \"title\": \"Agency Information Collection Activities, Proposals, Submissions, and Approvals - FERC Form No. 552, Annual Report of Natural Gas Transactions\",\n            \"summary\": \"The Federal Energy Regulatory Commission (Commission or FERC) is soliciting public comment on the currently approved information collection, FERC-552, (Annual Report of Natural Gas Transactions). The Commission uses the information collected in the FERC Form No. 552 to provide greater transparency into the size of the physical natural gas market and the use of physical fixed-price and index-based natural gas transactions. This information assists the Commission and the public in assessing whether index prices are the result of a robust market of fixed-price transactions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-10009/commission-information-collection-activities-ferc-552-comment-request-extension\",\n            \"federal_register_number\": \"2021-10009\",\n            \"regalytics_alert_id\": \"1891FR20211000920210512\",\n            \"proposed_comments_due_date\": \"2021-07-12\",\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Energy, Federal Energy Regulatory Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42959,\n            \"title\": \"President's Advisory Council on Doing Business in Africa\",\n            \"summary\": \"The Department of Commerce is currently seeking applications for membership on the 2021-2023 term of the President's Advisory Council (Advisory Council) on Doing Business in Africa. The purpose of the Advisory Council is to advise the President through the Secretary of Commerce on strengthening commercial engagement between the United States and Africa. This term, the Secretary is particularly interested in advice on advancing President Biden's strategy for Africa. All applications for immediate consideration for appointment must be received by the Office of Africa by 5:00 p.m. Eastern Daylight Time (EDT) on June 25, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-09979/presidents-advisory-council-on-doing-business-in-africa\",\n            \"federal_register_number\": \"2021-09979\",\n            \"regalytics_alert_id\": \"1891FR20210997920210512\",\n            \"proposed_comments_due_date\": \"2021-06-25\",\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"International Trade Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42958,\n            \"title\": \"Order Approving Proposed Rule Change to Adopt Exchange Rule 531(a), Reports, to Provide for a New “Liquidity Taker Event Report”\",\n            \"summary\": \"On March 5, 2021, MIAX Emerald, LLC (“MIAX Emerald” or “Exchange”) filed a proposal to adopt Exchange Rule 531(a) to provide for the new “Liquidity Taker Event Report”. The Report is an optional product available to members.  Proposed Exchange Rule 531(a) would provide that the Report is a daily report that provides a Member (“Recipient Member”) with its liquidity response time details for executions of an order resting on the Book, where that Recipient Member attempted to execute against such resting order within a certain timeframe. Interested persons are invited to submit comments.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-09975/self-regulatory-organizations-miax-emerald-llc-order-approving-proposed-rule-change-to-adopt\",\n            \"federal_register_number\": \"2021-09975\",\n            \"regalytics_alert_id\": \"1891FR20210997520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"MIAX Emerald, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42957,\n            \"title\": \"Proposed Rule Change to List and Trade the Shares of the Teucrium Water Fund under NYSE Arca Rule 8.200-E, Commentary.02\",\n            \"summary\": \"On November 25, 2020, NYSE Arca, Inc. (“Exchange” or “NYSE Arca”) filed with the Securities and Exchange Commission (“Commission”), pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 (“Act”) and Rule 19b-4 thereunder, a proposed rule change to list and trade the shares of the Teucrium Water Fund under NYSE Arca Rule 8.200-E, Commentary .02. The proposed rule change was published for comment in the Federal Register on December 14, 2020. On January 14, 2021, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to disapprove the proposed rule change. On March 9, 2021, the Commission instituted proceedings under Section 19(b)(2)(B) of the Act to determine whether to approve or disapprove the proposed rule change. The Commission has received comments on the proposed rule change. On May 6, 2021, the Exchange withdrew the proposed rule change (SR-NYSEArca-2020-105).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-09974/self-regulatory-organizations-nyse-arca-inc-notice-of-withdrawal-of-a-proposed-rule-change-to-list\",\n            \"federal_register_number\": \"2021-09974\",\n            \"regalytics_alert_id\": \"1891FR20210997420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42955,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the Fee Schedule\",\n            \"summary\": \"CBOE EDGA Exchange, Inc. (the \\\"Exchange\\\") proposes to amend its fee schedule by eliminating Tier 2 of the Remove Volume Tiers. The Exchange first notes that it operates in a highly competitive market in which market participants can readily direct order flow to competing venues if they deem fee levels at a particular venue to be excessive or incentives to be insufficient. More specifically, the Exchange is only one of 16 registered equities exchanges, as well as a number of alternative trading systems and other off-exchange venues that do not have similar self-regulatory responsibilities under the Exchange Act, to which market participants may direct their order flow. Based on publicly available information, no single registered equities exchange has more than 15% of the market share. Thus, in such a low-concentrated and highly competitive market, no single equities exchange possesses significant pricing power in the execution of order flow. The Exchange believes that the ever-shifting market share among the exchanges from month to month demonstrates that market participants can shift order flow or discontinue to reduce use of certain categories of products, in response to fee changes. Accordingly, competitive forces constrain the Exchange's transaction fees, and market participants can readily trade on competing venues if they deem pricing levels at those other venues to be more favorable. Additionally, in response to the competitive environment, the Exchange offers tiered pricing which provides Members opportunities to qualify for higher rebates or reduced fees where certain volume criteria and thresholds are met. Tiered pricing provides an incremental incentive for Members to strive for higher tier levels, which provides increasingly higher benefits or discounts for satisfying increasingly more stringent criteria. This rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-09970/self-regulatory-organizations-cboe-edga-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09970\",\n            \"regalytics_alert_id\": \"1891FR20210997020210512\",\n            \"proposed_comments_due_date\": \"2021-06-02\",\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE EDGA Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42954,\n            \"title\": \"Proposal to List and Trade the Shares of the Valkyrie Bitcoin Fund under NYSE Arca Rule 8.201-E\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to list and trade shares (“Shares”) of the Valkyrie Bitcoin Fund (the “Trust”) under NYSE Arca Rule 8.201-E, which governs the listing and trading of Commodity-Based Trust Shares. The Shares will be issued by the Trust, a Delaware statutory trust. The Trust will operate pursuant to a trust agreement (the “Trust Agreement”) between Valkyrie Digital Assets LLC (the “Sponsor”) and Delaware Trust Company, as the Trust’s trustee (the “Trustee”). The Shares will be registered with the Commission by means of the Trust’s registrations statement on Form S-1 (the “Registration Statement”). Pursuant to the Trust Agreement, the Sponsor has entered into a custodian agreement (the “Custodian Agreement”) with Coinbase Custody Trust Company, LLC (the “Custodian”) to act as custodian for the Trust’s bitcoins. Pursuant to the Custodian Agreement, the Custodian will establish accounts that hold the bitcoins deposited with the Custodian on behalf of the Trust. U.S. Bancorp Fund Services, LLC will act as the transfer agent for the Trust (the “Transfer Agent”) and as the administrator of the Trust (the “Administrator”) to perform various administrative, accounting and recordkeeping functions on behalf of the Trust.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/12/2021-09969/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-of-a-proposed-rule-change-to-list-and\",\n            \"federal_register_number\": \"2021-09969\",\n            \"regalytics_alert_id\": \"1891FR20210996920210512\",\n            \"proposed_comments_due_date\": \"2021-06-02\",\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": \"2021-05-12\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42953,\n            \"title\": \"Office of Inspector General Press Release Update\",\n            \"summary\": \"Yesterday, Ronald J. McCord, 70, of Oklahoma City, pleaded guilty to defrauding two locally-based banks, Fannie Mae, and others through a broad range of fraudulent conduct over the course of three years, announced Acting U.S. Attorney Robert J. Troester. McCord was the Chairman and founder of First Mortgage Company, LLC (\\\"FMC\\\"), an Oklahoma City-based mortgage lending and loan servicing company. On June 3, 2020, a grand jury returned a 24-count Indictment against McCord.  The charges included bank fraud, money laundering, and making a false statement to a financial institution. In 2017, FMC serviced approximately 12,000 loans worth a total of approximately $1,800,000,000.00 for the Federal National Mortgage Association (\\\"Fannie Mae\\\").  McCord admitted at the plea hearing that he defrauded Fannie Mae by diverting escrow monies intended to pay homeowners’ taxes and insurance premiums to cover FMC’s operating expenses.  McCord also admitted that he then laundered the proceeds by causing a wire transfer from FMC’s operating account to a custom home builder, as payment towards construction of McCord’s home in Colorado. At sentencing, which is currently scheduled for August 9, 2021, McCord faces up to 30 years in prison and a fine of up to $1,000,000.00 on each count of bank fraud and false statement to a financial institution.  He also faces up to 10 years in prison and a $250,000.00 fine on the money laundering count.  Per the terms of his plea agreement, the government agreed not to advocate at sentencing for a sentence above 104 months.  Under the plea agreement, McCord will be ordered to pay restitution to the victims of his conduct in amounts to be determined by the court at the time of sentencing.  McCord must also forfeit proceeds of the fraudulent schemes and property involved in the offenses.  Further, as part of the plea agreement, the government will dismiss at sentencing the remaining counts of the Indictment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d8d3d6\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4776445620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"OIG Report\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42952,\n            \"title\": \"Remarks by Chairman Jelena McWilliams at the Federalist Society Conference “The Dodd-Frank Act Post COVID-19 and the Future of Financial Regulation”\",\n            \"summary\": \"Remarks by Chairman Jelena McWilliams at the Federalist Society Conference “The Dodd-Frank Act Post COVID-19 and the Future of Financial Regulation”: \\\"Creating a regulatory system that fosters – rather than stifles – innovation has been a top priority of the FDIC during my tenure, and has been underscored by the experience of the past year. Early in my tenure at the FDIC, we established a new Office of Innovation – FDiTech – to promote innovation at the agency and across the banking sector. Our first Chief Innovation Officer began work earlier this year and has hit the ground running. We are focused on promoting innovation under four broad themes: Inclusion, Resilience, Amplification, and Protecting the Future. First, we are working toward an inclusive banking system – one that it is accessible to all Americans. Second, the American banking system is the strongest, most resilient in the world, and we must take action to ensure that continues to be true throughout the 21st Century. Third, we want to use technology to amplify the work of FDIC staff, bank compliance staff, and other stakeholders, so that their efforts are not hindered by outdated or inadequate technology. Finally, new banking products and services are emerging on a daily basis and we want to reframe how we think about the world. We should build a system for ten years in the future, not a system based on the technology of the last ten years.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d8b417\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4775633920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Speeches & Testimony\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42951,\n            \"title\": \"Governor Lamont Announces Frito-Lay Investing $235 Million to Expand Killingly Operations, Create 120 New Jobs\",\n            \"summary\": \"Governor Ned Lamont and the Town of Killingly today announced that Frito-Lay, a division of PepsiCo and a leading snack manufacturer, is embarking on a $235 million expansion project at its Killingly manufacturing site in a plan that includes the creation of 120 new jobs in the town. “As we emerge from this pandemic, we are seeing Connecticut companies of all sizes increase their workforce and expand operations,” Governor Lamont said. “What is particularly significant is the fact that much of this growth is coming from companies like Frito-Lay that already have a presence here and know first-hand the benefits of doing business – and investing – in Connecticut.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/05-2021/Governor-Lamont-Announces-Frito-Lay-Investing-235-Million-To-Expand-Killingly-Operations\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT11016620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Connecticut Office of the Governor\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 42950,\n            \"title\": \"Governor Gianforte Signs Landmark Investment in Broadband Expansion\",\n            \"summary\": \"Governor Greg Gianforte today signed into law the ConnectMT Act, providing $275 million in federal funds to expand access to reliable broadband across Montana. “Too many of our communities, particularly in rural and frontier Montana, don’t have access to reliable broadband,” Gianforte said in Hamilton. “Greater access to broadband will increase opportunities for Montanans, whether in ag or high-tech or other Montana industries, but we need to get more cable in the ground. Today, we make a historic investment to close the digital divide.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://news.mt.gov/governor-gianforte-signs-landmark-investment-in-broadband-expansion\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1616MT6713330020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Montana Office of the Governor\",\n            \"state_name\": \"Montana\"\n        },\n        {\n            \"id\": 42949,\n            \"title\": \"Governor Gianforte Signs Pro-Jobs, Pro-Growth Montana Comeback Bills\",\n            \"summary\": \"Governor Greg Gianforte today signed two pro-jobs, pro-growth bills into law, the Entrepreneur Magnet Act and Corporate Tax Modernization Act. “We’re focused on reforming our tax code to make Montana more friendly to job creators so they can create more good-paying Montana jobs,” Gianforte said. “By attracting entrepreneurs to our state and keeping existing ones in Montana, they’ll thrive, grow, and create greater opportunities for Montanans. These pro-growth, pro-jobs measures will make Montana more competitive with our neighbors in the Rocky Mountain West.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://news.mt.gov/gov-gianforte-signs-pro-jobs-pro-growth-montana-comeback-bills\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1616MT6412830020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Montana Office of the Governor\",\n            \"state_name\": \"Montana\"\n        },\n        {\n            \"id\": 42948,\n            \"title\": \"South Dakota Weekly Register Updated May 3, 2021\",\n            \"summary\": \"This release contains the Weekly Update of the South Dakota Register, which is published weekly by the Legislative Research Council. Updated Monday, 8:00 a.m., May 3, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://mylrc.sdlegislature.gov/api/Documents/220504.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15621SD2205042021-05-12\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"State Register\",\n            \"agency_name\": \"South Dakota Legislative Research Council\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 42947,\n            \"title\": \"Remarks by Eric S. Rosengren President & Chief Executive Officer Federal Reserve Bank of Boston at the Panel Discussion, “Central Bank Perspectives on Central Bank Digital Currencies”\",\n            \"summary\": \"Remarks by Eric S. Rosengren President & Chief Executive Officer Federal Reserve Bank of Boston at the Panel Discussion, “Central Bank Perspectives on Central Bank Digital Currencies”: \\\"A central bank digital currency would need to be able to provide rapid processing of a large number of transactions in geographically dispersed locations. We anticipate that in early third quarter of this year, MIT and the Boston Fed will release a white paper that will document the ability to meet reasonable goals with core processing, and create an open source license for the code. Additional work following the white paper’s release will explore how addressing additional requirements including resiliency, privacy, and anti-money laundering features will impact the core processing.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.bostonfed.org/news-and-events/speeches/2021/central-bank-perspectives-on-central-bank-digital-currencies.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB10112120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Speech\",\n            \"agency_name\": \"Federal Reserve Bank of Boston\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42946,\n            \"title\": \"Petitions/Dispositions Regarding Rule Validity\",\n            \"summary\": \"WKDR II, Inc., Petitioner,  has filed a protest of notices of proposed assessment issued by the Florida Department of Revenue which result from an audit.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24535973\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2453597320210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice of Petitions/Dispositions Regarding Rule Validity\",\n            \"agency_name\": \"Florida Department of Revenue\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42945,\n            \"title\": \"Fed President Patrick Harker Calls for Reinvestment in Higher Education\",\n            \"summary\": \"Patrick T. Harker, president and CEO of the Federal Reserve Bank of Philadelphia, urged federal and state governments — and American society — to recommit to public postsecondary education. He addressed a virtual audience at a symposium on the financial viability of colleges and universities hosted by the Philadelphia Fed. Calling post-high school education an “indispensable tool for economic and social mobility and to educating our citizenry,” Harker suggested investments in training programs as well as in community and four-year colleges.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.philadelphiafed.org/community-development/workforce-and-economic-development/210512-fed-president-patrick-harker-calls-for-reinvestment-in-higher-education\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"134FEDP7116720210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Reserve Bank of Philadelphia\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42944,\n            \"title\": \"Notice of Public Meeting May 13, 2021\",\n            \"summary\": \"The Wyoming State Banking Board will convene on Thursday, May 13, 2021, via telephone, beginning at 9:00 AM to discuss the A7P Trust Company charter. Persons wishing to listen to/attend the Board's Public Meeting may contact Marie Castleberry, of the Department of Audit, Division of Banking at (307) 777-7797 or at wyomingbankingdivision@wyo.gov.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://wyomingbankingdivision.wyo.gov/home/pressreleases/noticeofpublicmeetingmay132021\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1325WY378720210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Wyoming Division of Banking\",\n            \"state_name\": \"Wyoming\"\n        },\n        {\n            \"id\": 42943,\n            \"title\": \"Regulatory Rule: Suitability in Annuity Transactions\",\n            \"summary\": \"The purpose of this proposed regulation is to adopt the most recent version the National Association of Insurance Commissioners (NAIC) model regulation. The proposed amendments require producers, as defined in the regulation, to act in the best interest of the consumer when making a recommendation of an annuity and to require insurers to establish and maintain a system to supervise such recommendations so that the insurance needs and financial objectives of consumers at the time of the transaction are effectively addressed. On May 12, 2021 the following documents were provided: Agency Sent Regulation to Attorney General Office; Agency Head Regulation Certification; and Attorney General Compliance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/RMRView/PR2020-025\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTPR2020025-10\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Connecticut Insurance Department\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 42942,\n            \"title\": \"Senate Bill 88: Relating to Insurance, Banking, and Securities\",\n            \"summary\": \"Senate Bill S.88: Senate 5/12/2021 - Signed by Governor on May 12, 2021. An act relating to insurance, banking, and securities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://legislature.vermont.gov/bill/status/2022/S.088\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4970VT0887120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"Vermont General Assembly\",\n            \"state_name\": \"Vermont\"\n        },\n        {\n            \"id\": 42941,\n            \"title\": \"Senate Bill 83: Sea Level Rise Revolving Loan Program\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-83 Sea Level Rise Revolving Loan Program. This bill would establish the Sea Level Rise Revolving Loan Program through the collaboration primarily of the Coastal Conservancy and the I-Bank.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB83\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB832320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42940,\n            \"title\": \"Senate Bill 791: California Surplus Land Unit\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-791 California Surplus Land Unit. This bill creates the Surplus Land Unit within the state Department of Housing and Community Development (HCD), to facilitate the development and construction of housing on local surplus property.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB791\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB7912320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42939,\n            \"title\": \"Senate Bill 718: Health Care Coverage: Small Employer Groups\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-718 Health care coverage: small employer groups. Permits an association of employers to offer a large group health care service plan contract to small group employer members in the biomedical industry if the contract has been in continuous existence since January 1, 2012, and meets other requirements.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB718\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB7182320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42938,\n            \"title\": \"Senate Bill 712: Local Government: California Tribes: Federal Fee-To-Trust Applications to Regain Ancestral Lands\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-712 Local government: California tribes: federal fee-to-trust applications to regain ancestral lands. Provides direction to local governments on consideration of and comments on fee-to-trust applications.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB712\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB7122320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42937,\n            \"title\": \"Senate Bill 68: Building Decarbonization\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-68 Building decarbonization. This bill proposes several changes to support customers’ (and building owners’) transition to electric vehicles (EV) and electric equipment for space and water heating, cooking, and others applications where electrical upgrades of the building and/or electric distribution system are needed. Most notably, this bill specifies timeframes by when electric investor-owned utilities (IOUs) must respond to applications from building owners for service upgrades and interconnections to the electrical system.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB68\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB682320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42936,\n            \"title\": \"Senate Bill 655: Insurers: Diversity\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-655 Insurers: diversity. Decreases the reporting threshold for required participation in the California Department of Insurance (CDI)’s supplier diversity and governing board diversity surveys, specifically lowering the threshold from $100 million in California written premiums to $75 million and requires submission of a board diversity policy statement, as defined. Additionally, the bill encourages California Organized Investment Network (COIN) participating insurers to use diverse investment managers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB655\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB6552320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42935,\n            \"title\": \"Senate Bill 617: Residential Solar Energy Systems: Permitting\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-617 Residential solar energy systems: permitting. Requires cities and counties to adopt an automated, online permitting system for solar energy systems and energy storage.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB617\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB6172320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42934,\n            \"title\": \"Senate Bill 612: Electrical Corporations and Other Load-Serving Entities: Allocation of Legacy Resources\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-612 Electrical corporations and other load-serving entities: allocation of legacy resources. This bill requires the California Public Utilities Commission (CPUC) to require electric investor-owned utilities (IOUs) to offer to community choice aggregators (CCAs) and electric service providers (ESPs) an allocation of product attributes from legacy electrical resources paid for through exit fees of the departing load. The bill defines these product attributes as requirements of the Renewable Portfolio Standard (RPS) Program, resource adequacy (RA), resources that do not emit greenhouse gases (GHG), and other attributes that have regulatory compliance or other identified market value.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB612\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB6122320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42933,\n            \"title\": \"Senate Bill 563: Second Neighborhood Infill Finance and Transit Improvements Act: Housing Developments: Homelessness Prevention Programs: Enhanced Infrastructure Financing Plan Review and Amendment Process\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-563 Second Neighborhood Infill Finance and Transit Improvements Act: housing developments: homelessness prevention programs: enhanced infrastructure financing plan review and amendment process. Makes various changes to the Second Neighborhood Infill Finance and Transit Improvements Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB563\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB5632320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42932,\n            \"title\": \"Senate Bill 560: Climate Pollution Reduction in Homes Initiative: Grants\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-560 Climate Pollution Reduction in Homes Initiative: grants. This bill establishes the Climate Pollution Reduction in Homes Initiative and requires the California Energy Commission (CEC) to administer the initiative to provide grants for projects, including, but not limited to, those that provide financial assistance to low-income households for the purchase of zero-carbon-emitting appliances, low-income weatherization projects to improve air quality and public health in low-income communities, and technology to address deenergization events.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB560\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB5602320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42931,\n            \"title\": \"Senate Bill 533: Electrical Corporations: Wildfire Mitigation Plans: Deenergization Events: Microgrids\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-533 Electrical corporations: wildfire mitigation plans: deenergization events: microgrids. This bill proposes several measures to address proactive electric power shutoffs by electric utilities, including requiring specified actions for utility equipment that experiences a specified number of recurring deenergization events, establishment of a statewide database of critical facilities and infrastructure, and information and valuation of microgrid projects, as proposed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB533\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB5332320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42930,\n            \"title\": \"Senate Bill 449: Climate-Related Financial Risk\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-449 Climate-related financial risk. Requires specified businesses formed or licensed in California with annual revenue of at least $500 million to prepare and publish an annual climate-related financial risk report, as specified. Requires the Climate-Related Risk Disclosure Advisory Group established pursuant to Executive Order N-19-19 to analyze the reports and provide policy recommendations, as specified.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB449\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB4492320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42929,\n            \"title\": \"Senate Bill 423: Energy: Renewable and Zero-Carbon Resources\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-423 Energy: renewable and zero-carbon resources. This bill proposes to explicitly accelerate procurement and planning of specified emerging renewable energy and zero-carbon resources into existing energy procurement and planning processes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB423\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB4232320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42928,\n            \"title\": \"Senate Bill 381: Surplus Residential Property: City of South Pasadena\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-381 Surplus residential property: priorities and procedures: City of South Pasadena. This bill makes changes to the Roberti Act to encourage the sale of homes owned by Caltrans for low- and moderate-income rental housing in the State Route 710 corridor in South Pasadena.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB381\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB3812320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42927,\n            \"title\": \"Senate Bill 378: Microtrenching Permit Processing Ordinance\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-378 Local government: broadband infrastructure development project permit processing: microtrenching permit processing ordinance. Enacts the Broadband Deployment Acceleration Best Practices Act of 2021, which allows broadband providers to choose the manner of installing fiber for broadband service.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB378\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB3782320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42926,\n            \"title\": \"Senate Bill 260: Climate Corporate Accountability Act\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-260 Climate Corporate Accountability Act. Requires companies, as specified, with over $1 billion in annual revenues who do business in California to report their direct and indirect greenhouse gas (GHG) emissions from their operations and supply chain to the Air Resources Board (ARB). Further requires ARB to develop regulations directing the above companies to also set “science-based emissions targets,” as defined, and to reduce their GHG emissions in line with what is required to maintain global warming of less than 1.5 degrees Celsius above preindustrial levels.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB260\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB2602320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42925,\n            \"title\": \"Senate Bill 106: Mental Health Services Act: Innovative Programs\",\n            \"summary\": \"Senate Bill Set for hearing May 17. SB-106 Mental Health Services Act: innovative programs. Prohibits county mental health programs, until January 1, 2025, from receiving approval from the Mental Health Services Oversight and Accountability Commission for the use of Innovative funds if the funds are used for Full-Service Partnerships, as specified.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB106\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB1062320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42924,\n            \"title\": \"Senate Bill 826: Business and Professions\",\n            \"summary\": \"Senate Bill Set for hearing May 17. (Senate Bill May 10 set for first hearing canceled at the request of author.)SB-826 Business and professions. Makes numerous technical and clarifying provisions related to programs within the Department of Consumer Affairs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB826\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB8266320210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42923,\n            \"title\": \"Senate Bill 800: Real Estate: Licenses\",\n            \"summary\": \"Senate Bill Set for hearing May 17. (Senate Bill May 10 set for first hearing canceled at the request of author.) SB-800 Real estate: licenses. Makes various changes to the Real Estate Law intended to improve oversight of real estate and real estate appraiser professionals stemming from the joint sunset review oversight of the Department of Real Estate (DRE) and Bureau of Real Estate Appraisers (BREA).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB800\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB8006320210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42922,\n            \"title\": \"House Resolution 0293: Multi-State Memorandum of Understanding 30 Percent of New Truck and Bus Sales to be Zero-Emission by 2030\",\n            \"summary\": \"Introduced. Filed with the Clerk by Rep. Edgar Gonzalez, Jr. (VEHICLE EMISSIONS-GOALS). Urges the Governor to sign the Multi-State Memorandum of Understanding calling for 30 percent of new truck and bus sales to be zero-emission by 2030 and 100 percent zero-emission by 2050.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=293&GAID=16&DocTypeID=hr&SessionID=110\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17481IL1029348FR.20210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"House Resolution\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42921,\n            \"title\": \"Governor Gordon Withdraws Wyoming from COVID-Era Unemployment Programs\",\n            \"summary\": \"Governor Mark Gordon has announced that Wyoming will end its participation in federal supplemental unemployment benefits in order to address workforce shortages being felt throughout the state. The programs were made available through federal laws initiated in response to the pandemic and include Coronavirus Aid, Relief, and Economic Security (CARES) Act and Continued Assistance to Unemployed Workers Act of 2020. The additional payments will no longer be available to claimants as of June 19, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.wyo.gov/media/news-releases/2021-news-releases/governor-gordon-withdraws-wyoming-from-covid-era-unemployment-programs\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8242WY20420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Wyoming Office of the Governor\",\n            \"state_name\": \"Wyoming\"\n        },\n        {\n            \"id\": 42920,\n            \"title\": \"Illinois Department of Revenue to Issue Tax Refunds for Eligible Residents Who Received Unemployment Benefits\",\n            \"summary\": \"Governor Pritzker announced today that the Illinois Department of Revenue (IDOR) will begin issuing refunds to eligible taxpayers who filed their 2020 Illinois Individual Income Tax Return prior to a newly enacted federal unemployment tax exemption.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23293\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2329320210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42919,\n            \"title\": \"California Roars Back: Governor Newsom Announces $20 Billion in Investments for Transforming Public Schools as Gateways to Equity & Opportunity\",\n            \"summary\": \"Today, Governor Gavin Newsom unveiled another component of his $100 billion California Comeback Plan: transforming California public schools into gateways of equity and opportunity. Governor Newsom’s plan represents the highest level of state school funding in California history, investing an additional $20 billion to support the potential of every California student and make the structural change necessary to reduce barriers while increasing opportunities across the board, including massive investments in K-12 public schools, creating universal Pre-K and college savings accounts for 3.7 million low-income children in public schools.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/05/12/california-roars-back-governor-newsom-announces-20-billion-in-investments-for-transforming-public-schools-as-gateways-to-equity-opportunity/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA5022620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Office of the Governor\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42918,\n            \"title\": \"Governor Hogan Provides Update on State of Maryland’s Response to Colonial Pipeline Incident\",\n            \"summary\": \"Governor Larry Hogan today authorized Maryland Department of Transportation (MDOT) Secretary Greg Slater to take emergency measures to respond to the Colonial Pipeline incident and ensure continuity of fuel supply throughout the state. “The emergency actions that we are taking will provide the state the flexibility it needs to address any disruption in fuel supply,” said Governor Hogan. “It is important for Marylanders to know that the supply chain is still working—albeit more slowly than usual—and there is no need for panic buying. While the operators of the pipeline anticipate that the disruption is likely to be short-term, we continue to prepare for all contingencies as part of our statewide response.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.maryland.gov/2021/05/12/governor-hogan-provides-update-on-state-of-marylands-response-to-colonial-pipeline-incident/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD27655520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Maryland Office of the Governor\",\n            \"state_name\": \"Maryland\"\n        },\n        {\n            \"id\": 42917,\n            \"title\": \"Proposal to Modify the NYSE Arca Options Fee Schedule Regarding the Charges Applicable to Manual Executions by NYSE Arca Market Makers and Lead Market Makers\",\n            \"summary\": \"NYSE Arca, Inc. proposes to modify the NYSE Arca Options Fee Schedule regarding the charges applicable to Manual executions by NYSE Arca Market Makers and Lead Market Makers. The purpose of this filing is to modify the Fee Schedule regarding the charges for Manual executions by NYSE Arca Market Makers and Lead Market Makers. Currently, Market Makers are charged $0.25 per contract for Manual executions, and LMMs are charged $0.18 per contract for Manual executions. The Exchange proposes to modify the charges for Manual executions to $0.35 per contract for Market Makers and $0.30 for LMMs. This proposed change is intended to more closely align the Exchange’s fees for manual transactions by Market Makers and LMMs with those charged by other markets. The Exchange believes that the fees, as modified, would not discourage Market Makers and LMMs from continuing to conduct Manual executions on the Exchange.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-42.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20214220210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42916,\n            \"title\": \"Proposal to Modify the NYSE Arca Options Fee Schedule to Adopt a New Incentive Program for Floor Brokers\",\n            \"summary\": \"NYSE Arca, Inc. proposes to modify the NYSE Arca Options Fee Schedule to adopt a new incentive program for Floor Brokers. The purpose of this filing is to modify the Fee Schedule to introduce the Floor Broker Professional Customer Manual Program, a new incentive program intended to encourage Floor Brokers to increase their Professional Customer billable volume on the Exchange. Specifically, the Exchange proposes that the Program would offer Floor Brokers a credit of $0.13 on each billable Professional Customer contract that exceeds a baseline Average Daily Volume for the month. The Exchange proposes to implement the rule change on May 12, 2021. The Exchange further proposes that the Program expire at the close of business on June 30, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-41.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20214120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42915,\n            \"title\": \"Proposal to Modify the NYSE American Options Fee Schedule\",\n            \"summary\": \"NYSE American LLC proposes to modify the NYSE American Options Fee Schedule regarding the charges applicable to Manual transactions by NYSE American Options Market Makers, Specialists, and e-Specialists. The Exchange proposes to implement the fee change effective May 12, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/rule-filings/filings/2021/SR-NYSEAmer-2021-27.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEAMER20212720210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42914,\n            \"title\": \"Regulatory Notice 21-18: FINRA Shares Practices Firms Use to Protect Customers from Online Account Takeover Attempts\",\n            \"summary\": \"FINRA has received an increasing number of reports regarding customer account takeover (ATO) incidents, which involve bad actors using compromised customer information, such as login credentials (i.e., username and password), to gain unauthorized entry to customers’ online brokerage accounts. To help firms prevent, detect and respond to such attacks, FINRA recently organized roundtable discussions with representatives from 20 firms of various sizes and business models to discuss their approaches to mitigating the risks from ATO attacks. This Notice outlines the recent increase in ATO incidents; reiterates firms’ regulatory obligations to protect customer information; and discusses common challenges firms identified in safeguarding customer accounts against ATO attacks, as well as practices they find effective in mitigating risks from ATOs—including recent innovations—which firms may consider for their cybersecurity programs.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FinraNotices/%7E3/Ltdmp_9Q6mg/21-18\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA921820210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Rule Filing\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42913,\n            \"title\": \"Nearly 1 Million Additional Economic Impact Payments Disbursed Under the American Rescue Plan, Total Payments Reach Nearly 165 Million\",\n            \"summary\": \"Today, the U.S. Department of the Treasury, the Internal Revenue Service, and the Bureau of the Fiscal Service announced they are disbursing nearly 1 million payments in the ninth batch of Economic Impact Payments from the American Rescue Plan. Today’s announcement brings the total disbursed so far to approximately 165 million payments, with a total value of approximately $388 billion, since these payments began rolling out to Americans in batches as announced on March 12. The ninth batch of payments began processing on Friday, May 7, with an official payment date of May 12, with some people receiving direct payments in their accounts earlier as provisional or pending deposits.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0173\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT134017320210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42912,\n            \"title\": \"Readout: Deputy Secretary of the Treasury Wally Adeyemo's Meeting with the Board of Directors of the Opportunity Finance Network\",\n            \"summary\": \"Earlier today, Deputy Secretary of the Treasury Wally Adeyemo met with the Board of Directors of the Opportunity Finance Network (OFN), led by President and CEO Lisa Mensah. Deputy Secretary Adeyemo shared President Biden and Secretary Yellen’s vision for an equitable and sustainable recovery, including tapping into the unrealized potential of small businesses across the country by supporting Community Development Financial Institutions (CDFI) and Minority Depository Institutions (MDI) through policies like the $3 billion CDFI Rapid Response Program. Deputy Secretary Adeyemo asked for the Board’s advice on how Treasury can better utilize its tools to serve underrepresented communities and how to ensure the commitments made by the private sector in the wake of the murder of George Floyd and the subsequent racial justice movement, are realized and are upheld.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0174\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT128017420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42911,\n            \"title\": \"Commerce Secretary Gina Raimondo Addresses Economic Recovery and Need for Greater Equity and Opportunity for Women\",\n            \"summary\": \"U.S. Secretary of Commerce Gina Raimondo addressed the inaugural Finance Festival: Women and Wealth conference and addressed the Biden Administration’s commitment to fix systemic inequities among women and minorities through the American Jobs Plan and American Families Plan. “There are millions of care workers who are full-time and still in poverty,” said Raimondo. \\\"No matter how you slice it, that is wrong. The American Families Plan will provide a $400 billion investment to pay these workers livable wages and job training so they can climb the career ladder just like every other industry.” Secretary Raimondo also called for Congress to pass the American Jobs Plan, a $2 trillion jobs package that will allow our country to not just return to where we were before the pandemic but to build our country and economy back better.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.commerce.gov/news/blog/2021/05/commerce-secretary-gina-raimondo-addresses-economic-recovery-and-need-greater\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC23420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Blog\",\n            \"agency_name\": \"U.S. Department of Commerce\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42910,\n            \"title\": \"May 2021 Monthly Bulletin\",\n            \"summary\": \"Christina Tetreault has been selected to build out and lead the DFPI Office of Financial Technology and Innovation (OFTI). The OFTI was established with the passage of the California Consumer Financial Protection Law (CCFPL) last year. She begins on May 17 and will be based in the San Francisco office. She will work with entrepreneurs and licensees alike to encourage the creation of innovative and responsible financial products and services. The office will act as a resource to licensees; direct specialized market research and identify emerging data trends to forecast potential risk and new strategic opportunities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/05/12/may-2021-monthly-bulletin/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA8220210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Department of Financial Protection and Innovation\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42909,\n            \"title\": \"Labor & Industry Acting Secretary, Reps. Merski, and Harkins, Erie Child Care Worker Urging $12 Minimum Wage with Pathway to $15\",\n            \"summary\": \"With polls showing strong support for increasing the minimum wage as red states such as Florida are doing, Department of Labor & Industry (L&I) Acting Secretary Jennifer Berrier joined Representatives Patrick Harkins and Robert Merski and an Erie child and home care worker to call for the legislature to raise the wage to $12 an hour with a pathway to $15. Governor Tom Wolf is proposing to raise Pennsylvania's minimum wage to $12 an hour with a pathway to $15 by 2027, boosting incomes for nearly 1.1 million workers and putting $4.4 billion into the pockets of workers in the first year. These workers will stimulate local economies through spending, with a minimum wage increase to $15 boosting Pennsylvania's economy by $321 million in 2027. Twenty-nine other states, including every state that borders Pennsylvania, have raised the minimum wage above the federally mandated rate of $7.25 an hour.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=571\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA1287138420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Department of Labor and Industry\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42908,\n            \"title\": \"Virginia Releases April 2021 Revenue Report\",\n            \"summary\": \"Governor Ralph Northam today announced that total General Fund revenues rose 41.9 percent in April, representing the largest monthly increase in the 21st century. In addition to regular collections of withholding and sales taxes, final payments for the previous tax year and the first estimated payment for the current tax year are due from corporations on April 15. This is the first revenue report that compares results with last year when the coronavirus pandemic took hold and economic shutdowns began. Collections of payroll withholding taxes increased 3.4 percent for the month. Collections of sales and use taxes, reflecting March sales, grew 24.8 percent in April. More than 80 percent of monthly increase is due to a return to normal filing dates for most corporate and individual taxpayers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/may/headline-895140-en.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA89514020210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Virginia Office of the Governor\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42907,\n            \"title\": \"Idaho Achieves Single Largest Tax Cut in State History\",\n            \"summary\": \"Governor Brad Little signed House Bill 380 into law Monday, providing Idahoans $220 million in immediate one-time income tax rebates and $163 million in ongoing income tax relief. Combined with another tax conformity bill earlier this session, Idaho achieved more than $435 million in tax relief for Idaho citizens – the single largest tax cut in state history. The Governor’s move makes good on a commitment he made to Idahoans earlier this year – to cut taxes and boost Idahoans’ prosperity while keeping our tax rates competitive and our business climate vibrant.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.idaho.gov/pressrelease/idaho-achieves-single-largest-tax-cut-in-state-history/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3651ID85591\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Idaho Office of the Governor\",\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"id\": 42906,\n            \"title\": \"Application Filed Under the Investment Company Act for Delaware Wilshire Private Markets Master Fund, et al.\",\n            \"summary\": \"Applicants Delaware Wilshire Private Markets Master Fund, et.al request an order to permit certain closed-end investment companies to co-invest in portfolio companies with each other and with affiliated investment funds and accounts. The application was filed on April 2, 2020, and amended on November 13, 2020, March 30, 2021 and May 6, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34270.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3427020210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42905,\n            \"title\": \"SEC Order Granting Application by NASDAQ PHLX LLC for an Exemption Pursuant to Section 36(a) of the Exchange Act from the Rule Filing Requirements of Section 19(b) of the Exchange Act with Respect to Certain Rules Incorporated by Reference\",\n            \"summary\": \"NASDAQ PHLX LLC has filed with the Securities and Exchange Commission an application for an exemption from the rule filing requirements with respect to certain rules of the Financial Industry Regulatory Authority, Inc. that the Exchange seeks to incorporate by reference. Section 36 of the Exchange Act authorizes the Commission to conditionally or unconditionally exempt any person, security, or transaction, or any class thereof, from any provision of the Exchange Act or rule thereunder, if necessary or appropriate in the public interest and consistent with the protection of investors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-91877.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349187720210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42904,\n            \"title\": \"Proposed Rule Change to Adopt a Supplemental Liquidity Schedule, and Instructions Thereto, Pursuant to FINRA Rule 4524 (Supplemental FOCUS Information)\",\n            \"summary\": \"FINRA Rule 4524 provides that each member, as FINRA shall designate, shall file such additional financial or operational schedules or reports as FINRA may deem necessary or appropriate for the protection of investors or in the public interest. FINRA is proposing to adopt a Supplemental Liquidity Schedule (SLS), and Instructions thereto (Instructions). The proposed SLS, which would be filed as a supplement to the FOCUS Report, is tailored to apply only to members with the largest customer and counterparty exposures. The SLS is designed to improve FINRA’s ability to monitor for events that signal an adverse change in the liquidity risk of the members that would be subject to the requirement.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"/rules/sro/finra/2021/34-91876.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349187620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42903,\n            \"title\": \"Nearly 1 Million Additional Economic Impact Payments Disbursed Under the American Rescue Plan; Total Payments Reach Nearly 165 Million\",\n            \"summary\": \"Today, the Internal Revenue Service, the U.S. Department of the Treasury, and the Bureau of the Fiscal Service announced they are disbursing nearly 1 million payments in the ninth batch of Economic Impact Payments from the American Rescue Plan. Today's announcement brings the total disbursed so far to approximately 165 million payments, with a total value of approximately $388 billion, since these payments began rolling out to Americans in batches as announced on March 12. The ninth batch of payments began processing on Friday, May 7, with an official payment date of May 12, with some people receiving direct payments in their accounts earlier as provisional or pending deposits.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.irs.gov/newsroom/nearly-1-million-additional-economic-impact-payments-disbursed-under-the-american-rescue-plan-total-payments-reach-nearly-165-million\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS29520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42902,\n            \"title\": \"South Dakota to End Federal Pandemic Unemployment Benefits\",\n            \"summary\": \"Today, Governor Kristi Noem and the South Dakota Department of Labor and Regulation (DLR) announced South Dakota will terminate its participation in the federal government’s pandemic-related unemployment assistance programs. The termination will be effective on the week ending June 26, 2021, for all three programs. South Dakota will continue to pay regular State claims. The agreement signed to initiate these programs allows South Dakota or the U.S. Department of Labor to terminate the programs upon 30 days’ written notice to the other party.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28056\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1711SD2805620210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Dakota Bureau of Information and Telecommunications\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 42901,\n            \"title\": \"Residents of Florida, Georgia and North Carolina Indicted for Promoting Tax Fraud Scheme\",\n            \"summary\": \"A federal grand jury in Orlando, Florida, returned an indictment April 21, 2021, charging residents of Florida, Georgia and North Carolina with promoting a tax fraud scheme. From 2013 to 2017, Iran Backstrom of Milledgeville, Georgia; Mehef Bey of Charlotte, North Carolina; Yomarie Febres of Atlanta, Georgia; and Aaron Aqueron of Clermont, Florida, allegedly conspired together and with others to promote a tax fraud scheme to more than 200 individuals in 12 states. The indictment alleges that the defendants recruited clients by falsely representing that the clients’ mortgages and other debts entitled them to tax refunds. According to the indictment, the defendants typically charged each client fees ranging from approximately $10,000 to $15,000 and did not report on their own tax returns any income generated from the scheme. If convicted, each defendant faces a maximum sentence of five years in prison on the conspiracy charge and three years of prison on each count of aiding in the preparation of false tax returns. In addition, the defendants face a period of supervised release, restitution and monetary penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/residents-florida-georgia-and-north-carolina-indicted-promoting-tax-fraud-scheme\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1997120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42900,\n            \"title\": \"Florida Man Sentenced After Fraudulently Obtaining $3.9 Million in PPP Loans\",\n            \"summary\": \"A Florida man was sentenced today to more than six years in prison for fraudulently obtaining approximately $3.9 million in Paycheck Protection Program (PPP) loans and using those funds, in part, to purchase a $318,000 Lamborghini luxury car for himself. David T. Hines, 29, of Miami, pleaded guilty to one count of wire fraud on Feb. 10. Hines submitted multiple PPP applications to a PPP-participating lender, claiming to have had dozens of employees and millions of dollars in monthly payroll. As part of the sentence, the court ordered Hines to forfeit the $3.4 million in fraudulent loan proceeds that law enforcement seized and the 2020 Lamborghini Huracan that Hines purchased for approximately $318,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/florida-man-sentenced-after-fraudulently-obtaining-39-million-ppp-loans\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1786A20210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42899,\n            \"title\": \"Two Individuals Charged for Their Roles in Massive Cattle Ponzi Scheme\",\n            \"summary\": \"A federal grand jury in Colorado returned an indictment that was unsealed Tuesday charging an Illinois woman and a Georgia man with running a Ponzi scheme that raised approximately $650 million from investors across the country. Reva Joyce Stachniw, 69, of Galesburg, Illinois, and Ron Throgmartin, 57, of Buford, Georgia, were charged with running a Ponzi scheme, along with a third co-conspirator, Mark Ray, from late 2017 until early 2019. Most often, the conspirators fraudulently represented to victim-investors that their investments were backed by short-term investments in cattle. They also used false and fraudulent pretenses to solicit money from victim-investors for the conspirators’ Colorado-based marijuana business, Universal Herbs LLC. Stachniw and Throgmartin are each charged with one count of conspiracy to commit wire fraud and bank fraud, five counts of wire fraud, and one count of conspiracy to engage in money transactions in property derived from specified unlawful activity. If convicted, Stachniw and Throgmartin face a maximum penalty of 30 years in prison and a $1 million fine for conspiracy to commit wire fraud and bank fraud, 20 years in prison and a $250,000 fine for wire fraud, and 10 years in prison and a $250,000 fine for conspiracy to engage in money transactions in property derived from specified unlawful activity.country.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/two-individuals-charged-their-roles-massive-cattle-ponzi-scheme\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1642020210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42898,\n            \"title\": \"Two Indicted for $2 Million Scheme That Defrauded Over 20 Investors\",\n            \"summary\": \"An indictment charging a District of Columbia man and Connecticut woman with perpetrating an advance fee and investment fraud scheme that defrauded more than 20 victims of more than $2 million was unsealed today in the District of Columbia. Paul Maucha, 56, of Washington, D.C., and Melisa Shapiro, 63, of Bridgeport, Connecticut, conspired to engage in a scheme through a shell company they controlled, American Eagle Services Group (AESG), to make numerous misrepresentations about AESG, its assets and its access to money and capital. As alleged in the indictment, Maucha and Shapiro enriched themselves by falsely promising to provide victims with financing, surety bonds and investing opportunities through AESG and AESG related entities in exchange for advance fees. Maucha and Shapiro are each charged with one count of conspiracy to commit wire fraud, three counts of wire fraud and two counts of engaging in monetary transactions in criminally derived property. If convicted, Maucha and Shapiro each face a maximum penalty of up to 20 years in prison for the conspiracy and wire fraud counts and up to 10 years for each count of engaging in monetary transactions in criminally derived property.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/two-indicted-2-million-scheme-defrauded-over-20-investors\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1558E20210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42897,\n            \"title\": \"Tax Preparer Pleads Guilty in False Returns Scheme\",\n            \"summary\": \"A Georgia woman pleaded guilty today to preparing false tax returns for clients. Between 2012 and 2017, Candace Roberts worked as a return preparer and manager at Rogers Tax Service, a tax preparation business located in Albany, Georgia. Over a five year period, Roberts inflated her clients’ tax refunds by fraudulently claiming American Opportunity Credits, education credits, and business income. In total, Roberts caused a tax loss to the IRS of more than $700,000. Roberts will be sentenced at a later date and faces a maximum penalty of three years in prison. The defendant also faces a period of supervised release, restitution, and monetary penalties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/tax-preparer-pleads-guilty-false-returns-scheme\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ1282120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42896,\n            \"title\": \"Governor Lamont Applauds House Approval of Bipartisan Agreement to Restore the Unemployment Insurance Trust Fund\",\n            \"summary\": \"Governor Ned Lamont today is applauding the Connecticut House of Representatives for voting to approve the bipartisan agreement his administration helped reach that will restore the Unemployment Insurance Trust Fund while also reducing taxes on the majority of Connecticut businesses. The legislation is House Bill 6633, An Act Restructuring Unemployment Insurance Benefits and Improving Fund Solvency. It next needs to be approved by the State Senate.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://portal.ct.gov/Office-of-the-Governor/News/Press-Releases/2021/05-2021/Governor-Lamont-Applauds-House-Approval-of-Agreement-To-Restore-the-Unemployment-Insurance\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1697CT11216820210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Connecticut Office of the Governor\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 42895,\n            \"title\": \"Governor Dunleavy Strengthens Permanent Fund Constitutional Amendment\",\n            \"summary\": \"Today Alaska Governor Mike Dunleavy proposed revisions to strengthen his Permanent Fund constitutional amendment (SJR 6) that builds a sustainable fiscal future for all Alaskans and guarantees an annual dividend to all Alaskans now and in the future. If passed by the Alaska Legislature, Alaskans will have the final word on the most significant policy decision since the establishment of the Permanent Fund when the amendment appears on the November 2022 general election ballot.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.alaska.gov/newsroom/2021/05/12/governor-dunleavy-strengthens-permanent-fund-constitutional-amendment\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1651AK18120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Alaska Office of the Governor\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42894,\n            \"title\": \"State of Alaska, AIAS Credit Rating Outlook Improves\",\n            \"summary\": \"Alaska Governor Mike Dunleavy today announced that Standard and Poor’s Global Ratings revised the State of Alaska’s credit rating outlook to stable from negative, and reviewed and affirmed the State of Alaska’s general obligation bond rating of AA-. The May 5th revision of the outlook to stable was supported by the rating agency’s expectation of improved fiscal performance in the near term as oil-related revenue stabilizes and improved equity performance adds to reserves available in the State’s Earnings Reserve Account.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.alaska.gov/newsroom/2021/05/10/state-of-alaska-aias-credit-rating-outlook-improves\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1651AK14620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Alaska Office of the Governor\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42893,\n            \"title\": \"DCCA Disciplinary Actions Through March 2021\",\n            \"summary\": \"The state Department of Commerce and Consumer Affairs (DCCA) and the state Boards and Commissions released a summary of disciplinary actions through the month of March 2021 taken on individuals and entities with professional and vocational licenses in Hawaii. These disciplinary actions include dispositions based upon either the results of contested case hearings or settlement agreements submitted by the parties. Respondents enter into settlement agreements as a compromise of claims and to conserve on the expenses of proceeding with an administrative hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://cca.hawaii.gov/blog/news-release-dcca-disciplinary-actions-through-march-2021/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"160HI14520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Hawaii Department of Commerce and Consumer Affairs\",\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"id\": 42892,\n            \"title\": \"Proposed Rulemaking - Provider Grievances\",\n            \"summary\": \"The Superintendent of Insurance (“Superintendent”), pursuant to the New Mexico Insurance Code, Sections 59A-1-1 et seq. NMSA 1978 and 13.1.4 NMAC, proposes to repeal and replace Rule 13.10.16 NMAC: PROVIDER GRIEVANCES. The purpose of this rule is to mandate provider grievance processes that are fair, efficient and compliant with all applicable state and federal laws, and to specify practices and procedures for external OSI review of provider grievance appeals.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://164.64.110.134/nmac/nmregister/xxxii/SOInotice_xxxii09.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15733NM29G66OTI2021-05-04\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"New Mexico Office of Superintendent of Insurance\",\n            \"state_name\": \"New Mexico\"\n        },\n        {\n            \"id\": 42891,\n            \"title\": \"Executive Order – Temporary Suspension of Alabama Terminal Excise Tax Requirements (Colonial Pipeline)\",\n            \"summary\": \"I, Vernon Barnett, Commissioner of the Alabama Department of Revenue hereby declare that because there is a state of emergency resulting from the cyber-attack on Colonial Pipeline, I hereby order the temporary suspension of the motor fuel exporter, importer, and transporter licensing requirements associated with the Alabama Terminal Excise Tax for exporters, importers, or transporters supporting disaster relief efforts by engaging in the export of motor fuel from Alabama to areas in other states impacted by this situation for which a state of emergency or disaster has been declared or the import of motor fuel into areas in Alabama for which a state of emergency or disaster is declared.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/05/executive-order-temporary-suspension-of-alabama-terminal-excise-tax-requirements-colonial-pipeline/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR10213520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Executive Order\",\n            \"agency_name\": \"Alabama Department of Revenue\",\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"id\": 42890,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Allow Broker-Dealers that Purchase the NASDAQ Basic Enterprise License at Equity 7, Section 147(b)(5) to Distribute NASDAQ Last Sale (\\\"NLS\\\") to the General Investing Public\",\n            \"summary\": \"The Exchange proposes to allow broker-dealers that purchase the NASDAQ Basic enterprise license at Equity 7, Section 147(b)(5) to distribute NLS to the general investing public under the same terms and conditions currently permitted under the NLS enterprise license at Equity 7, Section 139(b)(4). The current NASDAQ Basic enterprise license at Section 147(b)(5) limits distribution of NLS to natural persons in a brokerage relationship with the broker-dealer, while the current NLS enterprise license at Section 139(b)(4) allows distribution to the general investing public for Display Usage, and requires the Distributor to have a reasonable basis to conclude that all Users of such information are either Non-Professionals or Professionals whom the Distributor has no reason to believe are using NLS in their professional capacity. The proposal is to allow broker- dealers that purchase the NASDAQ Basic enterprise license at Section 147(b)(5) to distribute NLS to the general investing public for Display Usage under the same conditions set forth at Section 139(b)(4). No exchange fees will change as a result of the Proposal.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://listingcenter.nasdaq.com/assets/rulebook/nasdaq/filings/SR-NASDAQ-2021-036.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349187420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"The NASDAQ Stock Market LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42889,\n            \"title\": \"Proposed Rule Change to Exclude a National Best Bid or Offer from the Calculation of the BZX Official Closing Price, as Provided in Rule 11.23(c)(2)(B)(ii)(b), that is Outside the Bands Provided Under the Plan to Address Extraordinary Market Volatility\",\n            \"summary\": \"Notice is hereby given that on April 29, 2021, CBOE BZX Exchange, Inc. filed with the Securities and Exchange Commission the proposed rule change to exclude a National Best Bid or Offer (NBBO) from the calculation of the BZX Official Closing Price, that is outside the bands provided under the Plan to Address Extraordinary Market Volatility (Limit Up-Limit Down or LULD Plan). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-91875.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349187520210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42888,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Continue Offering Certain Connectivity Services That Have Been Suspended by the Securities and Exchange Commission\",\n            \"summary\": \"On May 7, 2021, NYSE National, Inc. filed with the Securities and Exchange Commission the proposed rule change to continue offering certain connectivity services that have been suspended by the Securities and Exchange Commission at no charge, for a period of 14 days, in order to provide affected Users time to acquire substitute services before their connectivity is terminated. On March 10, 2021, the Exchange filed with the Commission a proposed rule change for immediate effectiveness that amended the colocation services offered by the Exchange to provide Users the option to access to the systems and data feeds of various additional third parties. The proposed rule change became operative on April 9, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysenat/2021/34-91863.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12584NAT349186320210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE National, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42887,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Continue Offering Certain Connectivity Services That Have Been Suspended by the Securities and Exchange Commission\",\n            \"summary\": \"On May 7, 2021, NYSE Arca, Inc. filed with the Securities and Exchange Commission the proposed rule change to continue offering certain connectivity services that have been suspended by the Securities and Exchange Commission at no charge, for a period of 14 days, in order to provide affected Users time to acquire substitute services before their connectivity is terminated. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-91861.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349186120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42886,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Continue Offering Certain Connectivity Services That Have Been Suspended by the Securities and Exchange Commission\",\n            \"summary\": \"Notice is hereby given that on May 7, 2021, NYSE American LLC filed with the Securities and Exchange Commission the proposed rule change to continue offering certain connectivity services that have been suspended by the Securities and Exchange Commission (“Commission”) at no charge, for a period of 14 days, in order to provide affected Users time to acquire substitute services before their connectivity is terminated. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyseamer/2021/34-91860.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12581NYSEAM349186020210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42885,\n            \"title\": \"Withdrawal of a Proposed Rule Change to Amend Section 102.04 of the NYSE Listed Company Manual to Establish Limits on Investments in Unregistered Investment Vehicles by Listed Closed End Funds\",\n            \"summary\": \"On April 9, 2021, New York Stock Exchange LLC filed with the Securities and Exchange Commission a proposed rule change to establish limits on investments in unregistered investment vehicles by listed closed end funds. The proposed rule change was published for comment in the Federal Register on April 26, 2021. On May 6, 2021, NYSE withdrew the proposed rule change (SR-NYSE-2021-20).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91871.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349187120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42884,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Continue Offering Certain Connectivity Services That Have Been Suspended by the Securities and Exchange Commission\",\n            \"summary\": \"Notice is hereby given that on May 7, 2021, New York Stock Exchange LLC filed with the Securities and Exchange Commission the proposed rule change to continue offering certain connectivity services that have been suspended by the Securities and Exchange Commission (“Commission”) at no charge, for a period of 14 days, in order to provide affected Users time to acquire substitute services before their connectivity is terminated. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91859.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349185920210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42883,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Make Clarifications, Corrections and Certain Other Changes to the NSCC Rules & Procedures\",\n            \"summary\": \"Notice is hereby given that on May 7, 2021, National Securities Clearing Corporation (NSCC) filed with the Securities and Exchange Commission the proposed rule change to (i) correct or clarify the use of certain defined (ii) make certain clarifications (iii) make certain technical changes (iv) add a disclaimer regarding trademarks and servicemarks (v) change certain notice provisions relating to rule changes. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nscc/2021/34-91881.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12579NSCC349188120210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"National Securities Clearing Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42882,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule to Remove the Cap on the Number of Additional Limited Service Ports Available to Market Makers\",\n            \"summary\": \"Notice is hereby given that on May 10, 2021, Miami International Securities Exchange, LLC filed with the Securities and Exchange Commission a proposed rule change to amend the MIAX Options Fee Schedule to remove the cap on the number of additional Limited Service MIAX Express Interface (MEI) Ports available to Market Makers. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/miax/2021/34-91857.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12574MIAX349185720210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Miami International Securities Exchange, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42881,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delay the Implementation of BX's Request for PRISM\",\n            \"summary\": \"Notice is hereby given that on May 4, 2021, NASDAQ BX, Inc. filed with the Securities and Exchange Commission the proposed rule change to delay the implementation of an amendment to Options 3, Section 7(d)(1)(A) relating to Financial Information eXchange or FIX in connection with offering BX Participants the ability to utilize FIX to submit orders to its Price Improvement Auction (PRISM) mechanism. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/bx/2021/34-91864.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12564BX349186420210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ BX, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42880,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Pearl Fee Schedule to Remove the Cap on the Number of Additional Limited Service Ports Available to Market Makers\",\n            \"summary\": \"Notice is hereby given that on May 10, 2021, MIAX PEARL, LLC filed with the Securities and Exchange Commission a proposed rule change to amend the MIAX Pearl Options Fee Schedule to remove the cap on the number of additional Limited Service MIAX Express Order Interface (MEO) Ports available to Members. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/pearl/2021/34-91858.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12562PEA349185820210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"MIAX PEARL, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42879,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Continue Offering Certain Connectivity Services That Have Been Suspended by the Securities and Exchange Commission\",\n            \"summary\": \"On May 7, 2021, NYSE Chicago, Inc. filed with the Securities and Exchange Commission the proposed rule change to continue offering certain connectivity services that have been suspended by the Securities and Exchange Commission at no charge, for a period of 14 days, in order to provide affected Users time to acquire substitute services before their connectivity is terminated. The proposed rule change became operative on April 9, 2021. Since then, five Users have contracted to receive the services that were added in the Filing. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysechx/2021/34-91862.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12132CHX349186220210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Chicago, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42878,\n            \"title\": \"ODS' Application to Enforce Subpoena Compliance and Authority in Support Against Charles Winn, LLC\",\n            \"summary\": \"Plaintiff, Oklahoma Department of Securities ex rel. Melanie Hall, Administrator, moves this Court for an order enforcing compliance with a subpoena duces tecum issued pursuant to Section 1-602(B) of the Oklahoma Uniform Securities Act of 2004 (\\\"Act\\\") to Charles Winn, LLC. The Subpoena was issued for the purpose of obtaining documents necessary to the Department's investigation of possible violations of the Act. See Appendix A for all items commanded to be produced.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.securities.ok.gov/Enforcement/Orders/PDF/CV-21-1100_AppToEnforceSubp_CharlesWinn_21-109.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1125OK7210320210512\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Oklahoma Securities Commission\",\n            \"state_name\": \"Oklahoma\"\n        },\n        {\n            \"id\": 42877,\n            \"title\": \"Final Order to Cease and Desist and Final order Revoking License, Denying Use of Exemptions, and Assessing Civil Penalties, Entered by Consent in the Matter of Nicholas R. Radke, Jr.\",\n            \"summary\": \"The Director of the Department of Consumer and Business Services for the State of Oregon investigated the business activities of Nicholas R. Radke, Jr. and determined that he violated certain provisions of the Oregon Securities Law, Oregon Revised Statutes and Oregon Administrative Rules. Radke wishes to settle this matter with the Director. Now, therefore, as evidenced by the signature(s) subscribed Radke, without admitting or denying the Findings of Fact and Conclusions of Law contained herein, hereby CONSENTS to entry of this Order. The Director REVOKES Radke’s Oregon resident insurance producer license, DENIES Radke the use of securities and transaction exemptions that would otherwise be available to him under ORS 59.025 and ORS 59.035; and the Director ORDERS Radke to pay $60,000 in CIVIL PENALTIES.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfr.oregon.gov/AdminOrders/enf-orders-2021/S-19-0040-Radke-Nicholas-20200511.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1123ORS190040r20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-12\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Oregon Division of Financial Regulation\",\n            \"state_name\": \"Oregon\"\n        },\n        {\n            \"id\": 42703,\n            \"title\": \"Freddie Mac Prices $938 Million Multifamily K-Deal, K-F111\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) has priced a new offering of Structured Pass-Through Certificates (K Certificates), which includes a class of floating rate bonds indexed to the Secured Overnight Financing Rate (SOFR). The approximately $938 million in K Certificates (K-F111 Certificates) are expected to settle on or about May 20, 2021. The K-F111 Certificates are backed by floating-rate multifamily mortgages with 10-year terms, which are SOFR-based.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-prices-938-million-multifamily-k-deal-k-f111\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11631FMAC2272620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Freddie Mac\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42872,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Relating to the ICEEU Transition of the Rates Used for Calculating Price Alignment Amounts\",\n            \"summary\": \"ICEU proposes to change the interest rates used for computing CDS Price Alignment Amounts on CDS Notional Margin Balances under paragraph 3 of the CDS Procedures. The target date of the transition is Monday, June 14, 2021, subject to any regulatory review or approval process. On the transition date, ICEU would begin calculating price alignment amounts for Euro (“EUR”) denominated instruments using the Euro Short-Term Rate (“€STR”) rather than the Euro Overnight Index Average (“EONIA”) and for U.S. Dollar (“USD”) denominated instruments using the Secured Overnight Financing Rate (“SOFR”) rather than the Effective Federal Funds Rate (“EFFR”). Such changes do not require any revisions to the ICEU Rules or CDS Procedures or other written policies and procedures. In accordance with section 3.1 of the ICEU CDS Procedures, the CDS Price Alignment Amount is based upon the applicable overnight rate notified by the Clearing House from time to time to CDS Clearing Members for each of the currencies in which Mark-to-Market Margin is paid.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09883/self-regulatory-organizations-ice-clear-europe-limited-notice-of-filing-and-immediate-effectiveness\",\n            \"federal_register_number\": \"2021-09883\",\n            \"regalytics_alert_id\": \"1891FR20210988320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"ICE Clear Europe Limited\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42840,\n            \"title\": \"Fannie Mae Announces the Results of its Twentieth Reperforming Loan Sale Transaction\",\n            \"summary\": \"Fannie Mae today announced the results of its twentieth reperforming loan sale transaction. The deal, which was announced on April 8, 2021, included the sale of approximately 24,600 loans totaling $ 4.25 billion in unpaid principal balance (UPB), divided into five pools. The winning bidders of the five pools for the transaction were Pacific Investment Management Company LLC (PIMCO) for Pools 1, 2 and 3; J.P. Morgan Mortgage Acquisition Corp. (Chase) for Pool 4; and Great Ajax Operating Partnership, LP (Aspen) for Pool 5. The transaction is expected to close on June 18, 2021. The pools were marketed with Citigroup Global Markets Inc. as advisor.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/twentieth-reperforming-loan-sale-results\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA17520210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Fannie Mae\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42839,\n            \"title\": \"Governor Sisolak, Treasurer Conine Presents Legislation to Kickstart State Infrastructure Bank\",\n            \"summary\": \"Today, Nevada Governor Steve Sisolak and State Treasurer Zach Conine presented Senate Bill 430 during a Senate Committee on Growth and Infrastructure meeting. Senate Bill 430 makes structural changes to the State Infrastructure Bank (SIB), which was established by the Legislature in 2017 but never funded. These statutory changes, coupled with the proposed $75 million appropriation included in the Governor’s recommended budget, will allow the SIB Board to begin reviewing important infrastructure projects as soon as July 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Gov_Treasurer_present_legislation_to_kickstart_State_Infrastructure_Bank/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV9310820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Nevada Office of the Governor\",\n            \"state_name\": \"Nevada\"\n        },\n        {\n            \"id\": 42838,\n            \"title\": \"North Dakota to Restore Pre-Pandemic Unemployment Programs to Address Statewide Workforce Shortage\",\n            \"summary\": \"North Dakota will terminate its participation in the federal government’s pandemic-related unemployment assistance programs, effective June 19, to help address the ongoing workforce shortage across the state, Governor Doug Burgum announced today. North Dakota elected to participate in four unemployment-related programs in connection with the Coronavirus Aid, Relief, and Economic Security (CARES) Act and Continued Assistance to Unemployed Workers Act of 2020. The agreement that was signed to initiate these programs allows North Dakota or the U.S. Department of Labor (USDOL) to terminate the programs upon 30 days’ written notice to the other party. North Dakota’s written notice was provided to the USDOL today.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.nd.gov/news/north-dakota-restore-pre-pandemic-unemployment-programs-address-statewide-workforce-shortage\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8422ND9812520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Dakota Office of the Governor\",\n            \"state_name\": \"North Dakota\"\n        },\n        {\n            \"id\": 42837,\n            \"title\": \"Burgum Signs Remaining Bills from 2021 Legislative Session\",\n            \"summary\": \"Governor Doug Burgum has signed the remaining bills from the recently adjourned 2021 legislative session, signing the last five bills today. The final five bills signed by the governor were the Department of Human Services budget (House Bill 1012), Department of Public Instruction budget (HB 1013), the Legacy Fund earnings distribution bill (HB 1380), the Department of Commerce budget (SB 2018) and the budget for the Office of Management and Budget (HB 1015). “This session saw strong collaboration with legislators to deliver a balanced budget that keeps general fund spending in check, makes strategic investments in infrastructure, education and other priorities, and maintains healthy reserves without raising taxes,” Burgum said. “As we enter the interim, the executive branch looks forward to implementing the many laws, policies and initiatives approved by the Legislature and signed into law.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.nd.gov/news/burgum-signs-remaining-bills-2021-legislative-session\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8422ND588620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Dakota Office of the Governor\",\n            \"state_name\": \"North Dakota\"\n        },\n        {\n            \"id\": 42836,\n            \"title\": \"The SBA Funds 16,000 Restaurant Revitalization Fund Awards\",\n            \"summary\": \"Today, the U.S. Small Business Administration will begin delivering economic relief from the Restaurant Revitalization Fund, established by the American Rescue Plan and signed into law by President Joe Biden, to more than 16,000 approved applicants. This first round of funding represents over $2 billion of relief awarded since last Monday’s successful program launch. Restaurants and other food and beverage businesses across the nation will begin to see funds in bank accounts as early as Tuesday, May 11.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sba.gov/article/2021/may/10/sba-funds-16000-restaurant-revitalization-fund-awards\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA58RDS931020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42835,\n            \"title\": \"Governor Pritzker Announces $1 Billion in Rebuild Illinois Grants Distributed for Local Infrastructure Projects\",\n            \"summary\": \"As summer construction season ramps up, Governor JB Pritzker and the Illinois Department of Transportation (IDOT) today announced the fourth round of $250 million in Rebuild Illinois funded grants is available to advance municipal, township, and county projects across the state. With the latest round of grants, $1 billion in funding has now been distributed to address local transportation needs. The funding ensures that local governments can continue to invest in projects that sustain good-paying jobs and enhance quality of life for Illinois residents.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23278\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2327820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42834,\n            \"title\": \"Governor Polis Signs Bills Into Law\",\n            \"summary\": \"Today, Governor Jared Polis signed the following bills into law. The Governor signed the following bills in signing ceremonies: HB21-1009 Update Division Housing Function & Local Development, HB21-1019 Modification To Regulations Of Factory-built Structure, and SB21-006 Human Remains Natural Reduction Soil.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/5136-governor-polis-signs-bills-law\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COW7420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Colorado Office of the Governor\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 42833,\n            \"title\": \"CME Group Grows Suite of CVOL Indexes to Include Key Measures of Implied Volatility in Treasuries, Agriculture, Energy, Metals and Cross-Commodities\",\n            \"summary\": \"The CME Group today announced it has added several new benchmark indexes to its suite of CME Group Volatility Indexes (CVOL™). Together with the previously introduced indexes, CME Group now offers 40+ CVOL Indexes across nearly every major investible asset class.  Beginning today, market participants can now access implied volatility information across five new multi-product indexes on Treasuries, agriculture, energy, metals and commodities, as well as several single-product benchmark indexes based on CME Group's highly liquid options markets.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-grows-suite-cvol-indexes-include-key-measures-implied\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4668120210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42832,\n            \"title\": \"Micro Bitcoin Futures Surpass 100,000 Contracts Traded\",\n            \"summary\": \"CME Group today announced that Micro Bitcoin futures volume surpassed 100,000 contracts in the new contract's first six days of trading. \\\"We are pleased to see strong customer adoption and support for our new Micro Bitcoin futures contract early on,\\\" said Tim McCourt. CME Group Global Head of Equity Index and Alternative Investment Products. \\\"Together with our existing, full-sized Bitcoin futures, this new, smaller contract further strengthens our ability to help a broad array of clients – from institutions to sophisticated, active traders – to manage their bitcoin price risk.\\\"\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/micro-bitcoin-futures-surpass-100000-contracts-traded\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4667620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42831,\n            \"title\": \"HUD Awards $51 Million to Clean Up Lead Hazards in Public Housing\",\n            \"summary\": \"The U.S. Department of Housing and Urban Development (HUD) today awarded nearly $51.4 million to 25 Public Housing Agencies (PHAs) in 19 states to identify and reduce lead-based paint hazards in thousands of older public housing units. Provided through HUD’s Public Housing Capital Fund, these grants will be targeted to public housing units currently occupied by families with young children. The funding chart is provided within this notice document.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.hud.gov/press/press_releases_media_advisories/HUD_No_21_083\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"774HUD6508320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42830,\n            \"title\": \"Delisting of Certain Futures Products- Submission Pursuant to Section 5c (C)(1) of the Act and Regulation 40.6(A)\",\n            \"summary\": \"ICE Futures U.S., Inc. (“Exchange”) has submitted notice to the Commodity Futures Trading Commission that, effective as of the close of business today, May 10, 2021, the Exchange will delist all contract months of the following cash-settled currency and index futures contracts: Brazilian Real/US Dollar Futures; Colombian Peso/US Dollar Futures; Russian Ruble/US Dollar Futures; Russian Ruble/US Dollar Futures; MSCI ACWI ex-US Index Futures; MSCI ACWI Index Futures; and NYSE ARCA Gold Miners Index Futures.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/21-32_Delisting_of_Certain_Futures_Contracts.PDF\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE253214310120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Regulatory Filing\",\n            \"agency_name\": \"ICE Clear U.S.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42829,\n            \"title\": \"Ginnie Mae Reports Record April MBS Issuance of $89 Billion\",\n            \"summary\": \"Ginnie Mae mortgage-backed securities (MBS) issuance volume was a record $89.70 billion in April, up from $82.25 billion issued in March. Ginnie Mae MBS products and consumer-focused Issuers continue to meet the mortgage needs of homebuyers and rental property owners in the continuing low interest rate mortgage environment. Approximately 332,300 homes and apartment units were financed by Ginnie Mae guaranteed MBS in April. “Investors continue to add Ginnie Mae MBS to their fixed-income portfolios because of the high-quality and liquidity of the securities,” said Ginnie Mae Acting Executive Vice President Michael Drayne.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ginniemae.gov/newsroom/Pages/PressReleaseDispPage.aspx?ParamID=207\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6996GNMA20720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Ginnie Mae\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42828,\n            \"title\": \"Michael J. Hsu's Statement to Agency Employees on Becoming Acting Comptroller of the Currency\",\n            \"summary\": \"The Acting Comptroller of the Currency Michael J. Hsu today shared the following statement with agency staff at the conclusion of his first day in this role. \\\"It is a tremendous honor to serve as Acting Comptroller of the Currency and to work with you who ensure that our federal banking system operates in a safe, sound, and fair manner. I appreciate the confidence Secretary Yellen has shown in me by appointing me to this important post. I am looking forward to building on the agency’s long history and rich heritage. My focus as Acting Comptroller will be on solving urgent problems and addressing pressing issues until the 32nd Comptroller is confirmed.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-52.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC91734220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Office of the Comptroller of the Currency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42827,\n            \"title\": \"Treasury Targets Hizballah Finance Official and Shadow Bankers in Lebanon\",\n            \"summary\": \"Today, the U.S. Department of the Treasury’s Office of Foreign Assets Control (OFAC) designated seven individuals in connection with Hizballah and its financial firm, Al-Qard al-Hassan (AQAH).  AQAH, which was designated by OFAC in 2007, is used by Hizballah as a cover to manage the terrorist group’s financial activities and gain access to the international financial system.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0170\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT73017020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42826,\n            \"title\": \"Commissioner Gonzales Announces Weekly Formula Rate May 11, 2021\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today that the maximum effective formula rate of interest in Tennessee is 7.25 percent per annum. The rate is based on a ceiling of 4 percent over the weekly average prime loan rate of 3.25 percent as published by the Federal Reserve on May 10, 2021. Commissioner Gonzales said the rate remains in effect until the average prime loan rate as announced by the Federal Reserve Bank changes. Chapter 464, Public Acts of 1983, the legislation regulating interest rates in Tennessee, requires that the commissioner of Financial Institutions make an announcement weekly of the formula rate of interest.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/5/11/commissioner-gonzales-announces-weekly-formula-rate-may-11--2021.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI1722120210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Tennessee Department of Financial Institutions\",\n            \"state_name\": \"Tennessee\"\n        },\n        {\n            \"id\": 42825,\n            \"title\": \"Counter Terrorism Designations, Ukraine/Russia-related Designation Update, Syria Designations Removals, Foreign Sanctions Evaders Determination Removals\",\n            \"summary\": \"OFAC is providing notice of a Specially Designated Nationals (SDN) List Update. Seven individuals have been added to OFAC's SDN List. Nine individuals have been deleted from the SDN List. One change has been made on the SDN List.  Finally, five deletions have been made to OFAC's FSE List.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210511\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT23620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42824,\n            \"title\": \"PSA: Multi-Level Marketing Companies\",\n            \"summary\": \"Dozens of multi-level marketing companies operate in our State, but only around ten are properly filed with our agency. To simplify, a multi-level marketing company or MLM is a company where you sell products to a network of customers who also sell to their own customers. You get compensated with a part of each sale made by each customer/salesperson down the line. This is Commissioner Troy Downing. There can be a fine line between a multi-level marketing company and a pyramid scheme. MLMs are perfectly legal, but we have no way of knowing if companies are acting within the law unless they file. We are cracking down on MLMs who are not following the rules.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://csimt.gov/news/psa-multi-level-marketing-companies/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1268720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Montana Commissioner of Securities and Insurance\",\n            \"state_name\": \"Montana\"\n        },\n        {\n            \"id\": 42823,\n            \"title\": \"Meeting of the Energy and Environmental Markets Advisory Committee, CFTC, June 3, 2021\",\n            \"summary\": \"Dan M. Berkovitz, the Commissioner of the CFTC and the sponsor of the Energy and Environmental Markets Advisory Committee (EEMAC) announced today that the EEMAC will hold a public meeting on Thursday, June 3, 2021. The meeting will begin at 9:00 a.m. (EDT) and be held via videoconference. The EEMAC will examine how derivatives markets can facilitate the transition to a low-carbon economy, including the status of carbon reduction through cap-and-trade and other carbon trading market mechanisms. The EEMAC will also hear a staff presentation on recent events in the energy markets.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8387-21\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC83872120210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Commodity Futures Trading Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42822,\n            \"title\": \"SEC Order Against China Soar Information Technology, Inc.\",\n            \"summary\": \"In this Order issued against China Soar Information Technology, Inc. (“CNRQ”), CNRQ is a forfeited Delaware corporation located in North Point, Hong Kong with a class of securities registered with the Commission pursuant to Exchange Act Section 12(g). CNRQ is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed a Form 10-Q for the period ended April 30, 2019, which reported a net loss of $24,304 for the prior nine months. As of May 5, 2021, the common stock of CNRQ was quoted on OTC Link operated by OTC Markets Group Inc. (formerly “Pink Sheets”), had three market makers and was eligible for the “piggyback” exception of Exchange Act Rule 15c2-11(f)(3). It has been Ordered that Respondent shall file an Answer to the allegations contained in this Order within ten (10) days after service of this Order, as provided by Rule 220(b) of the Commission’s Rules of Practice, 17 C.F.R. § 201.220(b).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91828.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349182820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42821,\n            \"title\": \"SEC Order Against Cerebain Biotech Corp.\",\n            \"summary\": \"In this Order issued against Cerebain Biotech Corp. (“CBBT”), Cerebain Biotech is a revoked Nevada corporation located in Costa Mesa, CA with a class of securities registered with the Commission pursuant to Exchange Act Section 12(g). CBBT is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed a Form 10-Q for the period ended March 31, 2019, which reported a net loss of $1,298,646 for the prior nine months. As of May 5, 2021, the common stock of CBBT was quoted on OTC Link operated by OTC Markets Group Inc. (formerly “Pink Sheets”), had nine market makers and was eligible for the “piggyback” exception of Exchange Act Rule 15c2-11(f)(3). The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations. It has been Ordered that Respondent shall file an Answer to the allegations contained in this Order within ten (10) days after service of this Order, as provided by Rule 220(b) of the Commission’s Rules of Practice, 17 C.F.R. § 201.220(b).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91826.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349182620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42820,\n            \"title\": \"SEC Order Against Ameritek Ventures, Inc.\",\n            \"summary\": \"In this Order issued against Ameritek Ventures, Inc., Ameritek is an active Nevada Corporation located in Reno, NV with a class of securities registered with the Commission pursuant to Exchange Act Section 12(g). ATVK is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed a Form 10-Q for the period ended February 28, 2019, which reported a net loss applicable to common shareholders of $319,141 for the prior nine months. As of May 4, 2021, the common stock of ATVK was quoted on OTC Link operated by OTC Markets Group Inc. (formerly “Pink Sheets”), had eight market makers and was eligible for the “piggyback” exception of Exchange Act Rule 15c2-11(f)(3).  The Respondent is delinquent in its periodic filings with the Commission, has repeatedly failed to meet its obligation to file timely periodic reports, and failed to heed a delinquency letter sent to it by the Division of Corporation Finance requesting compliance with its periodic filing obligations. In light of the above, it has been Ordered that Respondent shall file an Answer to the allegations contained in this Order within ten (10) days after service of this Order, as provided by Rule 220(b) of the Commission’s Rules of Practice, 17 C.F.R. § 201.220(b).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91822.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349182220210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42819,\n            \"title\": \"SEC Order Against Alphacom Holdings, Inc.\",\n            \"summary\": \"In this Order issued against Alphacom Holdings, Inc. (“AHAD”), the Respondent is found to be a defaulted Nevada corporation located in Coahuila, Mexico with a class of securities registered with the Commission pursuant to Exchange Act Section 12(g). AHAD is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed a Form 10-Q for the period ended December 31, 2018, which reported a net loss of $26,360 for the prior nine months. In light of the above, it has been Ordered that Respondent shall file an Answer to the allegations contained in this Order within ten (10) days after service of this Order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91819.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349181920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42818,\n            \"title\": \"Speech by Governor Lael Brainard: Patience and Progress as the Economy Reopens and Recovers\",\n            \"summary\": \"Governor Lael Brainard joined the virtual conference sponsored by the Society for Advancing Business Editing and Writing and during the webcast. \\\"Strong fiscal support and increasing vaccination rates drove a strong rebound in activity in the first quarter, and the second quarter looks to be even stronger. The outlook is bright, but uncertainty remains, and employment and inflation are far from our goals. While more balanced than earlier this year, risks remain from vaccine hesitancy, deadlier variants, and a resurgence of cases in some foreign countries. The latest jobs report is a reminder that the path of reopening and recovery—like the shutdown—is likely to be uneven and difficult to predict, so basing monetary policy on outcomes rather than the outlook will serve us well.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/brainard20210511a.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED137rs1A20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Speech\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42817,\n            \"title\": \"Notice of Application Filed Under the Investment Company Act; Teachers Insurance and Annuity Association of America, et al.\",\n            \"summary\": \"The Securities and Exchange Commission (SEC) is providing notice of application for an order approving the substitution of certain securities pursuant to section 26(c) of the Investment Company Act of 1940, as amended (the “Act”). Teachers Insurance and Annuity Association of America (“TIAA”) and TIAA Separate Account VA-3 (the “Separate Account,” and together with TIAA, the “Applicants”) seek an order pursuant to section 26(c) of the Act, approving the proposed substitution (“Substitution”) of Vanguard Institutional Index Fund (“Replacement Fund”) for shares of Vanguard 500 Index Fund (“Original Fund”) held by the Separate Account to fund certain variable annuity insurance contracts (collectively, the “Contracts”). The application was filed on July 13, 2020 and amended on November 13, 2020, February 26, 2021, and April 22, 2021. An order granting the requested relief will be issued unless the Commission orders a hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34267.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3426720210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42816,\n            \"title\": \"NIST Requests Public Comments on Several Existing Cryptography Standards and Special Publications\",\n            \"summary\": \"National Institute of Standards and Technology (NIST) is requesting public comments on several existing Cryptography Standards and Special Publications. Currently, NIST is reviewing the following publications: 1. Federal Information Processing Standard (FIPS) 197, Advanced Encryption Standard (AES), 2001; 2. NIST Special Publication (SP) 800-38A, Recommendation for Block Cipher Modes of Operation: Methods and Techniques, 2001; 3. NIST SP 800-38A Addendum, Recommendation for Block Cipher Modes of Operation: Three Variants of Ciphertext Stealing for CBC Mode, 2010; 4. NIST SP 800-15, Minimum Interoperability Specification for PKI Components (MISPC), Version 1, 1998; 5. NIST SP 800-25, Federal Agency Use of Public Key Technology for Digital Signatures and Authentication, 2000; and 6. NIST SP 800-32, Introduction to Public Key Technology and the Federal PKI Infrastructure, 2001. Comments on these publications are requested to be submitted by June 11, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nist.gov/news-events/news/2021/05/nist-requests-public-comments-several-existing-cryptography-standards-and\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"254NIST1661301\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"National Institute of Standards and Technology\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42815,\n            \"title\": \"ARRC Releases Guide to Published SOFR Averages\",\n            \"summary\": \"The Alternative Reference Rates Committee (ARRC) today released the Guide to Published SOFR Averages in order to provide market participants – and nonfinancial corporates in particular – with key information on the LIBOR transition, including how the published Secured Overnight Finance Rate (SOFR) Averages can be used today and what factors market participants should consider before selecting the alternative rate they use. The Guide will complement discussions held during the second in the ARRC’s series of webinars The SOFR Symposium: The Final Year taking place this morning, during which market participants will discuss SOFR, term rates, and loan market developments. The development of the Guide to Published SOFR Averages was informed by a March 2021 survey of members of the ARRC’s Nonfinancial Corporates Working Group, which found that 90% of respondents wanted to be offered SOFR-based rate choices, including SOFR averages that can be applied in advance and in arrears. To meet nonfinancial corporates’ needs and help inform their LIBOR transition plans, the Guide outlines the various ways that market participants can use averages of overnight SOFR in financial products right now. It also covers the conventions the ARRC has previously provided for using SOFR Averages now.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.newyorkfed.org/medialibrary/Microsites/arrc/files/2021/20210511-arrc-press-release-guide-to-published-sofr-averages\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2299ARCC17320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Announcement\",\n            \"agency_name\": \"Alternative Reference Rates Committee\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42814,\n            \"title\": \"60-Day Notice of Proposed Information Collection: Multifamily Insurance Benefits Claims Package\",\n            \"summary\": \"The U.S. Department of Housing and Urban Development HUD is comment requests from interested parties on the proposed collection of information, which is described as the Multifamily Insurance Benefits Claims Package. This is a revision of currently approved collections concerning the Form Numbers: HUD-2741; HUD-2742; HUD-2744-A; HUD-2744-B; HUD-2744-C; HUD-2744-D; HUD-2744-E; HUD-434; and HUD-1044-D. A lender with an insured multifamily mortgage pays an annual insurance premium to the Department. When and if the mortgage goes into default, the lender may elect to file a claim for FHA Multifamily insurance benefits with the Department. HUD needs this information to determine if FHA multifamily insurance claims submitted to HUD are accurate, valid and support payment of an FHA multifamily insurance claim. The purpose of this notice is to allow for 60 days of public comment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09958/60-day-notice-of-proposed-information-collection-multifamily-insurance-benefits-claims-package-omb\",\n            \"federal_register_number\": \"2021-09958\",\n            \"regalytics_alert_id\": \"1891FR20210995820210511\",\n            \"proposed_comments_due_date\": \"2021-07-12\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42813,\n            \"title\": \"Removal of U.S. Office of Government Ethics Guidance Documents Regulations\",\n            \"summary\": \"The Office of Management and Budget (OMB) publishes the names of the members selected to serve on its Senior Executive Service (SES) Performance Review Board (PRB). This notice supersedes all previous notices of the PRB membership. Pursuant to Executive Order 13992, the U.S. Office of Government Ethics (OGE) is removing its regulations that detail the processes for the issuance of, modifications to, and petitions regarding guidance documents, as defined by Executive Order 13891.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09954/removal-of-us-office-of-government-ethics-guidance-documents-regulations\",\n            \"federal_register_number\": \"2021-09954\",\n            \"regalytics_alert_id\": \"1891FR20210995420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": \"2021-05-11\",\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Rule\",\n            \"agency_name\": \"U.S. Office of Government Ethics\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42812,\n            \"title\": \"Major Disaster Declaration: Georgia\",\n            \"summary\": \"This is a Notice of the Presidential declaration of a major disaster for Public Assistance Only for the State of Georgia (FEMA - 4600 - DR), dated 05/05/2021. Incident: Severe Storms and Tornadoes. Incident Period: 03/25/2021 through 03/26/2021. Notice is hereby given that as a result of the President's major disaster declaration on 05/05/2021, Private Non-Profit organizations that provide essential services of a governmental nature may file disaster loan applications at the address listed above or other locally announced locations. The following areas have been determined to be adversely affected by the disaster: Primary Counties: Coweta, Fannin, Gilmer, Heard, Lumpkin, Pickens, Rabun, White.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09951/presidential-declaration-of-a-major-disaster-for-public-assistance-only-for-the-state-of-georgia\",\n            \"federal_register_number\": \"2021-09951\",\n            \"regalytics_alert_id\": \"1891FR20210995120210511\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42811,\n            \"title\": \"Major Disaster Declaration: Kentucky\",\n            \"summary\": \"This is an amendment of the Presidential declaration of a major disaster for Public Assistance Only for the Commonwealth of Kentucky (FEMA; 4595; DR), dated 04/23/2021. Incident: Severe Storms, Flooding, Landslides, and Mudslides. Incident Period: 02/27/2021 through 03/14/2021. The notice of the President's major disaster declaration for Private Non-Profit organizations in the Commonwealth of Kentucky, dated 04/23/2021, is hereby amended to include the following areas as adversely affected by the disaster. Primary Counties: Bell, Calloway, Clark, Clay, Edmonson, Estill, Graves, Harlan, Leslie, Letcher, Menifee, Owsley, Perry, Pulaski, Union, Whitley.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09949/presidential-declaration-amendment-of-a-major-disaster-for-public-assistance-only-for-the\",\n            \"federal_register_number\": \"2021-09949\",\n            \"regalytics_alert_id\": \"1891FR20210994920210511\",\n            \"proposed_comments_due_date\": \"2021-06-22\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42810,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) (12 U.S.C. 1817(j)) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. 1. The Vanguard Group, Inc., Malvern, Pennsylvania; on behalf of itself, its subsidiaries and affiliates, including investment companies registered under the Investment Company Act of 1940, other pooled investment vehicles, and institutional accounts that are sponsored, managed, or advised by Vanguard; to acquire additional voting shares of First Midwest Bancorp, Inc., and thereby indirectly acquire additional voting shares of First Midwest Bank, both of Chicago, Illinois. 2. The Cheryl Foote Groenendyke Trust No. 1, Cheryl Foote Groenendyke, as trustee, Inky Investments, L.C., Cheryl Foote Groenendyke, as manager, the Richard A. Groenendyke, Jr. Revocable Trust, and Richard A. Groenendyke Jr., as trustee, all of Tulsa, Oklahoma; the Shingleton Family Limited Partnership, Bradford Shingleton and Barbara Foote Shingleton, as general partners, and Rebecca Shingleton, all of Boston, Massachusetts; the Donkersloot-Foote Family Trust, Darci Foote and John Donkersloot, as co-trustees, all of Brighton, Michigan; the Foote Shingleton 2004 Irrevocable Trust, Kenneth J. Foote, as trustee, the Kenneth J. Foote Trust No. 1, Kenneth J. Foote, as trustee, Alexander Kirby Foote, Lark Allison Foote, Juliet Ann Foote, and Blythe Esther Foote, all of Okemos, Michigan; Foote Capital, LLC, Susan Foote and Stephen L. Feinberg, as co-managers, all of El Paso, Texas, and Kenneth J. Foote, also a co-manager, Okemos, Michigan; the Kenneth J. Foote Trust No. 2, Amy A. Payne, as co-trustee, both of Okemos, Michigan, and Iris Foote, Howell, Michigan, and Charlotte Fitzpatrick, Souderton, Pennsylvania, both co-trustees of the aforementioned trust; the BFS 2020 Delaware Trust, First Republic Bank of Delaware, as trustee, both of Wilmington, Delaware, and Barbara Foote Shingleton, Investment Direction Adviser, Boston, Massachusetts; the Rhonda Foote Judy Michigan Asset Trust, Rhonda Foote Judy, as trustee, both of Houston, Texas; the Mamie M. Foote Trust No. 1, Mamie M. Foote, as trustee, both of Golden Oaks, Florida; Charlotte Lynne Fitzpatrick, Souderton, Pennsylvania; Benjamin Aaron Foote, Chicago, Illinois; Jennifer Ewing, Chestnut Hill, Massachusetts; Iris Foote, Howell, Michigan, and Elizabeth Glomsrud, Rancho Santa Fe, California; all to become members of the Foote Family Control Group, a group acting in concert, to retain the voting shares of First National Bancshares, Inc., and thereby indirectly retain voting shares of First National Bank of America, both East Lansing, Michigan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09944/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"federal_register_number\": \"2021-09944\",\n            \"regalytics_alert_id\": \"1891FR20210994420210511\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42809,\n            \"title\": \"Initial Market-Based Rate Filings Including Requests for Blanket Section 204 Authorizations: Yellow Pine Energy Center I, LLC\",\n            \"summary\": \"This is a supplemental notice for the proceeding of Yellow Pine Energy Center I, LLC’s application for market-based rate authority, with an accompanying rate tariff, noting that such application includes a request for blanket authorization, under 18 CFR Part 34, of future issuances of securities and assumptions of liability.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09936/yellow-pine-energy-center-i-llc-supplemental-notice-that-initial-market-based-rate-filing-includes\",\n            \"federal_register_number\": \"2021-09936\",\n            \"regalytics_alert_id\": \"1891FR20210993620210511\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Energy, Federal Energy Regulatory Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42808,\n            \"title\": \"Initial Market-Based Rate Filings Including Requests for Blanket Section 204 Authorizations: Orangeville Energy Storage, LLC\",\n            \"summary\": \"This is a supplemental notice in the above-referenced Orangeville Energy Storage LLC’s application for market-based rate authority, with an accompanying rate tariff, noting that such application includes a request for blanket authorization, under 18 CFR Part 34, of future issuances of securities and assumptions of liability. The deadline for filing protests with regard to the applicant's request for blanket authorization, under 18 CFR part 34, of future issuances of securities and assumptions of liability, is May 25, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09932/orangeville-energy-storage-llc-supplemental-notice-that-initial-market-based-rate-filing-includes\",\n            \"federal_register_number\": \"2021-09932\",\n            \"regalytics_alert_id\": \"1891FR20210993220210511\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Energy, Federal Energy Regulatory Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42807,\n            \"title\": \"Initial Market-Based Rate Filings Including Requests for Blanket Section 204 Authorizations: Yellow Pine Energy Center II, LLC\",\n            \"summary\": \"This is a supplemental notice for the Yellow Pine Energy Center II, LLC’s application for market-based rate authority, with an accompanying rate tariff, noting that such application includes a request for blanket authorization, under 18 CFR Part 34, of future issuances of securities and assumptions of liability. Notice is hereby given that the deadline for filing protests with regard to the applicant's request for blanket authorization, under 18 CFR part 34, of future issuances of securities and assumptions of liability, is May 25, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09928/yellow-pine-energy-center-ii-llc-supplemental-notice-that-initial-market-based-rate-filing-includes\",\n            \"federal_register_number\": \"2021-09928\",\n            \"regalytics_alert_id\": \"1891FR20210992820210511\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Energy, Federal Energy Regulatory Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42806,\n            \"title\": \"Application for Fee or Roster Personnel Designation\",\n            \"summary\": \"The Veteran Benefits Administration of the Department of Veterans Affairs (VA) is announcing an opportunity for public comment on the proposed collection of certain information by the agency. VA Form 26-6681 solicits information on the fee personnel applicant's background and experience in the real estate valuation field. A fee appraiser is a qualified person requested by the Secretary to render an estimate of the reasonable value of a property, or of a specified type of property, within a stated area for the purpose of justifying the extension of credit to an eligible veteran (38 CFR 36.4301). The fee appraiser's estimate of value is reviewed by a VA staff appraiser or lender’s staff appraisal reviewer who uses the data to establish the VA reasonable value (38 U.S.C. 3710(b)(4), (5), (6) and 3731(f)(1)), which becomes the maximum loan guaranty amount an eligible veteran can obtain.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09919/agency-information-collection-activity-application-for-fee-or-roster-personnel-designation\",\n            \"federal_register_number\": \"2021-09919\",\n            \"regalytics_alert_id\": \"1891FR20210991920210511\",\n            \"proposed_comments_due_date\": \"2021-07-12\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Veterans Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42805,\n            \"title\": \"Statement in Support of Claim\",\n            \"summary\": \"The Veteran Benefits Administration, Department of Veterans Affairs (VA), is announcing an opportunity for public comment on VA Form 21-4138 which is used to provide self-certified statements in support of various types of claims processed by VA. Statements submitted by or on behalf of a claimant should contain certification by the respondent that the information provided is true and correct. This form facilitates claims processing by providing a uniform format for the certification statement.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09918/agency-information-collection-activity-under-omb-review-statement-in-support-of-claim\",\n            \"federal_register_number\": \"2021-09918\",\n            \"regalytics_alert_id\": \"1891FR20210991820210511\",\n            \"proposed_comments_due_date\": \"2021-06-12\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Veterans Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42804,\n            \"title\": \"Extension: Supplier Diversity Business Management System\",\n            \"summary\": \"The Securities and Exchange Commission (\\\"Commission\\\") is soliciting comments on the existing collection of information related to the Extension of the Supplier Diversity Business Management System. The Commission is required under Section 342 of the Dodd Frank Wall Street and Reform Act to develop standards and processes for ensuring the fair inclusion of minority-owned and women-owned businesses in all of the Commission’s business activities. To help implement this requirement, the Office of Minority and Women Inclusion (OMWI) developed and maintains an electronic Supplier Diversity Business Management System (SDBMS) to collect up-to-date business information and capabilities statements from diverse suppliers interested in doing business with the Commission. This information allows the Commission to update and more effectively manage its current internal repository. It also allows the Commission to measure the effectiveness of its technical assistance and outreach efforts, and target areas where additional program efforts are necessary.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09900/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09900\",\n            \"regalytics_alert_id\": \"1891FR20210990020210511\",\n            \"proposed_comments_due_date\": \"2021-07-12\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42803,\n            \"title\": \"Extension of Information Collection: Reparations Complaint, CFTC Form 30\",\n            \"summary\": \"The Commodity Futures Trading Commission (CFTC) is announcing an opportunity for public comment on a request for an extension of a currently approved information collection concerning the CFTC Reparations Complaint Process, pursuant to the Commission’s regulations under the Commodity Exchange Act (“CEA”). Pursuant to Section 14 of the Commodity Exchange Act, members of the public may apply to the Commission to seek damages against Commission registrants for alleged violations of the Act and/or Commission regulations. The legislative intent of the Reparations program was to provide a low-cost, speedy, and effective forum for the resolution of customer complaints and to sanction individuals and firms found to have violated the Act and/or any regulations. The Commission began utilizing Form 30 in or about 1984. The form was created to assist customers, who are typically pro se and non-lawyers. It was also designed as a way to provide proper notice to respondents of the charges against them. This form is critical to fulfilling this policy goal.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09894/agency-information-collection-activities-notice-of-intent-to-extend-information-collection-3038-0115\",\n            \"federal_register_number\": \"2021-09894\",\n            \"regalytics_alert_id\": \"1891FR20210989420210511\",\n            \"proposed_comments_due_date\": \"2021-07-12\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Commodity Futures Trading Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42802,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) (12 U.S.C. 1817(j)) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. 1. The Vanguard Group, Inc., Malvern, Pennsylvania; on behalf of itself, its subsidiaries and affiliates, including investment companies registered under the Investment Company Act of 1940, other pooled investment vehicles, and institutional accounts that are sponsored, managed, or advised by Vanguard; to acquire additional voting shares of Prosperity Bancshares, Inc., Houston, Texas, and thereby indirectly acquire additional voting shares of Prosperity Bank, El Campo, Texas. 1. The Vanguard Group, Inc., Malvern, Pennsylvania; on behalf of itself, its subsidiaries and affiliates, including investment companies registered under the Investment Company Act of 1940, other pooled investment vehicles, and institutional accounts that are sponsored, managed, or advised by Vanguard; to acquire additional voting shares of Community Bank System, Inc., DeWitt, New York, and thereby indirectly acquire additional voting shares of Community Bank, National Association, Canton, New York. 1. The Vanguard Group, Inc., Malvern, Pennsylvania; on behalf of itself, its subsidiaries and affiliates, including investment companies registered under the Investment Company Act of 1940, other pooled investment vehicles, and institutional accounts that are sponsored, managed, or advised by Vanguard; to acquire additional voting shares of Westamerica Bancorporation, and thereby indirectly acquire voting shares of Westamerica Bank, both of San Rafael, California. 1. The Frank L. Bruning Nonqualifying Trust Share (“FL Bruning Trust”), Fred D. Bruning, Bruning, Nebraska, and Jane A. Tonniges, Omaha, Nebraska, as co-trustees, and the Mary B. Bruning Revocable Trust (“MB Bruning Trust”), Mary B. Bruning, as co-trustee, both of Bruning, Nebraska; to retain voting shares of Bruning Bancshares, Inc., and indirectly retain voting shares of Bruning Bank, both of Bruning, Nebraska. Additionally, the Jane A. Tonniges Revocable Trust, Jane A Tonniges, as trustee, and Christopher Tonniges, all of Omaha, Nebraska; the Fred D. Bruning 2020 Irrevocable Trust, Penni J. Bruning, trustee, both of Bruning, Nebraska, and Dennis C. Stara, special purpose trustee, Lincoln, Nebraska; Adam F. Bruning, Hebron, Nebraska; Reiss L. Bruning, Bruning, Nebraska; and Dennis C. Stara, Lincoln, Nebraska; with the FL Bruning Trust and the MB Bruning Trust, to join the Bruning Family Group, a group acting in concert, to retain voting shares of Bruning Bancshares, Inc., and indirectly retain voting shares of Bruning Bank.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09880/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"federal_register_number\": \"2021-09880\",\n            \"regalytics_alert_id\": \"1891FR20210988020210511\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42801,\n            \"title\": \"Application of Gemini Investor VI, L.P. for Exemption Under Section 312 of the Small Business Investment Act, Conflicts of Interest\",\n            \"summary\": \"The Small Business Administration (“SBA”) is providing this notice that Gemini Investor VI, L.P. 20 William Street, Suite 250, Wellesley, MA 02481, a Federal Licensee under the Small Business Investment Act of 1958 has sought an exemption under Section 312 of the Act and Section 107.730, Financings which Constitute Conflicts of Interest of the Small Business Administration (“SBA”) Rules and Regulations (13 CFR 107.730). Gemini Investor VI, L.P. proposes to provide equity security financing to Hemi Purchaser, LLD Holding 1911 11th Street, Suite 400, Boulder, CO 80301. The financing is brought within the purview of § 107.730(a)(1) of the Regulations because Gemini Investor IV, L.P., an Associate of Gemini Investor VI, L.P. own more than ten percent of the preceding entity Vision Appraisal Technology Holdings, LLC and therefore this transaction is considered Financing an Associate requiring prior SBA approval. Notice is hereby given that any interested person may submit written comments on this transaction within fifteen days of the date of this publication to the Associate Administrator, Office of Investment and Innovation, U.S. Small Business Administration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09877/gemini-investor-vi-lp-notice-seeking-exemption-under-section-312-of-the-small-business-investment\",\n            \"federal_register_number\": \"2021-09877\",\n            \"regalytics_alert_id\": \"1891FR20210987720210511\",\n            \"proposed_comments_due_date\": \"2021-05-27\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42800,\n            \"title\": \"Proposed Guidelines for Evaluating Account and Services Requests\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) is requesting comment on proposed guidelines (Account Access Guidelines) to evaluate requests for accounts and services at Federal Reserve Banks (Reserve Banks). The Board is considering adopting the guidelines so that they may be used by the Federal Reserve Banks (Reserve Banks) in evaluating requests for master accounts and/or access to Federal Reserve Bank Financial Services (Accounts and Services). The Board’s approach to this proposal reflects its analysis of the its policy goals of: (1) ensuring the safety and soundness of the banking system, (2) effectively implementing monetary policy, (3) promoting financial stability, (4) protecting consumers, and (5) promoting a safe, efficient, inclusive, and innovative payment system. The proposed guidelines are also intended to ensure that Reserve Banks evaluate a transparent and consistent set of factors when reviewing requests for such accounts and services (Access Requests).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09873/proposed-guidelines-for-evaluating-account-and-services-requests\",\n            \"federal_register_number\": \"2021-09873\",\n            \"regalytics_alert_id\": \"1891FR20210987320210511\",\n            \"proposed_comments_due_date\": \"2021-07-12\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42799,\n            \"title\": \"Removal of International Entrepreneur Parole Program\",\n            \"summary\": \"The U.S. Department of Homeland Security (DHS) is withdrawing a proposed rule that published on May 29, 2018. The NPRM had proposed removing DHS regulations pertaining to the international entrepreneur parole program. Those regulations guide the adjudication of significant public benefit parole requests made by certain non-citizen entrepreneurs of start-up entities in the United States.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09609/removal-of-international-entrepreneur-parole-program\",\n            \"federal_register_number\": \"2021-09609\",\n            \"regalytics_alert_id\": \"1891FR20210960920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"U.S. Citizenship and Immigration Services\",\n            \"state_name\": null\n        },\n        {\n            \"id\": 42798,\n            \"title\": \"Adoption of Updated EDGAR Filer Manual, Form ID Amendments\",\n            \"summary\": \"The Securities and Exchange Commission (the “Commission”) is adopting amendments to Volumes I and II of the Electronic Data Gathering, Analysis, and Retrieval system (“EDGAR”) Filer Manual (“EDGAR Filer Manual” or “Filer Manual”), a related form, and related rules. The amendments result in a more uniform and secure process for EDGAR access by requiring certain applicants that already have an EDGAR Central Index Key (or CIK) account number, but do not have EDGAR access codes, to submit the related form and an authenticating document to obtain access to EDGAR. The related form has also been amended to update its instructions and cross-references to Volume I of the Filer Manual. The revisions to Volume II reflect additional updates to the EDGAR system.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-08759/adoption-of-updated-edgar-filer-manual-form-id-amendments\",\n            \"federal_register_number\": \"2021-08759\",\n            \"regalytics_alert_id\": \"1891FR20210875920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": \"2021-05-11\",\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Rule\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42797,\n            \"title\": \"FDIC Publishes 2021 Risk Review\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today published its 2021 Risk Review, a comprehensive summary of emerging risks in the U.S. banking system.  The FDIC began reporting key banking sector risks in its Risk Review publication in 2019, and this year’s report expands coverage of key risks during a time of heightened uncertainty. “The U.S. economy and banking system showed remarkable resilience last year following the deepest recession in modern history,” said FDIC Chairman Jelena McWilliams.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d89e6d\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"168FDIC477507651529210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42796,\n            \"title\": \"Afinis Interoperability Standards Names New Board of Directors and Officers\",\n            \"summary\": \"Nacha’s Afinis Interoperability Standards, a membership-based organization that focuses on the rapid delivery of APIs and other financial services standards across the U.S. and globally, announced its new Board of Directors and Board Officers. “Afinis Board Members help create and direct a strategic body of thought leaders and technologists that collaborate to identify and bring to market APIs the industry needs,” said George Throckmorton, Executive Director of Afinis Interoperability Standards. “We welcome all of our new Directors and Officers who are joining us in this effort.”\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nacha.org/news/afinis-interoperability-standards-names-new-board-directors-and-officers\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC17420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"National Automated Clearing House Association\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42795,\n            \"title\": \"Meeting of the Florida State Board of Administration, May 19, 2021\",\n            \"summary\": \"The Florida Hurricane Catastrophe Fund Advisory Council announces a telephone conference call to which all persons are invited on May 19, 2021, at 1:30 p.m. EST until conclusion of meeting. The discussion will include the May claims-paying capacity estimates. Other general business of the Advisory Council may also be addressed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24531414\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2453141420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida State Board of Administration\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42702,\n            \"title\": \"Consent Order with Attached Statement of Charges in the Matter of Lysa Michele Catlin\",\n            \"summary\": \"The Department of Financial Institutions, Division of Consumer Services and Lysa M. Catlin has agreed upon a basis for resolution of the matters alleged in Statement of Charges entered July 22. The Consumer Loan Act and the Administrative Procedure Act, Lysa M. Catlin hereby agrees to the Department’s entry of this Consent Order and further agrees that whether there has been a violation of the Consumer Loan Act of Washington may be economically and efficiently settled by entry of this Consent Order. The parties intend this Consent Order to fully resolve the Statement of Charges, and Lysa M. Catlin is agreeing not to contest the Statement of Charges in consideration of the terms of this Consent Order. It is agreed that the parties intend this Consent Order to fully resolve the Statement of Charges and that Lysa M. Catlin does not admit to any wrongdoing by its entry. It is agreed that Lysa M. Catlin, who is supportive of this program and interested in resolving this matter, shall make this payment to the Department in the amount of $14,000 upon entry of this Consent Order to the Department. It is further agreed that Lysa M. Catlin may not advertise this payment. It is agreed that Lysa M. Catlin, in the interest of resolving the matter, shall pay to the Department an investigation fee of $15,000 upon entry of this Consent Order to the Department.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfi.wa.gov/sites/default/files/consumer-services/enforcement-actions/C-17-2145-21-CO02.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1113WAC17214521CO0220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42794,\n            \"title\": \"Sales and Use Tax: Miscellaneous\",\n            \"summary\": \"Subsection 202.22(2), F.S., requires the Department of Revenue to create and maintain an electronic sit using database that assigns service addresses to local taxing jurisdictions for purposes of the communications services tax. The updates to the Address/Jurisdiction Database, as posted on April 1, 2021, become effective on July 1, 2021. The next update to the database will be effective January 1, 2022, and is required to be posted 90 days in advance of the effective date. Local governments are required to submit changes and additions for inclusion in the January 1, 2022, update no later than September 3, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24530347\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2453034720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Miscellaneous\",\n            \"agency_name\": \"Florida Department of Revenue\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42793,\n            \"title\": \"Meeting of the Florida Development Finance Corporation, May 19, 2021\",\n            \"summary\": \"The Board of Directors for the Florida Development Finance Corporation announces a public meeting to which all persons are invited on Wednesday, May 19, 2021, at 2:00 p.m. EST. This meeting will discuss the following: Meeting Minutes: 3/17/21 Board Meeting, Bond Resolution No. 21-07: IMG Holding, LLC, Bond Resolution No. 21-08: Global Outreach Charter Academy 2021, Resolution No. 21-09: GreenRock Healthcare Capital LLC as a C-PACE Provider, Resolution No. 21-10: Appointment of Staff Officers for FDFC, New Applications, FY21-22 Budget – Draft, Executive Director Performance Evaluation FY19-20, Legislative Update.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24515215\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451521520210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Development Finance Corporation\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42792,\n            \"title\": \"Division of Rehabilitation and Liquidation, October 14, 2021\",\n            \"summary\": \"This is a notice of Receivership of American Capital Assurance Corp., a Florida corporation authorized to transact homeowners and commercial multiple peril lines of business. The notice provides that the Circuit Court of the Second Judicial Circuit, in and for Leon County, Florida, entered on the 14th day of April 2021, the Department of Financial Services of the State of Florida as the appointed Receiver of American Capital Assurance Corp. and was ordered to liquidate the assets of the company. Policyholders, claimants, creditors, and other persons having claims against the assets of American Capital Assurance Corp. shall present such claims to the Department on or before Thursday, October 14, 2021, or such claims may be considered late-filed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24469237\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2446923720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Miscellaneous\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42791,\n            \"title\": \"Meeting of the Florida Department of Financial Services, Division of Treasury, May 19, 2021\",\n            \"summary\": \"The Division of Treasury announces a telephone conference call to which all persons are invited on Wednesday, May 19, 2021, at 9:30 a.m. EST. This is a biannual meeting of the Chief Financial Officer’s Treasury Investment Committee pursuant to Section 17.575, Florida Statutes. The purpose of the meeting is to provide an overview of Treasury operations and performance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24466618\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2446661820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42790,\n            \"title\": \"Administrative Order between CT DOB and Silvermine Ventures, LLC\",\n            \"summary\": \"In the Matter of Silvermine Ventures, LLC, Silvermine was a New York limited liability company licensed as a mortgage lender in Connecticut and on August 17, 2016, Silvermine, entered into a Consent Order (“2016 Consent Order”) with the Commissioner for failing to file its Standard Financial Condition – 2015 mortgage call report that was due on March 30, 2016, in violation of Section 36a-534b(c)(3) of the Connecticut General Statutes in effect at such time. During that period, Silvermine agreed that in the future it shall timely and accurately file all required reports in connection with its current and any future license issued. Now that the Commissioner, through the Consumer Credit Division of the Department of Banking, investigated the activities of Silvermine to determine if it had violated, was violating, or was about to violate the provisions of the Connecticut General Statutes within the jurisdiction of the Commissioner, it was found that Silvermine failed to timely file its 2017 Mortgage Call Report, in violation of Section 36a-534b(c) of the Connecticut General Statutes and the 2016 Consent Order. In the Order entered now, Silvermine entered a Consent to Entry of Sanction where Silvermine consents that no later than the date this Consent Order is executed by Silvermine, it shall remit to the Department of Banking by wire transfer, cashier’s check, certified check or money order made payable to “Treasurer, State of Connecticut”, the sum of Two Thousand Five Hundred Dollars ($2,500) as a civil penalty.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Consumer-Credit/2021-CC-Orders/Silvermine-Ventures-CO.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1301CT12720210429\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Connecticut Department of Banking, Consumer Credit Division\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 42789,\n            \"title\": \"Updated Proposed Regulation Version: Suitability in Annuity Transactions\",\n            \"summary\": \"The purpose of sections 38a-432a-1 to 38a-432a-8, inclusive, of the Regulations of Connecticut State Agencies is to require producers, as defined by section 38a-432a-4, of the Regulations of Connecticut State Agencies, to act in the best interest of the consumer when making a recommendation of an annuity and to require insurers to establish and maintain a system to supervise recommendations [and to set forth standards and procedures for recommendations to consumers that result in transactions involving annuity products] so that the insurance needs and financial objectives of consumers known at the time of the transaction are [appropriately] effectively addressed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7BB0085C79-0000-CA1F-A194-0CE9F834D81A%7D\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTPR2020025-9\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Connecticut Insurance Department\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 42788,\n            \"title\": \"Decision: Suitability in Annuity Transactions\",\n            \"summary\": \"In accordance with the provisions of Section 4-168(e) of the Connecticut General Statutes, the Connecticut Insurance Department provides notice that it has decided to move forward with a proposed regulation concerning the Suitability in Annuity Transactions. Notice of Intent to adopt said regulation was posted to the eRegulations and updated on March 30, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7B90085C79-0000-CA51-88EF-B99F2FE3BEF9%7D\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTPR2020025-8\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Connecticut Insurance Department\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 42787,\n            \"title\": \"Comments Response Summary Document: Suitability in Annuity Transactions\",\n            \"summary\": \"For the proposed regulation, the Connecticut Insurance Department (“Department”) received three (3) public comments regarding this proposed regulation during the public comment period. No public comments were opposed to the regulation. The following is a summary of the subject matter addressed in the public comments and the Department’s responses thereto. The Insured Retirement Institute (“IRI”) supports the proposed regulation which establishes standards that must be followed by an insurance agent or insurer when recommending or selling an annuity and notes that the proposed amendments are well-aligned with the enhanced Suitability in Annuity Transactions Model Regulation approved by the National Association of Insurance Commissioners (“NAIC”) in early 2020. The Department has decided to modify the proposed regulations based upon some of the comments received.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7B90085C79-0000-C219-A01A-2C713CF6C10E%7D\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTPR2020025-7\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Connecticut Insurance Department\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 42786,\n            \"title\": \"Defense Spending by State Report: Federal Data to Support State Strategic Planning\",\n            \"summary\": \"The Defense Spending by State Report covers clear and contextual data that outlines the ecosystem of defense-related spending and the intersections to state investment can maximize efficiency, state-federal collaboration, and positive outcomes for infrastructure and community impact.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.nga.org/news/commentary/defense-spending-by-state-report-federal-data-to-support-state-strategic-planning/?utm_source=rss&utm_medium=rss&utm_campaign=defense-spending-by-state-report-federal-data-to-support-state-strategic-planning\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11887NGA3801520210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"National Governors Association\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42785,\n            \"title\": \"Order Approving Proposed Rule Change Relating to the ICC Recovery Plan and the ICC Wind-Down Plan\",\n            \"summary\": \"On March 23, 2021, ICE Clear Credit LCC (“ICC”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to update and formalize the ICC Recovery Plan and the ICC Wind-Down Plan (collectively, the “Plans”). The proposed rule change was published for comment in the Federal Register on April 5, 2021.  The Commission did not receive comments regarding the proposed rule change. The Commission has ordered pursuant to Section 19(b)(2) of the Act 34 that the proposed rule change (SR-ICC-2021-005) is approved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/icc/2021/34-91806.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"273CCR349180620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"ICE Clear Credit LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42784,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change Relating to Extend the Operation of its Flexible Exchange Options (\\\"FLEX Options\\\") Pilot Program Regarding Permissible Exercise Settlement Values for FLEX Index Options\",\n            \"summary\": \"Notice is hereby given that on April 22, 2021, CBOE Exchange, Inc. filed with the Securities and Exchange Commission the proposed rule change to extend the pilot program through the earlier of November 1, 2021 or the date on which the pilot program is approved on a permanent basis. This filing simply seeks to extend the operation of the pilot program and does not propose any substantive changes to the pilot program.  CBOE Options believes the pilot program has been successful and well received by its Trading Permit Holders and the investing public for the period that it has been in operation as a pilot.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09890/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09890\",\n            \"regalytics_alert_id\": \"1891FR20210989020210511\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42783,\n            \"title\": \"Order Granting Accelerated Approval of a Proposed Rule Change, as Modified by Amendment Nos. 1 and 2, to List and Trade Options on a NASDAQ-100 Volatility Index\",\n            \"summary\": \"On August 24, 2020, NASDAQ PHLX LLC (“Exchange” or “PHLX”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to list and trade options on a NASDAQ-100 Volatility Index (“VOLQ” or “Volatility Index”). The proposed rule change was published for comment in the Federal Register on September 8, 2020. On October 20, 2020, Commission designated a longer period within which to approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to disapprove the proposed rule change. An order instituted proceedings under Section 19(b)(2)(B) of the Act to determine whether to approve or disapprove the proposed rule change. The Commission finds good cause to approve the proposed rule change, as modified by Amendment Nos. 1 and 2, prior to the thirtieth day after the date of publication of notice of the filing of Amendment Nos. 1 and 2 in the Federal Register. It is therefore ordered that the proposed rule change (SR-PHLX-2020-41), as modified by Amendment Nos. 1 and 2, be, and hereby is, approved on an accelerated basis.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09889/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-of-amendment-nos-1-and-2-and-order\",\n            \"federal_register_number\": \"2021-09889\",\n            \"regalytics_alert_id\": \"1891FR20210988920210511\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ PHLX LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42782,\n            \"title\": \"Order Granting Approval of a Proposed Rule Change, as Modified by Amendment No. 1, to Amend NYSE Arca Rule 6.86-O to Eliminate the Use of Dark Series on the Exchange\",\n            \"summary\": \"The purpose of this rule change is to eliminate the exclusion of inactive or “dark” series (as described below) from the requirements of Rule 6.86-O (Firm Quotes) and to delete in its entirety Commentary .03 to Rule 6.86-O in its entirety.  The purpose of this rule change is to eliminate the exclusion of inactive or “dark” series (as described below) from the requirements of Rule 6.86-O (Firm Quotes) and to delete in its entirety Commentary .03 to Rule 6.86-O in its entirety. The proposed rule change has become effective by an Order of the Commission granting approval.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09888/self-regulatory-organizations-nyse-arca-inc-order-granting-approval-of-a-proposed-rule-change-as\",\n            \"federal_register_number\": \"2021-09888\",\n            \"regalytics_alert_id\": \"1891FR20210988820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42781,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Temporary Period for Specified Commentaries to Rules 7.35, 7.35A, 7.35B, and 7.35C and Temporary Rule Relief in Rule 36.30\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to extend the temporary period for specified Commentaries to Rules 7.35, 7.35A, 7.35B, and 7.35C and temporary rule relief to Rule 36.30, to end on the earlier of a full reopening of the Trading Floor facilities to DMMs or after the Exchange closes on August 31, 2021. The current temporary period that these Rules are in effect ends on the earlier of a full reopening of the Trading Floor facilities to DMMs or after the Exchange closes on April 30, 2021. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09886/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09886\",\n            \"regalytics_alert_id\": \"1891FR20210988620210511\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42780,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Exchange Rule 404 to Limit Short Term Options Series Intervals Between Strikes\",\n            \"summary\": \"Notice is hereby given that on April 21, 2021, MIAX PEARL, LLC filed with the Securities and Exchange Commission a proposed rule change to amend Rule 404, Series of Option Contracts Open for Trading. Specifically, this proposal seeks to limit the intervals between strikes for multiply listed equity options classes within the Short Term Options Series program that have an expiration date more than twenty-one days from the listing date.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09885/self-regulatory-organizations-miax-pearl-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09885\",\n            \"regalytics_alert_id\": \"1891FR20210988520210511\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"MIAX PEARL, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42779,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Exchange Rule 404 to Limit Short Term Options Series Intervals Between Strikes\",\n            \"summary\": \"Notice is hereby given that on April 21, 2021, Miami International Securities Exchange, LLC filed with the Securities and Exchange Commission a proposed rule change to amend Rule 404, Series of Option Contracts Open for Trading. Specifically, this proposal seeks to limit the intervals between strikes for multiply listed equity options classes within the Short Term Options Series program that have an expiration date more than twenty-one days from the listing date.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09884/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-filing-and\",\n            \"federal_register_number\": \"2021-09884\",\n            \"regalytics_alert_id\": \"1891FR20210988420210511\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Miami International Securities Exchange, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42778,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delay the Implementation of BX's Rule Amendment to Limit Short Term Options Series Intervals to July 1, 2021\",\n            \"summary\": \"On April 22, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change, which Items have been prepared by the Exchange. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. BX received approval to amend the Short-Term Options Series program, within Options 4, Section 5, “Series of Options Contracts Open for Trading,” to limit the intervals between strikes for multiply listed equity options classes that have an expiration date more than twenty-one days from the listing date. At this time, BX proposes to delay the implementation of BX’s rule amendment to limit Short Term Options Series intervals between strikes which are available for quoting and trading from “prior to June 30, 2021” to “July 1, 2021.” The Exchange also proposes a small amendment to the table within Supplementary Material .07 to Options 4, Section 5 to add a “greater than” to the table. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09882/self-regulatory-organizations-nasdaq-bx-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"federal_register_number\": \"2021-09882\",\n            \"regalytics_alert_id\": \"1891FR20210988220210511\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ BX, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42777,\n            \"title\": \"Notice of Designation of a Longer Period for Commission Action on Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change, as Modified by Amendment No. 2, to Amend Rule 7.35C\",\n            \"summary\": \"On October 23, 2020, New York Stock Exchange LLC (“NYSE” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to: (1) provide the Exchange the authority to facilitate a Trading Halt Auction if a security has not reopened following a Level 1 or Level 2 trading halt due to extraordinary market volatility under Rule 7.12 (“MWCB Halt”) by 3:30 p.m. (2) widen the Auction Collar for an Exchange-facilitated Trading Halt Auction following an MWCB Halt, (3) provide that certain DMM Interest would not be cancelled following an Exchange-facilitated Auction and (4) change the Auction Reference Price for Exchange-facilitated Core Open Auctions. The proposed rule change was published for comment in the Federal Register on November 12 2020. On December 18, 2020, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to disapprove the proposed rule change to February 10, 2020. The Commission finds it appropriate to designate a longer period within which to take action on the proposed rule change so that it has sufficient time to consider the proposed rule change as amended by Amendment No. 2. Accordingly, the Commission, pursuant to Section 19(b)(2) of the Act, designates July 10, 2021, as the date by which the Commission shall either approve or disapprove, the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91807.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349180720210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42776,\n            \"title\": \"Order Granting Approval of a Proposed Rule Change, as Modified by Amendment No. 1, to Amend Rule 970NY and Rule 970.1NY to Eliminate the Use of Dark Series on the Exchange\",\n            \"summary\": \"On January 26, 2021, NYSE American, LLC (“NYSE American” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend Rule 970NY (“Firm Quotes”) and Rule 970.1NY (“Quote Mitigation”) to eliminate the use of “dark” series on the Exchange. The proposed rule change was published for comment in the Federal Register on February 8, 2021. On March 18, 2021, the Commission designated a longer period within which to approve or disapprove the proposed rule change. On April 27, 2021, the Exchange filed Amendment No. 1 to the proposed rule change. The Commission received no comment letters on the proposal. Accordingly, this order approves the proposed rule change, as modified by Amendment No. 1. The proposed rule changes are effective.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/11/2021-09887/self-regulatory-organizations-nyse-american-llc-order-granting-approval-of-a-proposed-rule-change-as\",\n            \"federal_register_number\": \"2021-09887\",\n            \"regalytics_alert_id\": \"1891FR20210988720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": \"2021-05-11\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE American, LLC.\",\n            \"state_name\": null\n        },\n        {\n            \"id\": 42775,\n            \"title\": \"Senate Bill 9: Housing Development: Approvals\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-9 Housing development: approvals. This bill requires ministerial approval of a housing development of no more than two units in a single-family zone (duplex), the subdivision of a parcel zoned for residential use into two parcels (lot split), or both.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB9\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB94520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42774,\n            \"title\": \"Senate Bill 777: Insurance Taxation: Credit: California Jumpstart Act\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-777 Insurance taxation: credit: California Jumpstart Act. Enacts the California Jumpstart Act, which directs the California Pollution Control Financing Authority to allocate up to $300 million in credits against the gross premiums tax to investors in relief funds, similar to the federal New Markets Tax Credit.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB777\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB7774520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42773,\n            \"title\": \"Senate Bill 689: Records: Blockchain\",\n            \"summary\": \"Senate Bill May 10 hearing postponed by committee. SB-689 Records: blockchain. Permits a county recorder to issue a certified copy of a birth, death, or marriage record by means of blockchain technology, in addition to the methods defined in existing law. Defines “blockchain” to mean a decentralized data system, in which the data stored is mathematically verifiable, that uses distributed ledgers or databases to store specialized data in the permanent order of transactions recorded.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB689\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB6893820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42772,\n            \"title\": \"Senate Bill 658: Property Tax: Exemptions: Disabled Veterans\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-658 Property tax: exemptions: disabled veterans. Expands the disabled veterans’ exemption to allow a reduced exemption for partially disabled veterans.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB658\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB6584520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42771,\n            \"title\": \"Senate Bill 6: Local Planning: Housing: Commercial Zones\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-6 Local planning: housing: commercial zones. Enacts, until January 1, 2029, the Neighborhood Homes Act, which establishes housing as an allowable use on any parcel zoned for office or retail uses.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB6\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB64520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42770,\n            \"title\": \"Senate Bill 582: Climate Emergency Mitigation, Safe Restoration, and Just Resilience Act of 2021\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-582 Climate Emergency Mitigation, Safe Restoration, and Just Resilience Act of 2021. Updates the statewide greenhouse gas (GHG) emission reduction target to 80% by 2030, establishes climate restoration goals of achieving net negative GHGs by 2035 and exercising global leadership to restore GHGs to preindustrial levels before 2050, and tasks the Office of Planning and Research (OPR) and other specified agencies with developing a just resilience plan to ensure that the path to achieving these climate goals is carried out equitably and provides additional resources to low-income and vulnerable communities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB582\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB5824520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42769,\n            \"title\": \"Senate Bill 550: Legislature: Employment\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-550 Legislature: employment. Should the Legislature require that existing law that governs employment practices of private employers also apply to the Legislature?\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB550\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB5504520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42768,\n            \"title\": \"Senate Bill 420: Unemployment Insurance: Unemployment Insurance Integrity Enforcement Act\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-420 Unemployment insurance: Unemployment Insurance Integrity Enforcement Act. Should the Legislature require the Attorney General (AG) to establish a program within the DOJ and a task force consisting of the AG, the State Auditor, and five members appointed by the AG to pursue available methods, including civil and criminal actions, to recover funds misappropriated from the Employment Development Department?\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB420\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB4204520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42767,\n            \"title\": \"Senate Bill 235: Industrial Hemp Products\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-235 Industrial hemp products. Establishes a regulatory structure in the California Department of Public Health (CDPH) for food, beverage and cosmetic products containing industrial hemp, and limits these products to containing no more than 0.3% concentration of Delta-9 tetrahydrocannabinol. Requires industrial hemp product manufacturers to register with CDPH, and requires industrial hemp to be tested prior to it being incorporated as an ingredient into a product.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB235\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB2354520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42766,\n            \"title\": \"Senate Bill 10: Planning and Zoning: Housing Development: Density\",\n            \"summary\": \"Senate Bill May 10 hearing: Placed on APPR suspense file. SB-10 Planning and zoning: housing development: density. This bill authorizes a city or county to pass an ordinance to zone any parcel for up to 10 units of residential density, at a height specified by the local government in the ordinance, if the parcel is located in a transit-rich area, a jobsrich area, or an urban infill site, as specified.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB10\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB104520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42765,\n            \"title\": \"Senate Resolution 0285: Privilege Tax-Gaming-Report\",\n            \"summary\": \"Introduced. Referred to Assignments (PRIVILEGE TAX-GAMING-REPORT). Urges the Commission on Government Forecasting and Accountability to report to the Illinois Senate estimates of the revenue that could have been generated through a privilege tax if Illinois had implemented internet gaming beginning February 28, 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=285&GAID=16&DocTypeID=sr&SessionID=110\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17480IL1028523RTS20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Resolution\",\n            \"agency_name\": \"Illinois State Senate\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42764,\n            \"title\": \"Senate Bill 27: Sale of Lucky 7 Tickets\",\n            \"summary\": \"Executive Session: 05/11/2021 09:30 AM EST open to the public. This bill: I.  Changes the term of a charity gaming license from 12 months from issue to annually expiring on December 31. II.  Expands the definition of charitable organization for the purpose of issuing charitable gaming, bingo, and Lucky 7 licenses. III.  Corrects incorrect references to the lottery commission. IV.  Changes the definition of deal in reference to Lucky 7.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB27/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB274620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42763,\n            \"title\": \"House Bill 324: Administration of Certain State Taxes by the Department of Revenue Administration\",\n            \"summary\": \"Signed By Governor Sununu 05/06/2021, Chapter 24, Eff: 05/06/2021. This bill: I.  Clarifies electronic filing of meals and rooms taxes. II.  Excludes interest for the 30-day period after notice of assessment of state taxes for amounts paid within the 30-day period. III.  Removes the consideration of weighted apportionment factors under the business profits tax from inclusion in the tax expenditure report. IV.  Provides for  conformity in business tax filing dates of non-profit corporations in this state with United States Internal Revenue Code filing dates. This bill is a request of the department of revenue administration.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB324/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB32410520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-05-06\",\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"House Bill\",\n            \"agency_name\": \"New Hampshire House of Representatives\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42762,\n            \"title\": \"House Bill 303: Relative to Required Pay\",\n            \"summary\": \"Signed By Governor Sununu 05/06/2021, Chapter 23, Eff: 07/05/2021. This bill exempts ski and snowboard instructional employees at ski resorts from receiving required pay from an employer, provided that such employees receive other compensation that is at least equal to their rate of pay.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB303/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB3033220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-07-05\",\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"House Bill\",\n            \"agency_name\": \"New Hampshire House of Representatives\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42761,\n            \"title\": \"House Bill 134: Repealing Certain Inactive Dedicated Funds\",\n            \"summary\": \"Signed By Governor Sununu 05/06/2021, Chapter 19, Eff: 07/05/2021. This bill deletes certain inactive dedicated funds and adds others to the list of dedicated funds in RSA 6:12.  The bill also changes the reporting year for the office of professional licensure and certification.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/HB134/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH10HB1345020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-07-05\",\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"House Bill\",\n            \"agency_name\": \"New Hampshire House of Representatives\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42760,\n            \"title\": \"Commissioner’s Memo: Online Applications Mandated for Added New Licenses and License Renewals (Including Reinstatements Within 30 Days of Nonrenewal)\",\n            \"summary\": \"Effective June 1, 2021, all applications for new and renewed licenses for Adjusters, Third Party Administrator, and Limited Lines Self-Service Storage Producer licenses shall be submitted online.  Hard copies of the above license applications and renewals received by the Insurance Division on and after June 1, 2021 shall be returned.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://cca.hawaii.gov/ins/commissioners-memo-online-applications-mandated-for-added-new-licenses-and-license-renewals-including-reinstatements-within-30-days-of-nonrenewal/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9155HI32120210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Hawaii Department of Commerce and Consumer Affairs Insurance Division\",\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"id\": 42759,\n            \"title\": \"The Tennessee Department of Commerce & Insurance’s Securities Division Reminds Consumers that Social Isolation May Increase Risk of Financial Exploitation\",\n            \"summary\": \"The Tennessee Department of Commerce & Insurance’s (TDCI) Securities Division is reminding Tennesseans that social isolation, whether voluntary or involuntary, has a direct contribution to the financial exploitation of older investors. TDCI’s reminder comes ahead of National Senior Fraud Awareness Day which takes place on Saturday, May 15. The Government Accountability Office has estimated that seniors lose an estimated $2.9 billion annually nationwide to an ever-growing array of financial exploitation schemes and scams. The Federal Trade Commission estimates over $40.6 million in total consumer fraud losses occurred in Tennessee during 2020 with identity theft being the top type of fraud complaint.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/5/11/tdci-securities-division-reminds-consumers-that-social-isolation-may-increase-risk-of-financial-exploitation.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA26420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Tennessee Department of Commerce & Insurance\",\n            \"state_name\": \"Tennessee\"\n        },\n        {\n            \"id\": 42758,\n            \"title\": \"Inslee Signs Worker Protection Legislative Package in Yakima\",\n            \"summary\": \"Governor Jay Inslee today signed a package of bills that will increase worker safety protections, expand support for frontline workers during a public health emergency and grant overtime protections for farmworkers. Among bills signed was governor-request legislation HB 1097, sponsored by Rep. Mike Sells, to protect workers who come forward about workplace hazards. Workers are some of the first to notice and be affected when health and safety guidelines aren’t being followed on the job. When those hazards are reported quickly, the Washington State Department of Labor and Industries is able to step in to protect workers. But when workers face retaliation for raising concerns  or are pressured to not report at all  they’re at a higher risk of preventable workplace injuries. The legislation also establishes a grant program for small employers during a public health emergency. The costs of additional safety and health measures during already tough economic conditions proved to be a significant challenge for employers. This program can be operationalized swiftly during any future emergencies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.wa.gov/news-media/inslee-signs-worker-protection-legislative-package-yakima\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8247WA15620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Washington Office of the Governor\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42757,\n            \"title\": \"Governor Laura Kelly Announces Kansas Economic Development Week; State Surpasses $5 Billion in New Capital Investment\",\n            \"summary\": \"Today, Governor Laura Kelly announced Kansas will participate in Economic Development Week, an annual celebration hosted by the International Economic Development Council. “Over the last two years, we’ve rebuilt the Department of Commerce and reinvested in critical services like education, transportation, broadband, and health care,” said Governor Laura Kelly. “With over $5 billion in new capital investment, our efforts are paying off in real-time. We’ll continue to reinvest in our foundation and recruitment tools to keep Kansas open for business.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.kansas.gov/governor-laura-kelly-announces-kansas-economic-development-week-state-surpasses-5-billion-in-new-capital-investment-2/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7966KS404NT20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kansas Office of the Governor\",\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"id\": 42756,\n            \"title\": \"Governor Laura Kelly Announces Administration Appointments\",\n            \"summary\": \"Governor Laura Kelly today announced appointments to Kansas state boards and commissions, including the reappointment of Mary Berry Goddard as At-Large Banker, State Banking Board.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.kansas.gov/governor-laura-kelly-announces-administration-appointments-27/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7966KS339TS20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kansas Office of the Governor\",\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"id\": 42755,\n            \"title\": \"2020 Johnson County Final Multiplier Announced\",\n            \"summary\": \"Johnson County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23290\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2329020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42754,\n            \"title\": \"2020 Iroquois County Final Multiplier Announced\",\n            \"summary\": \"Iroquois County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23289\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2328920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42753,\n            \"title\": \"2020 Edgar County Final Multiplier Announced\",\n            \"summary\": \"Edgar County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23288\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2328820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42752,\n            \"title\": \"2020 Gallatin County Tentative Multiplier Announced\",\n            \"summary\": \"Gallatin County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23286\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2328620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42751,\n            \"title\": \"2020 Cumberland County Final Multiplier Announced\",\n            \"summary\": \"Cumberland County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23285\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2328520210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42750,\n            \"title\": \"2020 Cass County Final Multiplier Announced\",\n            \"summary\": \"Cass County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23284\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2328420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42749,\n            \"title\": \"2020 Christian County Final Multiplier Announced\",\n            \"summary\": \"Christian County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23283\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2328320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42748,\n            \"title\": \"2020 Coles County Final Multiplier Announced\",\n            \"summary\": \"Coles County has been issued a final property assessment equalization factor of 1.0361, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23282\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2328220210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42747,\n            \"title\": \"Governor Polis Announces Boards and Commissions Appointments\",\n            \"summary\": \"Governor Polis announces boards and commissions appointments including five members to the Board of Assessment Appeals. The Board of Assessment Appeals hears property tax valuation cases in dispute between the property owner and the local property assessor or the state property tax administrator.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/5146-gov-polis-announces-boards-and-commissions-appointments\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COS9920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Colorado Office of the Governor\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 42746,\n            \"title\": \"California Roars Back: Governor Newsom Announces Historic $12 Billion Package to Confront the Homelessness Crisis\",\n            \"summary\": \"Today, California Governor Gavin Newsom unveiled the second challenge his $100 billion California Comeback Plan to confront homelessness. Governor Newsom’s $12 billion plan to tackle the issue of homelessness will be the largest investment of its kind in California history. This investment will provide 65,000 people with housing placements, more than 300,000 people with housing stability and create 46,000 new housing units. To build on the success of Homekey – a revolutionary program that provided safe shelter from COVID-19 to 36,000 Californians and created 6,000 affordable housing units in record time and at a fraction of the cost – Governor Newsom’s plan includes a massive expansion of Homekey and other similar strategies to get housing up and running quickly, investing $8.75 billion to unlock at least 46,000 new homeless housing units and affordable apartments.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/05/11/california-roars-back-governor-newsom-announces-historic-12-billion-package-to-confront-the-homelessness-crisis/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA5017620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Office of the Governor\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42745,\n            \"title\": \"Fact Sheet: the Biden-Harris Administration Has Launched an All-Of-Government Effort to Address Colonial Pipeline Incident\",\n            \"summary\": \"The recent cyberattack targeting the Colonial Pipeline has triggered a comprehensive federal response focused on securing critical energy supply chains. President Biden is receiving regular briefings on the incident and has directed agencies across the Federal Government to bring their resources to bear to help alleviate shortages where they are occurring. The Administration is focused on avoiding potential energy supply disruptions to impacted communities, the U.S. military, and other facilities reliant on gasoline, diesel, jet fuel and other refined petroleum products. The Administration is continually assessing the pipeline shutdown’s impact on the U.S. fuel supply, as well as what additional actions are available to mitigate the impact of the pipeline’s shutdown.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/11/fact-sheet-the-biden-harris-administration-has-launched-an-all-of-government-effort-to-address-colonial-pipeline-incident/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH316NT20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42744,\n            \"title\": \"Statement by President Joseph R. Biden, Jr. in Support of Washington State’s Overtime Bill for Farm Workers\",\n            \"summary\": \"\\\"I congratulate the Washington State legislature and Governor Jay Inslee for signing into law SB 5172, Washington’s Overtime Bill for Agricultural Workers, which will help more than 100,000 farmworkers secure the overtime pay they deserve. Agricultural workers in Washington and across the country have helped carry our nation through this pandemic working long hours, often at great personal risk, to meet the needs of their communities and keep America healthy and well-nourished.  These overtime protections will ensure that agricultural workers in Washington are paid for all of the vital work they do.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/11/statement-by-president-joseph-r-biden-jr-in-support-of-washington-states-overtime-bill-for-farm-workers/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH283RS20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42743,\n            \"title\": \"Brown Urges Senate Colleagues to Support Overturning OCC's Trump-Era Rule Encouraging Predatory Rent-A-Bank Schemes\",\n            \"summary\": \"U.S. Senator Sherrod Brown (D-OH), Chairman of the U.S. Senate Committee on Banking, Housing, and Urban Affairs, today headed to the Senate floor to urge his colleagues to support his legislation to repeal the Trump Administration’s so-called True Lender Rule through the Congressional Review Act. The OCC’s rule allows predatory lenders to evade state interest rate caps and charge consumers outrageous interest on payday and other loans. Senator Brown introduced the legislation with Senator Van Hollen (D-MD), a member of the U.S. Senate Committee on Banking, Housing, and Urban Affairs, and Representative Chuy Garcia (D-IL4) in March.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-urges-senate-colleagues-to-support-overturning-occs-trump-era-rule-encouraging-predatory-rent-a-bank-schemes\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU27820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42742,\n            \"title\": \"Toomey: We Can’t Continue Throwing Money at Federal Agencies Without Oversight and Reforms\",\n            \"summary\": \"In his opening statement during today’s Senate Banking Committee hearing with Adrianne Todman, nominee for Deputy Secretary of the Department of Housing and Urban Development (HUD), and Nuria Fernandez, nominee for Administrator of the Federal Transit Administration, Ranking Member Pat Toomey (R-Pa.) urged the Biden administration to stop throwing money irresponsibly at agencies like HUD and the FTA without implementing proper oversight and reforms. Pointing to the wasteful housing and transit spending in the Biden administration’s infrastructure and welfare proposal, Senator Toomey called on Ms. Todman and Ms. Fernandez to protect taxpayer dollars from waste and misuse.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/minority/toomey-we-cant-continue-throwing-money-at-federal-agencies-without-oversight-and-reforms\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU22720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42741,\n            \"title\": \"Toomey: Misguided Attempts to Overturn True Lender Will Hurt Americans’ Access to Credit\",\n            \"summary\": \"U.S. Senate Banking Committee Ranking Member Pat Toomey (R-Pa.) spoke on the Senate floor today to urge his colleagues to oppose S.J. Res. 15, which would overturn the Office of the Comptroller of the Currency’s (OCC) True Lender rule.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/minority/toomey-misguided-attempts-to-overturn-true-lender-will-hurt-americans-access-to-credit\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU22320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42740,\n            \"title\": \"Brown: as We Invest in Infrastructure, Let’s Ensure Todman and Fernandez Can Get to Work\",\n            \"summary\": \"U.S. Senator Sherrod Brown (D-OH), Chairman of the U.S. Senate Committee on Banking, Housing, and Urban Affairs, delivered the following opening statement at today’s nominations hearing for Ms. Adrianne Todman to be Deputy Secretary of Housing and Urban Development (HUD) and Ms. Nuria Fernandez to be Federal Transit Administrator (FTA): \\\"Whether you are in our in urban communities, rural communities, or in Indian Country –HUD and FTA have critical roles in helping us make equitable and sustainable infrastructure investments so we can build thriving communities.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-as-we-invest-in-infrastructure-lets-ensure-todman-and-fernandez-can-get-to-work\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU22220210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42739,\n            \"title\": \"Weekly Notification of Rule Amendments - Week of May 3, 2021\",\n            \"summary\": \"The clearing house division of Chicago Mercantile Exchange Inc. submits this Weekly Notification of the following rule amendments issued during the week of May 3, 2021. The following rule amendments were issued during the week of May 3, 2021: Clearing House Advisory Notice 21-60, 21-161, 21-167, 21-169, and 21-170.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45947\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4594720210511-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Chicago Mercantile Exchange\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42738,\n            \"title\": \"Proposal to Amend the NYSE Arca Equities Fees and Charges to Adopt Reduced Fees for Retail Orders that are Executed in the Exchange’s Opening and Closing Auctions\",\n            \"summary\": \"NYSE Arca, Inc. proposes to amend the NYSE Arca Equities Fees and Charges to adopt reduced fees for Retail Orders that are executed in the Exchange’s opening and closing auctions. The proposed changes respond to the current competitive environment where order flow providers have a choice of where to direct Retail Orders by offering further incentives for ETP Holders to send such orders to the Exchange. The Exchange proposes to implement the fee changes effective May 11, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-40.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20214020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42737,\n            \"title\": \"Proposal to List and Trade Shares of the Following under NYSE Arca Rule 8.601-E: Putnam Focused Large Cap Growth ETF; Putnam Focused Large Cap Value ETF; Putnam Sustainable Future ETF; and Putnam Sustainable Leaders ETF\",\n            \"summary\": \"The Exchange has adopted NYSE Arca Rule 8.601-E for the purpose of permitting the listing and trading, or trading pursuant to Unlisted Trading Privileges, of Active Proxy Portfolio Shares, which are securities issued by an actively managed open-end investment management company. Commentary to Rule 8.601-E requires the Exchange to file separate proposals under the Act before listing and trading any series of Active Proxy Portfolio Shares on the Exchange. Therefore, the Exchange is submitting this proposal in order to list and trade Shares as Active Proxy Portfolio Shares of the Putnam Focused Large Cap Growth ETF, Putnam Focused Large Cap Value ETF, Putnam Sustainable Future ETF, and Putnam Sustainable Leaders ETF.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-39.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20213920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42736,\n            \"title\": \"Proposal to Adopt a Stated Interpretation of the Shareholder Voting Requirement Set Forth in Section 312.07 of the NYSE Listed Company Manual\",\n            \"summary\": \"New York Stock Exchange LLC proposes to adopt a stated interpretation of the shareholder voting requirement set forth in Section 312.07 of the NYSE Listed Company Manual. Section 312.07 of the NYSE Listed Company Manual provides that, where shareholder approval is a prerequisite to the listing of any additional or new securities of a listed company, or where any matter requires shareholder approval, the minimum vote which will constitute shareholder approval for such purposes is defined as approval by a majority of votes cast on a proposal in a proxy bearing on the particular matter. Section 312.07 is currently applicable to shareholder approval of stock issuances under Sections 303A.08 (equity compensation) and 312.03 of the Manual.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/SR-NYSE-2021-32.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20213220210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42735,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Various PHLX Listing Rules Related to Bid/Ask Differentials for Long-Term Options Series\",\n            \"summary\": \"Notice is hereby given that on May 4, 2021, NASDAQ PHLX LLC filed with the Securities and Exchange Commission the proposed rule change to amend PHLX Rules at Options 2, Section 4, Obligations of Market Makers; Options 4, Section 8, Long-Term Options Contracts; Options 4A, Section 6, Position Limits; Options 4A, Section 12, Terms of Index Options Contracts; and Options 4C, Section 5, Series of U.S. Dollar-Settled Foreign Currency Options Contracts Open for Trading. The Exchange also proposes a technical amendment within Equity 11, Section 4, Payment on Delivery—Collect on Delivery. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/phlx/2021/34-91839.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6810PHLX349183920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ PHLX LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42734,\n            \"title\": \"Readout: Secretary of the Treasury Janet L. Yellen’s Call with French Minister of Finance, the Economy, and the Recovery Bruno Le Maire\",\n            \"summary\": \"Earlier today, Secretary of the Treasury Janet L. Yellen spoke with French Minister of Finance, the Economy, and the Recovery Bruno Le Maire. They discussed next week’s Summit on Financing African Economies to be hosted by President Macron, and the benefits of an SDR allocation to assist low income countries, including in sub-Saharan Africa. Secretary Yellen and Minister Le Maire also discussed the importance of working together toward a solution in the ongoing OECD discussions on international taxation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0171\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT135017120210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42733,\n            \"title\": \"Biden-Harris Administration Approves First Major Offshore Wind Project in U.S. Waters\",\n            \"summary\": \"Secretary of the Interior Deb Haaland and Secretary of Commerce Gina Raimondo today announced approval of the construction and operation of the Vineyard Wind project, the first large-scale, offshore wind project in the United States. The Secretaries were joined in the announcement by labor leaders who have been working to ensure that the project is built and maintained by union labor. The 800-megawatt Vineyard Wind energy project will contribute to the Biden-Harris administration’s goal of generating 30 gigawatts of energy from offshore wind by 2030. The project will be located approximately 12 nautical miles offshore Martha's Vineyard and 12 nautical miles offshore Nantucket in the northern portion of Vineyard Wind’s lease area. It will create 3,600 jobs and provide enough power for 400,000 homes and businesses.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.commerce.gov/news/press-releases/2021/05/biden-harris-administration-approves-first-major-offshore-wind-project\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC20820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press releases\",\n            \"agency_name\": \"U.S. Department of Commerce\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42732,\n            \"title\": \"Former Madera Insurance Agent Convicted for Felony Grand Theft\",\n            \"summary\": \"Former insurance agent Wendy Judd, 47, of Madera, pleaded guilty to felony grand theft after embezzling over $20,000 of insurance premium payments from consumers. The investigation showed that between March 2014 and January 2015 she collected $20,982 in cash premium payments from consumers that were not remitted to the insurance company. Judd credited the consumers’ policies with the payments to keep them in force, but failed to deposit the funds into a premium trust account for the insurance company to pull the payments from. Instead, she kept the cash for her personal benefit. Judd attempted to conceal her actions by depositing personal checks into the premium trust account weeks later, but most of those checks were returned due to insufficient funds. Judd’s insurance license expired in September 2020. The Department is in the process of initiating an administrative action to prevent her from reinstating the license.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release050-2021.cfm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA14420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Department of Insurance\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42731,\n            \"title\": \"Insurance Commissioner Mike Causey to Present Ceremonial Grant Checks to Eight Surry County Rescue Squads on Wednesday\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey will travel to Surry County on Wednesday, May 12, to present ceremonial matching grant checks totaling more than $60,000 to eight area rescue squads. The 2 p.m. presentation will take place at the Dobson Rescue Squad, which is receiving a grant of $11,653.92. The other seven emergency responders receiving grant checks are the C.C. Camp Volunteer Fire Department ($15,950), the Elkin Emergency Rescue Squad ($6,598.50), the Four-Way Volunteer Fire Department ($1,998), the Mountain Park Rescue Squad ($4,186), the Pilot Mountain Rescue and EMS ($5,893.94), the Skull Camp Volunteer Fire Department ($13,675) and the State Road Volunteer Fire Department ($4,187). The grants are part of a more than $1.6 million program going to 120 rescue squads statewide. The rescue squads use the grant money to help purchase needed equipment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/05/11/insurance-commissioner-mike-causey-present-ceremonial-grant-checks-eight-surry-county-rescue-squads\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC265420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Department of Insurance\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42730,\n            \"title\": \"Hurricane Preparedness Week: Insurance Commissioner Mike Causey Urges Storm Readiness\",\n            \"summary\": \"In recognition of Hurricane Preparedness Week, which runs May 9-15, North Carolina Insurance Commissioner Mike Causey urges families to prepare now for hurricane season and the potential of extreme weather. The Atlantic hurricane season runs June 1 to November 30.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/05/11/hurricane-preparedness-week-insurance-commissioner-mike-causey-urges-storm-readiness\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC265320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Department of Insurance\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42729,\n            \"title\": \"Attorney General James Wins Dismissal of NRA’s Fraudulent Bankruptcy, Fight for Dissolution to Continue in New York\",\n            \"summary\": \"New York Attorney General Letitia James today scored a major victory in her case against the National Rifle Association (NRA) when a federal bankruptcy court in Texas rejected the organization’s claims of bankruptcy after the NRA sought to reorganize in Texas, stating, “that the NRA did not file the bankruptcy petition in good faith.” Despite its attempts to escape New York’s jurisdiction, Attorney General James will now continue to pursue her enforcement action against the NRA, in addition to seeking a number of other forms of relief she requested when initially filing her lawsuit last summer.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-wins-dismissal-nras-fraudulent-bankruptcy-fight\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5344020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New York State Office of the Attorney General\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 42728,\n            \"title\": \"Order Reinstating License After Suspension Against Lisa M. Wilsey\",\n            \"summary\": \"Lisa M. Wilsey (Respondent) is an individual with a last known mailing address of 8204 Kauai Drive Papillion, Nebraska 680446 and a National Producer Number of 18521278. Respondent has filed an application with the Iowa Insurance Division for reinstatement of her suspended license. On November 30, 2020, an order was issued by the Division immediately suspending Respondent’s insurance producer license. It is therefore ordered that: Respondent’s nonresident insurance producer license is reinstated; and Respondent shall immediately be permitted to transact and participate in the business of insurance in Iowa.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-lisa-m-wilsey-0\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO1410759620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Order Reinstating License After Suspension\",\n            \"agency_name\": \"Iowa Insurance Division\",\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"id\": 42727,\n            \"title\": \"Attorney General Alan Wilson Announces Price Gouging Statute in Effect Because of Pipeline Disruption\",\n            \"summary\": \"South Carolina Attorney General Alan Wilson today announced that he has declared an abnormal disruption in the market following the hacking of the Colonial Pipeline and therefore the state’s price gouging statute is in effect. The price gouging law (SC 39-5-145) is a general prohibition of unconscionable prices during times of disaster. Price gougers can be charged for excessive pricing, a misdemeanor offense punishable with a $1,000 fine and/or 30 days in jail.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.scag.gov/archives/42727\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3737SC4272720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Carolina Office of the Attorney General\",\n            \"state_name\": \"South Carolina\"\n        },\n        {\n            \"id\": 42726,\n            \"title\": \"Governor Northam Declares State of Emergency After Colonial Pipeline Ransomware Cyberattack\",\n            \"summary\": \"Governor Ralph Northam today signed Executive Order Seventy-Eight declaring a state of emergency in Virginia to address gasoline supply disruptions throughout the Commonwealth. On May 7, 2021, the Colonial Pipeline system, which is the primary fuel source for many Virginia retailers, reported a ransomware cyberattack that resulted in a temporary shutdown. While the U.S. Environmental Protection Agency (EPA) has issued a temporary fuel transportation waiver to increase the supply of gasoline, the Governor’s emergency declaration allows state agencies to issue their own waivers as required by the state. Executive Order Seventy-Eight also provides increased flexibility and funding for state and local governments to ensure adequate fuel supply.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/may/headline-895080-en.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA89508020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Virginia Office of the Governor\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42725,\n            \"title\": \"Several Central Kentucky Farmers Plead Guilty to Charges Related to Crop Insurance Fraud\",\n            \"summary\": \"Several Central Kentucky men, Roger Wilson, Robert Livingood, John Watkins, and Morgan Wayne Culbertson pleaded guilty in federal court Monday, to charges related to crop insurance fraud. Jesse Smith and R. Chad Price face a maximum sentence of five years in prison and a fine of $250,000. Jesse Smith, R. Chad Price, Roger Wilson. John D. Watkins are scheduled to be sentenced on August 19, 2021. Wilson faces a maximum sentence of five years in prison and a fine of $250,000, while Watkins faces a maximum of thirty years in prison and a fine of $1,000,000. Robert Livingood and Morgan Culbertson face a maximum sentence of five years in prison and a fine of $250,000 and are scheduled to be sentenced on August 12, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://insurance.ky.gov/Documents/Department of Justice.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3656KYS886020450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kentucky Department of Insurance\",\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"id\": 42724,\n            \"title\": \"“It’s time to get back to work” – Governor Little Ends Idaho’s Participation in all Federal Pandemic Unemployment Compensation Programs\",\n            \"summary\": \"Governor Brad Little announced today Idaho will end its participation in three federal pandemic unemployment compensation programs to help employers get workers back on the job.  “Employers are telling me one of the big reasons they cannot recruit and retain some workers is because those employees are receiving more on unemployment than they would while working. We see ‘Help Wanted’ signs everywhere. Idaho has the strongest economy in the nation, and we are a top 10 state for best employment, but there is more we can do. It’s time to get back to work,” Governor Little said.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.idaho.gov/pressrelease/its-time-to-get-back-to-work-gov-little-ends-idahos-participation-in-all-federal-pandemic-unemployment-compensation-programs/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3651ID84923\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Idaho Office of the Governor\",\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"id\": 42723,\n            \"title\": \"Staff Statement on Funds Registered Under the Investment Company Act Investing in the Bitcoin Futures Market\",\n            \"summary\": \"The Division of Investment Management (‘IM’) staff strongly encourages any investor interested in investing in a mutual fund with exposure to the Bitcoin futures market, to carefully consider the risk disclosure of the fund, the investor’s own risk tolerance, and the possibility, as with all investing, of investor loss. Among other things, investors should understand that Bitcoin, including gaining exposure through the Bitcoin futures market, is a highly speculative investment. As such, investors should consider the volatility of Bitcoin and the Bitcoin futures market, as well as the lack of regulation and potential for fraud or manipulation in the underlying Bitcoin market. As with any fund investment, investors should focus on the level of risk they are taking on, and the level of risk they are comfortable taking on, prior to making an investment.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/public-statement/staff-statement-investing-bitcoin-futures-market\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECFAA20AEE20210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Statement\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42722,\n            \"title\": \"Trading Suspension in the Securities of China Soar Information Technology, Inc.\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of China Soar Information Technology, Inc. (CNRQ) commencing at 9:30 a.m. EDT on May 11, 2021 and terminating at 11:59 p.m. EDT on May 24, 2021. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-91829.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349182920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Trading Suspension\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42721,\n            \"title\": \"Trading Suspension in the Securities of Cerebain Biotech Corp.\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of Cerebain Biotech Corp. (CBBT) commencing at 9:30 a.m. EDT on May 11, 2021 and terminating at 11:59 p.m. EDT on May 24, 2021. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-91827.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349182720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Trading Suspension\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42720,\n            \"title\": \"Trading Suspension in the Securities of Ameritek Ventures, Inc.\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of Ameritek Ventures, Inc. (ATVK) commencing at 9:30 a.m. EDT on May 11, 2021 and terminating at 11:59 p.m. EDT on May 24, 2021. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-91823.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349182320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Trading Suspension\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42719,\n            \"title\": \"Trading Suspension in the Securities of Alphacom Holdings, Inc.\",\n            \"summary\": \"The U.S. Securities and Exchange Commission announced the temporary suspension of trading in the securities of Alphacom Holdings, Inc. (AHAD) commencing at 9:30 a.m. EDT on May 11, 2021 and terminating at 11:59 p.m. EDT on May 24, 2021. The Commission temporarily suspended trading in the securities of the foregoing company due to a lack of current and accurate information about the company because it has not filed certain periodic reports with the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/suspensions/2021/34-91820.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349182020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Trading Suspension\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42718,\n            \"title\": \"New Handbook Available for Potential IAR CE Course Content Providers\",\n            \"summary\": \"The North American Securities Administrators Association (NASAA) today announced the availability of a handbook to help potential content providers prepare to meet the requirements for investment adviser representative continuing education (IAR CE) programs. In November 2020, NASAA announced that its membership had voted to adopt a model rule to set parameters by which NASAA members could implement continuing education programs for investment adviser representatives in their jurisdictions. The model rule has a products and practices component and an ethics component and is intended to be compatible with other continuing education programs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nasaa.org/57540/new-handbook-available-for-potential-iar-ce-course-content-providers/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2918NASAA5754020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North American Securities Administrators Association\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42717,\n            \"title\": \"Application Filed Under the Investment Company Act for the Advisors' Inner Circle Fund, Cambiar Investors, LLC, and SEI Investments Distribution Co.\",\n            \"summary\": \"The Advisors’ Inner Circle Fund, Cambiar Investors, LLC, and SEI Investments Distribution Co. filed an application on January 7, 2021 and an amendment to the application on March 30, 2021, requesting an order of the Investment Company Act for an exemption. Accordingly, in the matter of The Advisors’ Inner Circle Fund, et al. it is ordered that the requested exemption is granted, effective immediately, subject to the conditions contained in the application, as amended.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34268.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3426820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42716,\n            \"title\": \"Order Approving Proposed Rule Change Relating to the ICC Clearing Rules and ICC Exercise Procedures\",\n            \"summary\": \"On March 25, 2021, ICE Clear Credit LLC (ICC) filed with the Securities and Exchange Commission, a proposed rule change to revise the ICC Clearing Rules and the ICC Exercise Procedures in connection with the clearing of credit default index Swaptions. The proposed rule change was published for comment in the Federal Register on April 7, 2021. The Commission did not receive comments regarding the proposed rule change.  It is therefore ordered that the proposed rule change, be, and hereby is, approved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/icc/2021/34-91834.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"273CCR349183420210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"ICE Clear Credit LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42715,\n            \"title\": \"Summary Cease and Desist Order Against Securities Fund Investors, Inc.\",\n            \"summary\": \"Securities Fund Investors, Inc. (SFI) conducts its business on the internet, principally by means of a website accessible at http://www.securitiesfundinvestors.com. SFI hold itself out as an incorporated entity, but a corporate search failed to locate any active corporation with the name “Securities Fund Investors, Inc.” SFI purports to be located at 745 Broad St, Newark, New Jersey 07102, which it is not.  SFI is offering securities that are not registered with the Bureau. SFI is engaging in fraud in connection with the offer of securities. On this 10th day of May 2021 hereby ordered that: SFI and any person, employee, officer, director, entity, agent, SFI representative, or independent contractor under SFI direction or control immediately CEASE AND DESIST from: (a)  offering for sale any security in New Jersey,  (b) acting as broker-dealers or agents in New Jersey, (c)  making material misstatements of fact, or omitting to state material facts, and (d) violating any other provisions of the Securities Law.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.njconsumeraffairs.gov/Actions/SecuritiesFundInvestors_CD_10May2021.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2595NJSC318220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Summary Cease and Desist Order\",\n            \"agency_name\": \"New Jersey Bureau of Securities\",\n            \"state_name\": \"New Jersey\"\n        },\n        {\n            \"id\": 42714,\n            \"title\": \"Public Hearing - Alaska Municipal Bond Bank Authority\",\n            \"summary\": \"Notice is hereby given that a public hearing will be conducted by an Authorized Officer of the Alaska Municipal Bond Bank on Tuesday, May 18, 2021 at 11:00 a.m. Alaska time via  telephonic attendance. The purpose of hearing is to provide public comments on a request by the City and Borough of Juneau, Alaska that the Bond Bank issue up to $7,500,000 principal amount of the Bond Bank’s General Obligation Refunding Bonds, 2021 Series Three (AMT Forward Delivery) for the purposes of refinancing the costs related to the expansion of the existing downtown cruise ship dock between 470 and 510 South Franklin Street, Juneau, Alaska 99801.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=128039\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20246020210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Alaska Department of Revenue\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42713,\n            \"title\": \"Canceled - Public Meeting of the Alaska Student Loan Corporation Ad Hoc Subcommittee - Canceled\",\n            \"summary\": \"The Alaska Student Loan Corporation Board ad hoc subcommittee has CANCELLED their meeting on Thursday, May 13, 2021 at 1:00 p.m. to 1:30 p.m.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=128046\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20238320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Agency Meetings\",\n            \"agency_name\": \"Alaska Department of Education and Early Development\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42712,\n            \"title\": \"IRS Offers Overview of Tax Provisions in American Rescue Plan; Retroactive Tax Benefits Help Many People Now Preparing 2020 Returns\",\n            \"summary\": \"The Internal Revenue Service today provided an overview of some of the key tax provisions in the American Rescue Plan Act. Several provisions affect the 2020 tax return people are filling out this filing season, including one exempting up to $10,200 in unemployment compensation from tax and another benefiting many people who purchased subsidized health coverage through either federal or state Health Insurance Marketplaces. In addition, the law also includes a third round of Economic Impact Payments, now going out to eligible Americans, that are generally equal to $1,400 per person for most people, as well as several other key changes for tax-year 2021. In the meantime, the IRS urges taxpayers who have already filed their 2020 returns to avoid filing amended returns, refund claims or contacting the IRS about obtaining newly-enacted tax benefits. Taking any of these actions now will not speed up a future refund and may even slow down an existing refund claim. Instead, as noted below, the IRS will automatically provide these benefits to eligible filers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-offers-overview-of-tax-provisions-in-american-rescue-plan-retroactive-tax-benefits-help-many-people-now-preparing-2020-returns\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS28920210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42710,\n            \"title\": \"Fed President Patrick Harker Sees 7 Percent GDP Growth in 2021\",\n            \"summary\": \"Patrick T. Harker, president and CEO of the Federal Reserve Bank of Philadelphia, told a virtual audience today that a combination of increased vaccinations, falling COVID-19 case rates, and a strong shot of fiscal stimulus should stoke economic growth in 2021. Harker, addressing the CFA Society Philadelphia, forecast national GDP growth of 7 percent for the year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.philadelphiafed.org/the-economy/210511-fed-president-patrick-harker-sees-7-percent-gdp-growth-in-2021\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"134FEDP6211320210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Reserve Bank of Philadelphia\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42709,\n            \"title\": \"Public Meeting May 13, 2021\",\n            \"summary\": \"The Wyoming State Banking Board will Convene on Thursday, May 13, 2021, via telephone, beginning at 9:00 am to discuss The A7p Trust Company Charter. Persons wishing to listen to/attend The Board’s Public Meeting may contact Marie Castleberry, of the Department of Audit, Division Of Banking at (307) 777-7797 or at Wyomingbankingdivision@Wyo.Governor\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://wyomingbankingdivision.wyo.gov/home/pressreleases/noticeofpublicmeetingmay132021\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1325WY378720210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Wyoming Division of Banking\",\n            \"state_name\": \"Wyoming\"\n        },\n        {\n            \"id\": 42708,\n            \"title\": \"Order Instituting Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change to Allow Invesco Focused Discovery Growth ETF and Invesco Select Growth ETF to Strike and Publish Multiple Intraday Net Asset Values\",\n            \"summary\": \"On January 22, 2021, CBOE BZX Exchange, Inc. filed with the Securities and Exchange Commission, a proposed rule change to allow Invesco Focused Discovery Growth ETF and Invesco Select Growth ETF to strike and publish multiple intraday net asset values. The proposed rule change was published for comment in the Federal Register on February 10, 2021. Interested persons are invited to submit written data, views, and arguments regarding whether the proposal should be approved or disapproved. All submissions should refer to File Number SR-CBOEBZX-2021-014.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-91845.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349184520210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42707,\n            \"title\": \"Proposed Rule Change to Increase the National Securities Clearing Corporation's Minimum Required Fund Deposit\",\n            \"summary\": \"Notice is hereby given that on April 26, 2021, National Securities Clearing Corporation filed with the Securities and Exchange Commission the proposed rule change that consists of modifications to NSCC’s Rules & Procedures in order to increase the minimum Required Fund Deposit for each Member. Currently, each Member is required to maintain a minimum Required Fund Deposit amount of $10,000. The proposed increase in the minimum Required Fund Deposit is $250,000.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nscc/2021/34-91809.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12579NSCC349180920210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"National Securities Clearing Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42706,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend BX Rules at Options 3, Section 7, Types of Orders and Order and Quote Protocols, and Options 3, Section 15, Risk Protections\",\n            \"summary\": \"Notice is hereby given that on April 29, 2021, NASDAQ BX, Inc. filed with the Securities and Exchange Commission the proposed rule change  to amend BX Rules at Options 3, Section 7, Types of Orders and Order and Quote Protocols, and Options 3, Section 15, Risk Protections. The Exchange proposes to amend BX’s Rules at Options 3, Section 15, Risk Protections, to describe Size Limitation and note its application to Opening Only Orders and Immediate-orCancel Orders within Options 3. Also, technical changes are proposed within Options 3, Section 7(e)(1)(B) which describes the Specialized Quote Feed or “SQF”. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/bx/2021/34-91838.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12564BX349183820210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ BX, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42705,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the Fee Schedule on the BOX Options Market LLC Facility to Establish a Policy Relating to Billing Errors\",\n            \"summary\": \"Notice is hereby given that on May 6, 2021, BOX Exchange LLC filed with the Securities and Exchange Commission the proposed rule change to amend the Fee Schedule on the BOX Options Market LLC facility to establish a policy relating to billing errors. The Exchange would adopt language that would provide that all fees and rebates assessed prior to the three full calendar months before the month in which the Exchange becomes aware of a billing error shall be considered final. The Exchange will resolve an error by crediting or debiting Participants and Non-Participants based on the fees or rebates that should have been applied in the three full calendar months preceding the month in which the Exchange became aware of the error, which includes all impacted transactions that occurred during those months. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/box/2021/34-91836.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12563BOX349183620210511\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Box Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42704,\n            \"title\": \"Texas Deputy Commissioner Kurt Purdom to Retire\",\n            \"summary\": \"Deputy Commissioner Kurt Purdom announced his retirement effective August 31, 2021. The announcement comes after serving over 39-years in bank regulatory supervision with the Department of Banking. Mr. Purdom has held the position of Deputy Banking Commissioner since November 2018. Mr. Purdom joined the Texas Department of Banking as an examiner in 1982. In his 39 years of experience in the regulation and supervision of financial service providers, Mr. Purdom has held various positions with the Texas Department of Banking, including Field Examiner, Review Examiner, Regional Director, Director of Strategic Support, and Director of Banking and Trust Supervision.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/news/press-releases/2021/05-10-21pr.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1167TX47AC9120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-11\",\n            \"alert_type_name\": \"Alert\",\n            \"agency_name\": \"Texas Department of Banking\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42552,\n            \"title\": \"Senate Bill 28: Rural Broadband and Digital Infrastructure Video Competition Reform Act of 2021\",\n            \"summary\": \"Senate Bill May 10 hearing postponed by committee. The Rural Broadband and Digital Infrastructure Video Competition Reform Act of 2021 requires the California Department of Technology (CDT) to compile an inventory of state-owned resources that may be available for use in the deployment of broadband, as specified; expands the authority of the California Public Utilities Commission (CPUC) to regulate cable video franchises, as specified; and, requires the CPUC to consult with local governments regarding franchise violations, as specified.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB28\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENMASB283820210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42553,\n            \"title\": \"Senate Bill 12: Local Government: Planning and Zoning: Wildfires\",\n            \"summary\": \"Senate Bill Set for hearing May 17. Imposes certain fire hazard planning responsibilities on local governments and requires cities and counties to make specified findings on fire standards prior to permitting development in the very high fire hazard severity zone (VHFHSZ).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB12\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB122320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42554,\n            \"title\": \"Senate Bill 18: Green Electrolytic Hydrogen\",\n            \"summary\": \"Senate Bill Set for hearing May 17. This bill establishes a new definition for green hydrogen, requires the California Air Resources Board (CARB) to include a strategic plan for green hydrogen in the Climate Change Scoping Plan, requires the California Public Utilities Commission (CPUC) to consider green hydrogen in resource adequacy requirements, and it classifies green hydrogen as a zero-carbon resource for electric utility procurement plans. This bill also requires the California Energy Commission (CEC) to submit a report to the Legislature on the uses of green hydrogen for transportation and energy decarbonization.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB18\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB182320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42555,\n            \"title\": \"Senate Bill 28: Rural Broadband and Digital Infrastructure Video Competition Reform Act of 2021\",\n            \"summary\": \"Senate Bill Set for hearing May 17. This bill expands the authority of the California Public Utilities Commission (CPUC) to regulate cable video franchises, modifies annual data reporting requirements for video service provider holding a state video franchise, requires the CPUC to consult with local governments regarding franchise violations, and requires the CPUC to evaluate a franchisee’s service obligations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB28\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB282320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42556,\n            \"title\": \"Senate Bill 8: Housing Crisis Act of 2019\",\n            \"summary\": \"Senate Bill Set for hearing May 17. Extends the sunset on the Housing Crisis Act of 2019 by five years, to January 1, 2030, and makes other changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB8\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSESB82320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42557,\n            \"title\": \"Meeting of the Board of Accountancy, June 10, 2021\",\n            \"summary\": \"The Board of Accountancy announces a telephone conference call to which all persons are invited on June 10, 2021, 9:30 a.m. EST. The Education Advisory Committee will consider items relating to the education requirements to sit for the CPA examination.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24298711\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2429871120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Department of Business and Professional Regulation\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42558,\n            \"title\": \"Meeting of the State Board of Administration, May 24, 2021\",\n            \"summary\": \"The State Board of Administration announces a public meeting to which all persons are invited on Monday, May 24, 2021, at 9:30 a.m. EST. Due to changing concerns surrounding COVID-19, the meeting will be held virtually only. The meeting is being held to discuss general business of the Audit Committee.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24507940\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2450794020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida State Board of Administration\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42559,\n            \"title\": \"Meetiing of the Florida Municipal Pension Trust Fund (FMPTF), June 3, 2021\",\n            \"summary\": \"The Florida Municipal Pension Trust Fund (FMPTF) announces a public meeting to which all persons are invited on Thursday, June 3, 2021, at 11:00 a.m. EST.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24511820\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451182020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida League of Cities\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42560,\n            \"title\": \"Meeting of the Florida Municipal Investment Trust, June 3, 2021\",\n            \"summary\": \"The Florida Municipal Investment Trust (FMIvT) announces a public meeting to which all persons are invited on Thursday, June 3, 2021, at 1:00 p.m. EST.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24511917\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451191720210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida League of Cities\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42561,\n            \"title\": \"Meeting of the the Florida Municipal Insurance Trust (FMIT), June 4, 2021\",\n            \"summary\": \"The Florida Municipal Insurance Trust (FMIT) announces a public meeting to which all persons are invited on Friday, June 4, 2021, 8:30 a.m. EST.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24512014\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451201420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida League of Cities\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42562,\n            \"title\": \"Insurance Regulation: Proposed Rule\",\n            \"summary\": \"Some forms currently incorporated by reference in 69O-136.080 are revised and moved to 69O-136.100, as well as adding the process and forms for a person to attempt to rebut a presumption of control. 69O-136.090 is created concerning the acquisition of controlling stock of a specialty insurer and the process and forms for a person to attempt to rebut a presumption of control. 69O-136.100 is created for the eventual incorporation of all forms in 69O-136. 69O-136.080 and 69O-136.090 concern the acquisition and mergers of insurers and specialty insurers and incorporates the required forms in 69O-136.100.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=69O-136.080&PDate=5/10/2021&Section=2#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451230520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Proposed Rule\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42563,\n            \"title\": \"Meeting of the Florida Development Finance Corporation\",\n            \"summary\": \"The Board of Directors for the Florida Development Finance Corporation announces a public meeting to which all persons are invited on Wednesday, May 19, 2021, at 2:00 p.m. EST. This meeting will discuss the following: Meeting Minutes: 3/17/21 Board Meeting, Bond Resolution No. 21-07: IMG Holding, LLC, Bond Resolution No. 21-08: Global Outreach Charter Academy 2021, Resolution No. 21-09: GreenRock Healthcare Capital LLC as a C-PACE Provider, New Applications, FY21-22 Budget – Draft, Executive Director Performance Evaluation FY19-20, Update Staff Signature Authority List, Legislative Update.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24512790\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451279020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Development Finance Corporation\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42564,\n            \"title\": \"Meeting of the Department of Agriculture and Consumer Services, May 27, 2021\",\n            \"summary\": \"The Department of Agriculture and Consumer Services announces a telephone conference call to which all persons are invited on May 27, 2021, at 3:00 p.m. EST. This is a town hall meeting with the Cannabis Director to discuss hemp industry questions from the public.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24514051\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451405120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Department of Agriculture and Consumer Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42565,\n            \"title\": \"Meeting of the Department of Agriculture and Consumer Services, Hemp Advisory Committee, May 20, 2021\",\n            \"summary\": \"The Department of Agriculture and Consumer Services announces a telephone conference call to which all persons are invited on May 20, 2021, 3:00 p.m. EST. This is a meeting of the Hemp Advisory Committee to conduct general business.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24514536\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451453620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Department of Agriculture and Consumer Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42566,\n            \"title\": \"Commission Finds Prescott Man Defrauded Investors\",\n            \"summary\": \"The Corporation Commission ordered former investment adviser representative Glen D. Hinshaw of Prescott and his affiliated company to pay $376,000 in restitution and a $15,000 administrative penalty for defrauding investors. The Commission found that Hinshaw was the CEO of Resa Wearables, Inc., which was in the business of selling 3D-printed, custom insoles for shoes. The Commission found Hinshaw and Resa Wearables raised capital by selling convertible notes and company stock to investors. The Commission found Hinshaw often solicited investors in Prescott with a slide show presentation about Resa Wearables and its presence within large box retailers. However, the Commission found Hinshaw and Resa Wearables failed to disclose a prior stipulated fraud judgment of $2.8 million against Hinshaw obtained by three of his former investment advisory clients. In settling this matter, the respondents neither admit nor deny the Commission’s findings, but agree to the entry of the consent order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/05/06/commission-finds-prescott-man-defrauded-investors\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ499620210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Arizona Corporation Commission - Securities Division\",\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"id\": 42567,\n            \"title\": \"Commission Orders Halt to Million-Dollar Promissory Note Scheme and Restitution for Investors\",\n            \"summary\": \"The Corporation Commission issued a default order against David Miller, Jayson Papa and their affiliated companies for defrauding investors with a million-dollar promissory note scheme. Respondents were ordered to pay, jointly and severally, a $100,000 administrative penalty with each owing varying restitution amounts totaling $992,980. The Commission found that Miller and Papa were the owners of Meroe Capital Group, Ltd, Castle International, Inc. and Castle Air Holdings, Inc. The Commission found Miller, Papa and their affiliated companies falsely represented Meroe and Miller as operating a Wall Street firm when Meroe was actually a one-man operation in Scottsdale with a virtual office in New York. The Commission found respondents fraudulently sold promissory notes to 11 investors, totaling $1,119,425. Investors have received a total of $259,445 in repayments.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.azcc.gov/securities/news/2021/05/06/commission-orders-halt-to-million-dollar-promissory-note-scheme-and-restitution-for-investors\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"144AZ9314020210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Arizona Corporation Commission - Securities Division\",\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"id\": 42568,\n            \"title\": \"Publication of the Minnesota State Register (Volume 45, Issue 45)\",\n            \"summary\": \"This release contains the Minnesota State's Administrative Register Volume: 45, Issue No. 45, as updated on Monday, May 10, 2021 and published by the Department of State. The Rulemaking Guide includes a list of recent rulemaking and agencies notices.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://mn.gov/admin/assets/SR45_45 - Accessible_tcm36-481419.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15280MN10820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"State Register\",\n            \"agency_name\": \"State of Minnesota’s Executive Branch\",\n            \"state_name\": \"Minnesota\"\n        },\n        {\n            \"id\": 42569,\n            \"title\": \"FDIC Consumer News: It’s Time to #GetBanked\",\n            \"summary\": \"#GetBanked Campaign: If you are thinking about opening your first bank account, a “checkless” checking account could be a good option. With a checkless account, you can make purchases with a debit card and many FDIC-insured checkless checking accounts allow you to access your account and pay your bills online or through a mobile app.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d86730\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4773663920210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Consumer Alert\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42570,\n            \"title\": \"FDIC Announces Settlement with Umpqua Bank, Roseburg, Oregon for Unfair and Deceptive Practices in Violation of Section 5 of the Federal Trade Commission Act\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today announced a settlement with Umpqua Bank, Roseburg, Oregon, for engaging in unfair and deceptive practices, in violation of Section 5 of the Federal Trade Commission Act (Section 5).  Umpqua Bank stipulated to the issuance of an Order to Pay Civil Money Penalty (CMP) in the amount of $1.8 million. The FDIC determined that Umpqua Bank engaged in Section 5 violations related to collection practices involving commercial equipment financing through its wholly owned subsidiary, Financial Pacific Leasing, Inc. (FinPac).  The FDIC determined that FinPac’s collection fee practices were unfair and deceptive.  Specifically, FinPac charged various undisclosed collection fees to borrowers whose accounts were past due, such as collection call and letter fees and third-party collection fees. The FDIC also determined that certain collection practices at FinPac were unfair and deceptive.  FinPac engaged in excessive and sequential collection calls to customers, even when customers requested that FinPac stop these calls.  FinPac also disclosed information about the customers’ debts to third parties.  Lastly, FinPac advised borrowers FinPac would report delinquencies on commercial debt to the consumer reporting agencies, when its policy and practice was not to report such delinquencies to the consumer reporting agencies. Umpqua Bank agreed to the issuance of the Order without admitting or denying these violations.  In addition, the Bank voluntarily paid restitution totaling approximately $1,628,000 to the 16,902 customers who were charged the undisclosed collection fees.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d869da\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4773733220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42571,\n            \"title\": \"Court Enters Judgments Against Promoters in Pump-And-Dump Scheme\",\n            \"summary\": \"The U.S. District Court for the Central District of California has entered final judgments against the remaining three defendants in a 2019 SEC action charging them for their alleged roles in a pump-and-dump scheme in the stock of southern California beverage and cannabis company Green Cures & Botanical Distribution, Inc. The SEC previously charged Ishmail Calvin Ross, Zachary Logan, Jessica Snyder, and David N. Osegueda with deceiving a brokerage firm into allowing Ross, Logan, and Osegueda to deposit their Green Cures stock into their accounts in advance of their pumping up the company's stock price through a promotional campaign. Ross, Logan, and Osegueda then allegedly dumped their shares on unsuspecting investors, generating approximately $1.9 million in illicit proceeds.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25087.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2508720210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Litigation Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42572,\n            \"title\": \"False Advertising, Misrepresentation of Insured Status, and Misuse of the FDIC’s Name or Logo\",\n            \"summary\": \"The Federal Deposit Insurance Corporation is seeking comment on a proposed rule to implement section 18(a)(4) of the Federal Deposit Insurance Act. Section 18(a)(4) of the Federal Deposit Insurance Act prohibits any person from making false or misleading representations about deposit insurance or from using the Federal Deposit Insurance Corporation’s name or logo in a manner that would imply that an uninsured financial product is insured or guaranteed by the Federal Deposit Insurance Corporation. The proposed rule would describe: 1. the process by which the Federal Deposit Insurance Corporation will identify and investigate conduct that may violate section 18(a)(4) of the Federal Deposit Insurance Act; 2. the standards under which such conduct will be evaluated; and 3. the procedures which the Federal Deposit Insurance Corporation will follow when formally and informally enforcing the provisions of section 18(a)(4) of the Federal Deposit Insurance Corporation Act.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-08690/false-advertising-misrepresentation-of-insured-status-and-misuse-of-the-fdics-name-or-logo\",\n            \"federal_register_number\": \"2021-08690\",\n            \"regalytics_alert_id\": \"1891FR20210869020210510\",\n            \"proposed_comments_due_date\": \"2021-07-09\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42574,\n            \"title\": \"Civil Monetary Penalty Inflation Adjustments for 2021\",\n            \"summary\": \"This final rule amends the U.S. Department of Agriculture's civil monetary penalty regulations by making inflation adjustments as mandated by the Federal Civil Penalties Inflation Adjustment Act Improvements Act of 2015. The adjustments are provided within this document.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09542/civil-monetary-penalty-inflation-adjustments-for-2021\",\n            \"federal_register_number\": \"2021-09542\",\n            \"regalytics_alert_id\": \"1891FR20210954220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": \"2021-05-10\",\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Rule\",\n            \"agency_name\": \"U.S. Department of Agriculture\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42575,\n            \"title\": \"Final Flood Hazard Determinations\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) makes the final determinations for the new or modified flood hazard information for each community listed in the document and summarized below. Interested lessees and owners of real property are encouraged to review the new or revised FIRM and FIS report available at the address cited within this notice for each community or online through the FEMA Map Service Center. The flood hazard determinations are made final in the watersheds and/or communities listed in the table of this notice. The above-mentioned communities are located within the following larger region areas: Yavapai County, Arizona and Incorporated Areas; Stanislaus County, California and Incorporated Areas; Gem County, Idaho and Incorporated Areas; Wabaunsee County, Kansas and Incorporated Areas; Mason County, Michigan (All Jurisdictions); Snyder County, Pennsylvania (All Jurisdictions).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09632/final-flood-hazard-determinations\",\n            \"federal_register_number\": \"2021-09632\",\n            \"regalytics_alert_id\": \"1891FR20210963220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": \"2021-08-24\",\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42576,\n            \"title\": \"Privacy Act, System of Records: Employment Navigator Case Management System\",\n            \"summary\": \"The Department of Labor is providing notice of a new System of Records titled: “Employment Navigator Case Management System.”  The Employment Navigators will be located on-site at specific military installations. Their primary duty is to assist transitioning service members by finding suitable employment before the transition to the civilian workforce occurs. A cloud-based case management system is required to collect certain key data elements, including personally identifiable (PII) information, for the purposes of employment outcome analysis and return on investment calculations. Because of the nature of geographic spread of Employment Navigators, Transition Assistance Program (TAP) partners, and VETS staff, a cloud-based data entry and reporting system must be available to all users wherever internet access is available. The PII will be matched with external data sources, such as the National Directory of New Hires, to produce validated employment outcomes, as well as reducing burden on Employment Navigators to conduct follow-up assessments with services members or veterans. The proposed system will be vital to safeguarding the information collected while receiving services from an Employment Navigator, or approved partner.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09669/privacy-act-of-1974-system-of-records\",\n            \"federal_register_number\": \"2021-09669\",\n            \"regalytics_alert_id\": \"1891FR20210966920210510\",\n            \"proposed_comments_due_date\": \"2021-06-09\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": \"2021-06-09\",\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Labor\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42577,\n            \"title\": \"Notice of Requests for Nominations of the Advisory Committee on Risk-Sharing Mechanisms\",\n            \"summary\": \"The Federal Insurance Office (FIO) within the Department of the Treasury invites the public to submit expressions of interest in serving as members of the Advisory Committee on Risk-Sharing Mechanisms (ACRSM). The ACRSM, a federal advisory committee of representatives of the affected sectors of the insurance industry that participate or desire to participate in the market for terrorism risk insurance, was established in 2015 under the Terrorism Risk Insurance Program Reauthorization Act of 2015 (the Reauthorization Act). The ACRSM provides FIO with nonbinding advice and recommendations with respect to (1) the creation and development of non-governmental, private market risk-sharing mechanisms for protection against losses arising from acts of terrorism; and (2) FIO’s administration of the Terrorism Risk Insurance Program (TRIP). Potential candidates must meet the membership criteria set forth in the provided notice. The submissions must be received by FIO no later than June 15, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09753/request-for-expressions-of-interest-in-membership-on-the-advisory-committee-on-risk-sharing\",\n            \"federal_register_number\": \"2021-09753\",\n            \"regalytics_alert_id\": \"1891FR20210975320210510\",\n            \"proposed_comments_due_date\": \"2021-06-15\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42578,\n            \"title\": \"2021 Pricing of Numismatic Gold, Commemorative Gold, Platinum, and Palladium Products Grid\",\n            \"summary\": \"The United States Mint of the Department of Treasury is announcing 2021 revisions to include price increases for the American Eagle Gold Proof Coin, American Eagle Gold Uncirculated Coin, American Buffalo Gold Proof Coin, American Liberty Gold Coin, and Mayflower Gold Coins within the Pricing of Numismatic Gold, Commemorative Gold, Platinum, and Palladium Products Grid. An excerpt of the grid with a recent price range for the American Eagle Gold Proof coins appears in the notice document. Pricing can vary weekly dependent upon the London Bullion Market Association gold, platinum, and palladium prices weekly average. The pricing for all United States Mint numismatic gold, platinum, and palladium products is evaluated every Wednesday and modified as necessary.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09764/2021-pricing-of-numismatic-gold-commemorative-gold-platinum-and-palladium-products-grid\",\n            \"federal_register_number\": \"2021-09764\",\n            \"regalytics_alert_id\": \"1891FR20210976420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"United States Mint\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42579,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE EDGA Exchange, Inc. (“Exchange” or “EDGA”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The proposed rule change is now effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09766/self-regulatory-organizations-cboe-edga-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09766\",\n            \"regalytics_alert_id\": \"1891FR20210976620210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE EDGA Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42580,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE Exchange, Inc. (“Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09767/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09767\",\n            \"regalytics_alert_id\": \"1891FR20210976720210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42581,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE BYX Exchange, Inc. (“Exchange” or “BYX”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The proposed rule change is now effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09768/self-regulatory-organizations-cboe-byx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09768\",\n            \"regalytics_alert_id\": \"1891FR20210976820210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE BYX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42582,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE BZX Exchange, Inc. (“Exchange” or “BZX”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09769/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09769\",\n            \"regalytics_alert_id\": \"1891FR20210976920210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42583,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Concerning Video Conference Hearings\",\n            \"summary\": \"On April 28, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend the expiration date of the temporary amendments in SR-NASDAQ-2020-076 from April 30, 2021, to August 31, 2021. The Exchange has determined that there is a continued need for the temporary relief provided by the rule for several months beyond April 30, 2021. Accordingly, the Exchange proposes to extend the expiration date of the temporary rule amendments in SR-NASDAQ-2020-076 from April 30, 2021, to August 31, 2021. This proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09770/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09770\",\n            \"regalytics_alert_id\": \"1891FR20210977020210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"The NASDAQ Stock Market LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42584,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Concerning Video Conference Hearings\",\n            \"summary\": \"On April 28, 2021, NASDAQ GEMX, LLC (“GEMX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend the expiration date of the temporary amendments in SR-GEMX-2020-21 from April 30, 2021, to August 31, 2021. The Exchange originally filed proposed rule change SR-GEMX-2020-21, which allows the Exchange Review Council (“ERC”) to conduct hearings in connection with appeals of Membership Application Program decisions, on a temporary basis, by video conference, if warranted by the current COVID-19-related public health risks posed by an in-person hearing. While there are signs of improvement, the COVID-19 conditions necessitating the temporary amendments persist and, based on its assessment of current COVID-19 conditions and the lack of certainty as to when COVID-19-related health concerns and corresponding restrictions will meaningfully subside, the Exchange has determined that there is a continued need for this temporary relief for several months beyond April 30, 2021. Accordingly, the Exchange proposed to extend the expiration date of the temporary rule amendments in SR-GEMX-2020-21 from April 30, 2021, to August 31, 2021; and this rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09771/self-regulatory-organizations-nasdaq-gemx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09771\",\n            \"regalytics_alert_id\": \"1891FR20210977120210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ GEMX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42585,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Concerning Video Conference Hearings\",\n            \"summary\": \"On April 28, 2021, NASDAQ MRX, LLC (“MRX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend the expiration date of the temporary amendments in SR-MRX-2020-23 from April 30, 2021, to August 31, 2021. The Exchange originally filed proposed rule change SR-MRX-2020-23, which allows the Exchange Review Council (“ERC”) to conduct hearings in connection with appeals of Membership Application Program decisions, on a temporary basis, by video conference, if warranted by the current COVID-19-related public health risks posed by an in-person hearing. While there are signs of improvement, the COVID-19 conditions necessitating the temporary amendments persist and, based on its assessment of current COVID-19 conditions and the lack of certainty as to when COVID-19-related health concerns and corresponding restrictions will meaningfully subside, the Exchange has determined that there is a continued need for this temporary relief for several months beyond April 30, 2021. Accordingly, the Exchange proposed to extend the expiration date of the temporary rule amendments in SR-MRX-2020-23 from April 30, 2021, to August 31, 2021. And the foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09772/self-regulatory-organizations-nasdaq-mrx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09772\",\n            \"regalytics_alert_id\": \"1891FR20210977220210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ MRX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42586,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Concerning Video Conference Hearings\",\n            \"summary\": \"On April 28, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend the expiration date of the temporary amendments in SR-PHLX-2020-53 from April 30, 2021, to August 31, 2021. The Exchange originally filed proposed rule change SR-PHLX-2020-53, which allows the Exchange Review Council (“ERC”) to conduct hearings in connection with appeals of Membership Application Program decisions, on a temporary basis, by video conference, if warranted by the current COVID-19-related public health risks posed by an in-person hearing. While there are signs of improvement, the COVID-19 conditions necessitating the temporary amendments persist and, based on its assessment of current COVID-19 conditions and the lack of certainty as to when COVID-19-related health concerns and corresponding restrictions will meaningfully subside, the Exchange has determined that there is a continued need for this temporary relief for several months beyond April 30, 2021. Accordingly, the Exchange proposed to extend the expiration date of the temporary rule amendments in SR-PHLX-2020-53 from April 30, 2021, to August 31, 2021. And the proposed rule change has become effective\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09773/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09773\",\n            \"regalytics_alert_id\": \"1891FR20210977320210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ PHLX LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42587,\n            \"title\": \"Proposed Rule Change to Increase Position Limits for Options on Certain Exchange-Traded Funds and an Exchange-Traded Note\",\n            \"summary\": \"On April 21, 2021, CBOE Exchange, Inc. (“Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to increase position limits for options on certain exchange-traded funds (“ETFs”) and exchange-traded notes (“ETNs”). Position limits are designed to address potential manipulative schemes and adverse market impacts surrounding the use of options, such as disrupting the market in the security underlying the options. While position limits should address and discourage the potential for manipulative schemes and adverse market impact, if such limits are set too low, participation in the options market may be discouraged. The Exchange believes that position limits must therefore be balanced between mitigating concerns of any potential manipulation and the cost of inhibiting potential hedging activity that could be used for legitimate economic purposes. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09774/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"federal_register_number\": \"2021-09774\",\n            \"regalytics_alert_id\": \"1891FR20210977420210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42588,\n            \"title\": \"Order Granting Approval of a Proposed Rule Change of New Rules Providing for the Registration and Obligations of Non-DMM Market Makers\",\n            \"summary\": \"On March 12, 2021, New York Stock Exchange, Inc. (“NYSE” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) proposed new rules providing for the registration and obligations of Non-DMM Market Makers. The Exchange proposed rules governing Non-DMM Market Makers who would be electronic, off-floor market makers. Non-DMM Market Makers would comprise a new category of market participants on the Exchange and would have responsibilities different than those of Designated Market Makers (“DMMs”) and Supplemental Liquidity Providers (“SLPs”). The proposed rule change was published for comment in the Federal Register on March 25, 2021. The Commission has received no comments on the proposed rule change. The Commission is approving the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09775/self-regulatory-organizations-new-york-stock-exchange-llc-order-granting-approval-of-a-proposed-rule\",\n            \"federal_register_number\": \"2021-09775\",\n            \"regalytics_alert_id\": \"1891FR20210977520210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42589,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change Related to the Handling of Displayed Odd Lot Orders and Non-Displayed Orders That Become Locked or Crossed\",\n            \"summary\": \"On April 30, 2021, MEMX LLC (“MEMX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change: (1) The handling of a Limit Order of Odd Lot size with a Displayed instruction that is resting on the MEMX Book and subsequently becomes locked or crossed by an away Trading Center's Protected Quotation; and (2) the handling of a Limit Order with a Non-Displayed instruction that is resting on the MEMX Book and subsequently becomes crossed by an away Trading Center's Protected Quotation. This rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09776/self-regulatory-organizations-memx-llc-notice-of-filing-and-immediate-effectiveness-of-a-proposed\",\n            \"federal_register_number\": \"2021-09776\",\n            \"regalytics_alert_id\": \"1891FR20210977620210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"MEMX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42590,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The Operating Committee had then filed with the SEC a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (“CAT Funding Model”) and to establish a fee schedule for Participant CAT fees (“Proposed CAT Fee Plan Amendment”). The Proposed CAT Fee Plan Amendment describes the CAT Funding Model in detail, including the proposal to charge Industry Members CAT fees. The Participants are required to file with the SEC under Section 19(b) of the Exchange Act any CAT fees applicable to Industry Members that the Operating Committee approves. Accordingly, the purpose of this proposed rule change is to implement the required fee schedule provisions for CAT fees applicable to Industry Members that are BX members in accordance with the CAT Funding Model. The fee schedule provisions were to become operative upon the SEC's approval of the Proposed CAT Fee Plan Amendment. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09777/self-regulatory-organizations-nasdaq-bx-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"federal_register_number\": \"2021-09777\",\n            \"regalytics_alert_id\": \"1891FR20210977720210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ BX, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42591,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ PHLX LLC (“PHLX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09778/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09778\",\n            \"regalytics_alert_id\": \"1891FR20210977820210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ PHLX LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42592,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09779/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09779\",\n            \"regalytics_alert_id\": \"1891FR20210977920210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"The NASDAQ Stock Market LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42593,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ MRX, LLC (“MRX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09780/self-regulatory-organizations-nasdaq-mrx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09780\",\n            \"regalytics_alert_id\": \"1891FR20210978020210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ MRX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42594,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Allow Discretionary Limit Orders to Be Reserve Orders\",\n            \"summary\": \"On April 23, 2021, the Investors Exchange LLC (“IEX” or the “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change  to amend IEX Rule 11.190 to allow a Discretionary Limit (“D-Limit”) order to be a reserve order. As proposed, a D-Limit reserve order will essentially function like any other reserve order, i.e., on entry, it will be processed as a single order, and if not fully executed, the D-Limit reserve order will post to the Order Book and effectively be treated by the System as two discrete orders: The displayed portion of the order will be a displayed D-Limit order, and the reserve portion will be a non-displayed D-Limit order. IEX also proposes to make some conforming edits to the subparagraph headers in the D-Limit order definition to align the rule text with other order definitions. This rule change has been made effective.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09781/self-regulatory-organizations-investors-exchange-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09781\",\n            \"regalytics_alert_id\": \"1891FR20210978120210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42595,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ ISE, LLC (“ISE” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09782/self-regulatory-organizations-nasdaq-ise-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09782\",\n            \"regalytics_alert_id\": \"1891FR20210978220210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ ISE, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42596,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ GEMX, LLC (“GEMX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09784/self-regulatory-organizations-nasdaq-gemx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09784\",\n            \"regalytics_alert_id\": \"1891FR20210978420210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ GEMX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42597,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE C2 Exchange, Inc. (“Exchange” or “C2”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09785/self-regulatory-organizations-cboe-c2-exchange-inc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09785\",\n            \"regalytics_alert_id\": \"1891FR20210978520210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE C2 Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42598,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE EDGA Exchange, Inc. (“Exchange” or “EDGA”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the “CAT NMS Plan” or “Plan”). The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09786/self-regulatory-organizations-cboe-edgx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09786\",\n            \"regalytics_alert_id\": \"1891FR20210978620210510\",\n            \"proposed_comments_due_date\": \"2021-06-01\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE EDGX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42599,\n            \"title\": \"Notice of No Objection to Advance Notice to Amend the Supplemental Liquidity Deposit Requirements\",\n            \"summary\": \"On March 5, 2021, National Securities Clearing Corporation (“NSCC”) filed the advance notice which consists of modifications to Rule 4(A) (Supplemental Liquidity Deposits) of the NSCC’s Rules & Procedures (“Rules”) to (1) calculate and collect, when applicable, supplemental liquidity deposits to NSCC’s Clearing Fund (“Supplemental Liquidity Deposits,” or “SLD”) on a daily basis, rather than only in advance of the monthly expiration of stock options (defined in Rule 4(A) as “Options Expiration Activity Period”); (2) establish an intraday SLD obligation that would apply in advance of Options Expiration Activity Periods and may also be applied on other days, as needed; (3) implement an alternative pro rata calculation of Members’ SLD obligations that may apply in certain circumstances; and (4) simplify and improve the transparency of the description of the calculation, collection and treatment of SLD in Rule 4(A) of the Rules. The proposed change may be implemented if the Commission does not object to the proposed change within 60 days of the later of (i) the date that the proposed change was filed with the Commission or (ii) the date that any additional information requested by the Commission is received. The Commission is hereby providing notice of no objection to the Advance Notice.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09788/self-regulatory-organizations-national-securities-clearing-corporation-notice-of-no-objection-to\",\n            \"federal_register_number\": \"2021-09788\",\n            \"regalytics_alert_id\": \"1891FR20210978820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"National Securities Clearing Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42600,\n            \"title\": \"Meeting of the Emerging Technology Technical Advisory Committee, May 21, 2021\",\n            \"summary\": \"The Emerging Technology Technical Advisory Committee (ETTAC) will meet on May 21, 2021, at 10:30 a.m., Eastern Daylight Time. The meetings will be available via teleconference. The Committee advises the Office of the Assistant Secretary for Export Administration on the identification of emerging and foundational technologies with potential dual-use applications as early as possible in their developmental stages both within the United States and abroad.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09790/emerging-technology-technical-advisory-committee-notice-of-partially-closed-meeting\",\n            \"federal_register_number\": \"2021-09790\",\n            \"regalytics_alert_id\": \"1891FR20210979020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"U.S. Bureau of Industry and Security\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42601,\n            \"title\": \"Workforce Information Advisory Council\",\n            \"summary\": \"The Department of Labor (DOL) invites interested parties to submit nominations for individuals to serve on the Workforce Information Advisory Council (WIAC) and announces the procedures for those nominations. There are vacant positions on the WIAC representing State agencies with responsibility for workforce investment activities (State Workforce Agency representatives) and representatives of State workforce and labor market information (LMI) directors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09792/workforce-information-advisory-council\",\n            \"federal_register_number\": \"2021-09792\",\n            \"regalytics_alert_id\": \"1891FR20210979220210510\",\n            \"proposed_comments_due_date\": \"2021-06-09\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Labor, Employment and Training Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42602,\n            \"title\": \"National Farmworker Jobs Program Proposed Modifications to Allotment Formula: Program Year 2021\",\n            \"summary\": \"This notice of the U.S. Department of Labor (DOL) announces proposed modifications to the allotment formula for the National Farmworker Jobs Program (NFJP), which is authorized under the Workforce Innovation and Opportunity Act (WIOA), Section 167, and presents preliminary State planning estimates for Program Year (PY) 2021. The notice provides information on the amount of funds available during PY 2021 to state service areas awarded grants through Funding Opportunity Announcement FOA-ETA-20-08 for the NFJP Career Services and Training grants and Housing grants. Funds to implement NFJP are appropriated in the Act. In appropriating these funds, Congress provided $87,083,000 for formula grants (of which $86,946,000 was allotted after $137,000 was set aside for program integrity), $6,256,000 for migrant and seasonal farmworker housing (of which not less than 70 percent shall be for permanent housing), and another $557,000 was set aside for discretionary purposes. The U.S. Department of Labor (DOL), Employment and Training Administration (ETA) will accept comments related to the allotment methodology.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09799/employment-and-training-administration-eta-program-year-py-2021-workforce-innovation-and-opportunity\",\n            \"federal_register_number\": \"2021-09799\",\n            \"regalytics_alert_id\": \"1891FR20210979920210510\",\n            \"proposed_comments_due_date\": \"2021-05-24\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": \"2021-07-01\",\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Labor, Employment and Training Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42603,\n            \"title\": \"Survey to Assess Operational and Capacity Status of Housing Counseling Agencies Due to Disaster/National Emergency\",\n            \"summary\": \"HUD is seeking comments on the revision of currently approved information collection concerning: “Survey to Assess Operational Status and Capacity of Housing Counseling Agencies Due to a Disaster/National Emergency.” The Disaster/National Emergency Survey will assess the operational and capacity status of Housing Counseling Agencies impacted by COVID-19 and other disasters and national emergencies. This Survey is necessary to assess the impact of the disasters and national emergencies on the operation of HUD-approved housing counseling agencies. This survey will more accurately assess the current operating status and capacity of housing counseling agencies impacted by disasters or national emergencies. The information collected will be used to identify the needs of the housing counseling agency and to inform OHC about the types of support that would be the most responsive to the needs of agencies and their clients.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09854/60-day-notice-of-proposed-information-collection-survey-to-assess-operational-and-capacity-status-of\",\n            \"federal_register_number\": \"2021-09854\",\n            \"regalytics_alert_id\": \"1891FR20210985420210510\",\n            \"proposed_comments_due_date\": \"2021-07-09\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42604,\n            \"title\": \"Major Disaster Declaration: Mississippi, Public Assistance Only, Incident of Severe Winter Storm\",\n            \"summary\": \"The U.S. Small Business Administration is providing notice of the Presidential declaration of a major disaster, for Public Assistance Only, for the State of Mississippi (FEMA - 4598 - DR), dated 05/04/2021. The Declaration is for the Incident related to a Severe Winter Storm. The physical loan application deadline date is 07/06/2021. The Economic Injury (EIDL) Loan Application Deadline date is 02/04/2022. The following areas have been determined to be adversely affected by the disaster (Primary Counties): Adams, Attala, Choctaw, Claiborne, Copiah, Covington, Franklin, Grenada, Hinds, Jasper, Jefferson, Jefferson Davis, Kemper, Lafayette, Lauderdale, Lawrence, Leake, Lincoln, Neshoba, Newton, Noxubee, Pike, Rankin, Scott, Simpson, Smith, Tallahatchie, Walthall, Warren, Winston, Yazoo and the Mississippi Band of Choctaw Indians.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09857/presidential-declaration-of-a-major-disaster-for-public-assistance-only-for-the-state-of-mississippi\",\n            \"federal_register_number\": \"2021-09857\",\n            \"regalytics_alert_id\": \"1891FR20210985720210510\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42605,\n            \"title\": \"Major Disaster Declaration: Oregon, Public Assistance Only, Incident of Severe Winter Storm\",\n            \"summary\": \"The U.S. Small Business Administration is providing this notice of the Presidential declaration of a major disaster for Public Assistance Only, for the State of Oregon dated 05/04/2021. The Declaration is for the Incident related to a Severe Winter Storm. The physical loan application deadline date is 07/06/2021. The Economic Injury (EIDL) Loan Application Deadline date is 02/04/2022. The following areas have been determined to be adversely affected by the disaster (Primary Counties): Benton, Clackamas, Linn, Marion, Polk, Yamhill and the Confederated Tribes of Grand Ronde.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09858/presidential-declaration-of-a-major-disaster-for-public-assistance-only-for-the-state-of-oregon\",\n            \"federal_register_number\": \"2021-09858\",\n            \"regalytics_alert_id\": \"1891FR20210985820210510\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42606,\n            \"title\": \"Suspension of Community Eligibility: Counties of Pennsylvania, Oklahoma, Iowa, Colorado\",\n            \"summary\": \"This rule identifies communities where the sale of flood insurance has been authorized under the National Flood Insurance Program (NFIP) that are scheduled for suspension on the effective dates listed within this rule notice because of noncompliance with the floodplain management requirements of the program. The communities listed in this document and summarized here no longer meet that statutory requirement for compliance with NFIP regulations, 44 CFR Part 59. Accordingly, the communities will be suspended on the effective date listed in the third column. Communities within the following States: Pennsylvania; Oklahoma; Iowa; Colorado.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09860/suspension-of-community-eligibility\",\n            \"federal_register_number\": \"2021-09860\",\n            \"regalytics_alert_id\": \"1891FR20210986020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Rule\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42607,\n            \"title\": \"Notice of Termination of Receiverships; Effective 05/01/2021\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC or Receiver), as Receiver for each of the insured depository institutions provided below, was charged with the duty of winding up the affairs of the former institutions and liquidating all related assets. As the Receiver, the FDIC is announcing that it has fulfilled its obligations and made all dividend distributions required by law for the following insured depository institutions: 1. Cooper Star Bank (Scottsdale, AZ); 2. Tifton Banking Company, (Tifton, GA); 3. Bartow County Bank, (Cartersville, GA); 4. McIntosh State Bank, (Jackson, GA); 5. High Trust Bank (Stockbridge, GA); 6. The First State Bank, (Stockbridge, GA); and 7. Central Bank of Georgia, (Ellaville, GA). The Receiver has further irrevocably authorized and appointed FDIC-Corporate as its attorney-in-fact to execute and file any and all documents that may be required to be executed by the Receiver which FDIC-Corporate, in its sole discretion, deems necessary, including but not limited to releases, discharges, satisfactions, endorsements, assignments, and deeds. This rule is effective on 05/01/2021; and the above-referenced Receiverships have been terminated, the Receiver has been discharged, and the Receiverships have ceased to exist as legal-entities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09868/notice-of-termination-of-receiverships\",\n            \"federal_register_number\": \"2021-09868\",\n            \"regalytics_alert_id\": \"1891FR20210986820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42608,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, May 13, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is providing this notice and announcing its upcoming Sunshine Act Meeting which will be held at 2:00 p.m. on Thursday, May 13, 2021. This meeting will be closed to the public. The subject matter of the closed meeting will consist of the following topics: Institution and settlement of injunctive actions; Institution and settlement of administrative proceedings; Resolution of litigation claims; and Other matters relating to examinations and enforcement proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09939/sunshine-act-meetings\",\n            \"federal_register_number\": \"2021-09939\",\n            \"regalytics_alert_id\": \"1891FR20210993920210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42609,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, Notice of Cancellation\",\n            \"summary\": \"The Securities and Exchange Commission is providing notice that the closed meeding scheduled for Friday, May 7, 2021 at 1:00 p.m., has been cancelled.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/10/2021-09940/sunshine-act-meeting-cancellation\",\n            \"federal_register_number\": \"2021-09940\",\n            \"regalytics_alert_id\": \"1891FR20210994020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": \"2021-05-10\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42610,\n            \"title\": \"IRS Issues Guidance on Taxability of Dependent Care Assistance Programs for 2021, 2022\",\n            \"summary\": \"The Internal Revenue Service today issued guidance on the taxability of dependent care assistance programs for 2021 and 2022, clarifying that amounts attributable to carryovers or an extended period for incurring claims generally are not taxable. The guidance also illustrates the interaction of this standard with the one-year increase in the exclusion for employer-provided dependent care benefits from $5,000 to $10,500 for the 2021 taxable year under the American Rescue Plan Act. Carryovers of unused dependent care assistance program amounts generally are not permitted (although a 2½ month grace period is allowed). However, recent coronavirus-related legislation (the Taxpayer Certainty and Disaster Tax Relief Act of 2020) allowed employers to amend their plans to permit the carryover of unused dependent care assistance program amounts to plan years ending in 2021 and 2022, or to extend the permissible period for incurring claims to plan years over the same period.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-issues-guidance-on-taxability-of-dependent-care-assistance-programs-for-2021-2022\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS20020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42611,\n            \"title\": \"Workshops Begin This Week to Help Pennsylvanians Prepare for Transition to New Unemployment Compensation System\",\n            \"summary\": \"The Pennsylvania Department of Labor & Industry (L&I) today reminded Pennsylvanians that virtual workshops are available beginning this week to help individuals, employers and third-party administrators prepare for next month's transition from an outdated, 40-year-old legacy system to a new modern computer system.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=567\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA1116738420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Department of Labor and Industry\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42612,\n            \"title\": \"Meeting of the Special Committee and Special Board (PSERS), May 12, 2021\",\n            \"summary\": \"PSERS is holding a Special Audit/Compliance Committee Meeting (4:30PM-5:30PM) and Special Board Meeting (5:30PM-6:30PM) on Wednesday, May 12, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/Public-School-Employees-Retirement-System_details.aspx?newsid=146\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA594640020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania School Employees' Retirement System\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42613,\n            \"title\": \"Pennsylvanians Have Free Online Filing Option for PA Income Tax Returns, Payments\",\n            \"summary\": \"With the deadline to file 2020 Pennsylvania personal income tax returns and make final 2020 income tax payments approaching on May 17, 2021, the Department of Revenue is reminding Pennsylvanians that there is a free online option available for filing state returns and making payments.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/revenue-details.aspx?newsid=341\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA814136820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Department of Revenue\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42614,\n            \"title\": \"NYSE Issues Disciplinary Action Against Citigroup Global Markets Inc.\",\n            \"summary\": \"AWC by Citigroup Global Markets Inc.: In 2018 Citigroup Global Markets Inc. violated rules NYSE Rule 122 by maintaining orders for the account of the same principal with two different floor brokers in the same security that could execute at the same time and price. In addition from January 2018 through present, Citi violated NYSE Rule 311(a) and (b) Supervision) by failing to establish and maintain a supervisory system and written procedures reasonably designed to achieve compliance with NYSE Rule 122. In this Letter of Acceptance, Waiver, and Consent, (AWC), Citi is consenting to a censure and $40,000 fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/disciplinary-actions/2021/2021.04.27%20Citi%20(2020-11-24-00034)(fully%20executed).pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7075NYSE0003420210427\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-27\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Disciplinary Action\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42615,\n            \"title\": \"Updates to ICC Fee Schedules Pursuant to Section 5c(c)(1) of the Commodity Exchange Act and Commission Regulation 40.6(a)\",\n            \"summary\": \"ICE Clear Credit LLC (“ICC”) submitted a self-certification for changes to its fee schedules to introduce credit default index swaption (“Index Option”) incentive programs for the second half of 2021. ICC intends to implement the changes no sooner than the tenth business day following the filing of this submission with the Commission at its Washington, D.C. headquarters and with its Chicago regional office. The proposed changes are intended to modify ICC’s fee schedules to introduce Index Option incentive programs for the second half of 2021.1 This submission includes a description of the changes. Certification of the changes to the fee schedules pursuant to Section 5c(c)(1) of the Act and Commission Regulation 40.6(a) is also provided within the Letter.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45936\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4593620210507-3\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"ICE Clear Credit LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42616,\n            \"title\": \"SEC Filing 8-K: Report of Unscheduled Material Events or Corporate Event; May 10, 2021\",\n            \"summary\": \"The CME Group provides the following update: Report of unscheduled material events or corporate event filed on May 10, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/sec-filings\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4667120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"SEC Filing\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42617,\n            \"title\": \"NCUA Issues Prohibition Notice; LaBrandi N. Wilson\",\n            \"summary\": \"The National Credit Union Administration issued one prohibition notice in April. LaBrandi N. Wilson, a former member of Alaska Air Group Federal Credit Union in SeaTac, Washington, was sentenced on the charges of falsifying business records and larceny/embezzlement in connection with her employment at the credit union. This individual is prohibited from participating in the affairs of any federally insured financial institution. Prohibition and administrative orders are searchable by name, institution, city, state, and year at the NCUA’s Administrative Orders webpage.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/ncua-issues-prohibition-notice-1\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA308120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"National Credit Union Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42618,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Tennessee Disaster Declaration\",\n            \"summary\": \"Today, President Joseph R. Biden, Jr. declared that a major disaster exists in the State of Tennessee and ordered Federal assistance to supplement state and local recovery efforts in the areas affected by severe storms, tornadoes, and flooding from March 25 to April 3, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/08/president-joseph-r-biden-jr-approves-tennessee-disaster-declaration-2/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH212220210508\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-08\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42619,\n            \"title\": \"Press Briefing by Press Secretary Jen Psaki and Secretary of the Treasury Janet Yellen, May 7, 2021\",\n            \"summary\": \"This release covers the Press Briefings by the Press Secretary Jen Psaki and the Secretary of the Treasury Janet Yellen on May 7, 2021. Remarks made by the Secretary of Treasury include: “When our administration took office, our economy was in a state of crisis.  Our most pressing concern was providing a lifeline for Americans suffering under the weight of the pandemic.  Our solution was the American Rescue Plan, which the President signed back in March.  It was designed to provide enough relief for Americans to make it to the other side of the pandemic with the foundations of their lives intact: providing nutrition for hungry families, rental assistance for those at risk of eviction, and a lifeline for businesses on the brink. We knew it would be a long road back to recovery.  That’s why the legislation provided lasting support rather than just a few months of relief.  We knew this would not be a 100-day battle.  And today’s jobs report underscores the long-haul climb back to recovery.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/05/07/press-briefing-by-press-secretary-jen-psaki-and-secretary-of-the-treasury-janet-yellen-may-7-2021/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH2652120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Briefings\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42620,\n            \"title\": \"Governor Ivey Awards Nearly $17 Million to Provide Broadband Services to Alabama Communities\",\n            \"summary\": \"Governor Kay Ivey has awarded nearly $17 million to help provide broadband services in primarily rural, unserved areas of Alabama. The 36 grants awarded by Governor Ivey to multiple broadband providers across the state is the largest amount and number awarded to date from the Alabama Broadband Accessibility Fund. The fund was created by the Alabama Legislature in 2018. “The COVID-19 pandemic reinforced what we already knew; that Alabama’s broadband coverage is an issue we must continue addressing,” Governor Ivey said. “Yet, thanks to so many, we are making strides in helping to provide high-speed internet coverage throughout the state. That will make a vast difference for thousands in terms of education, economic development, health care services and everyday life.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.alabama.gov/newsroom/2021/05/governor-ivey-awards-nearly-17-million-to-provide-broadband-services-to-alabama-communities/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7867ALG9213820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Alabama Office of the Governor\",\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"id\": 42621,\n            \"title\": \"Governor Kemp Signs Bills to Grow Jobs, Encourage Economic Development\",\n            \"summary\": \"Today, Governor Kemp signed SB 6 to incentivize job growth and economic development across the Peach State. \\\"Despite an unprecedented global pandemic, Georgia continues to create jobs, spur investment, and create economic development in every corner of our state,\\\" said Governor Kemp. \\\"Senate Bill 6 is the logical next step in our efforts to support businesses producing life-saving medical devices and supplies here in the Peach State.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.georgia.gov/press-releases/2021-05-04/gov-kemp-signs-bills-grow-jobs-encourage-economic-development\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7957GA66111T20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Georgia Office of the Governor\",\n            \"state_name\": \"Georgia\"\n        },\n        {\n            \"id\": 42622,\n            \"title\": \"Monthly Revenue Report - April 2021\",\n            \"summary\": \"The monthly revenue report for April 2021 state tax collections is posted online with commentary.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://events.in.gov/event/monthly_revenue_report_-_april_2021?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN164ANA20210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Indiana Office of the Governor\",\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"id\": 42623,\n            \"title\": \"Governor Holcomb Statement on Pandemic-Related Unemployment Insurance Programs\",\n            \"summary\": \"The Governor’s Office has received several requests regarding the future of the pandemic-related unemployment insurance programs. Governor Eric J. Holcomb offered the following statement: “I’ve asked the Department of Workforce Development to complete a demographic analysis of unemployed Hoosiers over the past 16 months so I have the best information available to make an informed decision about whether the state should continue to participate in federal pandemic unemployment programs. Part of that analysis is to compare our workforce now versus before the start of the pandemic. Our unemployment rate stands at 3.9 percent, which is near pre-pandemic levels, and our labor force mirrors pre-pandemic levels, when we also had worker shortages. We must concentrate on building the right pathways to match people with the skill sets employers need and to attract more people to join our workforce. “In the meantime, I’ll issue an executive order early next week that will reinstate the requirement that unemployment insurance claimants actively seek employment and be available for work, which we have waived since the beginning of the pandemic. I’ve also directed DWD to assure we are providing all needed support services for those who are out of work.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://events.in.gov/event/gov_holcomb_statement_on_pandemic-related_unemployment_insurance_programs?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN241ANA20210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Indiana Office of the Governor\",\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"id\": 42624,\n            \"title\": \"Idaho Insurance Agent’s License Revoked After Making False Statements\",\n            \"summary\": \"Effective May 3, the Idaho Department of Insurance revoked the Resident Producer License of Rochelle Horton Lund after the department discovered instances of false statements in insurance applications she filed, violating Idaho Code 41-1016 (1)(h). Lund admitted to falsely stating in two separate instances that applicants did not have other existing accident coverage. Her statements allowed the applicants to be approved for duplicate coverage by a second company, which may have denied coverage had that information been disclosed. The applicants then filed 820 claims and received $92,250.00 in insurance benefits from the company.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://doi.idaho.gov/DisplayPDF.aspx?Id=8894\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8184ID889420200510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2020-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kansas Office of the Securities Commissioner\",\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"id\": 42625,\n            \"title\": \"Governor Cooper Proclaims Hurricane Preparedness Week\",\n            \"summary\": \"Governor Roy Cooper has declared May 9-15 as Hurricane Preparedness Week, joining the national effort to make people more aware of the dangers of hurricanes and encouraging all North Carolinians to prepare for tropical weather. Hurricane season runs from June 1 through November 30. “All North Carolinians should take this time to prepare for the possible impacts of a hurricane or other severe weather by updating their family emergency plans and supply kits,” Governor Cooper said. “Having a plan and supplies will help you to survive through a hurricane and to recover faster should one adversely affect your home.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.nc.gov/news/governor-cooper-proclaims-hurricane-preparedness-week\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC403320210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Office of the Governor\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42626,\n            \"title\": \"Governor Abbott Proclaims Small Business Week in Texas\",\n            \"summary\": \"Governor Greg Abbott today invited all Texans to celebrate the unique role small businesses play in the economic resurgence in communities throughout the state of Texas as he issued a proclamation officially designating May 9–15 as Small Business Week in Texas.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-proclaims-small-business-week-in-texas\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXAS5486120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Texas Office of the Governor\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42627,\n            \"title\": \"Consent Order in the Matter of CentralBanc Mortgage Corporation\",\n            \"summary\": \"CentralBanc Mortgage Corporation was the subject of a 2016 Examination by the Department of Financial Institutions, which was referred to the Enforcement Unit. An investigation was opened, and on March 31, 2017, CentralBanc and Mr. Delaney were charged with violating the Consumer Loan Act (Act). On December 6, 2017, those charges were resolved by the entry of a Consent Order whereby Respondents CentralBanc and Mr. Delaney agreed to, and were ordered to, increase compliance with the Consumer Loan Act, pay $85,000 in fines and costs, and to henceforth comply with the Act and associated Rules found in WAC 28-620. During 2019, a follow-up examination revealed some violations of the Act similar to those found in 2016, and the matter was again referred to the Enforcement Unit.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfi.wa.gov/sites/default/files/consumer-services/enforcement-actions/C-20-2853-21-CO01.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1113WAC20285321CO0120210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42628,\n            \"title\": \"Final Order with Attached Statement of Charges in the Matter of Bruce Phillip Hills\",\n            \"summary\": \"On December 29, 2020, the Director of the Department of Financial Institutions of the State of Washington, through the Director’s designee, Consumer Services Division Director Lucinda Fazio, issued a Statement of Charges and Notice of Intent to Enter an Order to Deny Application to Renew License against Bruce Phillip Hills. On December 31, 2020, the Department of Financial Institution served Respondent with the Statement of Charges. On January 19, 2021, the Department made a request to the Office of Administrative Hearings to assign an Administrative Law Judge to schedule and conduct a hearing on the Statement of Charges. On March 23, 2021, Administrative Law Judge (ALJ) TJ Martin issued an Order Dismissing Appeal. Based upon the foregoing, and the Director’s designee having considered the record and being otherwise fully advised, respondent Bruce Phillip Hills’s application to renew his loan originator license is denied.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfi.wa.gov/sites/default/files/consumer-services/enforcement-actions/C-20-3063-21-FO01.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1113WAC20306321FO0120210330\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-03-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42629,\n            \"title\": \"Consent Order in the Matter of Clear Choice Mortgage, LLC\",\n            \"summary\": \"Clear Choice Mortgage, LLC (Clear Choice) was the subject of a 2016 Examination by the Department, which noted numerous violations of the Mortgage Broker Practices Act (Act). During 2018, a follow-up exam revealed similar violations of the Act, and the matter was referred to the Enforcement Unit. During 2019, the Department investigated the matter, and on February 22, 2019, both Clear Choice and Jessica J. Wells, the Designated Broker for Clear Choice, were charged with violating the Act. On May 28, 2019, those charges were resolved by the entry of a Consent Order whereby Respondents Clear Choice and Ms. Wells agreed to, and were ordered to, increase compliance with the Act, pay $26,000 in fines and costs, and to henceforth comply with the Act and applicable federal laws and regulations. During 2020, the Department conducted another exam of Clear Choice and found violations of the prior exam and Consent Order. The matter was again referred to the Enforcement Unit. The parties intend this Consent Order to fully and completely resolve all violations of the 2019 Order, all findings previously addressed by Respondent in the 2020 ROE, and all matters of which the Department has knowledge or notice as of the date of this Consent Order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfi.wa.gov/sites/default/files/consumer-services/enforcement-actions/C-21-3100-21-CO01.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1113WAC21310021CO0120210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42630,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Relocate its Equity and General Rules from its Current Rulebook into its New Rulebook Shell\",\n            \"summary\": \"Notice is hereby given that on April 27, 2021, NASDAQ BX, Inc. filed with the Securities and Exchange Commission (the \\\"Commission\\\") the proposed rule change to relocate its equity and general rules from its current Rulebook into its new Rulebook shell.  The relocation and harmonization of these rules is part of the Exchange’s continued effort to promote efficiency and conformity of its rules to the extent applicable with those of its affiliated exchanges. The Exchange believes that the placement of these rules into their new location in the Rulebook shell will facilitate the use of the Rulebook by members.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/bx/2021/34-91830.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12564BX349183020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ BX, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42631,\n            \"title\": \"Proposed Rule Change Relating to the Exchange's Process for Re-Opening Securities Listed on Other National Securities Exchanges Following the Resumption of Trading After a Halt, Suspension, or Pause During the Early Trading Session, Pre-Opening Session, or After Hours Trading Session\",\n            \"summary\": \"Notice is hereby given that on April 26, 2021, CBOE EDGA Exchange, Inc. (the \\\"Exchange\\\") filed with the Securities and Exchange Commission the proposed rule change to amend the Exchange’s process for re-opening securities listed on other national securities exchanges following the resumption of trading after a halt, suspension, or pause during the Early Trading Session, Pre-Opening Session, or After Hours Trading Session.  The Exchange now proposes to further amend BYX Rule 11.23 to adopt a harmonized re-opening process for securities listed on NYSE (Tape A), securities listed on exchanges other than The NASDAQ Stock Market LLC and NYSE (Tape B), and securities listed on NASDAQ (Tape C).  The Exchange believes that the proposed harmonized process for Tape A, B, and C securities would simplify its procedures and provide a more effective reopening process for securities that resume trading outside of Regular Trading Hours. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedga/2021/34-91802.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12568EDGA349180220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE EDGA Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42632,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Concerning the Options Clearing Corporation's Synthetic Futures Model\",\n            \"summary\": \"On April 29, 2021, The Options Clearing Corporation (OCC) filed with the Securities and Exchange Commission the proposed rule change to expand the use of an existing OCC margin model. In 2019, OCC implemented a new model for Volatility Index Futures. The enhanced model included the daily re-estimation of prices and correlations using “synthetic” futures, an enhanced statistical distribution for modeling price returns for synthetic, and a new anti-procyclical floor for variance estimates. The main feature of the enhanced model was the replacement of the use of the underlying index itself as a risk factor. These risk factors are then used in the generation of Monte Carlo scenarios for the futures by using volatility and correlations obtained from the existing simulation models in OCC’s propriety margin system, the System for Theoretical Analysis and Numerical Simulations. Additionally, the model has the ability to accommodate negative prices and interest rates.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/occ/2021/34-91833.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12587OCC349183320210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"The Options Clearing Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42633,\n            \"title\": \"Proposed Rule Change Relating to the Exchange's Process for Re-Opening Securities Listed on Other National Securities Exchanges Following the Resumption of Trading After a Halt, Suspension, or Pause During the Early Trading Session, Pre-Opening Session, or After Hours Trading Session\",\n            \"summary\": \"Notice is hereby given that on April 26, 2021, CBOE BYX Exchange, Inc. (the \\\"Exchange\\\") filed with the Securities and Exchange Commission the proposed rule change to amend the Exchange’s process for re-opening securities listed on other national securities exchanges following the resumption of trading after a halt, suspension, or pause during the Early Trading Session, Pre-Opening Session, or After Hours Trading Session.  The Exchange now proposes to further amend BYX Rule 11.23 to adopt a harmonized re-opening process for securities listed on NYSE (Tape A), securities listed on exchanges other than The NASDAQ Stock Market LLC and NYSE (Tape B), and securities listed on NASDAQ (Tape C).  The Exchange believes that the proposed harmonized process for Tape A, B, and C securities would simplify its procedures and provide a more effective reopening process for securities that resume trading outside of Regular Trading Hours. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebyx/2021/34-91804.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BYZ349180420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE BYX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42634,\n            \"title\": \"Proposed Rule Change Relating to the Exchange's Process for Re-Opening Securities Listed on other National Securities Exchanges Following the Resumption of Trading After a Halt, Suspension, or Pause During the Early Trading Session, Pre-Opening Session, or After Hours Trading Session\",\n            \"summary\": \"Notice is hereby given that on April 26, 2021, CBOE BZX Exchange, Inc. (the \\\"Exchange\\\") filed with the Securities and Exchange Commission the proposed rule change to amend the Exchange’s process for re-opening securities listed on other national securities exchanges following the resumption of trading after a halt, suspension, or pause during the Early Trading Session, Pre-Opening Session, or After Hours Trading Session.  The Exchange now proposes to further amend BYX Rule 11.23 to adopt a harmonized re-opening process for securities listed on NYSE (Tape A), securities listed on exchanges other than The NASDAQ Stock Market LLC and NYSE (Tape B), and securities listed on NASDAQ (Tape C).  The Exchange believes that the proposed harmonized process for Tape A, B, and C securities would simplify its procedures and provide a more effective reopening process for securities that resume trading outside of Regular Trading Hours. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-91801.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349180120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42635,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend its Fee Schedule\",\n            \"summary\": \"Notice is hereby given that on May 3, 2021, CBOE BZX Exchange, Inc. (the \\\"Exchange\\\") filed with the Securities and Exchange Commission the proposed rule change to amend its Fee Schedule. The Exchange proposes to amend its Fee Schedule for its equity options platform (“BZX Options”) in connection with certain fee codes and volume tiers, effective May 3, 2021.  The Exchange first notes that it operates in a highly competitive market in which market participants can readily direct order flow to competing venues if they deem fee levels at a particular venue to be excessive or incentives to be insufficient. More specifically, the Exchange is only one of 16 options venues to which market participants may direct their order flow.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-91831.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349183120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42636,\n            \"title\": \"Proposed Rule Change Relating to the Exchange's Process for Re-Opening Securities Listed on Other National Securities Exchanges Following the Resumption of Trading After a Halt, Suspension, or Pause During the Early Trading Session, Pre-Opening Session, or After Hours Trading Session\",\n            \"summary\": \"Notice is hereby given that on April 26, 2021, CBOE EDGX Exchange, Inc. (the \\\"Exchange\\\") filed with the Securities and Exchange Commission the proposed rule change to amend the Exchange’s process for re-opening securities listed on other national securities exchanges following the resumption of trading after a halt, suspension, or pause during the Early Trading Session, Pre-Opening Session, or After Hours Trading Session.  The Exchange now proposes to further amend BYX Rule 11.23 to adopt a harmonized re-opening process for securities listed on NYSE (Tape A), securities listed on exchanges other than The NASDAQ Stock Market LLC and NYSE (Tape B), and securities listed on NASDAQ (Tape C).  The Exchange believes that the proposed harmonized process for Tape A, B, and C securities would simplify its procedures and provide a more effective reopening process for securities that resume trading outside of Regular Trading Hours. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedgx/2021/34-91803.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125EDGX349180320210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE EDGX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42637,\n            \"title\": \"Speaker Nancy Pelosi's Statement on Biden Administration Guidance for State and Local Government Funding Included in American Rescue Plan\",\n            \"summary\": \"Speaker Nancy Pelosi issued this statement after the Biden Administration announced guidance on the Coronavirus State and Local Fiscal Recovery Funds, established by Democrats’ American Rescue Plan Act, which provides $350 billion in emergency funding for state, local, territorial and tribal governments. “Today, the Biden Administration has taken a strong step to protect the livelihoods of the millions of frontline heroic workers who are the lifeblood of our economy.  This important announcement is a tribute to House Democrats’ commitment to robust state, local, territorial and tribal funding.  It will save jobs, prevent layoffs, keep services running and help our economy recover from crisis, while prioritizing equity and flexibility for governments.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/51021-0\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH51021020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Speaker of the House\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42638,\n            \"title\": \"FDiTech Announces New Deputy Director of Office of Innovation\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today announced the appointment of Zunera Mazhar as Deputy Director of the agency’s Office of Innovation. Ms. Mazhar will guide the agency’s work to promote the adoption of innovative technologies within the FDIC and across the financial services sector.  As Deputy Director of the FDIC’s Office of Innovation, Ms. Mazhar will work across the agency to promote innovative solutions to support the agency’s work. Prior to coming to the FDIC, Ms. Mazhar served as the Chief of Staff in the Office of Chief Information Officer at the U.S. Department of Education where she worked to provide technological solutions to support schools, students, and families. Previously, she was Chief of Communications at the U.S. Citizenship and Immigration Services’ Fraud Detection and National Security Directorate.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d87105\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4773916720210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42639,\n            \"title\": \"FinCEN Extends Application Deadline for Special Monthly Innovation Hours Sessions for Underserved Groups Developing Technology to Fight Illicit Financial Activity\",\n            \"summary\": \"The Financial Crimes Enforcement Network (FinCEN) is extending the deadline for its special monthly virtual FinCEN Innovation Hours Program on June 10, 2021, which will focus on the important role of underserved groups in developing technology to fight illicit financial activity and protect the nation’s security.  FinCEN encourages participation by financial technology (FinTech) and regulatory technology (RegTech) companies; venture capital and investment firms; and financial institutions majority founded, owned, or managed by underserved groups.  This event will highlight the important contributions that underserved groups provide to responsible innovation efforts and will ensure that FinCEN learns from an increasingly diverse audience. Interested companies should submit a request online no later than May 24, 2021, and provide applicable background information about their firm’s business and innovative products.  Only firms listed under the Small Business Administration’s Certification Program (8a, Woman-owned, Economically Disadvantaged) in the Dynamic Small Business Search (DSBS) will be considered for participation in the demonstration sessions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.fincen.gov/news/news-releases/fincen-extends-application-deadline-special-monthly-innovation-hours-sessions\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1927FINCEN281FI20210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Financial Crimes Enforcement Network\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42640,\n            \"title\": \"SEC Order Determining Whistleblower Award Claim - Denied\",\n            \"summary\": \"The Claims Review Staff (“CRS”) issued a Preliminary Determination recommending the denial of the whistleblower award claim submitted by Claimant in connection with the above-captioned covered action (the “Covered Action”). Claimant filed a timely response contesting the preliminary denial.  The CRS issued a Preliminary Determination recommending that Claimant’s award claim be denied because Claimant failed to submit the claim for award to OWB within ninety (90) days of the date of the Notice of Covered Action, as required under Rule 21F-10 of the Exchange Act. Accordingly, it is ORDERED that Claimant's whistleblower award claim be, and hereby is, denied.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-91805.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349180520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42641,\n            \"title\": \"SEC Order Determining Whistleblower Award Claim\",\n            \"summary\": \"The Claims Review Staff (“CRS”) issued Preliminary Determinations recommending that Claimant 1 receive a whistleblower award of nearly $18 million, which represents XX percent of the monetary sanctions collected in each of the above referenced Covered Actions. The CRS further recommended that Claimant 2 receive a whistleblower award of more than $4 million. Both Claimant 1 and Claimant 2 contested the award percentages recommended in the Preliminary Determinations in both Covered Actions. After reviewing both Claimants’ arguments and an additional staff declaration provided in response to Claimants’ arguments, the CRS confirmed its original award recommendations that Claimant 1 and Claimant 2 receive and respectively, of the monetary sanctions collected in both Covered Actions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-91808.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349180820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42642,\n            \"title\": \"SEC Notice Regarding Performance Based Investment Advisory Fees\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) intends to issue an order that would adjust for inflation dollar amount thresholds in the rule under the Investment Advisers Act of 1940 that permits investment advisers to charge performance-based fees to “qualified clients.” Under that rule, an investment adviser may charge performance-based fees if a “qualified client” has a certain minimum net worth or minimum dollar amount of assets under the management of the adviser. The Commission’s order would increase, to reflect inflation, the minimum net worth that a “qualified client” must have under the rule. The order would also increase, to reflect inflation, the minimum dollar amount of assets under management.  Hearing requests should be received by the Commission’s Office of the Secretary by 5:30 p.m. on June 4, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/ia-5733.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SECIA573320210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42643,\n            \"title\": \"Application for an Exemption from the Investment Company Act for Putnam ETF Trust, et al.\",\n            \"summary\": \"Putnam ETF Trust, Putnam Investment Management, LLC and Foreside Fund Services, LLC filed an application on February 19, 2021, and an amendment to the application on April 14, 2021, requesting an order under Investment Company Act of 1940 for an exemption from sections of the Act, which would permit registered open-end investment companies that are actively managed exchange traded funds (each, an ETF) to operate without being subject to a daily portfolio transparency condition.  IT IS ORDERED, that the requested exemption is granted, effective immediately, subject to the conditions contained in the application, as amended.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34266.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3426620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42644,\n            \"title\": \"Order Instituting Administrative Proceedings Pursuant to Section 15(b) of the Securities Exchange Act of 1934, Making Findings, and Imposing Remedial Sanctions in the Matter of Stephen J. Byrne\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it appropriate and in the public interest that public administrative proceedings be, and hereby are, instituted pursuant to Section 15(b) of the Securities Exchange Act of 1934 (“Exchange Act”) against Stephen J. Byrne (“Byrne” or “Respondent”). In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. From approximately January 2015 through May 2019, Byrne, through CapSource, Inc. (“CapSource”), an entity he owned and controlled with his business partner, acted as an unregistered broker or dealer by selling over $151 million of securities for approximately 60 different issuers. Byrne did not hold any securities licenses and was never registered as a broker or dealer or associated with a registered broker-dealer. Byrne, age 63, is a resident of Las Vegas, Nevada. Byrne is barred from association with any investment adviser, broker, dealer, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization. Byrne is barred from participating in any offering of a penny stock, including: acting as a promoter, finder, consultant, agent or other person who egnages in activities with a broker, dealer or issuer for purposes of the issuance or trading in any penny stock, or inducing or attempting to induce the purchase or sale of any penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91811.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349181120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42645,\n            \"title\": \"Order Instituting Administrative Proceedings Pursuant to Section 15(b) of the Securities Exchange Act of 1934, Making Findings, and Imposing Remedial Sanctions in the Matter of Gregory P. Herlean\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) deems it appropriate and in the public interest that public administrative proceedings be, and hereby are, instituted pursuant to Section 15(b) of the Securities Exchange Act of 1934 (“Exchange Act”) against Gregory P . Herlean (“Herlean” or “Respondent”). In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. From approximately January 2015 through May 2019, Herlean, through CapSource, Inc. (“CapSource”), an entity he owned and controlled with his business partner, acted as an unregistered broker or dealer by selling over $151 million of securities for approximately 60 different issuers. Herlean did not hold any securities licenses and was never registered as a broker or dealer or associated with a registered broker-dealer. Herlean, age 42, is a resident of Henderson, Nevada. Herlean is barred from association with any investment adviser, broker, dealer, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization.  Herlean is barred from participating in any offering of a penny stock, including: acting as a promoter, finder, consultant, agent or other person who egnages in activities with a broker, dealer or issuer for purposes of the issuance or trading in any penny stock, or inducing or attempting to induce the purchase or sale of any penny stock.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91814.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349181420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42646,\n            \"title\": \"Order Directing Disbursement of Distribution Fund in the Matter of Bethany Liou and Golden California Regional Center, LLC\",\n            \"summary\": \"On September 2, 2020, the Securities and Exchange Commission (the \\\"Commission\\\") published a Notice of Proposed Plan of Distribution and Opportunity for Comment (“Notice”), pursuant to Rule 1103 of the Commission’s Rules on Fair Fund and Disgorgement Plans (“Commission’s Rules”). The Commission received four comments on the Proposed Plan during the comment period. On December 10, 2020, after thorough review and substantial consideration, the Commission issued an order approving the Proposed Plan without modification, and posted the approved Plan of Distribution (the \\\"Plan\\\"). The Plan provides for the distribution of the Distribution Fund, plus accumulated interest, less taxes, fees, and expenses, to the harmed investors according to the methodology set forth in the Plan. Pursuant to the Plan, the Fund Administrator has submitted a payment file to Commission staff with a reasonable assurance letter as to the completeness and accuracy of the information contained therein. The Commission staff has reviewed the payment file and requests, pursuant to Rule 1101(b)(6) of the Commission’s Rules, 17 C.F.R. § 201.1101(b)(6), that the Commission authorize the transfer of $48,373,956.25 from the Distribution Fund to the Distribution Fund’s escrow account at The Huntington National Bank for distribution by the Fund Administrator to the eligible investors in accordance with the Plan. Commission staff shall transfer $48,373,956.25 from the Distribution Fund to the Distribution Fund’s escrow account at The Huntington National Bank, and the Fund Administrator shall distribute such monies to the eligible investors in accordance with the Plan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91815.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349181520210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42647,\n            \"title\": \"Order Approving Application of Fund Administrator for Payent of Fees and Expenses and Approval of Future Fees and Expenses in the Matter of Wilmington Trust Corporation\",\n            \"summary\": \"On September 11, 2014, the Commission issued an Order Instituting Cease-and-Desist Proceedings Pursuant to Section 8A of the Securities Act of 1933 and Section 21C of the Securities Exchange Act of 1934, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order against Wilmington Trust Corporation (WTC). According to the Order, the administrative proceeding arose out of false and misleading disclosures by WTC concerning its accruing loans past due 90 days or more over multiple quarters during 2009 and 2010, its non-accruing loans in the third quarter of 2009, and its reserves for loan losses in the third and fourth quarters of 2009. The Commission found, among other things, that the Bank omitted almost $339 million in matured loans past due 90 days or more from its disclosures in its filings with the Commission for the third quarter of 2009, omitted over $330 million in matured loans past due 90 days or more from its disclosures in its filings for the year ended 2009, and incorporated its false and misleading Form 10-K for 2009 by reference in the offering materials for a February 2010 public offering in which the Bank sold $287 million of its common stock. The Commission determined that, by its conduct, WTC violated the Securities Act. The Commission ordered the Respondent to pay a total of $18,545,896.16 in disgorgement and prejudgment interest to the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91816.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349181620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42648,\n            \"title\": \"Extension Order in the Matter of Northern Trust Hedge Fund Services LLC and Northern Trust Global Fund Services Cayman Limited\",\n            \"summary\": \"The Division of Enforcement has requested an extension of time until November 30, 2021 to submit a Proposed Plan of Distribution under Rule of the Commission’s Rules on Fair Fund and Disgorgement Plans. On September 18, 2020, the Commission issued an Order Instituting Cease-and-Desist Proceedings Pursuant to Section 203(k) of the Investment Advisers Act, Making Findings, and Imposing a Cease-and-Desist Order against Northern Trust Hedge Fund Services LLC and Northern Trust Global Fund Services Cayman Limited. The Commission ordered the Respondents to pay $15,076 in disgorgement, $2,553 in prejudgment interest, and a $150,000 civil money penalty, for a total of $167,629, to the Commission. The Commission also created a Fair Fund, pursuant to Section 308(a) of the Sarbanes-Oxley Act of 2002, so the penalty paid, along with the disgorgement and interest paid, can be distributed to harmed investors. The Fair Fund consists of $167,629 in disgorgement, prejudgment interest, and civil money penalties paid by the Respondents. Accordingly, for good cause shown, IT IS HEREBY ORDERED that the Division’s request for an extension of time until November 30, 2021 to submit a Proposed Plan of Distribution is granted.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91818.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349181820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42649,\n            \"title\": \"SEC Awards $22 Million to Two Whistleblowers\",\n            \"summary\": \"The Securities and Exchange Commission (SEC) today announced awards totaling approximately $22 million to two whistleblowers whose information and assistance were of crucial importance to successful SEC enforcement actions brought against a financial services firm. The first whistleblower received an award of $18 million, while the second whistleblower received a $4 million award.  The larger award was in recognition of the fact that, among other things, the first whistleblower was the initial source of the investigation while the second whistleblower submitted information much later after the investigation was already underway. The SEC has awarded approximately $838 million to 156 individuals since issuing its first award in 2012.  All payments are made out of an investor protection fund established by Congress that is financed entirely through monetary sanctions paid to the SEC by securities law violators. No money has been taken or withheld from harmed investors to pay whistleblower awards. Whistleblowers may be eligible for an award when they voluntarily provide the SEC with original, timely, and credible information that leads to a successful enforcement action.  Whistleblower awards can range from 10 percent to 30 percent of the money collected when the monetary sanctions exceed $1 million.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-81\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC9D39002920210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42650,\n            \"title\": \"Order Instituting Administrative and Cease-and-Desist Proceedings Pursuant to Sections 203(f) and 203(k) of the Investment Advisers Act of 1940, Making Findings, and Imposing Remedial Sanctions and a Cease-and-Desist Order in the Matter of Peter J. Decaprio\",\n            \"summary\": \"This matter arises from the failure of former registered investment adviser Crow Point Partners, LLC and its principal Peter J. DeCaprio to disclose certain conflicts of interest to advisory client the EAS Crow Point Alternatives Fund, an open-end mutual fund. Between April 2015 and June 2016, through DeCaprio, Crow Point made a series of investments of the EAS Fund’s assets into an unregistered Private Fund and did so through an investment adviser-sponsored Investment Platform. However, Crow Point had several business arrangements with the Private Fund and the Investment Platform, which created conflicts of interest. During the relevant period, Crow Point was a registered investment adviser that acted as an adviser or sub-adviser to registered and unregistered funds, pension and profit sharing plans, and high net worth individuals. Crow Point was principally owned and controlled by three managing directors, one of whom was DeCaprio. As of 2019, Crow Point managed approximately $920 million in assets. DeCaprio willfully violated Section 206 of the Investment Advisers Act which prohibits an investment adviser from, directly or indirectly, engaging in any transaction, practice, or course of business which operates as a fraud or deceit upon any client or prospective client. Respondent DeCaprio shall cease and desist from committing or causing any violations and any future violations of Section 206 of the Investment Advisers Act. Respondent DeCaprio shall, within 30 days of entry of this Order, pay a civil money penalty in the amount of $75,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5732.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA573220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42651,\n            \"title\": \"Idaho Achieves Historic Transportation Investment Without Raising Taxes or Fees\",\n            \"summary\": \"Governor Brad Little signed House Bill 362 into law today, his sustainable transportation funding solution that directs $80 million in ongoing funding, allowing the state to bond for up to $1.6 billion for transportation infrastructure projects statewide. It is the single largest state investment in transportation infrastructure in Idaho history. The solution was achieved without raising Idahoans’ taxes or fees by redirecting a larger share of the existing sales tax to the funds that support transportation projects.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.idaho.gov/pressrelease/idaho-achieves-historic-transportation-investment-without-raising-taxes-or-fees/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3651ID84551\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Idaho Office of the Governor\",\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"id\": 42652,\n            \"title\": \"Consent to Cease and Desist Order Against K. Simon Construction, LLC (Public Adjuster, Unlicensed)\",\n            \"summary\": \"From on or about August 1, 2020 to present, K. Simon Construction, LLC (\\\"Respondent\\\") has engaged in acts and practices within the state of Iowa constituting cause for a cease and desist order from engaging in such acts or practices and any other corrective action the Commissioner of Insurance deems necessary and appropriate. A Summary Cease and Desist Order was issued on April 9, 2021. Respondent denies the findings of fact found or the conclusions of law found herein, but is willing to consent to entry of the Cease and Desist Order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-k-simon-construction-llc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO2610812720210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Consent to Cease and Desist Order\",\n            \"agency_name\": \"Iowa Insurance Division\",\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"id\": 42653,\n            \"title\": \"West Des Moines Man Pleads Guilty in Insurance Fraud Scheme\",\n            \"summary\": \"Linder Cardona Palacios of West Des Moines, Iowa recently pled guilty to one count of Forgery, a Class D Felony. Palacios was originally charged with one count each of Theft in the 1st Degree (Class C Felony), Forgery (Class D Felony), Insurance Fraud (Class D Felony) and Fraudulent Practices in the 1st Degree (Class C Felony) following an investigation by the Iowa Division's Fraud Bureau. Palacios fabricated repair documents for repairs not actually performed on his vehicle and submitted false information regarding the repairs in support of an insurance claim. On May 10, 2021, Palacios received a deferred judgement after pleading guilty to Forgery. Palacios was ordered to pay restitution in the amount of $5,500 to his insurer.  Palacios also received a civil penalty of $1,025 and was placed on probation for a period of two years.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://iid.iowa.gov/press-releases/west-des-moines-man-pleads-guilty-in-insurance-fraud-scheme\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"473ID15420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Iowa Insurance Division\",\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"id\": 42654,\n            \"title\": \"Attorney General James Leads Bipartisan Coalition Calling on Congress to Support Federal Funds for State Antitrust Enforcement\",\n            \"summary\": \"New York Attorney General Letitia James today continued her work fighting for New York’s consumers and small businesses by calling on federal leaders to provide funding to support state antitrust enforcement efforts. Attorney General James co-leads a bipartisan coalition of 45 attorneys general in sending a letter to congressional leaders requesting the federal government to provide the necessary support to states so that antitrust efforts are not hamstrung as state budgets tighten.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-leads-bipartisan-coalition-calling-congress-support\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5343120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New York State Office of the Attorney General\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 42655,\n            \"title\": \"Greensboro Man Charged with Insurance Fraud\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced that Bobby Lester Parks III, 33, of 2448 S. Holden Road, Greensboro, was charged with insurance fraud and attempting to obtain property by false pretense, both felonies. According to the criminal summons, Parks’ insurance policy had lapsed and he reinstated the policy 20 minutes after the accident occurred. Parks was served with a criminal summons on April 27. He is due in Guilford County District Court on May 26.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/05/10/greensboro-man-charged-insurance-fraud\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC265220210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Department of Insurance\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42656,\n            \"title\": \"Former Clovis Agent Arraigned for Allegedly Stealing Consumers’ Insurance Payments\",\n            \"summary\": \"Formerly licensed insurance agent Danny Raymond Armenta, age 48, of Clovis, California, was arraigned today in Fresno Superior Court on multiple felony counts of embezzlement, grand theft, and diversion of fiduciary funds after allegedly using his position as an insurance agent to steal consumers’ premium payments and use them for personal expenses.  After receiving a complaint from Armenta’s employer, the California Department of Insurance launched an investigation which revealed while working as an insurance agent, Armenta collected funds from consumers to pay insurance premiums. Investigators allege Armenta deposited the consumers’ payments into a fiduciary account, transferred the funds into a business operating account, and then eventually moved $17,797 into his personal banking account. He used the stolen funds to buy college sports tickets, pay bills, and cover other personal expenses. Although Armenta’s license expired on September 30, 2020, the Department revoked his license on March 1, 2021, and prohibited him from further participation in the insurance industry. Armenta is scheduled to return to court on June 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release049-2021.cfm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA16420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Department of Insurance\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42657,\n            \"title\": \"Treasury Launches Coronavirus State and Local Fiscal Recovery Funds to Deliver $350 Billion\",\n            \"summary\": \"Today, the U.S. Department of the Treasury announced the launch of the Coronavirus State and Local Fiscal Recovery Funds, established by the American Rescue Plan Act of 2021, to provide $350 billion in emergency funding for state, local, territorial, and Tribal governments. Treasury also released details on the ways funds can be used to respond to acute pandemic-response needs, fill revenue shortfalls among state and local governments, and support the communities and populations hardest-hit by the COVID-19 crisis. Eligible state, territorial, metropolitan city, county, and Tribal governments will be able to access funding directly from the Treasury Department in the coming days to assist communities as they recover from the pandemic. The Coronavirus State and Local Fiscal Recovery Funds provide substantial flexibility for each jurisdiction to meet local needs including support for households, small businesses, impacted industries, essential workers, and the communities hardest-hit by the crisis. Within the categories of eligible uses listed, recipients have broad flexibility to decide how best to use this funding to meet the needs of their communities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0169\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT91016920210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42658,\n            \"title\": \"Remarks by President Biden on the Economy\",\n            \"summary\": \"\\\"In the first quarter, our economy grew at 6.4 percent rate, outpacing the growth we’re seeing from other — our friends in the Eurozone. Because of the American Rescue Plan, forecrast - forecasters are projecting we’ll see the fastest economic growth in nearly 40 years in the months to come.  We’re moving in the right direction. That’s why we need the American Jobs Plan, which is an eight-year investment — an eight-year investment strategy to make sure working people of this country get to share in the benefits of a rai- — a rising economy, and to put us in a position to win the competition with China and the rest of the world for the 21st century.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/05/10/remarks-by-president-biden-on-the-economy/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH152MY20210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Speeches and Remarks\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42659,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Commonwealth of Virginia Disaster Declaration\",\n            \"summary\": \"Today, President Joseph R. Biden, Jr. declared that a major disaster exists in the Commonwealth of Virginia and ordered Federal assistance to supplement commonwealth, tribal, and local recovery efforts in the areas affected by severe winter storms from February 11 to February 13, 2021. Federal funding is available to commonwealth, tribal, and eligible local governments and certain private nonprofit organizations on a cost-sharing basis for emergency work and the repair or replacement of facilities damaged by the severe winter storms in the counties of Amelia, Appomattox, Bedford, Brunswick, Campbell, Caroline, Charlotte, Cumberland, Dinwiddie, Essex, Floyd, Franklin, Goochland, Greensville, Halifax, King and Queen, King William, Lancaster, Louisa, Lunenburg, Mecklenburg, Middlesex, New Kent, Northumberland, Nottoway, Patrick, Pittsylvania, Powhatan, Prince Edward, Prince George, and Richmond. Federal funding is also available on a cost-sharing basis for hazard mitigation measures for the entire commonwealth.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/10/president-joseph-r-biden-jr-approves-commonwealth-of-virginia-disaster-declaration/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH240ON20210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42660,\n            \"title\": \"Governor Kay Ivey Announces End of Participation in All Federal Pandemic Unemployment Compensation Programs\",\n            \"summary\": \"Governor Kay Ivey announced today that Alabama will end its participation in all federally funded pandemic unemployment compensation programs effective June 19, 2021 including: (I) Federal Pandemic Unemployment Compensation (FPUC), which provides for an additional $300 weekly payment to recipients of unemployment compensation,  (II) Pandemic Unemployment Assistance (PUA), which provides benefits for those who would not usually qualify, such as the self-employed, gig workers, and part-time workers, (III) Pandemic Emergency Unemployment Compensation (PEUC), which provides for an extension of benefits once regular benefits have been exhausted, and (IV) Mixed Earner Unemployment Compensation (MEUC), which provides an additional $100 benefit to certain people with mixed earnings.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.alabama.gov/newsroom/2021/05/governor-kay-ivey-announces-end-of-participation-in-all-federal-pandemic-unemployment-compensation-programs/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7867ALG10715420210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Alabama Office of the Governor\",\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"id\": 42661,\n            \"title\": \"California Roars Back: Governor Newsom Announces Largest State Tax Rebate in American History\",\n            \"summary\": \"Governor Gavin Newsom today previewed his $100 billion California Comeback Plan – the biggest economic recovery package in California’s history – including unprecedented investments to address the state’s most persistent challenges, starting with nearly $12 billion in direct cash payments to Californians hit hardest by the pandemic.  Chief among the new proposals is a major expansion of the Golden State Stimulus, providing additional direct payments to middle-class families that make up to $75,000. Under the plan, two-thirds of Californians will benefit from $600 direct payments.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/05/10/california-roars-back-governor-newsom-announces-largest-state-tax-rebate-in-american-history/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA5009120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Office of the Governor\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42662,\n            \"title\": \"Governor Newsom Expands Drought Emergency to Klamath River, Sacramento-San Joaquin Delta, and Tulare Lake Watershed Counties\",\n            \"summary\": \"Governor Gavin Newsom today significantly expanded his April 21, 2021 drought emergency proclamation to include Klamath River, Sacramento-San Joaquin Delta, and Tulare Lake Watershed counties where accelerated action is needed to protect public health, safety, and the environment. In total, 41 counties are now under a drought state of emergency, representing 30 percent of the state’s population.  Climate change-induced early warm temperatures and extremely dry soils have further depleted the expected runoff water from the Sierra-Cascade snowpack, resulting in historic and unanticipated reductions in the amount of water flowing to major reservoirs, especially in Klamath River, Sacramento-San Joaquin Delta and Tulare Lake Watershed counties.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/05/10/governor-newsom-expands-drought-emergency-to-klamath-river-sacramento-san-joaquin-delta-and-tulare-lake-watershed-counties/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA5011120210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proclamation\",\n            \"agency_name\": \"California Office of the Governor\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42663,\n            \"title\": \"Governor Newsom Announces $5.1 Billion Package for Water Infrastructure and Drought Response as Part of $100 Billion California Comeback Plan\",\n            \"summary\": \"Governor Gavin Newsom today proposed a $5.1 billion package of immediate drought response and long-term water resilience investments to address immediate emergency needs; build regional capacity to endure drought; and safeguard water supplies for communities, the economy, and the environment. The Governor’s proposal comes as part of a week-long tour highlighting the Administration’s comprehensive recovery plan tackling the most persistent challenges facing California.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/05/10/governor-newsom-announces-5-1-billion-package-for-water-infrastructure-and-drought-response-as-part-of-100-billion-california-comeback-plan/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA5012620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Office of the Governor\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42664,\n            \"title\": \"Governor Cooper Issues State of Emergency Allowing for Fuel Transportation Waivers After Colonial Pipeline Ransomware Cyber-Attack\",\n            \"summary\": \"In response to the temporary shutdown of the Colonial Pipeline, Governor Roy Cooper today signed an Executive Order declaring a state of emergency in North Carolina and temporarily suspending motor vehicle fuel regulations to ensure adequate fuel supply supplies throughout the state. On May 7, 2021, the Colonial Pipeline system reported a ransomware cyber-attack, resulting in a temporary shutdown of that line. The Colonial Pipeline is a primary fuel pipeline for North Carolina.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.nc.gov/news/gov-cooper-issues-state-emergency-allowing-fuel-transportation-waivers-after-colonial-pipeline\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC403820210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Office of the Governor\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42665,\n            \"title\": \"Governor Sisolak Releases Statement Regarding Issuance of U.S. Treasury Guidance for American Rescue Plan Funds\",\n            \"summary\": \"U.S Treasury Department issued comprehensive guidance related to how the states and territories can spend aid allocated from the Coronavirus State and Local Fiscal Recovery Funds established by the federal American Rescue Plan (ARP).  The 150 plus pages of guidance released today includes detailed information on the allowable uses for how the States can utilize fiscal recovery funds from the ARP to respond to pandemic response needs, fill revenue shortfalls, and support communities and populations hardest-hit by the COVID-19 pandemic.  Governor Steve Sisolak issued the following statement.  “...it is critical that we take the time to analyze the guidance in detail so we can ensure these funds are spent in accordance with eligibility guidelines and in the most effective manner for Nevada residents.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Gov_Statement_Issues_Guidance_for_American_Rescue_Plan_funds/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV1119620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Nevada Office of the Governor\",\n            \"state_name\": \"Nevada\"\n        },\n        {\n            \"id\": 42666,\n            \"title\": \"Governor Bryan Announces Favorable Audit for Tobacco Settlement Financing Corporation\",\n            \"summary\": \"Governor Albert Bryan, Jr., announced that the Tobacco Settlement Financing Corporation received an unqualified audit opinion for its financial statements of the governmental activities, the debt service major fund, and the aggregate remaining fund information for the period of October 1, 2018 through September 30, 2019 as reported by the public accounting firm of BDO USA, LLP. An unqualified audit means that there were no errors or anomalies found and that all standard accounting practices were being followed. The $18.4 million in proceeds from the settlement were used to back two bond issuances – one in 2001 for $21.7 million and a second in 2006 for $48.1 million. The proceeds from the bond sales were used to finance several hospital and health department capital projects, including the Charlotte Kimelman Cancer Institute on St. Thomas and the construction of the V.I. Cardiac Center on St. Croix.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-announces-favorable-audit-for-tobacco-settlement-financing-corporation/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI522020210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Virgin Islands Office of the Governor\",\n            \"state_name\": \"U.S. Virgin Islands\"\n        },\n        {\n            \"id\": 42667,\n            \"title\": \"Governor Beshear: Kentucky to Receive More Than $2.1 Billion from American Rescue Plan Act\",\n            \"summary\": \"Today, Governor Andy Beshear announced the commonwealth is receiving $2.183 billion from the American Rescue Plan Act of 2021 for the Coronavirus State Fiscal Recovery Fund, with the allotment smaller than a previous estimate because of the state’s positive economic performance. The commonwealth performed better than expected in the fourth quarter of 2020, when the preliminary data was used. Based on the improvement in Kentucky’s employment numbers, the initial estimate of $2.441 billion was lowered to $2.183 billion. Kentucky will soon submit a request for the funds to the U.S. Department of the Treasury.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=766\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY8676620210510\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-10\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kentucky Office of the Governor\",\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"id\": 42668,\n            \"title\": \"Fannie Mae Forgoes Issuing Benchmark Notes on May 4, 2021 Announcement Date\",\n            \"summary\": \"Fannie Mae (FNMA/OTCQB) today announced that it will not utilize its May 4, 2021 Benchmark Notes® announcement date this month. As announced in our 2021 Benchmark Securities® Issuance Calendar, the company may forgo any scheduled Benchmark Notes issuance.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/fannie-mae-forgoes-issuing-benchmark-notes-may-4-2021-announcement-date\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA19720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Fannie Mae\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42701,\n            \"title\": \"Proposed Rule Amendments in Eurex Clearing Circular 037-21 Related to the Introduction of the New Securities Clearing Platform C7 SCS for Physically Settled Securities Transactions Concluded at the Frankfurt Stock Exchange and Eurex Deutschland\",\n            \"summary\": \"Eurex Clearing will be introducing the new securities clearing platform C7 SCS, which will be utilized for all transactions involving CCP-eligible instruments concluded at the Frankfurt Stock Exchange (MICs: XETR and XFRA) and for all transactions concluded at Eurex Deutschland (i.e., Eurex Exchange) (MIC: XEUR) that result in physically settled securities transactions. With the introduction of C7 SCS, Eurex Clearing will apply Trade Date Netting (“TDN”) as the main supported netting model in C7 SCS. The current netting model Actual Settlement Day Netting (“ASDN”) for cleared transactions will be discontinued in C7 SCS.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45938\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4593820210508-3\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-08\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-10\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Eurex Clearing AG\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42414,\n            \"title\": \"Meeting of the APFC Board of Trustees Audit Committee, May 18, 2021\",\n            \"summary\": \"This is a notice of the Audit Committee Meeting which is scheduled to be held on May 18, 2021 2:30 - 4:30 p.m. Scheduled Appearances and Public Participation: 2:35 P.M.:  FY 21 KPMG Audit Preview and Risk Assessment Review (Information); Mike Hayhurst, Engagement Partner, KPMG; Melissa Beedle, Engagement Manager, KPMG 3:00 p.m.: Fy21 Year-To-Date Financial Statement Review (Information): Valerie Mertz, Chief Financial Officer; Jacki Mallinger, Portfolio Accountant II; 3:30 p.m. Audit Committee Self-Assessment (Information); Corri Feige, Committee Chair; Valerie Mertz, Chief Financial Officer; Other Matters / Future Agenda Items.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=127970\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20240420210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Agency Meetings\",\n            \"agency_name\": \"Alaska Department of Revenue\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42545,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Relating to Amendments to the ICE Clear Europe Delivery Procedures\",\n            \"summary\": \"ICE Clear Europe is proposing to amend its Delivery Procedures to add a new Part A1 regarding delivery procedures relating to a new ICE Deliverable UK Emissions Futures Contracts (“ICE Deliverable UK Emissions Contracts”), which include ICE Futures UKA Auction Contracts, ICE Futures UKA Futures Contracts and ICE Futures UKA Daily Contracts, that would be traded on ICE Futures Europe and cleared by ICE Clear Europe.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09643/self-regulatory-organizations-ice-clear-europe-limited-notice-of-filing-and-immediate-effectiveness\",\n            \"federal_register_number\": \"2021-09643\",\n            \"regalytics_alert_id\": \"1891FR20210964320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"ICE Clear Europe Limited\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42509,\n            \"title\": \"Application to Issue Restricted Stock Under Section 6(c) of the Investment Company Act of 1940: Trinity Capital, Inc.\",\n            \"summary\": \"The Securities And Exchange Commission is providing this Notice of an application for an order under section 6(c) of the Investment Company Act of 1940 (the “Act”) for an exemption from sections 23(a), 23(b) and 63 of the Act; under sections 57(a)(4) and 57(i) of the Act and rule 17d-1 under the Act permitting certain joint transactions otherwise prohibited by section 57(a)(4) of the Act; and under section 23(c)(3) of the Act for an exemption from section 23(c) of the Act. The application by Trinity Capital, Inc was filed on March 19, 2020, and amended on July 29, 2020, January 6, 2021, and April 29, 2021. The Trinity Capital, Inc. (“Company” or “Applicant”) requests an order that would permit Applicant to (i) issue restricted shares of its common stock (“Restricted Stock”) as part of the compensation package for its non-employee directors (the “Non-Employee Directors”) through its 2019 Company Non-Employee Director Restricted Stock Plan (the “Non-Employee Director Plan”), (ii) issue Restricted Stock as part of the compensation package for Employee Participants, excluding the Non-Employee Directors, through its 2019 Company Long Term Incentive Plan (the “Long Term Incentive Plan”), (iii) withhold shares of the Applicant’s common stock or purchase shares of Applicant’s common stock from Employee Participants to satisfy tax withholding obligations relating to the vesting of Restricted Stock or the exercise of options to purchase shares of Applicant’s common stock (“Options”) that will be granted pursuant to the Long Term Incentive Plan and (iv) permit Employee Participants to pay the exercise price of Options that will be granted to them pursuant to the Long Term Incentive Plan with shares of Applicant’s common stock. An order granting the requested relief will be issued unless the Commission orders a hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09650/trinity-capital-inc\",\n            \"federal_register_number\": \"2021-09650\",\n            \"regalytics_alert_id\": \"1891FR20210965020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42508,\n            \"title\": \"2021 Assembly Bill 319: Expanding and Increasing the Tax Exemption for Retirement Plan Income Received by an Individual\",\n            \"summary\": \"Introduced. Under this bill, beginning with taxable year 2021, the $5,000 exemption for payments or distributions received from a qualified retirement plan or from certain individual retirement accounts may still be claimed, to the extent that such amounts are not already exempt from taxation, but the exemption is not limited to individuals who are at least 65 years old and have federal adjusted gross income of less than $15,000, or less than $30,000 if married. Under the bill, the exemption amount increases from $5,000 to $10,000 in 2022, to $15,000 in 2023, and to $20,000 in 2024 and thereafter.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab319\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB3191720210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Assembly Bill\",\n            \"agency_name\": \"Wisconsin State Assembly\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 42507,\n            \"title\": \"Settlement Order added: Rokstone Construction Risk Underwriters Ltd. and Michael John Pilla - Settlement Order - 5/6/21.\",\n            \"summary\": \"Based on an investigation conducted by the Bureau of Insurance (\\\"Bureau\\\"), it is alleged that Rokstone Construction Risk Underwriters Ltd. (\\\"Rokstone\\\") and Michael John Pilla (\\\"Pilla\\\") (collectively, the \\\"Defendants\\\"), licensed by the State Corporation Commission (\\\"Commission\\\") to transact the business of insurance in the Commonwealth of Virginia (\\\"Virginia\\\"), acted contrary to the requirements of § 38.2-1831 (1) of the Code of Virginia (\\\"Code\\\") by providing materially incorrect, misleading, and untrue information in the license applications filed with the Commission for Pilla on September 25, 2014 and July 26, 2019 and for Rokstone on November 19, 2019 and November 22, 2019 when the Defendants failed to disclose Pilla’s (as a director and the CEO of Rokstone) 1989 misdemeanor conviction on the applications filed with the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#caseDetails/141892\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00209119620210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42506,\n            \"title\": \"Order Revoking License added: Tavon Payne - Order Revoking License - 5/6/21.\",\n            \"summary\": \"The Commission finds that Tavon Payne, the Defendant has violated violated § 38.2-1819 A of the Code by failing, at the time of applying for a license, to pay a nonrefundable application processing fee in an amount and in a manner prescribed by the Commission. Accordingly, IT IS ORDERED THAT: (1) The license of the Defendant to transact the business of insurance in Virginia as an insurance agent is hereby Revoked.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#caseDetails/141892\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00029125020210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42505,\n            \"title\": \"Order Revoking License added: Asherai Sania-Sydney Gadsden - Order Revoking License - 5/6/21.\",\n            \"summary\": \"The Commission finds that Defendant has violated § 38.2-1819 A of the Code by failing, at the time of applying for a license, to pay a non-refundable application processing fee in an amount and in a manner prescribed by the Commission. It has been ordered that: (1) The license of the Defendant, Asherai Sania-Sydney Gadsden to transact the business of insurance in Virginia as an insurance agent is hereby REVOKED. (2) All appointments issued under said license are hereby VOID. (3) The Defendant shall transact no further business in Virginia as an insurance agent. (4) The Defendant shall not apply to the Commission to be licensed as an insurance agent in Virginia prior to sixty (60) days from the date ofthis Order. (5) The Bureau shall notify every insurance company for which the Defendant holds an appointment to act as an insurance agent in Virginia. (6) This case is dismissed, and the papers herein shall be placed in the file for ended causes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#/caseDetails/141890\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00027125020210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42504,\n            \"title\": \"Governor Northam Awards Over $9.4 Million to Support Clean Transportation Projects\",\n            \"summary\": \"Governor Ralph Northam today awarded more than $9.4 million through the first round of the Clean Air Communities Program to fund five government fleet electrification projects. To further advance the transition to clean vehicles, the Governor also announced a second round of $20 million to help electrify diesel and propane school buses across the Commonwealth.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/may/headline-894937-en.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA89493720210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Virginia Office of the Governor\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 42503,\n            \"title\": \"Louis Olave Stipulation and Consent Order\",\n            \"summary\": \"If Respondent fails or neglects to comply with any of the terms set forth in this Stipulation and Consent Order, the Department may, on written notice to Respondent, institute any legal or administrative proceedings it deems appropriate to enforce the Order and to seek such other appropriate sanctions, and Respondent shall consent to the entry of judgment for any unpaid balance. Respondent shall pay an administrative penalty of $5000, within 30 days of the entry of this Stipulation and Consent Order, to the Vermont Financial Services and Victim Restitution Fund. Respondent’s license to sell securities in Vermont shall be suspended from May 3, 2021 through August 2, 2021. Respondent shall not conduct any securities business nor service any Vermont clients during the suspension period.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfr.vermont.gov/reg-bul-ord/louis-olave-stipulation-and-consent-order\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3729VT11820210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Vermont Department of Financial Regulation\",\n            \"state_name\": \"Vermont\"\n        },\n        {\n            \"id\": 42502,\n            \"title\": \"Public Hearing of the U.S. International Development Finance Corporation, June 9, 2021\",\n            \"summary\": \"The Board of Directors of the U.S. International Development Finance Corporation (“DFC”) will hold a public hearing on June 9, 2021. This hearing will afford an opportunity for any person to present views in accordance with the \\\"BUILD\\\" Act of 2018. Those wishing to present at the hearing must provide advance notice to the agency as detailed below. Public hearing: 2:00 p.m., Wednesday, June 9, 2021. The public hearing will take place via video- and teleconference. Upon registering, participants and observers will be provided instructions on accessing the hearing. DFC will prepare an agenda for the hearing identifying speakers, setting forth the subject on which each participant will speak, and the time allotted for each presentation. The agenda will be available at the time of the hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09640/notice-of-public-hearing\",\n            \"federal_register_number\": \"2021-09640\",\n            \"regalytics_alert_id\": \"1891FR20210964020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. International Development Finance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42501,\n            \"title\": \"Vice President Kamala Harris Statement on the April 2021 Jobs Report\",\n            \"summary\": \"Vice President Harris presents a statement highlighting the 1.5 million jobs created in the past three months while highlighting the difficulties faced, particularly, by women who face difficulties returning to the workforce due to persistent childcare issues\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/07/vice-president-kamala-harris-statement-on-the-april-jobs-report/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH199RT20210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42500,\n            \"title\": \"Remarks by President Biden on the April Jobs Report\",\n            \"summary\": \"President Biden provides an overview of the April Jobs Report and highlights Administration initiatives and efforts which are aimed at improving employment figures in the context of the American Rescue Plan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/05/07/remarks-by-president-biden-on-the-april-jobs-report/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH172RT20210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Speeches and Remarks\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42499,\n            \"title\": \"Privacy Act, Matching Program: Compensation, Pension, Education and Vocational Rehabilitation and Employment Records-VA\",\n            \"summary\": \"This is an 18-month re-establishment computer matching agreement (CMA) with the Defense Manpower Data Center (DMDC), Department of Defense (DoD) and the Department of Veterans Affairs (VA), Veterans Benefits Administration (VBA), regarding Veterans who are in receipt of drill pay and also in receipt of compensation or pension benefits. The purpose of this agreement is to verify eligibility for DoD/USCG members of the Reserve forces who receive VA disability compensation or pension to receive, in lieu and upon election, military pay and allowances when performing reserve duty. Veterans who perform reserve duty must choose the monetary benefit they prefer and waive the other. VA will use the DoD reserve military pay data in the VA-DoD Identity Repository (VADIR) to match against VA recipients of VA disability compensation or pension. DMDC sends reserve military pay data to VADIR monthly; the data provided by DMDC include all data elements required for the match. VA will use this information to make, where appropriate, necessary VA payment adjustments.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09737/privacy-act-of-1974-matching-program\",\n            \"federal_register_number\": \"2021-09737\",\n            \"regalytics_alert_id\": \"1891FR20210973720210507\",\n            \"proposed_comments_due_date\": \"2021-06-07\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Veterans Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42498,\n            \"title\": \"Reminder to Tax-Exempt Organizations: 990s, Other Forms Due on May 17\",\n            \"summary\": \"The Internal Revenue Service today reminds tax-exempt organizations that operate on a calendar-year (CY) basis that certain annual information and tax returns they file with the IRS are due on May 17, 2021. These returns are: Form 990-series annual information returns (Forms 990, 990-EZ, 990-PF, 990-BL), Form 990-N, Electronic Notice (e-Postcard) for Tax-Exempt Organizations Not Required to File Form 990 or Form 990-EZ, Form 990-T, Exempt Organization Business Income Tax Return (other than certain trusts) and Form 4720, Return of Certain Excise Taxes Under Chapters 41 and 42 of the Internal Revenue Code.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.irs.gov/newsroom/reminder-to-tax-exempt-organizations-990s-other-forms-due-on-may-17-information-and-tools-available-to-help\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS24520210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42497,\n            \"title\": \"Miscellaneous Sections Affected by the Taxpayer Bill of Rights 2 and the Personal Responsibility and Work Opportunity Reconciliation Act of 1996\",\n            \"summary\": \"The Internal Revenue Service (IRS) is soliciting comments concerning, Miscellaneous Sections Affected by the Taxpayer Bill of Rights 2 and the Personal Responsibility and Work Opportunity Reconciliation Act of 1996.  There is no change to this existing regulation and this notice is for an extension of a currently approved collection. Under Internal Revenue Code Section 7430, a prevailing party may recover the reasonable administrative or litigation costs incurred in an administrative or civil proceeding that relates to the determination, collection, or refund of any tax, interest, or penalty. Treasury Regulation Section 301.7430-2(c) provides that the IRS will not award administrative costs under section 7430 unless the taxpayer files a written request in accordance with the requirements of the regulation. Written comments should be received on or before July 6, 2021 to be assured of consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09682/proposed-collection-comment-request-for-regulation-project\",\n            \"federal_register_number\": \"2021-09682\",\n            \"regalytics_alert_id\": \"1891FR20210968220210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42496,\n            \"title\": \"IRA Contribution Information, Form 5498; Extension to a Currently Approved Collection\",\n            \"summary\": \"The IRS is currently seeking comments concerning the following information collection tools, reporting, and record-keeping requirements for IRA Contribution Information, Form 5498. The Agency seeks an extension of this currently approved collection. The Form 5498 is used by trustees and issuers to report contributions to, and the fair market value of, an individual retirement arrangement (IRA). The information on the form will be used by IRS to verify compliance with the reporting rules under regulation section 1.408-5 and to verify that the participant in the IRA has made the contribution that supports the deduction taken. There is no change to the existing collection.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09681/proposed-collection-requesting-comments-on-form-5498-ira-contribution-information\",\n            \"federal_register_number\": \"2021-09681\",\n            \"regalytics_alert_id\": \"1891FR20210968120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42495,\n            \"title\": \"Distributions from Pensions, Annuities, Retirement or Profit-Sharing Plans; Revision of Form 1099-R\",\n            \"summary\": \"The IRS is soliciting comments concerning Form 1099-R, Distributions From Pensions, Annuities, Retirement or Profit-sharing Plans, IRAs, Insurance Contracts, etc. The Form is used to report distributions from pensions, annuities, profit-sharing or retirement plans, IRAs, and the surrender of insurance contracts. This information is used by the IRS to verify that income has been properly reported by the recipient. There are changes to the existing collection: (1) The existing FATCA and Date of payment boxes were given line numbers, and (2) the age for IRA required minimum distributions was changed to age 72 beginning in 2020 per the SECURE Act. Written comments should be received on or before July 6, 2021 to be assured of consideration.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09680/proposed-collection-requesting-comments-on-form-1099-r\",\n            \"federal_register_number\": \"2021-09680\",\n            \"regalytics_alert_id\": \"1891FR20210968020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42494,\n            \"title\": \"Treasury Announces Additional $21.6 Billion in Emergency Rental Assistance Allocation\",\n            \"summary\": \"The U.S. Department of the Treasury, in coordination with the White House American Rescue Plan Implementation Team and the U.S. Department of Housing and Urban Development, announced the allocation of an additional $21.6 billion under the American Rescue Plan for Emergency Rental Assistance, which will help prevent evictions and ensure basic housing security for millions of Americans impacted by the affordable housing challenges exacerbated by COVID-19. In addition to this financial support, Treasury issued updated, strengthened guidance to expedite funds to renters and target those most severely in need of assistance. For example, the guidance makes clear that the $21.6 billion of emergency rental assistance made available through this program must be offered directly to renters when landlords do not accept direct payment. The guidance also reduces burdensome documentation requirements and wait times that can slow down assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0168\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT85016820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42493,\n            \"title\": \"Secretary Yellen Announces Intention to Appoint Michael J. Hsu as First Deputy Comptroller of the Office of the Comptroller of the Currency\",\n            \"summary\": \"U.S. Treasury Secretary Janet L. Yellen today announced her intention to appoint Michael J. Hsu as a Deputy Comptroller and designate him the First Deputy Comptroller of the Office of the Comptroller of the Currency (OCC). Mr. Hsu will serve as Acting Comptroller. The following remarks were offered by the Treasury Secretary: “Today, I’m pleased to appoint Michael Hsu to the post of First Deputy Comptroller of the Office of the Comptroller of the Currency. When Mike takes office on Monday, he will assume the role of Acting Comptroller.\\\" She added that \\\"Mike has devoted his career to the stability and supervision of America’s banking system. He is among the most talented and principled regulatory officials that I have had the pleasure of working with, and I am confident he will execute this role with integrity and efficiency.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0167\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT139016720210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42492,\n            \"title\": \"Improving Customer Experience\",\n            \"summary\": \"The Department of the Treasury is filing for the approval of a New Information Collection concerning \\\"Improving Customer Experience (OMB Circular A-11, Section 280 Implementation). This collection is a modern, streamlined and responsive customer experience means: raising government-wide customer experience to the average of the private sector service industry; developing indicators for high-impact Federal programs to monitor progress towards excellent customer experience and mature digital services; and providing the structure (including increasing transparency) and resources to ensure customer experience is a focal point for agency leadership. This proposed information collection activity provides a means to garner customer and stakeholder feedback in an efficient, timely.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09641/agency-information-collection-activities-proposed-collection-comment-request-improving-customer\",\n            \"federal_register_number\": \"2021-09641\",\n            \"regalytics_alert_id\": \"1891FR20210964120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42491,\n            \"title\": \"Statement by US Secretary of Labor Walsh on the April Jobs Report\",\n            \"summary\": \"The U.S. Secretary of Labor Marty Walsh issued the following statement on the April 2021 Employment Situation Report: \\\"Today, the Bureau of Labor Statistics reported that the American economy added 266,000 jobs in the month of April, and the unemployment rate was 6.1 percent, up marginally from 6.0 percent in March. Labor force participation is at its highest point since last August and the number of people expressing hesitancy about returning to work due to the coronavirus is at its lowest point in the pandemic. However, the numbers also show we have a steep climb ahead of us. We have yet to recover roughly eight million jobs that existed prior to the pandemic. Racial inequities in the unemployment picture persist, as the Black unemployment rate increased slightly to 9.7 percent, the Hispanic rate held level at 7.9 percent, the Asian rate dropped to 5.7 percent and the white rate fell to 5.3 percent.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/osec/osec20210507\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL65830NAT519210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Labor, Office of the Secretary\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42490,\n            \"title\": \"North Carolina Tax Preparer Sentenced to Prison for Defrauding IRS\",\n            \"summary\": \"Karen Marie Jones, a North Carolina tax return preparer, was sentenced today to 22 months in prison for conspiring to defraud the IRS. One of her co-conspirators pleaded guilty on Wednesday for her role in the scheme.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/north-carolina-tax-preparer-sentenced-prison-defrauding-irs-and-co-conspirator-pleads-guilty\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2229A20210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42489,\n            \"title\": \"HUD Completes Direct Sale of State of New York Single Family Mortgage Notes to Strengthen Neighborhoods\",\n            \"summary\": \"The U.S. Department of Housing and Urban Development (HUD) on Friday announced that it has completed a direct mortgage note sale with the State of New York and a non-profit partner to support the revitalization of vacant and abandoned properties and reduce neighborhood blight. The sale, which was finalized on Thursday, included 70 mortgage notes for single family homes located in cities and towns throughout the State of New York that are vacant or abandoned, and with mortgages that were 90 or more days delinquent. The sale agreement includes provisions that the notes should be held and resolved in ways that promote affordable housing, reduce neighborhood blight, and align with HUD’s mission to strengthen neighborhoods. “This week’s direct sale is a much welcomed outcome for everyone involved, and most importantly, the communities where these vacant properties are located,” said Lopa Kolluri, Principal Deputy Assistant Secretary for HUD’s Office of Housing.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.hud.gov/press/press_releases_media_advisories/HUD_No_21_081\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"774HUD10308120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42488,\n            \"title\": \"Manufactured Housing Dispute Resolution Program\",\n            \"summary\": \"The Office of the Assistant Secretary for Housing Federal Housing Commissioner, (HUD) is seeking approval from the Office of Management and Budget (OMB) for the information collection concerning the Manufactured Housing Dispute Resolution Program. This is a revision of a currently approved collection. The state programs will file form HUD-310-DRSC. HUD uses the information on state certifications to determine whether the state programs comply with the minimum requirements set out in the regulations. Homeowners and industry respondents will use form HUD-311-DR. HUD uses the required information for screening that a defect that is properly alleged and timely reported under the Federal manufactured housing dispute resolution program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09713/60-day-notice-of-proposed-information-collection-manufactured-housing-dispute-resolution-program\",\n            \"federal_register_number\": \"2021-09713\",\n            \"regalytics_alert_id\": \"1891FR20210971320210507\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42487,\n            \"title\": \"Local Appeals to Single-Family Mortgage Limits\",\n            \"summary\": \"The Office of the Assistant Secretary for Housing- Federal Housing Commissioner, (HUD) is seeking approval from the Office of Management and Budget (OMB) for the information collection concerning: Local Appeals to Single-Family Mortgage Limits. Any interested party may submit a request for the mortgage limits to be increased in a particular area if they believe that the present limit does not accurately reflect the higher sales prices in that area. Any request for an increase must be accompanied by sufficient housing sales price data to justify higher limits. This allows HUD the opportunity to examine additional data to confirm or adjust the set loan limit for a particular area.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09712/60-day-notice-of-proposed-information-collection-local-appeals-to-single-family-mortgage-limits\",\n            \"federal_register_number\": \"2021-09712\",\n            \"regalytics_alert_id\": \"1891FR20210971220210507\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42486,\n            \"title\": \"Notice of Proposed Extension; Income Driven Repayment Plan Request for the William D. Ford Federal Direct Loans and Federal Family Education Loan Programs\",\n            \"summary\": \"The U.S. Department of Education (ED), is requesting an extension of the current information collection related to: “Income Driven Repayment Plan Request for the William D. Ford Federal Direct Loans and Federal Family Education Loan Programs.” The Department files this request with the same total annual number of respondents for this renewal collection as was used in the prior filing. Due to the effects of the COVID-19 pandemic and the suspension of the collection of loans, the Department lacks sufficient data to allow for more accurate updates to the usage of these forms. There has been no change in the underlying statutes or regulations which support these request forms. Interested persons are invited to submit comments on or before July 6, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09659/agency-information-collection-activities-comment-request-income-driven-repayment-plan-request-for\",\n            \"federal_register_number\": \"2021-09659\",\n            \"regalytics_alert_id\": \"1891FR20210965920210507\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Education\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42485,\n            \"title\": \"Federal and Non-Federal Financial Assistance Instruments; Comment Request\",\n            \"summary\": \"The U.S. Department of Agriculture is requesting comments regarding: the Federal and Non-Federal Financial Assistance Instruments. Authorized by the Federal Grants and Cooperative Agreements Act (FGCAA), the FS issues Federal Financial Assistance awards, (i.e., grants and cooperative agreements). Agency specific authorities and appropriations also support use of Federal Financial Assistance awards. In addition to FFA, Congress created specific authorizations for acts outside the scope of the FGCAA. Appropriations language was developed to convey authority for the Forest Service to enter into relationships that are outside the scope of the FGCAA. Information in this request is collected from individuals; non-profit and for-profit institutions; institutions of higher education and state, local, and Native American tribal governments etc. Comments regarding this information collection received by June 7, 2021 will be considered.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09690/submission-for-omb-review-comment-request\",\n            \"federal_register_number\": \"2021-09690\",\n            \"regalytics_alert_id\": \"1891FR20210969020210507\",\n            \"proposed_comments_due_date\": \"2021-06-07\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Agriculture\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42484,\n            \"title\": \"Redistricting Data Program\",\n            \"summary\": \"The U.S. Census Bureau is requesting a three-year clearance to continue the phases of the Redistricting Data Program (RDP). The purpose of this notice is to allow for 60 days of public comment on the proposed revision of the Redistricting Data Program (RDP) prior to the submission of the information collection request (ICR) to OMB for approval. The new clearance allows the Census Bureau to provide RDP specific materials, burden hours, and procedures to fifty-two state liaisons to complete Phase 4: Collection of Post 2020 Census Redistricting Data Plans and Phase 5: Review of the 2020 Census RDP and Recommendations for the 2030 RDP. Between January 2022 and July 2022, the Census Bureau will solicit from each state the newly drawn 118th Congressional Districts and State Legislative Districts. This effort will occur every two years in advance of the 2030 Census in order to update these boundaries with new or changed plans. A verification phase will occur with each update. Under Phase 5, a review will take place of the 2020 Census RDP and Recommendations for the 2030 Census RDP (2020 post-data collection). As the final phase of the 2020 Census RDP, the Census Bureau will work with the states to conduct a thorough review of the RDP.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09673/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for\",\n            \"federal_register_number\": \"2021-09673\",\n            \"regalytics_alert_id\": \"1891FR20210967320210507\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Census Bureau\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42483,\n            \"title\": \"Report of Building or Zoning Permits Issues for New Privately-Owned Housing Units; Building Permits Survey Form C-404\",\n            \"summary\": \"The Census Bureau plans to request a three-year extension of Form C-404, “Report of Building or Zoning Permits Issued for New Privately-Owned Housing Units”, otherwise known as the Building Permits Survey. The Census Bureau uses this survey to produce statistics to monitor activity in the large and dynamic construction industry. For New Residential Construction (which includes Housing Units Authorized by Building Permits, Housing Starts, and Housing Completions), Form C-404 is used to collect the estimate for Housing Units Authorized by Building Permits. For new residential construction and sales, the number of housing units authorized by building permits is a key component utilized in the estimation of housing units started, completed, and sold. These statistics help state and local governments, the Federal Government, and private industry, analyze the housing and construction industry sector of the economy. Building permits for new private housing units also are a component of The Conference Board’s Leading Economic Index. The Census Bureau uses Form C-404 to collect information on changes to the geographic coverage of permit-issuing places, the number and valuation of new residential housing units authorized by building permits, and additional information on residential permits valued at $2 million or more, including, but not limited to, site address and type of building.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09672/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for\",\n            \"federal_register_number\": \"2021-09672\",\n            \"regalytics_alert_id\": \"1891FR20210967220210507\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Census Bureau\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42482,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Relating to Connectivity, Surveillance and Risk Management Services and Fees\",\n            \"summary\": \"On April 20, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend certain rules relating to connectivity, surveillance and risk management services fees. More specifically, the Exchange is proposing to amend Equity 7, Section 115 and adopt Equity 7, Sections 116-A and 149-A to incorporate these new products into the Exchange's pricing schedule. This rulechange has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09646/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09646\",\n            \"regalytics_alert_id\": \"1891FR20210964620210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"The NASDAQ Stock Market LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42481,\n            \"title\": \"Updates to Unemployment Insurance\",\n            \"summary\": \"The Texas Workforce Commission (TWC) proposes the following new sections to Chapter 815, relating to Unemployment Insurance: Subchapter A. General Provisions, §815.4 and Subchapter F. Extended Benefits, §815.175.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/May72021/Proposed Rules/40.SOCIAL SERVICES AND ASSISTANCE.html#48\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX224820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rules\",\n            \"agency_name\": \"Texas Workforce Commission\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42480,\n            \"title\": \"Governor Abbott Renews Drought Conditions Disaster Declaration - May 2021\",\n            \"summary\": \"Governor Abbott of Texas declared that exceptional drought conditions pose a threat of imminent disaster in Andrews, Bailey, Bee, Brewster, Briscoe, Brooks, Cameron, Castro, Cochran, Culberson, Dawson, Deaf Smith, Dickens, Dimmit, Duval, Ector, El Paso, Floyd, Frio, Gaines, Goliad, Hale, Hidalgo, Hockley, Hudspeth, Jeff Davis, Jim Hogg, Jim Wells, Karnes, Kenedy, King, Lamb, La Salle, Live Oak, Loving, Lubbock, Lynn, Martin, McMullen, Midland, Parmer, Presidio, Randall, Reeves, Starr, Swisher, Terry, Ward, Webb, Willacy, Winkler, Yoakum, Zapata, and Zavala counties.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-renews-drought-conditions-disaster-declaration-may-2021\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TX2173103120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Texas Office of the Governor\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42479,\n            \"title\": \"Texas Agricultural Finance Authority\",\n            \"summary\": \"The Texas Agricultural Finance Authority (TAFA), a public authority within the Texas Department of Agriculture (Department), proposes amendments to 4 TAC §28.2, concerning Definitions; §28.4, concerning Communication with the Authority; §28.5, concerning Texas Agricultural Fund; §28.10, concerning Authority; §28.13, concerning Definitions; §28.14, concerning Application Procedure for Applicant; §28.15, concerning Application Procedure for Lender; §28.20, concerning Authority; §28.23, concerning Definitions; §28.26, concerning Consideration of Applications; §28.32, concerning Criteria for Approval of Loan Guarantee; §28.35, concerning Loan Guarantee Administration; §28.36, concerning Interest Rebate Requirements and Procedures; §28.42, concerning Definitions; §28.43, concerning Application Procedure for Applicant; §28.44, concerning Application Procedure for Lender; §28.55, concerning Administration of Program; §28.60, concerning Purpose and Application of Rules; §28.61, concerning Definitions; and §28.62, concerning Collection of Funds by County Tax Assessor-Collector and Remittance to Comptroller. TAFA identified the need for the proposed amendments during its rule review conducted pursuant to Texas Government Code §2001.039, the adoption for which can be found in the Review of Agency Rules section of this issue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/May72021/Proposed Rules/4.AGRICULTURE.html#21\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX362120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rules\",\n            \"agency_name\": \"Texas Department of Agriculture\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42478,\n            \"title\": \"Meeting/Workshop Hearing of the Florida Surplus Asset Fund Trust\",\n            \"summary\": \"The Florida Surplus Asset Fund Trust announces a telephone conference call to which all persons are invited on May 19, 2021, at 1:00 p.m. EST\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24506388\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2450638820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Surplus Asset Fund Trust\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42477,\n            \"title\": \"Texas Agricultural Finance Authority\",\n            \"summary\": \"The Texas Agricultural Finance Authority (TAFA), a public authority within the Texas Department of Agriculture (Department), proposes amendments to 4 TAC §28.2, concerning Definitions; §28.4, concerning Communication with the Authority; §28.5, concerning Texas Agricultural Fund; §28.10, concerning Authority; §28.13, concerning Definitions; §28.14, concerning Application Procedure for Applicant; §28.15, concerning Application Procedure for Lender; §28.20, concerning Authority; §28.23, concerning Definitions; §28.26, concerning Consideration of Applications; §28.32, concerning Criteria for Approval of Loan Guarantee; §28.35, concerning Loan Guarantee Administration; §28.36, concerning Interest Rebate Requirements and Procedures; §28.42, concerning Definitions; §28.43, concerning Application Procedure for Applicant; §28.44, concerning Application Procedure for Lender; §28.55, concerning Administration of Program; §28.60, concerning Purpose and Application of Rules; §28.61, concerning Definitions; and §28.62, concerning Collection of Funds by County Tax Assessor-Collector and Remittance to Comptroller. TAFA identified the need for the proposed amendments during its rule review conducted pursuant to Texas Government Code §2001.039, the adoption for which can be found in the Review of Agency Rules section of this issue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/May72021/Proposed Rules/4.AGRICULTURE.html#21\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX362120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": null,\n            \"agency_name\": \"Texas Department of Agriculture\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42476,\n            \"title\": \"Funds Management (Fiscal Affairs)\",\n            \"summary\": \"The Comptroller of Public Accounts adopts the repeal of §5.36, concerning deductions for paying membership fees to certain law enforcement employee organizations, without changes to the proposed text as published in the November 27, 2020, issue of the Texas Register (45 TexReg 8490). The rule will not be republished.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.texas.gov/texreg/archive/May72021/Adopted Rules/34.PUBLIC FINANCE.html#94\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15968TX339420210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Adopted Rules\",\n            \"agency_name\": \"Texas Comptroller of Public Accounts\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42475,\n            \"title\": \"Pelosi Statement on April Jobs Report\",\n            \"summary\": \"This release covers the Speaker Nancy Pelosi's statement on the April Jobs Report. Remarks by the Speaker include: \\\"The disappointing April jobs report highlights the urgent need to pass President Biden’s American Jobs and Families Plans.  We need to take bold action to Build Back Better from this crisis by investing in our nation, our workers and our families. \\\"House Democrats are already at work developing strong jobs legislation, which will create millions of good-paying jobs revitalizing our nation’s infrastructure and laying the foundation for a generation of economic growth.  As we see continued evidence that women and working parents have been hit hardest in the economy, we must invest in human infrastructure with the American Families Plan which strengthens the child care and early education support that families need: children learning, parents earning.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/5721\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH572120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Speaker of the House\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42474,\n            \"title\": \"Governor Noem's Statement on Strengthening South Dakota’s Workforce\",\n            \"summary\": \"Statement from South Daktoa Govertnor Kristi Noem on the booming job market in South Daktoa, including highlights of state investments to improve workforce training and tourism sector.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28044\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11741SD2804420210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Dakota Department Office of the Governor\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 42473,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the Exchange's Rulebook and Fee Schedule to Reflect a Rebranding of the Exchange's Affiliate, MIAX PEARL, LLC\",\n            \"summary\": \"On April 22, 2021, Miami International Securities Exchange, LLC (“MIAX Options” or the “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the Exchange's Rulebook and Fee Schedule as part of a non-substantive marketing effort to rebrand the Exchange's affiliate, MIAX Pearl. Pursuant to this proposal, the Exchange proposes to rebrand references to its affiliate's name, from the fully-capitalized words “MIAX PEARL” to now be “MIAX Pearl,” throughout the Exchange's Rulebook and the Fee Schedule. The Exchange does not propose to amend references to the legal entity's name, “MIAX PEARL, LLC,” and the rebranded term “MIAX Pearl” will represent the same entity as the legal name, “MIAX PEARL.” The foregoing rulechange has become effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09645/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-filing-and\",\n            \"federal_register_number\": \"2021-09645\",\n            \"regalytics_alert_id\": \"1891FR20210964520210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Miami International Securities Exchange, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42472,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the Exchange's Rulebook and Fee Schedule to Reflect a Rebranding of the Exchange's Affiliate, MIAX PEARL, LLC\",\n            \"summary\": \"On April 22, 2021, MIAX Emerald, LLC (“MIAX Emerald” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the Exchange's Rulebook and Fee Schedule as part of a non-substantive marketing effort to rebrand the Exchange's affiliate, MIAX Pearl. Pursuant to this proposal, the Exchange proposes to rebrand references to its affiliate's name, from the fully capitalized words “MIAX PEARL” to now be “MIAX Pearl,” throughout the Exchange's Rulebook and the Fee Schedule. The Exchange's affiliate does not propose to amend references to the legal entity's name, “MIAX PEARL, LLC,” and the rebranded term “MIAX Pearl” will represent the same entity as its legal name, “MIAX PEARL.” Specifically, with the proposed rebranding, references in the Exchange's Rulebook and Fee Schedule to “MIAX PEARL” will be rebranded to “MIAX Pearl.” The foregoing rulechange has become effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09644/self-regulatory-organizations-miax-emerald-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09644\",\n            \"regalytics_alert_id\": \"1891FR20210964420210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"MIAX Emerald, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42471,\n            \"title\": \"Magaziner Applauds Passage of Financial Literacy Bill out of House Education Committee\",\n            \"summary\": \"Treasurer Magaziner released the following statement regarding yesterday's passage of House Bill No. 5491, which was introduced at the request of the Treasurer, out of the House Committee on Education: \\\"As a former public school teacher, I know that financial education can set young people up for financial success later in life. This bill if passed will ensure every Rhode Island student receives personal finance education prior to graduating high school, which studies have shown leads to better financial outcomes in adulthood, and will provide educators with the resources they need to provide this instruction. I applaud the House Committee on Education for passing this bill out of Committee, with leadership from Deputy Whip Ackerman and Chairman McNamara, and urge the full House to swiftly pass it into law.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ri.gov/press/view/41079\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1710RI4107920210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Rhode Island Office of the General Treasurer\",\n            \"state_name\": \"Rhode Island\"\n        },\n        {\n            \"id\": 42470,\n            \"title\": \"Meeting of the Public Company Accounting Oversight Board, May 13, 2021\",\n            \"summary\": \"The Public Company Accounting Oversight Board (PCAOB) will hold an open meeting on Thursday, May 13, 2021, at 10:00 a.m. ET. At the meeting, the Board will consider proposing for public comment a rule that would provide a framework for the PCAOB to use when determining—as contemplated under the Holding Foreign Companies Accountable Act (HFCAA)—whether the Board is unable to inspect or investigate completely registered public accounting firms located in a foreign jurisdiction because of a position taken by one or more authorities in that jurisdiction. Given the ongoing challenges of the COVID-19 pandemic, the PCAOB’s open meeting will take place virtually. Members of the public can listen to the audio-only meeting using the following numbers\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://pcaobus.org/news-events/news-releases/news-release-detail/at-may-13-open-meeting-pcaob-to-consider-proposed-rule-to-provide-framework-for-hfcaa-determinations\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"783PCA26720210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Public Company Accounting Oversight Board\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42469,\n            \"title\": \"Actions on Applications\",\n            \"summary\": \"The Department of Banking and Securities (Department), under the authority in the Banking Code of 1965 (7 P.S. §§ 101—2204), the Department of Banking and Securities Code (71 P.S. §§ 733-1—733-1203) and 17 Pa.C.S. (relating to Credit Union Code), has taken the actions on applications received for the week ending April 27, 2021. Under section 503.E of the Department of Banking and Securities Code (71 P.S. § 733-503.E), any person wishing to comment on the following applications, with the exception of branch applications, may file comments in writing with the Department of Banking and Securities, Bank Supervision or Credit Union and Trust Supervision (as applicable), 17 North Second Street, Suite 1300, Harrisburg, PA 17101-2290.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.pacodeandbulletin.gov/Display/pabull?file=/secure/pabulletin/data/vol51/51-19/710.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6490PABULL71020210508\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-08\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notices\",\n            \"agency_name\": \"Pennsylvania Department of Banking and Securities\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42468,\n            \"title\": \"Illinois Register Volume 45, Issue 19\",\n            \"summary\": \"This release contains the Illinois Secretary of State’s Administrative Register, Vol. 45, Issue 19, as updated on May 7, 2021 and published by the Department of the State. The Rulemaking Guide includes a list of recent rulemaking and agency notices.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.cyberdriveillinois.com/departments/index/register/volume45/register_volume45_issue_19.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1079IL451920210509\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-09\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Register Index\",\n            \"agency_name\": \"Office of the Illinois Secretary of State\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42467,\n            \"title\": \"Michael J. Hsu to Become Acting Comptroller of the Currency May 10, 2021\",\n            \"summary\": \"The U.S. Department of the Treasury today announced that Michael J. Hsu will become Acting Comptroller of the Currency on May 10, 2021, pursuant to 12 USC 4 as designated by Secretary of the Treasury Janet Yellen. Prior to joining the OCC, Mr. Hsu served as an Associate Director in the Division of Supervision and Regulation at the Federal Reserve Board of Governors. There, he led the Large Institution Supervision Coordinating Committee (LISCC) Program, which supervises the global systemically important banking companies operating in the United States. His career has included serving at the International Monetary Fund, the U.S. Department of the Treasury, and the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-51.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC72734220210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Office of the Comptroller of the Currency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42466,\n            \"title\": \"Blocking or Unblocking of Persons and Properties: Removal of Individual from SDN List\",\n            \"summary\": \"The Department of the Treasury's Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been removed from OFAC's Specially Designated Nationals and Blocked Persons List (SDN List). On April 30, 2021, OFAC determined that the following individual listed below should be removed from the SDN List and that the property and interests in property subject to U.S. jurisdiction of the following person are unblocked. Individual: 1. Al-Hassan, Anas Malik Dohan (a.k.a. ALHASSAN, Anas; a.k.a. DOHAN, Anas; a.k.a. DOHAN, Anas Malik; a.k.a. MALIK, Anas). Baghdad, Iraq (individual) [IRAQ2].\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09648/notice-of-ofac-sanctions-actions\",\n            \"federal_register_number\": \"2021-09648\",\n            \"regalytics_alert_id\": \"1891FR20210964820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Office of Foreign Assets Control\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42465,\n            \"title\": \"Blocking of Persons and Properties: Russian Entities\",\n            \"summary\": \"The Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been determined to be subject to specific prohibitions based on OFAC’s determination that one or more applicable legal criteria were satisfied. On April 15, 2021, OFAC determined that the following Entities shall be subject to the prohibitions of Directive 1 under the relevant sanctions authority listed below as of June 14, 2021. Entities 1. CENTRAL BANK OF THE RUSSIAN FEDERATION. Pursuant to sections 1(a)(iv), 1(d), and 8 of Executive Order 14024 of April 15, 2021, “Blocking Property with Respect to Specified Harmful Foreign Activities of the Government of the Russian Federation,” 86 FR 20249, (“E.O. 14024”) the entity is determined to be a political subdivision, agency, or instrumentality of the Government of the Russian Federation and shall be subject to the prohibitions of Directive 1 under E.O. 14024. 2. MINISTRY OF FINANCE OF THE RUSSIAN FEDERATION. Pursuant to sections 1(a)(iv), 1(d), and 8 of E.O. 14024, the entity is determined to be a political subdivision, agency, or instrumentality of the Government of the Russian Federation and shall be subject to the prohibitions of Directive 1 under E.O. 14024. 3. NATIONAL WEALTH FUND OF THE RUSSIAN FEDERATION. Pursuant to sections 1(a)(iv), 1(d), and 8 of E.O. 14024, the entity is determined to be a political subdivision, agency, or instrumentality of the Government of the Russian Federation and shall be subject to the prohibitions of Directive 1 under E.O. 14024.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09647/notice-of-ofac-sanctions-actions\",\n            \"federal_register_number\": \"2021-09647\",\n            \"regalytics_alert_id\": \"1891FR20210964720210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Office of Foreign Assets Control\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42464,\n            \"title\": \"Proposal to Amend its Schedule of Fees and Rebates Related to Co-Location Services to Add Two Partial Cabinet Solution Bundles\",\n            \"summary\": \"On January 19, 2021, New York Stock Exchange LLC (“NYSE”), NYSE American LLC (“NYSE American”), NYSE Arca, Inc. (“NYSE Arca”), NYSE Chicago, Inc. (“NYSE Chicago”), and NYSE National, Inc. (“NYSE National”) (collectively, the “Exchanges”) each filed with the Securities and Exchange Commission (“Commission”), pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 (“Exchange Act” or “Act”) and Rule 19b-4 thereunder, a proposed rule change to amend the Exchanges’ fee schedules related to co-location to add two Partial Cabinet Solution bundles. The proposed rule changes were published for comment in the Federal Register on February 5, 2021 or February 8, 2021, as applicable. On March 18, 2021, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to either approve the proposed rule changes, disapprove the proposed rule changes, or institute proceedings to determine whether to disapprove the proposed rule changes. The Commission received no comments on the proposed rule changes. This order institutes proceedings under Section 19(b)(2)(B) of the Exchange Act to determine whether to approve or disapprove the proposed rule changes. Accordingly, the Commission designates May 31, 2021 as the date comments should be submitted on or before.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91785.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12584NAT349178520210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE National, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42463,\n            \"title\": \"Proposal to Amend its Fee Schedule Related to Co-Location Services to Add Two Partial Cabinet Solution Bundles\",\n            \"summary\": \"On January 19, 2021, New York Stock Exchange LLC (“NYSE”), NYSE American LLC (“NYSE American”), NYSE Arca, Inc. (“NYSE Arca”), NYSE Chicago, Inc. (“NYSE Chicago”), and NYSE National, Inc. (“NYSE National”) (collectively, the “Exchanges”) each filed with the Securities and Exchange Commission (“Commission”), pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 (“Exchange Act” or “Act”) and Rule 19b-4 thereunder, a proposed rule change to amend the Exchanges’ fee schedules related to co-location to add two Partial Cabinet Solution bundles. The proposed rule changes were published for comment in the Federal Register on February 5, 2021 or February 8, 2021, as applicable. On March 18, 2021, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to either approve the proposed rule changes, disapprove the proposed rule changes, or institute proceedings to determine whether to disapprove the proposed rule changes. The Commission received no comments on the proposed rule changes. This order institutes proceedings under Section 19(b)(2)(B) of the Exchange Act6 to determine whether to approve or disapprove the proposed rule changes.The Commission is extending the comment period for the proposed rule change to allow interested persons additional time to analyze the issues and prepare their comments. Accordingly, the Commission designates May 31, 2021 as the date comments should be submitted on or before.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91785.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12583CHX349178520210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Chicago, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42462,\n            \"title\": \"Withdrawal of a Proposed Rule Change to List and Trade the Shares of the Teucrium Water Fund under NYSE Arca Rule 8.200-E\",\n            \"summary\": \"On November 25, 2020, NYSE Arca, Inc. (“Exchange” or “NYSE Arca”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to list and trade the shares of the Teucrium Water Fund under NYSE Arca Rule 8.200-E, Commentary .02. The proposed rule change was published for comment in the Federal Register on December 14, 2020. On January 14, 2021, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to disapprove the proposed rule change. On March 9, 2021, the Commission instituted proceedings under Section 19(b)(2)(B) of the Act to determine whether to approve or disapprove the proposed rule change. This rule change has been withdrawn.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-91786.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349178620210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42461,\n            \"title\": \"Proposal to Amend the NYSE Arca Equities Fees and Charges and the NYSE Arca Options Fees and Charges Related to Co-Location Services to Add Two Partial Cabinet Solution Bundles\",\n            \"summary\": \"On January 19, 2021, New York Stock Exchange LLC (“NYSE”), NYSE American LLC (“NYSE American”), NYSE Arca, Inc. (“NYSE Arca”), NYSE Chicago, Inc. (“NYSE Chicago”), and NYSE National, Inc. (“NYSE National”) (collectively, the “Exchanges”) each filed with the Securities and Exchange Commission (“Commission”), pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 (“Exchange Act” or “Act”) and Rule 19b-4 thereunder, a proposed rule change to amend the Exchanges’ fee schedules related to co-location to add two Partial Cabinet Solution bundles. The proposed rule changes were published for comment in the Federal Register on February 5, 2021 or February 8, 2021, as applicable. On March 18, 2021, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to either approve the proposed rule changes, disapprove the proposed rule changes, or institute proceedings to determine whether to disapprove the proposed rule changes. The Commission received no comments on the proposed rule changes. This order institutes proceedings under Section 19(b)(2)(B) of the Exchange Act6 to determine whether to approve or disapprove the proposed rule changes. The Commission asks that commenters address the sufficiency and merit of the Exchanges’ statements in support of the proposal, in addition to any other comments they may wish to submit about the proposed rule change. The Commission requests written views, data, and arguments with respect to the concerns identified above as well as any other relevant concerns.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91785.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349178520210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42460,\n            \"title\": \"Proposal to List and Trade the Shares of the Valkyrie Bitcoin Fund Under NYSE Arca Rule 8.201-E\",\n            \"summary\": \"NYSE Arca, Inc. (the \\\"Exchange\\\") proposes to list and trade shares (“Shares”) of the Valkyrie Bitcoin Fund (the “Trust”) under NYSE Arca Rule 8.201-E, which governs the listing and trading of Commodity-Based Trust Shares. The Exchange proposes to list and trade the shares of the Valkyrie Bitcoin Fund under NYSE Arca Rule 8.201-E.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-91771.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349177120210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42669,\n            \"title\": \"Suspension of and Order Instituting Proceedings to Determine Whether to Approve or Disapprove Proposed Rule Changes to Amend the Fee Schedules Related to Co-Location\",\n            \"summary\": \"On March 10, 2021, New York Stock Exchange LLC, NYSE American LLC, NYSE Arca, Inc., NYSE Chicago, Inc., and NYSE National, Inc. each filed with the Securities and Exchange Commission a proposed rule change to provide Users with access to the systems and connectivity to the data feeds of several third parties and establish associated fees. The proposed rule changes were published for comment in the Federal Register on March 29, 2021. The Commission received no comment letters on the proposals. The Exchanges propose to expand their offerings to include connectivity to the systems of Long Term Stock Exchange, Members Exchange (“MEMX”), MIAX Emerald, MIAX PEARL Equities, Morgan Stanley, and TD Ameritrade, and the data feeds of MEMX, MIAX Emerald, MIAX PEARL Equities, and ICE Data Services – ICE TMC. The Commission is instituting proceedings to determine whether the proposed rule changes should be approved or disapproved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91790.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349179020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42670,\n            \"title\": \"Designation of a Longer Period for Commission Action on Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change, as Modified by Partial Amendment No. 1, to Amend Rules 7.35 and 7.35A\",\n            \"summary\": \"On November 3, 2020, New York Stock Exchange LLC filed with the Securities and Exchange Commission a proposed rule change to amend Rule 7.35 regarding dissemination of Auction Imbalance Information if a security is an IPO or Direct Listing and has not had its IPO Auction or Direct Listing Auction, and Rule 7.35A regarding DMM consultations in connection with an IPO or Direct Listing. The proposed rule change was published for comment in the Federal Register on November 17, 2020. On December 18, 2020, the Commission designated a longer period within which to either approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to approve or disapprove the proposed rule change. On February 12, 2021, the Commission instituted proceedings to determine whether to approve or disapprove the proposed rule change. On April 12, 2021, the Exchange filed Partial Amendment No. 1 to the proposed rule change with the Commission and submitted Partial Amendment No. 1 for inclusion in the public comment file. The Commission has received no other comment letter on the proposed rule change, as modified by Partial Amendment No. 1. The Commission finds it appropriate to designate a longer period within which to issue an order approving or disapproving the proposed rule change, as modified by Partial Amendment No. 1, so that it has sufficient time to consider the proposed rule change. Accordingly, the Commission designates July 15, 2021 as the date by which the Commission shall either approve or disapprove the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91791.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349179120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42671,\n            \"title\": \"Proposal to continue offering certain connectivity services that have been suspended by the Securities and Exchange Commission\",\n            \"summary\": \"New York Stock Exchange LLC (the \\\"Exchange\\\") proposes to continue offering certain connectivity services that have been suspended by the Commission at no charge, for a period of 14 days, in order to provide affected Users time to acquire substitute services before their connectivity is terminated. As background, on March 10, 2021, the Exchange filed with the Commission a proposed rule change for immediate effectiveness that amended the colocation services offered by the Exchange to provide Users the option to access to the systems and data feeds of various additional third parties. The proposed rule change became operative on April 9, 2021. On May 7, 2021, the Commission suspended the Filing and instituted proceedings to determine whether the proposed rule change should be approved or disapproved. Such action suspended the Exchange’s ability to offer access to Third Party Systems from Long Term Stock Exchange, Members Exchange, MIAX Emerald, MIAX PEARL Equities, Morgan Stanley, and TD Ameritrade, and to offer connectivity to Third Party Data Feeds from ICE Data Services - ICE TMC, Members Exchange, MIAX Emerald, and MIAX PEARL Equities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/NYSE.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20213120210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42672,\n            \"title\": \"Mecklenburg County Man Pleads Guilty to Collecting Debts Without a License\",\n            \"summary\": \"Gordon Scott Engle of Cornelius, North Carolina has pleaded guilty to five counts of felony debt collecting without a license. Mecklenburg County Superior Court Judge Casey Viser gave Engle a five-to-15-month suspended sentence with two years of supervised probation. Engle was also fined $5,000 and prohibited from applying for a debt collection license for three years. He will also be required to complete 100 hours of community service work.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/05/07/mecklenburg-county-man-pleads-guilty-collecting-debts-without-license\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC265020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Department of Insurance\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42673,\n            \"title\": \"Suspension of and Order Instituting Proceedings to Determine Whether to Approve or Disapprove Proposed Rule Changes to Amend the Fee Schedules Related to Co-Location\",\n            \"summary\": \"On March 10, 2021, New York Stock Exchange LLC, NYSE American LLC, NYSE Arca, Inc., NYSE Chicago, Inc., and NYSE National, Inc. each filed with the Securities and Exchange Commission a proposed rule change to provide Users with access to the systems and connectivity to the data feeds of several third parties and establish associated fees. The proposed rule changes were published for comment in the Federal Register on March 29, 2021. The Commission received no comment letters on the proposals. The Exchanges propose to expand their offerings to include connectivity to the systems of Long Term Stock Exchange, Members Exchange (“MEMX”), MIAX Emerald, MIAX PEARL Equities, Morgan Stanley, and TD Ameritrade, and the data feeds of MEMX, MIAX Emerald, MIAX PEARL Equities, and ICE Data Services – ICE TMC. The Commission is instituting proceedings to determine whether the proposed rule changes should be approved or disapproved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91790.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12581NYSEAM349179020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42674,\n            \"title\": \"Proposal to Continue Offering Certain Connectivity Services That Have Been Suspended by the Securities and Exchange Commission\",\n            \"summary\": \"NYSE American LLC (the \\\"Exchange\\\") proposes to continue offering certain connectivity services that have been suspended by the Commission at no charge, for a period of 14 days, in order to provide affected Users time to acquire substitute services before their connectivity is terminated. As background, on March 10, 2021, the Exchange filed with the Commission a proposed rule change for immediate effectiveness that amended the colocation services offered by the Exchange to provide Users the option to access to the systems and data feeds of various additional third parties. The proposed rule change became operative on April 9, 2021. On May 7, 2021, the Commission suspended the Filing and instituted proceedings to determine whether the proposed rule change should be approved or disapproved. Such action suspended the Exchange’s ability to offer access to Third Party Systems from Long Term Stock Exchange, Members Exchange, MIAX Emerald, MIAX PEARL Equities, Morgan Stanley, and TD Ameritrade, and to offer connectivity to Third Party Data Feeds from ICE Data Services - ICE TMC, Members Exchange, MIAX Emerald, and MIAX PEARL Equities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/rule-filings/filings/2021/American.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEAMER20212620210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42675,\n            \"title\": \"Proposal to Continue Offering Certain Connectivity Services That Have Been Suspended by the Securities and Exchange Commission\",\n            \"summary\": \"NYSE Arca, Inc. (the \\\"Exchange\\\") proposes to continue offering certain connectivity services that have been suspended by the Commission at no charge, for a period of 14 days, in order to provide affected Users time to acquire substitute services before their connectivity is terminated. As background, on March 10, 2021, the Exchange filed with the Commission a proposed rule change for immediate effectiveness that amended the colocation services offered by the Exchange to provide Users the option to access to the systems and data feeds of various additional third parties. The proposed rule change became operative on April 9, 2021. On May 7, 2021, the Commission suspended the Filing and instituted proceedings to determine whether the proposed rule change should be approved or disapproved. Such action suspended the Exchange’s ability to offer access to Third Party Systems from Long Term Stock Exchange, Members Exchange, MIAX Emerald, MIAX PEARL Equities, Morgan Stanley, and TD Ameritrade, and to offer connectivity to Third Party Data Feeds from ICE Data Services - ICE TMC, Members Exchange, MIAX Emerald, and MIAX PEARL Equities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/Arca.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20213820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42676,\n            \"title\": \"SEC Notice Regarding DTCC Data Repository (U.S.), LLC\",\n            \"summary\": \"On December 22, 2020, DTCC Data Repository (U.S.), LLC (“DDR”) filed with the Securities and Exchange Commission an application to register as a security-based swap data repository and as a securities information processor. DDR intends to operate as a registered SDR for security-based swap transactions in the equity, credit, and interest rate derivatives asset classes. The Commission finds that DDR meets the applicable requirements for registration as an SDR and that the application for registration as a security-based swap data repository and a securities information processor is approved.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/34-91798.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SEC349179820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42677,\n            \"title\": \"Order Appointing Tax Administrator in the Matter of Mancera, et al.\",\n            \"summary\": \"On February 22, 2019, the Commission issued an Omnibus Order Directing the Appointment of Tax Administrator in Administrative Proceedings that Establish Distribution Funds, authorizing the Secretary to issue orders for calendar years 2019-2021 appointing, upon request by the Commission staff, Miller Kaplan Arase LLP, a certified public accounting firm, with one of their offices located in San Francisco, California, as tax administrator in administrative proceedings where the distribution fund may incur tax-related obligations as a Qualified Settlement Fund (“QSF”) under the Department of the Treasury Regulation § 1.468B-1(c).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91792.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349179220210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42678,\n            \"title\": \"Order Appointing Tax Administrator in the Matter of Reliance Financial Advisors, LLC, Timothy S. Dembski, and Walter F. Grenda, Jr.\",\n            \"summary\": \"On February 22, 2019, the Commission issued an Omnibus Order Directing the Appointment of Tax Administrator in Administrative Proceedings that Establish Distribution Funds, authorizing the Secretary to issue orders for calendar years 2019-2021 appointing, upon request by the Commission staff, Miller Kaplan Arase LLP, a certified public accounting firm, with one of their offices located in San Francisco, California, as tax administrator in administrative proceedings where the distribution fund may incur tax-related obligations as a Qualified Settlement Fund (“QSF”) under the Department of the Treasury Regulation § 1.468B-1(c).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91793.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349179320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42679,\n            \"title\": \"Order Instituting Administrative Proceedings Pursuant to Rule 102(e) of the Commission's Rules of Practice, Making Findings, and Imposing Remedial Sanctions in the Matter of Corbyn W. Jones, Esq.\",\n            \"summary\": \"The Securities and Exchange Commission deems it appropriate and in the public interest that public administrative proceedings be, and hereby are, instituted against Corbyn W. Jones, Esq. The Commission’s complaint alleged, among other things, that Jones raised funds from investors in Strayne and 1107 Property Management, two private companies that Jones and a partner formed to apply for necessary licensure and subsequently operate in the medicinal marijuana industry. Of the total amount of investor funds raised, Jones used $82,733 more than the allowable amount disclosed to investors for CEO salary and other operational expenses. Jones used this money to cover his personal expenses, transfer investor funds to his personal checking account, and make cash withdrawals. Jones is suspended from appearing or practicing before the Commission as an attorney.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91795.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349179520210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42680,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing Pursuant to Section 12(j) of the Securities Exchange Act of 1934 in the Matter of Apotheca Biosciences, Inc.\",\n            \"summary\": \"Apotheca Biosciences, Inc. is a revoked Nevada corporation located in Saint Petersburg, Florida with a class of securities registered with the Commission pursuant to Exchange Act Section 12(g). CBDC is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed a Form 10-Q for the period ended April 30, 2019, which reported a net loss of $2,671 for the prior three months. A public hearing before the Commission for the purpose of taking evidence on the questions set forth in Section III hereof shall be convened at a time and place to be fixed by further order of the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91796.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349179620210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42681,\n            \"title\": \"Order Instituting Administrative Proceedings and Notice of Hearing Pursuant to Section 12(j) of the Securities Exchange Act of 1934 in the Matter of BioHemp International, Inc.\",\n            \"summary\": \"Order instituting administrative proceedings and notice of hearing pursuant to Section 12(j) of the Securities Exchange Act of 1934 in the matter of BioHemp International, Inc. BioHemp International, Inc. is a revoked Nevada corporation located in New York, NY with a class of securities registered with the Commission pursuant to Exchange Act Section 12(g). BKIT is delinquent in its periodic filings with the Commission, having not filed any periodic reports since it filed a Form 10-Q for the period ended May 31, 2019, which reported a net loss of $27,706 for the prior nine months. A public hearing before the Commission for the purpose of taking evidence shall be convened at a time and place to be fixed by further order of the Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91800.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349180020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42682,\n            \"title\": \"SEC Approves Registration of First Security-Based Swap Data Repository; Sets the First Compliance Date for Regulation SBSR\",\n            \"summary\": \"The Securities and Exchange Commission today announced that it has approved the registration of its first security-based swap data repository (SDR).  With today’s registration of DTCC Data Repository (U.S.), LLC (DDR), the security-based swap market now has the first SDR that can accept transaction reports. DDR intends to operate as a registered SDR for security-based swap transactions in the equity, credit, and interest rate derivatives asset classes. Today's SEC action sets Nov. 8, 2021, as the first compliance date for Regulation SBSR, which governs regulatory reporting and public dissemination of security-based swap transactions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-80\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC4D011CB920210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42459,\n            \"title\": \"Proposal to Amend the NYSE American Equities Fees and Charges and the NYSE American Options Fees and Charges Related to Co-Location Services to Add Two Partial Cabinet Solution Bundles\",\n            \"summary\": \"On January 19, 2021, New York Stock Exchange LLC (“NYSE”), NYSE American LLC (“NYSE American”), NYSE Arca, Inc. (“NYSE Arca”), NYSE Chicago, Inc. (“NYSE Chicago”), and NYSE National, Inc. (“NYSE National”) (collectively, the “Exchanges”) each filed with the Securities and Exchange Commission (“Commission”), pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 (“Exchange Act” or “Act”) and Rule 19b-4 thereunder, a proposed rule change to amend the Exchanges’ fee schedules related to co-location to add two Partial Cabinet Solution bundles. The proposed rule changes were published for comment in the Federal Register on February 5, 2021 or February 8, 2021, as applicable. On March 18, 2021, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to either approve the proposed rule changes, disapprove the proposed rule changes, or institute proceedings to determine whether to disapprove the proposed rule changes. The Commission received no comments on the proposed rule changes. This order institutes proceedings under Section 19(b)(2)(B) of the Exchange Act6 to determine whether to approve or disapprove the proposed rule changes. The Commission asks that commenters address the sufficiency and merit of the Exchanges’ statements in support of the proposal, in addition to any other comments they may wish to submit about the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91785.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12581NYSEAM349178520210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42458,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Temporary Period for Specified Commentaries to Rules 7.35, 7.35A, 7.35B, and 7.35C and Temporary Rule Relief in Rule 36.30\",\n            \"summary\": \"New York Stock Exchange LLC (the \\\"Exchange\\\") proposes to extend the temporary period for specified Commentaries to Rules 7.35, 7.35A, 7.35B, and 7.35C and temporary rule relief to Rule 36.30, to end on the earlier of a full reopening of the Trading Floor facilities to DMMs or after the Exchange closes on August 31, 2021. The current temporary period that these Rules are in effect ends on the earlier of a full reopening of the Trading Floor facilities to DMMs or after the Exchange closes on April 30, 2021. THis rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/sec-approvals/2021/%28SR-NYSE-2021-29%29 34-91778.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20212920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42457,\n            \"title\": \"Proposal to Amend the Exchange’s Price List Related to Co-Location Services to Add Two Partial Cabinet Solution Bundles\",\n            \"summary\": \"On January 19, 2021, New York Stock Exchange LLC (“NYSE”), NYSE American LLC (“NYSE American”), NYSE Arca, Inc. (“NYSE Arca”), NYSE Chicago, Inc. (“NYSE Chicago”), and NYSE National, Inc. (“NYSE National”) (collectively, the “Exchanges”) each filed with the Securities and Exchange Commission (“Commission”), pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 (“Exchange Act” or “Act”) and Rule 19b-4 thereunder, a proposed rule change to amend the Exchanges’ fee schedules related to co-location to add two Partial Cabinet Solution bundles. The proposed rule changes were published for comment in the Federal Register on February 5, 2021 or February 8, 2021, as applicable. On March 18, 2021, pursuant to Section 19(b)(2) of the Act, the Commission designated a longer period within which to either approve the proposed rule changes, disapprove the proposed rule changes, or institute proceedings to determine whether to disapprove the proposed rule changes. The Commission received no comments on the proposed rule changes. This order institutes proceedings under Section 19(b)(2)(B) of the Exchange Act6 to determine whether to approve or disapprove the proposed rule changes. The Commission asks that commenters address the sufficiency and merit of the Exchanges’ statements in support of the proposal, in addition to any other comments they may wish to submit about the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91785.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349178520210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42456,\n            \"title\": \"Summary Revocation Order Against Manish Hemant Shah\",\n            \"summary\": \"Shah was a registered agent and investment adviser with Mutual Investment Services, LLC from 2003-2019 during which time he voilated policies related to borrowing money from a customer through falsification of documents and misrepresentation of facts. on this 12th day of April 2021, hereby ORDERED that: 1. The agent registration of Manish Hemant Shah is REVOKED; 2. All exemptions contained in N.J.S.A. 49:3-50 subsection (a) paragraph 9, 10, and 11 and subsection (b) are hereby DENIED as to Shah; and 2. All exemptions to the registration requirements provided by N.J.S.A. 49:3-56(b), N.J.S.A. 49:3-56(c), and N.J.S.A. 49:3-56(g) are hereby REVOKED as to Shah.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.njconsumeraffairs.gov/Actions/Shah_revocation_12April2021.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2595NJSNT197320210412\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Summary Revocation Order\",\n            \"agency_name\": \"New Jersey Bureau of Securities\",\n            \"state_name\": \"New Jersey\"\n        },\n        {\n            \"id\": 42455,\n            \"title\": \"SB 147: Student Aid, the Central Registry, Transportation of Students, and Special Education Costs\",\n            \"summary\": \"Full Committee Work Session: 05/13/2021 09:00 AM EST open to the public. This bill adopts legislation relative to: I.  Applications for federal student aid. II.  The central registry. III.  The transportation of pupils. IV.  Mitigation of special education costs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB147/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB14713920210428\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-28\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42454,\n            \"title\": \"Senate Bill 139: Bingo Dates\",\n            \"summary\": \"Executive Session: 05/11/2021 09:30 AM open to the public. This bill increases the number of game dates allowed for bingo games per month. Gaming.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB139/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB1393120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42453,\n            \"title\": \"Proposed Rule Change to Amend the Supplemental Liquidity Deposit Requirements\",\n            \"summary\": \"On March 5, 2021, National Securities Clearing Corporation (“NSCC”) filed with the Securities and Exchange Commission (“Commission”) proposed rule change SR-NSCC-2021-002 (the “Proposed Rule Change”) pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 (“Act”) and Rule 19b-4 thereunder to amend its supplemental liquidity deposit requirements. The Proposed Rule Change was published for comment in the Federal Register on March 24, 2021, and the Commission has received comments in support of the changes proposed therein. Section 19(b)(2) of the Act provides that within 45 days of the publication of notice of the filing of a proposed rule change, or within such longer period up to 90 days as the Commission may designate if it finds such longer period to be appropriate and publishes its reasons for so finding or as to which the self-regulatory organization consents, the Commission shall either approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether the proposed rule change should be disapproved. The 45th day after publication of the notice for the proposed rule change is effectively May 7, 2021. Longer time has been designated here.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nscc/2021/34-91788.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12579NSCC349178820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"National Securities Clearing Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42452,\n            \"title\": \"Accounting System and Financial Capability Questionnaire, NA Form 17003\",\n            \"summary\": \"The National Archives and Records Administration (NARA) are proposing to request an extension to use the two information collections described in this notice, which the National Historical Publications and Records Commission (NHPRC) uses in its grant program. 1. Accounting System and Financial Capability Questionnaire and 2. National Historical Publications and Records Commission (NHPRC) Grant Program Budget Form and Instructions and NHPRC Grant Offer Acknowledgement.  In regards to the first, Section 215 of the Code of Federal Regulations, Grants and Agreements with Institutions of Higher Education, Hospitals, and Other Non-Profit Organizations grant recipients are required to maintain adequate accounting controls and systems in managing and administering Federal funds. Some of the recipients of grants from the NHPRC have proven to have limited experience with managing Federal funds. This NA Form 17003, questionnaire titled “Accounting System and Financial Capability Questionnaire” is designed to identify those potential recipients and provide appropriate training or additional safeguards for Federal funds. Additionally, the questionnaire serves as a pre-audit function in identifying potential deficiencies and minimizing the risk of fraud, waste, abuse, or mismanagement, which we use in lieu of a more costly and time consuming formal pre-award audit.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09655/agency-information-collection-activities-proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09655\",\n            \"regalytics_alert_id\": \"1891FR20210965520210507\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"National Archives and Records Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42451,\n            \"title\": \"Proposed Rule Change to Adopt Exchange Rule 531, Reports, to Provide for the New \\\"Liquidity Taker Event Report\\\"\",\n            \"summary\": \"On March 5, 2021, MIAX EMERALD, LLC (“MIAX Emerald” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”), pursuant to Section 19(b)(1) of the Securities Exchange Act of 1934 (“Act”) and Rule 19b-4 thereunder, a proposed rule change to adopt Exchange Rule (“Rule”) 531(a) to provide for a new “Liquidity Taker Event Report” (“Report”). The proposed rule change was published for comment in the Federal Register on March 24, 2021. The Commission has received no comments on the proposed rule change. This order approves the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/emerald/2021/34-91787.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3020MIAX349178720210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"MIAX Emerald, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42450,\n            \"title\": \"Governor Hogan Announces Over $6.5 Million for 33 Strategic Industry Partnerships Through EARN Maryland Program\",\n            \"summary\": \"Governor Larry Hogan today announced that over $6.5 million in state funding has been awarded to 33 strategic industry partnerships through the Employment Advancement Right Now (EARN) Maryland program. EARN Maryland is the state’s nationally-recognized workforce initiative that helps businesses cultivate the skilled workforce they need to compete while preparing Marylanders for meaningful careers. “As we continue to recover from the COVID-19 pandemic, it is critical to keep investing in a well-trained, highly-skilled workforce in order to rebuild our economy and ensure a sustainable future,” said Governor Hogan, “Our state continues to be nationally-recognized for our programs on workforce development and job training, and Labor’s EARN Maryland program will continue to lead the way and show the world that Maryland is open for business.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.maryland.gov/2021/05/07/governor-hogan-announces-over-6-5-million-for-33-strategic-industry-partnerships-through-earn-maryland-program/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD27526620210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Maryland Office of the Governor\",\n            \"state_name\": \"Maryland\"\n        },\n        {\n            \"id\": 42449,\n            \"title\": \"Governor Mills Presents Economics Bond Package Aimed at Fixing Roads and Bridges and Land Conservation in Honor of Maine Sportsman George A. Smith\",\n            \"summary\": \"Governor Janet Mills today presented a bond proposal aimed at rebuilding Maine’s transportation system and conserving lands and waters in honor of famed Maine sportsman George A. Smith, who passed away in February after a long and courageous battle with ALS. The proposal dedicates $100 million to maintain and upgrade Maine’s transportation system through the Maine Department of Transportation, and, in honor of George Smith, it also dedicates $40 million over four years to conserve lands and waters for Maine people through the Land for Maine’s Future (LMF) Program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/governor-mills-presents-economics-bond-package-aimed-fixing-roads-and-bridges-and-land\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME14612820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Maine Office of the Governor\",\n            \"state_name\": \"Maine\"\n        },\n        {\n            \"id\": 42448,\n            \"title\": \"Governor Edwards Announces New Amazon Robotics Facility in Shreveport, Louisiana\",\n            \"summary\": \"Governor John Bel Edwards and Amazon announced the company’s first robotics fulfillment center in Louisiana, with over 1,000 jobs and a $200 million capital investment coming to an LED Certified Site in north Shreveport. The Amazon robotics fulfillment center in Shreveport is the largest of seven Amazon facilities operating, announced or under construction in Louisiana\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.louisiana.gov/index.cfm/newsroom/detail/3110\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7779LA6513GOV311020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Louisiana Office of the Governor\",\n            \"state_name\": \"Louisiana\"\n        },\n        {\n            \"id\": 42447,\n            \"title\": \"Louisiana Treasury Partners with Revenue Department to Pay More Than $4 Million in Unclaimed Property Claims\",\n            \"summary\": \"Louisiana State Treasurer John M. Schroder announced today that the Department of Treasury will mail $4.3 million in Unclaimed Property checks to citizens across Louisiana after using tax records to update addresses. More than 33,000 checks will be mailed beginning this week.  One in six individuals in Louisiana has Unclaimed Property, with claims averaging $900. Louisiana law allows the Louisiana Department of Revenue to share its database of current and correct addresses with the Treasury for the sole purpose of returning Unclaimed Property. Through this cooperative effort, the Treasury was able to update the addresses it had on file and mail 33,880 checks.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://d304f3ae-0382-4da9-9c19-eae51ef96fa3.filesusr.com/ugd/b01d69_fd783bfc71b346e69e6c139dc1c52114.docx?dn=revenue.docx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11221LA10812220210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Louisiana Department of Treasury\",\n            \"state_name\": \"Louisiana\"\n        },\n        {\n            \"id\": 42445,\n            \"title\": \"Louisiana Treasury Partners with Revenue Department to Pay More Than $4 Million in Unclaimed Property Claims\",\n            \"summary\": \"Louisiana State Treasurer John M. Schroder announced today that the Department of Treasury will mail $4.3 million in Unclaimed Property checks to citizens across Louisiana after using tax records to update addresses. More than 33,000 checks will be mailed beginning this week.  One in six individuals in Louisiana has Unclaimed Property, with claims averaging $900. Louisiana law allows the Louisiana Department of Revenue to share its database of current and correct addresses with the Treasury for the sole purpose of returning Unclaimed Property. Through this cooperative effort, the Treasury was able to update the addresses it had on file and mail 33,880 checks.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://d304f3ae-0382-4da9-9c19-eae51ef96fa3.filesusr.com/ugd/b01d69_fd783bfc71b346e69e6c139dc1c52114.docx?dn=revenue.docx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11221LA10812220210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": null,\n            \"agency_name\": \"Louisiana Department of Treasury\",\n            \"state_name\": \"Louisiana\"\n        },\n        {\n            \"id\": 42444,\n            \"title\": \"Governor Beshear: Kentucky’s Economy Showing Record-Breaking Momentum\",\n            \"summary\": \"This week the string of positive economic news continued in the commonwealth. Kentucky’s sales tax receipts from April hit $486.5 million and our vehicle usage tax receipts hit over $64 million. These are the highest ever reported in the history of the commonwealth and they are generated solely from economic activity. Fitch Ratings – one of the nation’s Big 3 credit rating agencies – also boosted its view of Kentucky’s financial outlook because of our “solid economic recovery” and fiscal management, which included delivering two balanced budgets and building the state’s largest-ever rainy day fund balance despite the pressures posed by the pandemic.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=762\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY6576220210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kentucky Office of the Governor\",\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"id\": 42443,\n            \"title\": \"Governor Laura Kelly Announces April Tax Receipts\",\n            \"summary\": \"Today, Governor Laura Kelly announced Kansas saw a $91.3 million, or 10.2%, growth over the estimated tax receipt with $982.4 million in total tax collections during the month of April. That is $404.3 million, or 69.9%, better than last year. This increase is due, in part, to businesses having opened back up compared to the same month last year. “Our April tax collection numbers are encouraging, but we must maintain fiscally-responsible policies as we continue to recover from COVID-19 to ensure our continued growth,” said Governor Laura Kelly. With federal stimulus money, federal tax refunds, and state tax refunds getting into the pockets of Kansans, retail sales and compensating use tax collections were more than the estimate. Retail sales tax collections were $236.5 million; a 9.5%, or $20.5 million, growth from the estimate. Compensating use tax collections were $59.2 million; up $13.3 million, or 29.0%, for the month.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ksrevenue.org/press/2021/pr05032021.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3655KS10120210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kansas Department of Revenue\",\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"id\": 42442,\n            \"title\": \"Meeting of the United States Investment Advisory Council, June 9, 2021\",\n            \"summary\": \"The International Trade Administration, Department of Commerce is providing notice of an upcoming open meeting of the United States Investment Advisory Council (Council). The Council will meet on June 9, 2021 at 12:30-02:00 p.m. EDT. At the meeting, members will provide updates on the work they have done to present in identifying and deliberating on policy priorities regarding the facilitation of foreign direct investment into the United States. These policy priorities include deregulation and the streamlining of processes that affect business investment opportunities across U.S. regions, the facilitation of infrastructure investment, workforce development, and mechanisms to increase investment competitiveness for domestic manufacturing companies, in addition to other topics. The agenda may change to accommodate Council business. The final agenda will be posted on the Department of Commerce website one week before the meeting.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09289/united-states-investment-advisory-council\",\n            \"federal_register_number\": \"2021-09289\",\n            \"regalytics_alert_id\": \"1891FR20210928920210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"International Trade Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42441,\n            \"title\": \"ICE Mortgage Technology Millennial Tracker Finds Millennial Purchase Activity Increases, Even as Rates Rise\",\n            \"summary\": \"ICE Mortgage Technology today shared that according to the ICE Mortgage Technology™ Millennial Tracker purchase activity among millennials increased in March, even as interest rates rose for the first time since October 2020. Purchase activity represented 51% of loans closed by millennials in March – a notable increase from February’s 46% purchase share, but on par with January’s 53%. This influx in purchase activity occurred even as interest rates increased to 2.98%, up from 2.88% in February. Prior to March, interest rates had been steadily decreasing since October 2020, when rates were at 3.03%. However, both younger millennials (those born between 1991 and 1999) and older millennials (those born between 1980 and 1990) experienced a slight rate increase in March. On average, rates for younger millennials increased from 2.85% in February to 2.96% in March, while rates for older millennials increased from 2.89% in February to 2.99% in March.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Mortgage-Technology-Millennial-Tracker-Finds-Millennial-Purchase-Activity-Increases-Even-as-Rates-Rise/default.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE27220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Intercontinental Exchange\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42440,\n            \"title\": \"Indiana State Monthly Revenue Report for April 2021\",\n            \"summary\": \"Monthly revenue report for April 2021 for the State of Indiana, including commentary from the Director of the State Budget Agency.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://events.in.gov/event/monthly_revenue_report_-_april_2021?utm_campaign=widget&utm_medium=widget&utm_source=State+of+Indiana\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7962IN176ANA20210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Indiana Office of the Governor\",\n            \"state_name\": \"Indiana\"\n        },\n        {\n            \"id\": 42439,\n            \"title\": \"Second Proclamation Related to Heavy Rains and Flooding\",\n            \"summary\": \"DAVID Y. IGE, Governor of the State of Hawai‘i, hereby determine, designate and proclaim as follows: Pursuant to Chapter 127A, Hawaii Revised Statutes, emergency powers are conferred on the Governor of the State of Hawaiʻi to respond to disasters or emergencies, to maintain the strength, resources, and economic life of the community, and to protect the public health, safety, and welfare.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.hawaii.gov/wp-content/uploads/2021/05/2105028-ATG_Second-Proclamation-for-Heavy-Rains-and-Flooding-distribution-signed.pdf#new_tab\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI20202835584\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Hawaii Office of the Governor\",\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"id\": 42437,\n            \"title\": \"Financial Institution Regulation: Application\",\n            \"summary\": \"Notice is hereby given that the Office of Financial Regulation, Division of Financial Institutions, has received the following application. Comments may be submitted to the Division Director, 200 East Gaines Street, Tallahassee, Florida 32399-0371, for inclusion in the official record without requesting a hearing. Application to Acquire Control Financial Institution to be Acquired: Plus International Bank, Miami, Florida Proposed Purchasers: Jorge Rodrigo Mario Rangel de Alba, Coral Gables, Florida. Received: May 3, 2021\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24509298\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2450929820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Miscellaneous\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42436,\n            \"title\": \"Securities: Proposed Rule - Electronic Filing Depository\",\n            \"summary\": \"The purpose and effect is to amend the existing rule to allow an applicant for registration of securities to elect to file the required application and filing fee through the North American Securities Administrators Association Electronic Filing Depository (EFD) and to specify when an application filed through either the EFD or Regulatory Enforcement and Licensing (REAL) system is deemed received.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=69W-700.001&PDate=5/7/2021&Section=2#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2450580620210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice of Proposed Rule\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42435,\n            \"title\": \"Securities: Proposed Rule\",\n            \"summary\": \"The purpose and effect is to amend the existing rule to allow an applicant for notification registration or shelf filing notice not in conflict with the provisions of section 517.082(3), Florida Statutes, to elect to file the required application and statutory fees through the North American Securities Administrators Association Electronic Filing Depository (EFD) and to specify when an application filed through either the EFD or Regulatory Enforcement and Licensing (REAL) system is deemed received.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=69W-800.001&PDate=5/7/2021&Section=2#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2450561220210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice of Proposed Rule\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42434,\n            \"title\": \"CSBG Disaster Relief Supplemental Funds\",\n            \"summary\": \"The Florida Department of Economic Opportunity announces opportunities for public review of the state’s application for CSBG Disaster Relief Supplemental Funds (CSBG-DRSF). The proposed application has been developed in compliance with the requirements of the CSBG Act and includes information on the types of activities to be supported and categories or characteristics of individuals to be served through use of the state’s allocation of CSBG-DSRF.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24510268\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2451026820210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Miscellaneous\",\n            \"agency_name\": \"Florida Department of Economic Opportunity\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42433,\n            \"title\": \"Proposed Rule Change Relating to Security-Based Swaps\",\n            \"summary\": \"The Financial Industry Regulatory Authority, Inc. (FINRA) is filing with the Securities and Exchange Commission a proposed rule change to amend FINRA Rules to clarify the application of its rules to security-based swaps (“SBS”) following the SEC’s completion of its rulemaking regarding SBS dealers (“SBSDs”) and major SBS participants (“MSBSPs”) (collectively, “SBS Entities”). On April 26, 2021, the Financial Industry Regulatory Authority, Inc. (“FINRA”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend FINRA Rules 0180, 4120, 4210, 4220, 4240 and 9610 to clarify the application of its rules to security-based swaps (“SBS”) following the SEC’s completion of its rulemaking regarding SBS dealers (“SBSDs”) and major SBS participants (“MSBSPs”) (collectively, “SBS Entities”). Through outreach efforts and discussions with individual member firms, FINRA has learned about current member firm SBS activities and their preparations for the Registration Compliance Date. The majority of member firms that participated in the outreach efforts indicated that they intend to register a bank affiliate, foreign affiliate or stand-alone dealer affiliate as the SBSD. Within 45 days of the date of publication of this notice in the Federal Register or within such longer period (i) as the Commission may designate up to 90 days of such date if it finds such longer period to be appropriate and publishes its reasons for so finding or (ii) as to which the self-regulatory organization consents, the Commission will: (A) by order approve or disapprove such proposed rule change, or (B) institute proceedings to determine whether the proposed rule change should be disapproved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/finra/2021/34-91789.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349178920210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42432,\n            \"title\": \"Federal Trade Commission Finalizes Settlement with Photo App Developer Related to Misuse of Facial Recognition Technology\",\n            \"summary\": \"The Federal Trade Commission finalized a settlement with the developers of a photo app that allegedly deceived consumers about its use of facial recognition technology and its retention of the photos and videos of users who deactivated their accounts.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/05/ftc-finalizes-settlement-photo-app-developer-related-misuse\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC100158969520210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Trade Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42431,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (12 U.S.C. 1841 et seq.) (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. 1. High Point Financial Services, Inc., Forreston, Illinois; to acquire Durand Bancorp, Inc., and thereby indirectly acquire Durand State Bank, both of Durand, Illinois.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09740/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"federal_register_number\": \"2021-09740\",\n            \"regalytics_alert_id\": \"1891FR20210974020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42430,\n            \"title\": \"Country Exposure Report for U.S. Branches and Agencies of Foreign Banks; Form FFIEC 019\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board), the Federal Deposit Insurance Corporation (FDIC), and the Office of the Comptroller of the Currency (OCC) (collectively, the “agencies”) are proposing to extend for three years, with revision: Form FFIEC 019. The Form FFIEC 019 relates to the Country Exposure Report for U.S. Branches and Agencies of Foreign Banks. The FFIEC 019 report must be filed by each U.S. branch or agency of a foreign bank that has total direct claims on foreign residents in excess of $30 million. The branch or agency reports its total exposure (1) to residents of its home country, and (2) to the other five foreign nations to which its exposure is largest and is at least $20 million. The home country exposure must be reported regardless of the size of the total claims for that nation. The FFIEC has approved the Board's publication for public comment of a proposal to revise and extend for three years the FFIEC 019. The agencies propose to revise the FFIEC 019 by removing the five-country limit on the reporting of gross claims on foreign nations to which the U.S. branch or agency of a foreign bank has its largest total exposures of at least $20 million. Comments must be submitted on or before July 6, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09654/proposed-agency-information-collection-activities-comment-request\",\n            \"federal_register_number\": \"2021-09654\",\n            \"regalytics_alert_id\": \"1891FR20210965420210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42429,\n            \"title\": \"Federal Reserve Board Invites Public Comment on Proposed Changes to Regulation II Regarding Network Availability for Card-Not-Present Debit Card Transactions and Publishes a Biennial Report Containing Summary Information on Debit Card Transactions in 2019\",\n            \"summary\": \"The Federal Reserve Board on Friday invited public comment on proposed changes to Regulation II (Debit Card Interchange Fees and Routing) to clarify that debit card issuers should enable, and allow merchants to choose from, at least two unaffiliated networks for card-not-present debit card transactions, such as online purchases. The Board views these clarifications of Regulation II's existing requirements as necessary in light of information indicating that often only one network is enabled for such transactions. Additionally, the Board published today a biennial report containing summary information on debit card transactions in 2019.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/bcreg20210507a.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED329197A20210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Banking and Consumer Regulatory Policy\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42428,\n            \"title\": \"Final Flood Hazard Determinations: Illinois, Kentucky\",\n            \"summary\": \"Flood hazard determinations, which may include additions or modifications of Base Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, or regulatory floodways on the Flood Insurance Rate Maps (FIRMs) and where applicable, in the supporting Flood Insurance Study (FIS) reports have been made final for the communities listed in the table of this notice document. The communities are located within the following regions: 1. Cook County, Illinois and Incorporated Areas; and 2. Livingston County, Kentucky and Incorporated Areas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09633/final-flood-hazard-determinations\",\n            \"federal_register_number\": \"2021-09633\",\n            \"regalytics_alert_id\": \"1891FR20210963320210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": \"2021-09-10\",\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42427,\n            \"title\": \"Flood Hazard Determinations, Proposals: Colorado, Pennsylvania, Virginia\",\n            \"summary\": \"Comments are requested on proposed flood hazard determinations, which may include additions or modifications of any Base Flood Elevation (BFE), base flood depth, Special Flood Hazard Area (SFHA) boundary or zone designation, or regulatory floodway on the Flood Insurance Rate Maps (FIRMs), and where applicable, in the supporting Flood Insurance Study (FIS) reports for the communities listed in the table below. The purpose of this notice is to seek general information and comment regarding the preliminary FIRM, and where applicable, the FIS report that the Federal Emergency Management Agency (FEMA) has provided to the affected communities. FEMA proposes to make flood hazard determinations for each community listed within the table of this notice. The communities are located within the following regions: Larimer County, Colorado and Incorporated Areas; Montour County, Pennsylvania (All Jurisdictions); Dallas County, Texas and Incorporated Areas; Tarrant County, Texas and Incorporated Areas; City of Fairfax, Virginia, Independent City.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09631/proposed-flood-hazard-determinations\",\n            \"federal_register_number\": \"2021-09631\",\n            \"regalytics_alert_id\": \"1891FR20210963120210507\",\n            \"proposed_comments_due_date\": \"2021-08-05\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42426,\n            \"title\": \"Flood Hazard Determinations, Proposals: Michigan, Minnesota\",\n            \"summary\": \"FEMA proposes to make flood hazard determinations for each community listed within this notice. The communities affected by the flood hazard determinations are provided in the tables of this notice and summarized below. The communities are located within the following regions. 1. Mackinac County, Michigan (All Jurisdictions); 2. Blue Earth County, Minnesota and Incorporated Areas; 3. Pope County, Minnesota and Incorporated Areas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09630/proposed-flood-hazard-determinations\",\n            \"federal_register_number\": \"2021-09630\",\n            \"regalytics_alert_id\": \"1891FR20210963020210507\",\n            \"proposed_comments_due_date\": \"2021-08-05\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42425,\n            \"title\": \"Flood Hazard Determinations, Changes: Colorado, Florida, Louisiana, Tennessee, Texas, Virginia\",\n            \"summary\": \"This notice lists communities where the addition or modification of Base Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, or the regulatory floodway (hereinafter referred to as flood hazard determinations), as shown on the Flood Insurance Rate Maps (FIRMs), and where applicable, in the supporting Flood Insurance Study (FIS) reports, prepared by the Federal Emergency Management Agency (FEMA) for each community, is appropriate because of new scientific or technical data. The list of counties is available within this notice.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09629/changes-in-flood-hazard-determinations\",\n            \"federal_register_number\": \"2021-09629\",\n            \"regalytics_alert_id\": \"1891FR20210962920210507\",\n            \"proposed_comments_due_date\": \"2021-08-08\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42424,\n            \"title\": \"Changes in Flood Hazard Determinations: Idaho, Indiana, Wisconsin\",\n            \"summary\": \"This notice lists communities where the addition or modification of Base Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, or the regulatory floodway (hereinafter referred to as flood hazard determinations), as shown on the Flood Insurance Rate Maps (FIRMs), and where applicable, in the supporting Flood Insurance Study (FIS) reports, prepared by the Federal Emergency Management Agency (FEMA) for each community, is appropriate because of new scientific or technical data.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09628/changes-in-flood-hazard-determinations\",\n            \"federal_register_number\": \"2021-09628\",\n            \"regalytics_alert_id\": \"1891FR20210962820210507\",\n            \"proposed_comments_due_date\": \"2021-08-08\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42423,\n            \"title\": \"Changes in Flood Hazard Determinations: Texas, North Carolina, New Mexico\",\n            \"summary\": \"The Federal Emergency Management Agency, Department of Homeland Security is providing notice that New or modified Base (1-percent annual chance) Flood Elevations (BFEs), base flood depths, Special Flood Hazard Area (SFHA) boundaries or zone designations, and/or regulatory floodways as shown on the indicated Letter of Map Revision. The flood hazard determinations modified by each LOMR will be used to calculate flood insurance premium rates for new buildings and their contents. Each LOMR was finalized as in the table of this notice. States that are impacted: 1. Alabama; 2. Colorado; 3. Delaware; 4. Florida; 5. Maine; 6. Maryland; 7. New Mexico; 8. North Carolina; 9. Pennsylvania: 10. Texas; 11. Vermont; 12. Washington D.C. 13. West Virginia.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09627/changes-in-flood-hazard-determinations\",\n            \"federal_register_number\": \"2021-09627\",\n            \"regalytics_alert_id\": \"1891FR20210962720210507\",\n            \"proposed_comments_due_date\": \"2021-08-08\",\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42422,\n            \"title\": \"FDIC Announces Meeting of Advisory Committee on Economic Inclusion, Federal Deposit Insurance Corporation, May 13, 2021\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) Advisory Committee on Economic Inclusion (ComE-IN) will meet virtually on Thursday, May 13, with two panels of experts to discuss the topics of Expanding Inclusion through Technology and Innovation and Expanding Account Access via the FDIC Public Awareness Campaign #GetBanked, which was launched on April 5, 2021.  The panel on Technology and Innovation will feature the new FDIC Chief Innovation Officer Sultan Meghji.  The Committee will also report on key challenges and opportunities for inclusion in their communities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d7e76c\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"168FDIC47703916816210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42421,\n            \"title\": \"New York City Man Charged with Nearly $4 Million COVID-19 Relief Fraud Scheme and Money Laundering \",\n            \"summary\": \"A criminal complaint was filed in the District of New Jersey today charging a dual-resident of New York and Florida with fraudulently obtaining and laundering nearly $4 million in funds from the COVID-19 relief Paycheck Protection Program (PPP).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d82803\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4772046920210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"OIG Report\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42420,\n            \"title\": \"Sunshine Act Meeting of the Farm Credit Administration, May 13, 2021\",\n            \"summary\": \"The Farm Credit Administration Board, Farm Credit Administration is providing notice of its Sunshine Act Meeting which will be held May 13, 2021, from 9:00 a.m. until such time as the Board may conclude its business. Parts of this meeting of the Board will be open to the public, and parts will be closed. The Agenda of the Open Session is provided as followed: Approval of Minutes for April 8, 2021; Report on Farm Credit System Building Association Auditor’s Report on 2020 Financial Audit; New Business related to Farmer Mac Report Submission Process Change-Direct Final Rule; Discussion on Executive Order 12866 Annual Review of Significant Regulatory Actions. During the Closed session: Discussion concerning the Office of Secondary Market Oversight Periodic Report and the Executive Session – a Discussion of the FCS Building Association Auditor’s Report.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/07/2021-09844/sunshine-act-meetings\",\n            \"federal_register_number\": \"2021-09844\",\n            \"regalytics_alert_id\": \"1891FR20210984420210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": \"2021-05-07\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"Farm Credit Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42419,\n            \"title\": \"HPSI Dips as Consumers’ Pessimism Toward Homebuying Conditions Sets Survey Record\",\n            \"summary\": \"The Fannie Mae (FNMA/OTCQB) Home Purchase Sentiment Index® (HPSI) decreased in April by 2.7 points to 79.0. Four of the HPSI’s six components decreased month over month, most notably the component related to home-buying conditions, which turned net negative for the first time in the survey’s history. This decline was offset in part by consumers’ ongoing optimism toward home-selling conditions, which continued its significant rise from this time last year and has nearly returned to its pre-pandemic peak. Year over year, the HPSI is up 16.0 points.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/hpsi-dips-consumers-pessimism-toward-homebuying-conditions-sets-survey-record\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA20920210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Fannie Mae\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42418,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the Fee Schedule\",\n            \"summary\": \"CBOE EDGA Exchange, Inc. (the \\\"Exchange\\\") proposes to amend its fee schedule by eliminating Tier 2 of the Remove Volume Tiers. The Exchange first notes that it operates in a highly competitive market in which market participants can readily direct order flow to competing venues if they deem fee levels at a particular venue to be excessive or incentives to be insufficient. More specifically, the Exchange is only one of 16 registered equities exchanges, as well as a number of alternative trading systems and other off-exchange venues that do not have similar self-regulatory responsibilities under the Exchange Act, to which market participants may direct their order flow. Based on publicly available information, no single registered equities exchange has more than 15% of the market share. Thus, in such a low-concentrated and highly competitive market, no single equities exchange possesses significant pricing power in the execution of order flow. The Exchange believes that the ever-shifting market share among the exchanges from month to month demonstrates that market participants can shift order flow or discontinue to reduce use of certain categories of products, in response to fee changes. Accordingly, competitive forces constrain the Exchange's transaction fees, and market participants can readily trade on competing venues if they deem pricing levels at those other venues to be more favorable. Additionally, in response to the competitive environment, the Exchange offers tiered pricing which provides Members opportunities to qualify for higher rebates or reduced fees where certain volume criteria and thresholds are met. Tiered pricing provides an incremental incentive for Members to strive for higher tier levels, which provides increasingly higher benefits or discounts for satisfying increasingly more stringent criteria. This rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedga/2021/34-91784.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12568EDGA349178420210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE EDGA Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42417,\n            \"title\": \"Governor Hutchinson Announces Arkansas to Opt Out of Federal Supplemental Unemployment Program\",\n            \"summary\": \"Governor Asa Hutchinson has directed the Division of Workforce Services to end the State of Arkansas’s participation in the federal supplemental unemployment assistance after June 26.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.arkansas.gov/news-media/press-releases/arkansas-to-opt-out-of-federal-supplemental-unemployment-program\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7913AR9512020210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Arkansas Office of the Governor\",\n            \"state_name\": \"Arkansas\"\n        },\n        {\n            \"id\": 42416,\n            \"title\": \"Administrative Register Contents: Updated May 7, 2021, Vol. 27, Issue 19\",\n            \"summary\": \"This release contains the Arizona Secretary of State’s Administrative Register, Vol. 27, Issue 19, as updated on May 7, 2021 and published by the Department of the State. The Rulemaking Guide includes a list of recent rulemaking and agency notices.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://apps.azsos.gov/public_services/register/2021/19/contents.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8462AZ271920210507\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Register Index\",\n            \"agency_name\": \"Arizona Secretary of State\",\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"id\": 42415,\n            \"title\": \"Quarterly Meeting of the Board of Trustees, May 19-20, 2021\",\n            \"summary\": \"At 8:30 a.m. there will be a Call to Order; Roll Call (Action); Approval of Agenda (Action); Approval of Minutes (Action); February 17-18, 2021- Bot Quarterly Meeting; April 05, 2021- BOT Asset Allocation Workshop; Scheduled Appearances and Public Participation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=127971\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20240520210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-07\",\n            \"alert_type_name\": \"Agency Meetings\",\n            \"agency_name\": \"Alaska Department of Revenue\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42353,\n            \"title\": \"Governor Beshear: Preview of State’s April Receipts Shows Record-Breaking Momentum\",\n            \"summary\": \"As the commonwealth prepares to report April receipts on Monday, Governor Andy Beshear said preliminary data shows April 2021 logged record-breaking gains in sales and motor vehicle usage taxes.  “This positive news is the fruit of putting politics aside when it came to defeating the coronavirus. It turns out that making decisions based on saving the most lives is also the best way to safeguard our livelihoods and economy,” Governor Beshear said. “As tough as these past 14 months have been, now is when we begin to reap the rewards of our sacrifices and investments. Now is when we surge to our ultimate victory over COVID and embrace our place as leaders in the post-COVID economy.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=760\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY7876020210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kentucky Office of the Governor\",\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"id\": 42352,\n            \"title\": \"BIR and Finance Send Out $25 Million in $1,400 Stimulus Checks\",\n            \"summary\": \"Governor Albert Bryan Jr. has announced that the Virgin Islands Bureau of Revenue (BIR) and the Virgin Islands Department of Finance have mailed out almost $25 million in $1,400 Stimulus Checks to 10,000 residents. This week’s distribution of $24.9 million in federal funds from President Biden’s American Rescue Plan is the first of a number of 10,000-check batches of Stimulus funds that are being sent out. Finance and the BIR sent out the $600 checks from the federal “CARES Act II” to 41,524 or 92 percent of the approximately 45,000 Virgin Islanders who filed their 2019 tax return.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.vi.gov/bir-and-finance-send-out-25-million-in-1400-stimulus-checks/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI519320210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Virgin Islands Office of the Governor\",\n            \"state_name\": \"U.S. Virgin Islands\"\n        },\n        {\n            \"id\": 42351,\n            \"title\": \"Governor Ricketts Signs Budget Controlling Spending, Delivering Property Tax Relief\",\n            \"summary\": \"Today, Governor Pete Ricketts signed the State of Nebraska’s next two-year budget into law.  The budget controls state spending and delivers significant property tax relief among other key priorities. “The budget I have signed controls state spending and significantly increases direct property tax relief for the people of Nebraska,” said Governor Ricketts.  “As the Legislature continues their work, there are additional opportunities to deliver significant tax relief.  I look forward to working with Senators to deliver even more relief for the people of Nebraska.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.nebraska.gov/press/gov-ricketts-signs-budget-controlling-spending-delivering-property-tax-relief\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8468NE7911320210426\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Nebraska Office of the Governor\",\n            \"state_name\": \"Nebraska\"\n        },\n        {\n            \"id\": 42350,\n            \"title\": \"Governor Evers Announces WisDOT Grant for Job Growth in Marinette\",\n            \"summary\": \"Governor Tony Evers, along with the Wisconsin Department of Transportation (WisDOT), today announced that a planned increase in shipbuilding at Fincantieri Marinette Marine will be supported by a $1 million Transportation Economic Assistance (TEA) grant for road construction.;The grant, approved by WisDOT Secretary-designee Craig Thompson, supports a $2.6 million reconstruction of Ludington Street in Marinette that will provide better access to the Fincantieri shipbuilding facility. Fincantieri Marinette Marine recently received a $795 million contract to build the first of up to 10 new frigates for the United States Navy. If all 10 frigates are built, the contract with the US Navy could be worth up to $5.6 billion.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/WIGOV/bulletins/2d7bd0a\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8420WI20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Wisconsin Office of the Governor\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 42349,\n            \"title\": \"South Carolina to Return to Pre-Pandemic Unemployment Program to Address Workforce Shortages\",\n            \"summary\": \"Governor Henry McMaster has directed the S.C. Department of Employment and Workforce to terminate the state’s participation in all federal, pandemic-related unemployment benefit programs to address ongoing workforce shortages by the end of next month.  Governor McMaster went on to say the labor shortage is being created in large part by the “supplemental unemployment payments that the federal government provides claimants on top of their state unemployment benefits.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.sc.gov/news/2021-05/south-carolina-return-pre-pandemic-unemployment-program-address-workforce-shortages\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8364SC21220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Carolina Office of the Governor\",\n            \"state_name\": \"South Carolina\"\n        },\n        {\n            \"id\": 42348,\n            \"title\": \"Governor Pritzker: Illinois Families Encouraged to Take Advantage of Expanded Federal Child Tax Credit\",\n            \"summary\": \"Qualifying Illinois families may be able to claim a larger federal child tax credit and request advanced payments in 2021 due to the recently enacted American Rescue Plan Act of 2021 (\\\"American Rescue Plan\\\"). To ensure eligibility, Governor JB Pritzker is reminding all Illinois families to file their 2020 individual income taxes by the May 17 deadline, even if they had no income to report and are generally not required to file.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23267\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2326720210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42347,\n            \"title\": \"Governor Newsom Issues Proclamation Declaring Small Business Month 2021\",\n            \"summary\": \"Governor Gavin Newsom today issued a proclamation declaring May 2021, as “Small Business Month” in the State of California. Last week, Governor Newsom signed legislation providing small businesses hit hardest by the pandemic a $6.2 billion tax cut over the next six years, an important component of California’s economic recovery strategy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.gov.ca.gov/2021/05/06/governor-newsom-issues-proclamation-declaring-small-business-month/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7914CA4997620210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Proclamation\",\n            \"agency_name\": \"California Office of the Governor\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42346,\n            \"title\": \"Arizona Projected to Add Nearly 550,000 Jobs by 2029\",\n            \"summary\": \"The Arizona Office of Economic Opportunity is projecting the state will add more than half a million jobs over the next eight years, continuing a surge in economic growth.  “Arizona has become a jobs magnet,” said Governor Doug Ducey. “Not only are jobs booming, wages are rising faster at one of the fastest rates in the country. Our recovery is moving forward and there is more opportunity before us than ever before.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/05/arizona-projected-add-nearly-550000-jobs-2029\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ14220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Arizona Office of the Governor\",\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"id\": 42345,\n            \"title\": \"Baker-Polito Administration Celebrates COVID-19 Business Relief Program, Awards Final Round of Grants\",\n            \"summary\": \"Today, Governor Charlie Baker, Lt. Governor Karyn Polito, Housing and Economic Development Secretary Mike Kennealy, legislators and key partners celebrated the success of the Baker-Polito Administration’s COVID-19 business relief program administered by the Massachusetts Growth Capital Corporation (MGCC). Gathering in person at the family- and minority-owned Panela Restaurant in Lowell, a program grantee, the Administration announced the end of the program, which has provided over $687.2 million in direct cash grants to 15,112 businesses across the Commonwealth. Among the awardees included in the final round were 108 additional businesses that received a total of approximately $4.8 million in COVID relief grants.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.mass.gov/news/baker-polito-administration-celebrates-covid-19-business-relief-program-awards-final-round-of-grants\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778MA22720210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Massachusetts Office of the Governor\",\n            \"state_name\": \"Massachusetts\"\n        },\n        {\n            \"id\": 42344,\n            \"title\": \"Proposed Rule Change to List and Trade Shares under NYSE Arca Rule 8.201-E\",\n            \"summary\": \"NYSE Arca, Inc. proposes to list and trade shares of the following under NYSE Arca Rule 8.201-E: First Trust SkyBridge Bitcoin ETF Trust.  Under NYSE Arca Rule 8.201-E, the Exchange may propose to list and/or trade pursuant to unlisted trading privileges “Commodity-Based Trust Shares.” The sponsor of the Trust is First Trust Advisors L.P.  The sub-adviser for the trust is SkyBridge Capital II, LLC.  The trustee for the Trust is Delaware Trust Company.  The Bank of New York Mellon is the transfer agent of the Trust and the administrator of the Trust.  The bitcoin custodian for the Trust is NYDIG Trust Company LLC.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEARCA-2021-37.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20213720210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42343,\n            \"title\": \"Biden-Harris Administration Outlines “America the Beautiful” Initiative\",\n            \"summary\": \"Today the Biden-Harris administration outlined a vision for how the United States can work collaboratively to conserve and restore the lands, waters, and wildlife that support and sustain the nation. The recommendations are contained in a report released today, outlining a locally led and voluntary nationwide conservation goal to conserve 30 percent of U.S. lands and waters by 2030. The report calls for a decade-long effort to support locally led and voluntary conservation and restoration efforts across public, private, and Tribal lands and waters in order to create jobs and strengthen the economy’s foundation; tackle the climate and nature crises, and address inequitable access to the outdoors. The report, submitted to the National Climate Task Force, was developed by the U.S. Departments of the Interior, Agriculture and Commerce, and the White House Council on Environmental Quality.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.commerce.gov/news/press-releases/2021/05/biden-harris-administration-outlines-america-beautiful-initiative\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC18920210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press releases\",\n            \"agency_name\": \"U.S. Department of Commerce\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42342,\n            \"title\": \"FTC Report to Congress Examines Anti-Competitive Repair Restrictions, Recommends Ways to Expand Consumers’ Repair Options\",\n            \"summary\": \"In a new report to Congress, the Federal Trade Commission identifies numerous types of repair restrictions, such as using adhesives that make parts difficult to replace, limiting the availability of spare parts, and making diagnostic software unavailable.  Congress directed the FTC to issue the report, noting that it “is aware of the FTC’s ongoing review of how manufacturers—in particular mobile phone and car manufacturers—may limit repairs by consumers and repair shops, and how those limitations may increase costs, limit choice, and impact consumers’ rights under the Magnuson-Moss Warranty Act.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/05/ftc-report-congress-examines-anti-competitive-repair-restrictions\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC121158966720210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Trade Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42341,\n            \"title\": \"Fresno Construction Company Owner Arrested in Nearly $1 Million Workers’ Compensation Scheme\",\n            \"summary\": \"Carolyn Plaza of Fresno self-surrendered on May 6, 2021, after a warrant for her arrest was issued on six felony counts of insurance fraud. A complaint filed on April 16, 2021, alleges Plaza underreported more than $3 million in employee payroll in order to fraudulently reduce her company’s workers’ compensation insurance premium by nearly $1 million.  Plaza, 41, is the co-owner of Absolute Urethane, Inc., a construction contracting business serving the Fresno and surrounding Central Valley areas since 2006. The California Department of Insurance began an investigation after receiving a tip from the State Compensation Insurance Fund (State Fund) alleging Plaza had manipulated payroll reports to avoid paying higher insurance premiums.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release048-2021.cfm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA17420210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Department of Insurance\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42340,\n            \"title\": \"Labor & Industry Acting Secretary, Legislators and Workers Urge Minimum Wage Increase to Benefit Persons of Color\",\n            \"summary\": \"Today, Department of Labor & Industry (L&I) Acting Secretary Jennifer Berrier joined Representative Manuel Guzman, Representative Malcolm Kenyatta, and a Spanish-speaking member of CASA in Pennsylvania to call for increasing the minimum wage to $12 an hour with a pathway to $15 an hour for persons of color in Pennsylvania. Governor Tom Wolf's proposal to raise the minimum wage to $12 an hour with a pathway to $15 by 2027 will boost incomes for nearly 1.1 million workers and put $4.4 billion into the pockets of Pennsylvania workers in the first year. These workers will stimulate local economies in Pennsylvania through spending, with a minimum wage increase to $15 boosting Pennsylvania's economy by $321 million in 2027.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/labor-and-industry-details.aspx?newsid=566\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA1136638420210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Department of Labor and Industry\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42339,\n            \"title\": \"Publication of Frequently Asked Question related to Luokung Technology Corp.\",\n            \"summary\": \"On March 9, 2021, the Secretary of Defense listed Luokung Technology Corp. (‘Luokung’), pursuant to section 4(a)(ii) of E.O. 13959.  On May 5, 2021, the U.S. District Court for the District of Columbia issued an order in Luokung Technology Corp. v. Department of Defense (Case No. 1:21-cv-00583-RC) preliminarily enjoining the implementation and enforcement of the E.O. 13959 prohibitions against Luokung.  Consequently, the prohibitions in E.O. 13959 do not apply with respect to Luokung pending further order of the Court.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/policy-issues/financial-sanctions/recent-actions/20210506\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4184DOT15920210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42338,\n            \"title\": \"FEDS 2021-031: Cheapest-To-Deliver Pricing, Optimal MBS Securitization, and Market Quality\",\n            \"summary\": \"Yesol Huh and You Suk Kim | We study optimal securitization and its impact on market quality when the secondary market structure leads to cheapest-to-deliver pricing in the context of agency mortgage-backed securities (MBS). A majority of MBS are traded in the to-be-announced (TBA) market, which concentrates trading of heterogeneous MBS into a few liquid TBA contracts but induces adverse selection. Lastly, we provide empirical evidence consistent with model predictions on how MBS pooling changes with trading costs and underlying loan value dispersion and how pooling practices affect MBS heterogeneity and TBA market adverse selection.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/cheapest-to-deliver-pricing-optimal-mbs-securitization-and-market-quality.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED211tyTY20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42337,\n            \"title\": \"ARRC Identifies Market Indicators to Support a Recommendation of a Forward-Looking SOFR Term Rate\",\n            \"summary\": \"The Alternative Reference Rates Committee (ARRC) today published a set of market indicators that it will consider in recommending a forward-looking Secured Overnight Financing Rate (SOFR) term rate. The ARRC has long recognized that a forward-looking term SOFR rate will be a useful tool to support the transition away from LIBOR.  The publication of the indicators provides clear guidance that would allow the ARRC to recommend a SOFR-based term rate relatively soon. The indicators are designed to measure progress in establishing deep and liquid SOFR derivatives and cash markets—which are essential to a robust and stable term rate.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.newyorkfed.org/medialibrary/Microsites/arrc/files/2021/20210506-term-rate-indicators-press-release\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2299ARCC20720210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Announcement\",\n            \"agency_name\": \"Alternative Reference Rates Committee\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42336,\n            \"title\": \"AG Ferguson Files Lawsuit Over Travel Insurance Company’s Discriminatory Denials\",\n            \"summary\": \"Attorney General Bob Ferguson today filed a lawsuit against travel insurance company Allianz over its discriminatory practice of categorically denying insurance claims for Washingtonians who had to cancel or reschedule their travel plans because of mental health events. Allianz sells travel insurance policies to consumers to protect them from suffering travel-related losses in the event they have to cancel or postpone their trip. The cost of these policies have ranged from $6 to more than $1,700. Ferguson’s investigation found that Allianz policies include an exclusion for “mental or nervous health disorders” and their related physical complications that disrupt travel. Allianz fails to adequately disclose the exclusion to consumers. Ferguson asserts that the exclusion is discriminatory under Washington state law.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.atg.wa.gov/news/news-releases/ag-ferguson-files-lawsuit-over-travel-insurance-company-s-discriminatory-denials\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"174WA132973520210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Washington Office of the Attorney General\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42335,\n            \"title\": \"FDIC Announces Meeting of Advisory Committee on Economic Inclusion\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) Advisory Committee on Economic Inclusion (ComE-IN) will meet virtually on Thursday, May 13, with two panels of experts to discuss the topics of Expanding Inclusion through Technology and Innovation and Expanding Account Access via the FDIC Public Awareness Campaign #GetBanked, which was launched on April 5, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d7e76c\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4770394220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42334,\n            \"title\": \"New York City Man Charged with Nearly $4 Million COVID-19 Relief Fraud Scheme and Money Laundering\",\n            \"summary\": \"A criminal complaint was filed in the District of New Jersey today charging a dual-resident of New York and Florida with fraudulently obtaining and laundering nearly $4 million in funds from the COVID-19 relief Paycheck Protection Program (PPP). According to court documents, Gregory J. Blotnick, 34, of New York City and West Palm Beach, used a variety of false representations to fraudulently obtain more than $3.8 million in federal COVID-19 PPP funds. Blotnick is charged with eight counts of wire fraud and six counts of money laundering. The defendant is scheduled for his initial court appearance on May 19, before U.S. Magistrate Judge Edward S. Kiel of the U.S. District Court for the District of New Jersey. If convicted, he faces a maximum penalty of 20 years in prison for each count of wire fraud, and a maximum of 10 years in prison for each count of money laundering. A federal district court judge will determine any sentence after considering the U.S. Sentencing Guidelines and other statutory factors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/new-york-city-man-charged-nearly-4-million-covid-19-relief-fraud-scheme-and-money-laundering\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2216F20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42333,\n            \"title\": \"Consent Order with Attached Statement of Charges: David Visser Houtsma Law Group LLC d/b/a DVH Law Group and David Visser Houtsma\",\n            \"summary\": \"The Department of Financial Institutions’ Division of Consumer Services (Department) and Respondents have agreed upon a basis for resolution of the matters alleged in Statement of Charges, entered December 18, 2020. Respondents hereby agree to the Department’s entry of this Consent Order and further agree that the issues whether there has been a violation of the Mortgage Broker Practices Act may be economically and efficiently settled by entry of this Consent Order. Respondents are agreeing not to contest the Statement of Charges in consideration of the terms of this Consent Order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfi.wa.gov/sites/default/files/consumer-services/enforcement-actions/C-20-2883-21-CO01.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1113WAC20288321CO0120210330\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-03-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42332,\n            \"title\": \"Meeting Minutes from April 7th Meeting\",\n            \"summary\": \"Upon proper call and due notice to all its members and after having given required public notice, the State Board of Financial Institutions met on the 7th day of April 2021 with Chairman Loftis presiding. The Agenda for this meeting was approved by General Consent. The March 3, 2021 Board Meeting Minutes were approved by General Consent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://bofi.sc.gov/sites/default/files/Documents/April 7 2021 Board of Financial Institutions Meeting Minutes.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1099SC2111420210407\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-07\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"South Carolina State Board of Financial Institutions\",\n            \"state_name\": \"South Carolina\"\n        },\n        {\n            \"id\": 42331,\n            \"title\": \"Labor Department Providing Apprenticeship Investment Funds\",\n            \"summary\": \"The Department of Labor and Regulation is providing $270,000 in investment funding to help businesses and organizations train new apprentices in Registered Apprenticeship Programs (RAP) in South Dakota. Businesses may be eligible to receive up to $1,000 for each new apprentice. This investment will build upon existing sector partnerships by emphasizing work-based training that meets the needs of existing and emerging industries and workers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dlr.sd.gov/news/releases21/nr_2021_05_03_RAP_Investment.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8850SD12020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Dakota Division of Insurance\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 42330,\n            \"title\": \"Unemployment Claims Filed for Week Ending April 24\",\n            \"summary\": \"During the week of April 25-May 1, a total of 230 initial weekly claims for state unemployment benefits were processed by the Department of Labor and Regulation. This is a decrease of 158 claims from the prior week’s total of 388. The latest number of continued state claims is 3,231 for the week ending April 24, an increase of 283 from the prior week’s total of 2,948. This indicates the number of unemployed workers eligible for and receiving benefits after their initial claim. For the week ending May 1, a total of $565,000 was paid out in state benefits, in addition to $1 million in Federal Pandemic Unemployment Compensation (FPUC), $113,000 in Pandemic Unemployment Assistance (PUA) and $295,000 in Pandemic Emergency Unemployment Compensation (PEUC) benefits.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dlr.sd.gov/news/releases21/nr_2021_05_06_WeeklyClaims.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8850SD11020210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Dakota Division of Insurance\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 42329,\n            \"title\": \"Governor Abbott Appoints Marchant to Texas Department of Housing and Community Affairs\",\n            \"summary\": \"Governor Greg Abbott has appointed Kenny Marchant to the Texas Department of Housing and Community Affairs for a term set to expire on January 31, 2025. The Agency administers various federal funds to local residents through partnerships with cities, counties, nonprofits, private developers and public housing authorities. The funds are used for affordable housing and other low-income community services. The board is responsible for awarding the funds and overseeing the contracts. This appointment is subject to Senate confirmation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-appoints-marchant-to-texas-department-of-housing-and-community-affairs\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXRS86118120210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Texas Office of the Governor\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42328,\n            \"title\": \"Governor Lee and the General Assembly Deliver Conservative Wins in 2021 Session\",\n            \"summary\": \"Today, Tennessee Governor Bill Lee marked the close of the 2021 Legislative session, which includes the passage of his $42.6 billion budget and full agenda as outlined during his State of the State address in February. Governor Lee’s slate of budget and legislative priorities included initiatives to address criminal justice reform, invest in rural communities, enhance public safety, support families and build on the successes of the special session on education. Highlights from Governor Lee’s agenda include: Investing in rural Tennessee by investing a historic $100 million to provide underserved areas across the state with high-speed broadband, which is part of a public-private partnership to incentivize broadband providers to match public dollars; Dedicating $100 million for local infrastructure grants; and among other things, Strengthening Tennessee families by reforming the TANF program to promote economic mobility and improve outcomes for recipients.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.tn.gov/governor/news/2021/5/5/gov--lee--general-assembly-deliver-conservative-wins-in-2021-session.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8410TN18320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Tennessee Office of the Governor\",\n            \"state_name\": \"Tennessee\"\n        },\n        {\n            \"id\": 42327,\n            \"title\": \"Administrator Isabella Casillas Guzman Announces Initial Results of Restaurant Revitalization Fund\",\n            \"summary\": \"Today Administrator Isabella Casillas Guzman announced the initial results of the successful May 3rd launch of the Restaurant Revitalization Fund, showing more than 186,000 applications from restaurants and other food and beverage businesses in all 50 states, the District of Columbia, and five U.S. Territories. The $28.6 billion program, signed into law by President Joe Biden as part of the American Rescue Plan, provides economic aid to restaurants and other establishments struggling to make ends meet as a result of the pandemic. The promising results send a clear message: The SBA is here to help America’s restaurants and bars get back on track.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sba.gov/article/2021/may/05/administrator-isabella-casillas-guzman-announces-initial-results-restaurant-revitalization-fund\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93UND1350520210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42326,\n            \"title\": \"Governor Mills Signs Bills Into Law\",\n            \"summary\": \"Governor Janet Mills has signed several bills into law. Some of the signed bills include: LD 207: Resolve, Regarding Legislative Review of Portions of Chapter 1: Fee Schedule, a Major Substantive Rule of the Department of Agriculture, Conservation and Forestry, Maine Land Use Planning Commission (Emergency); LD 472: Resolve, Regarding Legislative Review of Chapter 104: Certain Payments Not Immediate, a Major Substantive Rule of the Treasurer of State (Emergency); LD 577: Resolve, Regarding Legislative Review of Chapter 6: Crisis Prevention and Intervention Services, a Major Substantive Rule of the Department of Health and Human Services, Office of Aging and Disability Services (Emergency); LD 578: Resolve, Regarding Legislative Review of Portions of Chapter 113: Regulations Governing the Licensing and Functioning of Assisted Housing Programs: Infection Prevention and Control, a Major Substantive Rule of the Department of Health and Human Services, Division of Licensing and Certification (Emergency); and LD 1507: An Act To Establish a Local Fiscal Recovery Funds Program and Allocation (Emergency); and others.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/governor-mills-signs-bills-law-2021-05-06\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME358320210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Maine Office of the Governor\",\n            \"state_name\": \"Maine\"\n        },\n        {\n            \"id\": 42325,\n            \"title\": \"State Proclaims May AAPI Month and Hosts Events to Support AAPI Business Owners with Resources to Thrive During COVID-19 and Beyond\",\n            \"summary\": \"The State of Illinois today announced a series of events and resources to be offered during May's National Asian American and Pacific Island (AAPI) Heritage Month. Hosted by the Illinois Department of Commerce (DCEO) Office of Minority Economic Empowerment (OMEE), events feature a wide variety of topics geared toward supporting the growth of AAPI and minority-owned businesses throughout Illinois. The following events for businesses begin next week and are free to join: 1. May 12, 2021 at 11:00 a.m., \\\"Women's Webinar Wednesday: Business Growth Opportunities for AAPI Community; 2. May 20, 2021 at noon, \\\"Addressing Anti-Asian Hate and Supporting the AAPI Business Community\\\"; 3. May 25, 2021 at 11:00 a.m., \\\"Fireside Chat: AAPI Business Leaders Thriving Across Illinois; 4. May 26, 2021 at 10:00 a.m., \\\"OMEE & Illinois SBDC Network Presents: Advancing the Development of Minority Entrepreneurship (ADME) - Marketing Strategies\\\"; 5. May 27, 2021 at 9:00 a.m., \\\"World Trade Month: Doing Business in China\\\"; and 6. May 28, 2021 at noon, \\\"Navigating the Benefits of the American Rescue Plan for AAPI Small Businesses and Avoiding Predatory Lending\\\".\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23262\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2326220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42324,\n            \"title\": \"Office of the Governor News Release: New Emergency Broadband Benefit Program to Help Provide Internet Access to Low-Income Households\",\n            \"summary\": \"Governor David Ige announced a new federal program that aims to assist thousands of qualifying households across the state to pay for their internet service. Under the Emergency Broadband Benefit Program established by the Federal Communications Commission (FCC), eligible households can receive up to $50 a month to pay for broadband service. Qualifying lessees on Hawaiian Home Lands may apply for an enhanced benefit of up to $75 per month.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.hawaii.gov/newsroom/office-of-the-governor-news-release-new-emergency-broadband-benefit-program-to-help-provide-internet-access-to-low-income-households/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7959HI303NEW35572\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Hawaii Office of the Governor\",\n            \"state_name\": \"Hawaii\"\n        },\n        {\n            \"id\": 42323,\n            \"title\": \"Governor Ducey Signs Legislation to Protect Arizonans’ Personal Property Rights\",\n            \"summary\": \"Governor Doug Ducey today signed bipartisan legislation to ensure innocent Arizonans do not have their property permanently forfeited without a criminal conviction. House Bill 2810 was approved by decisive majorities in the Arizona House and Senate. It becomes law 90 days after the Legislature adjourns. The legislation requires that property can only be seized if it is evidence of a crime, has been abandoned, is subject to forfeiture, or it is illegal for a person to possess it. It also includes provisions that ensure that an innocent person has a process to get it returned. HB 2810 was sponsored by Representative Travis Grantham.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/05/governor-ducey-signs-legislation-dramatically-expand-telehealth\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ19920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Arizona Office of the Governor\",\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"id\": 42322,\n            \"title\": \"White House Releases Fact Sheets to Highlight Nationwide Need and Impact of the American Families Plan\",\n            \"summary\": \"Today, the White House released fact sheets that highlight the need for and impact of the investments proposed by President Biden in the American Families Plan in states and territories across the country. The American Families Plan is a once-in-a-generation investment in the foundations of middle-class prosperity: education, health care, and child care. The fact sheets highlight how many families would benefit from free community college and universal pre-K, the high costs of child care, the number of workers who lack access to paid family leave, and the thousands of dollars families and workers would save in tax cuts and credits. Individual fact sheets for each of the 50 states, the District of Columbia, Puerto Rico, and other territories are provided within this release.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/06/white-house-releases-fact-sheets-to-highlight-nationwide-need-and-impact-of-the-american-families-plan/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH277AN20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42321,\n            \"title\": \"Press Briefing by Press Secretary Jen Psaki and Secretary of Agriculture Tom Vilsack, May 5, 2021\",\n            \"summary\": \"This release contains the Press Briefing by Press Secretary Jen Psaki and Secretary of Agriculture Tom Vilsack, May 5, 2021. The discussion covers investing in rural infrastructure, renewable energy, and large-scale conservation partnerships.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/05/05/press-briefing-by-press-secretary-jen-psaki-and-secretary-of-agriculture-tom-vilsack-may-5-2021/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH2612120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Briefings\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42320,\n            \"title\": \"Remarks by President Biden on His Administration’s Implementation of the American Rescue Plan\",\n            \"summary\": \"President Biden on His Administration’s Implementation of the American Rescue Plan: \\\"Earlier today, I — I visited a restaurant here in town, Las — I’m going to mispronounce it — Las Geme- — Las Gelameas [Gemelas].  And — which is a pilot program for the Restaurant Revitalization Fund and an important piece of the American Rescue Plan. One of my goals with the American Rescue Plan is to make sure that we get this law’s benefits quickly and directly to the American people. Restaurants are more than a major driver of our economy; they’re woven into the fabric of our communities.  And so, for many families, restaurants are the gateway to opportunity — a key part of the American story.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/05/05/remarks-by-president-biden-on-his-administrations-implementation-of-the-american-rescue-plan/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH255AN20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Speeches and Remarks\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42319,\n            \"title\": \"President Joseph R. Biden, Jr. Approves Georgia Disaster Declaration\",\n            \"summary\": \"Today, the President Joseph R. Biden, Jr. declared that a major disaster exists in the State of Georgia and ordered Federal assistance to supplement state and local recovery efforts in the areas affected by severe storms and tornadoes from March 25 to March 26, 2021. Federal funding is available to state, tribal, and eligible local governments and certain private nonprofit organizations on a cost-sharing basis for emergency work and the repair or replacement of facilities damaged by the severe storms and tornadoes in the counties of Coweta, Fannin, Gilmer, Heard, Lumpkin, Pickens, Rabun, and White.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/05/president-joseph-r-biden-jr-approves-georgia-disaster-declaration/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH206ON20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42318,\n            \"title\": \"Amendments to Risk Manual Associated with Clearing Futures on the U.S. Corporate Tax Rate Index\",\n            \"summary\": \"The Minneapolis Grain Exchange, LLC (“MGEX”) is requesting confidential treatment for all information attached to its submission until further notice. MGEX requests that the Commission afford confidential treatment under FOIA for the document labeled MGEX Risk Manual Submission, which is referenced within this release. MGEX requests that confidential treatment be maintained until further notice for such document in accordance with CFTC Regulation 145.9(d)(5).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45920\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4592020210506-3\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Minneapolis Grain Exchange, Inc.\",\n            \"state_name\": \"Minnesota\"\n        },\n        {\n            \"id\": 42317,\n            \"title\": \"Listing of Commodity Swaps and Related Rule Amendments- Submission Pursuant to Section 5c(c)(1) of the Act and Regulations 40.2(a) and 40.6(a)\",\n            \"summary\": \"The ICE Swap Trade, LLC (“IST” or “SEF”) submits by written certification the terms and conditions for one new cash-settled contract (the “Energy Contract”) to the Commodity Futures Trading Commission. The Energy Contract will be listed as a permitted contract for trading on May 7, 2021 (based on an acknowledged filing date of May 05, 2021). The Energy Contract is a monthly cash-settled swap. The contract terms and conditions are set forth in Chapter 13 of the ICE Swap Trade Rulebook (“Rules”) and in related amendments to existing Rules. The SEF is listing the following Energy Contracts: Rule 13115, WIM LNG Swap.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/ICE_Swap_Trade-21-06-Submission.PDF\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE256IC248820210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Regulatory Filing\",\n            \"agency_name\": \"ICE Swap Trade\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42316,\n            \"title\": \"Intercontinental Exchange Reports April 2021 Statistics\",\n            \"summary\": \"Intercontinental Exchange, Inc. today reported April 2021 trading volume and related revenue statistics, which can opened from the link provided within this release, and found under the Monthly Statistics Tracking spreadsheet. April highlights include: Total open interest (OI) up 7% y/y and up 15% compared to 4Q20; Total Oil OI up 11% vs. 4Q20; Brent OI up 7% vs. 4Q20; Other crude and refined products OI up 12% vs. 4Q20; TTF gas average daily volume (ADV) up 24% y/y; JKM ADV up 46% y/y; OI up 11% y/y; Environmental OI up 8% y/y and up 25% vs. 4Q20; Ags and metals ADV up 6% y/y; Total Interest Rate OI up 33% y/y and up 34% vs. 4Q20; Sterling ADV up 7% y/y; OI up 67% y/y and up 24% vs. 4Q20; Gilt ADV up 28% y/y; OI up 56% y/y and up 48% vs. 4Q20; SONIA ADV up 58% y/y; Record OI of 276k contracts up 394% y/y; U.S. Equity Options ADV up 68% y/y.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/Intercontinental-Exchange-Reports-April-2021-Statistics/default.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE16920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Intercontinental Exchange\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42315,\n            \"title\": \"Mortgage Rates Decrease\",\n            \"summary\": \"Freddie Mac showing that the 30-year fixed-rate mortgage (FRM) averaged 2.96 percent. “Mortgage rates have remained under three percent for three consecutive weeks,” said Sam Khater, Freddie Mac’s Chief Economist. “Consumer income and spending are picking up, which is leading to an acceleration in economic growth. The combination of low and stable rates, coupled with an improving economy, is good for homebuyers. It’s also good for homeowners who may have missed prior opportunities to refinance and increase their monthly cash flow.”\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/mortgage-rates-decrease-3\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2270120210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Freddie Mac\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42314,\n            \"title\": \"Secretaries Raimondo and Walsh Travel to Connecticut to Discuss Importance of Investing in Apprenticeships Through the American Jobs Plan\",\n            \"summary\": \"The U.S. Secretary of Commerce Gina M. Raimondo joined U.S. Secretary of Labor Marty Walsh on Monday in Connecticut to meet with business and labor leaders and elected officials on the importance of strengthening America’s workforce development infrastructure through investments in the American Jobs Plan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.commerce.gov/news/press-releases/2021/05/secretaries-raimondo-and-walsh-travel-connecticut-discuss-importance\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC25820210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press releases\",\n            \"agency_name\": \"U.S. Department of Commerce\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42313,\n            \"title\": \"Attorney General James Issues Report Detailing Millions of Fake Comments, Revealing Secret Campaign to Influence FCC’s 2017 Repeal of Net Neutrality Rules\",\n            \"summary\": \"New York Attorney General Letitia James today released a report detailing the results of her Office's wide-ranging investigation into fake, public comments submitted to the Federal Communications Commission (FCC) in a 2017 proceeding to repeal net neutrality rules. Net neutrality prohibits broadband providers from blocking, slowing down, or charging companies to prioritize certain content on the internet. Attorney General James’ report recommends several reforms to root out the deception and fraud that have infected public policymaking by agencies and legislatures, including encouraging: 1. Advocacy groups to take steps to ensure they have obtained valid consent from an individual before submitting a comment or message to the government on their behalf; 2. Agencies and legislatures that manage electronic systems that receive comments and messages to hold advocacy groups and their vendors more accountable for the comments they submit on behalf of individuals, 3. Lawmakers to strengthen laws to deter the submission of deceptive and unauthorized comments to the government, and 4. Agencies to adopt technical safeguards to protect against unauthorized bulk submissions using automation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-issues-report-detailing-millions-fake-comments-revealing\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5341820210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New York State Office of the Attorney General\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 42312,\n            \"title\": \"Minnesota Public Utilities Commission and Department of Commerce Urge 360,000 Ratepayers at Risk for Utility Disconnection to Apply Now for Energy Assistance\",\n            \"summary\": \"The Minnesota Public Utilities Commission (PUC) and the Department of Commerce urge consumers with past-due electric and gas bills to apply now for the Energy Assistance Program to avoid having their utility service disconnected. In Minnesota, about 360,000 households served by regulated utilities have past-due utility bills for electric and gas, with approximately $135 million in unpaid utility bills.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://mn.gov/commerce/media/news/index.jsp?id=17-480319\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"471MN48031920210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Minnesota Department of Commerce\",\n            \"state_name\": \"Minnesota\"\n        },\n        {\n            \"id\": 42311,\n            \"title\": \"Testimony Before the House Committee on Financial Services\",\n            \"summary\": \"This release contains the Testimony of Securities and Exchange Commission Gary Gensler, before the House Committee on Financial Services. Highlights and remarks from the testimony include: “We’ve all come to hear the general story: a stock that went from $20 to $480 and back down to $40, all in a matter of weeks. It opened at $162 Wednesday of this week. GameStop, though, was just one of the many so-called meme stocks that exhibited significant price volatility, trading volume, and attention in the markets in January. As these events reached an apex in late January, a number of broker-dealers imposed trading restrictions on some of these stocks.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/testimony/gensler-testimony-20210505\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECBA54071120210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Testimony\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42310,\n            \"title\": \"SEC Order Against Clontech Laboratories, Inc. A/K/A Takara Bio USA, Inc.\",\n            \"summary\": \"In the Matter of Clontech Laboratories, Inc. n/k/a Takara Bio USA, Inc., the Securities and Exchange Commission (“Commission”) accepts the Offer of Settlement submitted by the Respondent. Accordingly, it is Ordered that the registration of each class of Respondent’s securities registered pursuant to Exchange Act Section 12 is revoked. In this Matter, the Commission had alleged that Clontech Laboratories, Inc. n/k/a Takara Bio USA, Inc. (CIK No. 0000816281) is a delinquent Delaware corporation located in Mountain View, California with a class of securities registered with the Commission pursuant to Exchange Act Section 12(g). As of August 14, 2020, the common stock of Clontech was not publicly quoted or traded and Clontech had failed to comply with Exchange Act Section 13(a) and Rules 13a-1 and 13a-13 because it has not filed any periodic reports with the Commission since it filed a Form 8-A12G on March 3, 1999.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91774.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349177420210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42309,\n            \"title\": \"Federal Reserve Board Invites Public Comment on Proposed Guidelines to Evaluate Requests for Accounts and Payment Services at Federal Reserve Banks\",\n            \"summary\": \"The Federal Reserve Board on Wednesday invites public comment on proposed guidelines to evaluate requests for accounts and payment services at Federal Reserve Banks (\\\"Account Access Guidelines\\\"). Recent years have seen the introduction of new financial products and delivery mechanisms for traditional banking services, notably leveraging emerging technologies, including from institutions with novel types of banking charters designed to support such innovation. To facilitate these activities, some such institutions have requested access to the payments system offered by Federal Reserve Banks. To help achieve the goal of applying a transparent and consistent process for all access requests, as well as considering the ramifications for the broader financial system, the Board is proposing Account Access Guidelines for the Reserve Banks to evaluate such requests. These guidelines take into account the Board's legal authority and reflect an analysis of its policy goals. Comments will be accepted for 60 days after publication in the Federal Register.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/pressreleases/bcreg20210505a.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED221ks5A20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Banking and Consumer Regulatory Policy\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42308,\n            \"title\": \"The Office of Servicemember Affairs Year in Review: Working Together to Protect Service Members, Veterans, and Military Families\",\n            \"summary\": \"In this Article, the CFPB shares work done by the Bureau and the Office of Servicemember Affairs (OSA) in 2020, which is also highlighted in the Agency’s eighth annual report. This year, the Bureau utilized the technology and resources available to us to ensure that servicemembers continue to receive the information and tools they need to improve their financial well-being. While traditional in-person outreach events were canceled due to COVID-19, the Agency increased its digital presence through webinars, virtual conferences, podcasts, blogs, email outreach, and social media. The Agency also enhanced its Misadventures in Money Management (MiMM) program , which is the Bureau’s flagship online educational product, to include a module focused on military families.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/blog/office-of-servicemember-affairs-year-review-protect-servicemembers-veterans-military-families/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2473CFPB1533420210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Blog\",\n            \"agency_name\": \"Consumer Financial Protection Bureau\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42307,\n            \"title\": \"Burden Related to Form 5713, International Boycott Report\",\n            \"summary\": \"The Internal Revenue Service is soliciting comments concerning the burden related to completing form 5713, International Boycott Report and the associated schedules. This relates to Persons having operations in or related to countries which require participation in or cooperation with an international boycott may be required to report these operations on Form 5713. Persons use Schedule A with Form 5713 to figure the international boycott factor to use in figuring the loss of tax benefits. Persons use Schedule B with Form 5713 to specifically attribute taxes and income to figure the loss of tax benefits. Filers of Schedule A or B (Form 5713) use Schedule C to compute the loss of tax benefits from participation in or cooperation with an international boycott. There is no change to the burden previously approved. This is an extension of a currently approved collection.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09617/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"federal_register_number\": \"2021-09617\",\n            \"regalytics_alert_id\": \"1891FR20210961720210506\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42306,\n            \"title\": \"Burden Related to Returns by a U.S. Transferor of Property to a Foreign Corporation\",\n            \"summary\": \"The Internal Revenue Service is soliciting comments concerning the burden related to completing a return by a U.S. transferor of property to a foreign corporation. This information collection is concerning the Form 926 is filed by any U.S. person who transfers certain tangible or intangible property to a foreign corporation to report information required by section 6038B. There is no change to the burden previously approved. This is an extension of a currently approved collection.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09615/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"federal_register_number\": \"2021-09615\",\n            \"regalytics_alert_id\": \"1891FR20210961520210506\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42305,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) (12 U.S.C. 1817(j)) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. 1. The NBM Corporation 401(k) Employee Stock Option Plan, McAlester, Oklahoma, the Matthew M. McGowan Revocable Trust, the McGowan Children's Trust, both of Oklahoma City, Oklahoma, and Matthew M. McGowan, as trustee of the aforementioned trusts, McAlester, Oklahoma; the Mary Nancy McGowan Revocable Trust UTA, Oklahoma City, Oklahoma, Mary N. McGowan, as trustee, McAlester, Oklahoma; the Michelle Tompkins Living Trust, Michelle McGowan Tompkins, as trustee, and Pendleton T. Tompkins, all of Oklahoma City, Oklahoma; Michal Shannon McGowan Helvey and Hannah McGowan Hughes, both of Edmond, Oklahoma; William McGowan and Madeline McGowan, both of McAlester, Oklahoma; Michael J. Tompkins, Tulsa, Oklahoma; and certain minor child, Edmond, Oklahoma; to join the McGowan Family Group, a group acting in concert, to retain voting shares of NBM Corporation, and thereby indirectly retain voting shares of The Bank, National Association, both of McAlester, Oklahoma. 2. The DT 2020 Savings Trust, Debra June Tolleson and John Carter Tolleson, Jr., as co-trustees, the JT 2020 Secure Trust, John Carter Tolleson, as trustee, and Debra June Tolleson, all of Dallas, Texas; to acquire voting shares of Tolleson Wealth Management, Inc., and thereby indirectly acquire Tolleson Private Bank, both of Dallas, Texas. Additionally, Kathryn Covert Tolleson, Amy Tolleson Baldwin, Peter Baldwin, the John Carter Tolleson 1999 Trust, John Carter Tolleson, Jr., as trustee, and four trusts fbo minor children, John Carter Tolleson, Jr. and Kathryn Covert Tolleson, as co-trustees and two trusts fbo minor children, Amy Tolleson Baldwin and Peter Baldwin, as cotrustees, and all of Dallas, Texas; to join the Tolleson Family Control Group, a group acting in concert, to retain voting shares of Tolleson Wealth Management, Inc., and thereby indirectly retain voting shares of Tolleson Private Bank.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09608/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"federal_register_number\": \"2021-09608\",\n            \"regalytics_alert_id\": \"1891FR20210960820210506\",\n            \"proposed_comments_due_date\": \"2021-06-21\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42304,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) (12 U.S.C. 1817(j)) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. 1. W. Brian Porter, as trustee of the GST Exempt Lifetime Trust ESBT Share fbo W. Brian Porter, both of Louisville, Kentucky; and Kelly P. Coffey, as trustee of the GST Exempt Lifetime Trust ESBT Share fbo Kelly P. Coffey, both of Danville, Kentucky; to retain voting shares of Lake Valley Bancorp, Inc., and thereby indirectly retain voting shares of Peoples Bank, both of Taylorsville, Kentucky.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09606/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"federal_register_number\": \"2021-09606\",\n            \"regalytics_alert_id\": \"1891FR20210960620210506\",\n            \"proposed_comments_due_date\": \"2021-06-21\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42303,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied under the Change in Bank Control Act (Act) (12 U.S.C. 1817(j)) and § 225.41 of the Board's Regulation Y (12 CFR 225.41) to acquire shares of a bank or bank holding company. 1. Christopher D. Stull and Andrea L. Stull, both of Timnath, Colorado; Douglas L. Hadden and Julie B. Hadden, both of Bridgeport, Nebraska; and Colton E. Stull and Jayden J. Stull, both of Hickman, Nebraska; to join the Stull Family Group, a group acting in concert, and acquire voting shares of Farmers State Bancshares, Inc., and thereby indirectly acquire voting shares of Farmers State Bank, both of Dodge, Nebraska. Also, the Richard A. Stull Trust, Richard A. Stull, as trustee, the Ogard Family Revocable Trust, Monty C. Ogard and Judy K. Ogard, each as trustees, all of Bridgeport, Nebraska; and the Louis Marcuzzo Revocable Trust, Louis J. Marcuzzo, as trustee, both of Omaha, Nebraska; to join the Stull Family Group, a group acting in concert, and retain voting shares of Farmers State Bancshares, Inc. and thereby indirectly retain voting shares of Farmers State Bank.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09588/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"federal_register_number\": \"2021-09588\",\n            \"regalytics_alert_id\": \"1891FR20210958820210506\",\n            \"proposed_comments_due_date\": \"2021-06-21\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42302,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to the Board for approval, pursuant to the Bank Holding Company Act of 1956 (12 U.S.C. 1841 et seq.) (BHC Act), Regulation Y (12 CFR part 225), and all other applicable statutes and regulations to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. 1. OakStar Bancshares, Inc., Springfield, Missouri; to acquire First Colorado National Bank, Paonia, Colorado.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09587/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"federal_register_number\": \"2021-09587\",\n            \"regalytics_alert_id\": \"1891FR20210958720210506\",\n            \"proposed_comments_due_date\": \"2021-06-07\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42301,\n            \"title\": \"Telecommunications/ICT Development Activities, Priorities and Policies to Connect the Unconnected Worldwide in Light of the 2021 International Telecommunication Union World Telecommunication Development Conference\",\n            \"summary\": \"As the United States prepares for the International Telecommunication Union’s (ITU) World Telecommunication Development Conference (WTDC-2021) scheduled for November 8-19, 2021, in Addis Ababa, Ethiopia, the National Telecommunications and Information Administration is working closely with the U.S. Department of State, the Federal Communications Commission (FCC), other federal agencies, and members of the U.S. private sector. The WTDC-2021 will set the priorities and activities for the ITU Telecommunication Development Sector in areas such as connectivity and digital inclusion. Through this Notice, NTIA is seeking public comments regarding activities, priorities, and policies that advance telecommunications and information and communications technology (ICT) development worldwide to assist the U.S. government in the development of its position for the conference.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09581/telecommunicationsict-development-activities-priorities-and-policies-to-connect-the-unconnected\",\n            \"federal_register_number\": \"2021-09581\",\n            \"regalytics_alert_id\": \"1891FR20210958120210506\",\n            \"proposed_comments_due_date\": \"2021-06-07\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"National Telecommunications and Information Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42300,\n            \"title\": \"Privacy Act, Matching Program: Federal Student Aid Application File\",\n            \"summary\": \"The U.S. Department of Education provides notice of the re-establishment of the matching program between the U.S. Department of Education (Department or ED) (recipient agency) and the U.S. Department of Veterans Affairs (VA) (source agency). The purpose of the matching program is to assist the Department with verification of a veteran’s status during the processing of applications for financial assistance under title IV of the Higher Education Act of 1965, as amended (HEA). The Secretary of Education is authorized by the HEA to administer the title IV programs and to enforce the terms and conditions of the HEA.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09544/privacy-act-of-1974-matching-program\",\n            \"federal_register_number\": \"2021-09544\",\n            \"regalytics_alert_id\": \"1891FR20210954420210506\",\n            \"proposed_comments_due_date\": \"2021-06-07\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Education\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42299,\n            \"title\": \"Debt Collection Practices in Connection with the Global COVID-19 Pandemic (Regulation F)\",\n            \"summary\": \"The Bureau of Consumer Financial Protection (Bureau) is announcing the approval of new information collection requirements contained in an interim final rule published in the Federal Register on April 22, 2021, “Debt Collection Practices in Connection with the Global COVID-19 Pandemic (Regulation F).” On April 22, 2021, the Bureau published an interim final rule in the Federal Register titled “Debt Collection Practices in Connection with the Global COVID-19 Pandemic (Regulation F)” to amend Regulation F, which implements the Fair Debt Collection Practices Act (FDCPA). The interim final rule addresses certain debt collector conduct associated with an eviction moratorium issued by the Centers for Disease Control and Prevention (CDC) in response to the global COVID-19 pandemic. The amendments prohibit debt collectors from taking certain covered eviction actions unless the debt collectors provide written notice to certain consumers of their protections under the CDC temporary eviction moratorium and prohibit misrepresentations about consumers’ ineligibility for protection under such moratorium. This moratorium is in place now and currently set to expire at the end of June.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09533/agency-information-collection-activities-notice-of-approval-of-information-collection-requirements\",\n            \"federal_register_number\": \"2021-09533\",\n            \"regalytics_alert_id\": \"1891FR20210953320210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": \"2021-05-03\",\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Consumer Financial Protection Bureau\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42298,\n            \"title\": \"Proposed Rule Change Relating to the ICC End-of-Day Price Discovery Policies and Procedures\",\n            \"summary\": \"On April 23, 2021, ICE Clear Credit LLC (“ICC”) filed with the Securities and Exchange Commission the proposed rule change to revise the Pricing Policy, which sets out ICC’s end-of-day (“EOD”) price discovery process that provides prices for cleared contracts using submissions made by Clearing Participants (“CPs”). These revisions do not require any changes to the ICC Clearing Rules (the “Rules”). ICC believes such revisions will facilitate the prompt and accurate clearance and settlement of securities transactions and derivative agreements, contracts, and transactions for which it is responsible. ICC proposes to make such changes effective following Commission approval of the proposed rule change. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09528/self-regulatory-organizations-ice-clear-credit-llc-notice-of-filing-of-proposed-rule-change-relating\",\n            \"federal_register_number\": \"2021-09528\",\n            \"regalytics_alert_id\": \"1891FR20210952820210506\",\n            \"proposed_comments_due_date\": \"2021-05-27\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"ICE Clear Credit LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42297,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Effective Date of the Temporary Amendments Concerning Exchange Rule 1210 from April 30, 2021, to June 30, 2021\",\n            \"summary\": \"On April 21, 2021, The NASDAQ Stock Market LLC (“NASDAQ” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend the expiration date of the temporary amendments initially set forth in the Temporary Qualification Examination Relief Filings from April 30, 2021 to June 30, 2021. This proposed rule change is based on a filing recently submitted by the Financial Industry Regulatory Authority, Inc. (“FINRA”) and is intended to harmonize the Exchange's registration rules with those of FINRA so as to promote uniform standards across the securities industry. This rule change is now effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09527/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09527\",\n            \"regalytics_alert_id\": \"1891FR20210952720210506\",\n            \"proposed_comments_due_date\": \"2021-05-27\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"The NASDAQ Stock Market LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42296,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to update the DTC Corporate Actions Distributions Service Guide\",\n            \"summary\": \"This proposed rule change would update the DTC Corporate Actions Distributions Service Guide (“Distributions Guide”) to (i) direct Participants to use DTC’s ClaimConnectTM service instead of DTC’s Adjustment Payment Order (“APO”) service to make manual, Participant-to-Participant, cash adjustment claims to principle and interest (“P&I”) payments on stock loan and repurchase agreement (“repo”) positions (hereinafter, “manual adjustments”), and (ii) correct a misspelled word in the Distributions Guide. This rule change is now effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09526/self-regulatory-organizations-the-depository-trust-company-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09526\",\n            \"regalytics_alert_id\": \"1891FR20210952620210506\",\n            \"proposed_comments_due_date\": \"2021-05-27\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Depository Trust Company\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42295,\n            \"title\": \"Applications for Deregistration under Section 8(f) of the Investment Company Act of 1940\",\n            \"summary\": \"This is a notice of applications for deregistration under section 8(f) of the Investment Company Act of 1940 for the month of April 2021. An order granting each application will be issued unless the SEC orders a hearing. The applicants all seek an order declaring that they have each ceased to be an investment company. The Applicants are: AllianzGI Institutional Multi-Series Trust; BMO LGM Frontier Markets Equity Fund; Duff & Phelps Utility & Corporate Bond Trust Inc.; GMO Series Trust; Invesco Floating Rate Corporate Credit Fund; Invesco Global Financial Services Fund; Mellon Optima L/S Strategy Fund, LLC.; PNC Funds; Putnam Europe Equity Fund; Putnam Investors Fund; Stone Ridge Trust III; and USA Mutuals.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09524/notice-of-applications-for-deregistration-under-section-8f-of-the-investment-company-act-of-1940\",\n            \"federal_register_number\": \"2021-09524\",\n            \"regalytics_alert_id\": \"1891FR20210952420210506\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42294,\n            \"title\": \"Funding Opportunity: Interventional Cooperative Agreement Program\",\n            \"summary\": \"The Social Security Administration is announcing a new funding opportunity called the Interventional Cooperative Agreement Program (ICAP). The purpose of this new program is to allow us to enter into cooperative agreements to collaborate with States, private foundations, and other non-Federal groups and organizations who have the interest and ability to identify, operate, and partially fund interventional research. announcing a new funding opportunity, the Interventional Cooperative Agreement Program (ICAP). The purpose of this new program is to allow us to enter into cooperative agreements to collaborate with States, private foundations, and other non-Federal groups and organizations who have the interest and ability to identify, operate, and partially fund interventional research.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09521/interventional-cooperative-agreement-program\",\n            \"federal_register_number\": \"2021-09521\",\n            \"regalytics_alert_id\": \"1891FR20210952120210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Social Security Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42293,\n            \"title\": \"Independent Contractor Status under the Fair Labor Standards Act: Withdrawal\",\n            \"summary\": \"This action finalizes the Department of Labor’s proposal to withdraw the rule titled Independent Contractor Status under the Fair Labor Standards Act, which was published in the Federal Register on January 7, 2021. The Department has (1) reviewed this proposed withdrawal in accordance with Executive Order 13132 regarding federalism and (2) determined that it does not have federalism implications. The Independent Contractor Rule’s withdrawal will not have substantial direct effects on the States, on the relationship between the national government and the States, or on the distribution of power and responsibilities among the various levels of government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-09518/independent-contractor-status-under-the-fair-labor-standards-act-flsa-withdrawal\",\n            \"federal_register_number\": \"2021-09518\",\n            \"regalytics_alert_id\": \"1891FR20210951820210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Rule\",\n            \"agency_name\": \"U.S. Department of Labor, Wage and Hour Division\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42292,\n            \"title\": \"Universal Proxy: Reopening Comment Period\",\n            \"summary\": \"The Securities and Exchange Commission (“Commission”) is providing notice that it is reopening the comment period for its proposal to require the use of universal proxy cards in all nonexempt solicitations in connection with contested elections of directors (“Proposed Rules”). The Proposed Rules were set forth in a release published in the Federal Register on November 10, 2016 (Release No. 34-79164) (“2016 Release”), and the related comment period ended on January 9, 2017. The reopening of this comment period is intended to allow interested persons further opportunity to analyze and comment upon the Proposed Rules in light of developments since the publication of the Proposed Rules, including developments in corporate governance matters affecting funds.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/06/2021-08301/reopening-of-comment-period-for-universal-proxy\",\n            \"federal_register_number\": \"2021-08301\",\n            \"regalytics_alert_id\": \"1891FR20210830120210506\",\n            \"proposed_comments_due_date\": \"2021-06-07\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": \"2021-05-06\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42291,\n            \"title\": \"Unemployment Claims Filed for Week Ending May 1\",\n            \"summary\": \"During the week of April 25-May 1, a total of 230 initial weekly claims for state unemployment benefits were processed by the Department of Labor and Regulation. This is a decrease of 158 claims from the prior week’s total of 388.The latest number of continued state claims is 3,231 for the week ending April 24, an increase of 283 from the prior week’s total of 2,948. This indicates the number of unemployed workers eligible for and receiving benefits after their initial claim.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28041\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1711SD2804120210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Dakota Bureau of Information and Telecommunications\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 42290,\n            \"title\": \"Direct Final Amendment to Rules of Practice and Procedure for Hearings on Complaints Issued by the State Equal Opportunity Administrator\",\n            \"summary\": \"Rhode Island Department of Administration is providing notice of its Final Amendment to Rule 220-RICR-80-05-2.  The Rules concern hearings on complaints initiated by the State Equal Opportunity Office pursuant to R.I. Gen. Laws § 28-5.1-3.2(a).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://risos-apa-production-public.s3.amazonaws.com/DOA/REG_11353_20210506095252.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15970RI2208005220210506\",\n            \"proposed_comments_due_date\": \"2021-06-07\",\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Rhode Island Department of Administration\",\n            \"state_name\": \"Rhode Island\"\n        },\n        {\n            \"id\": 42288,\n            \"title\": \"Pandemic Ebbs and Flows: Economic Data, Inflation Concerns, and Policymaking\",\n            \"summary\": \"This release covers “Pandemic Ebbs and Flows: Economic Data, Inflation Concerns, and Policymaking” which is a presentation by the Federal Reserve Bank of Boston from the Vermont and New Hampshire Bankers Association Conference. The presentation by the Office covers highlights including: 1. Optimistic Economic Outlook; 2. Policy Support; 3 Ebbs and Flows – Versus Trends – in Inflation; and 4. Concluding Observations.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.bostonfed.org/news-and-events/speeches/2021/pandemic-ebbs-and-flows-economic-data-inflation-concerns-policymaking.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB8213020210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Speech\",\n            \"agency_name\": \"Federal Reserve Bank of Boston\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42287,\n            \"title\": \"Development of Rulemaking: 67-49.002 Procurement of Commodities or Contractual Services\",\n            \"summary\": \"The Florida Housing Finance Corporation is providing Notice of Development of Rulemaking: 67-49.0005, General Provisions; 67-49.001, Definitions; and 67-49.002, Procurement of Commodities or Contractual Services. The purpose of any proposed revisions will be to clarify terms and update statutory references. The subject area to be addressed is the following: Procurement of commodities or contractual services.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=67-49.0005&PDate=5/6/2021&Section=1#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2450444820210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice of Development of Rulemaking\",\n            \"agency_name\": \"Florida Housing Finance Corporation\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42286,\n            \"title\": \"Request for Applications for Available Funding\",\n            \"summary\": \"The Florida Department of Education, Division of Career and Adult Education, announces the availability of federal funds through a competitive grants process under the Workforce Innovation and Opportunity Act (WIOA) of 2014, Title II - Adult Education and Family Literacy Act (AEFLA). Follow the guidelines on each individual Request for Proposal, as due dates may vary. Through the competitive grants process, eligible applicants are assured direct & equitable access to apply for funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24482332\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448233220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Notice of Bid/Request for Proposal\",\n            \"agency_name\": \"Florida Department of Education\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42285,\n            \"title\": \"The Division of Banks Announces New Pilot Grant Program for Financial Literacy and Debt Resolution Education\",\n            \"summary\": \"The Massachusetts Division of Banks (DOB) is announcing that it is seeking applications for pilot grants for organizations implementing innovative Financial Literacy and Debt Resolution programs.  These grants will be funded through the DOB Mortgage Loan Settlement Trust which was established and funded by settlements resulting from foreclosure related and mortgage-servicing abusive practices.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.mass.gov/news/the-division-of-banks-announces-new-pilot-grant-program-for-financial-literacy-and-debt-resolution-education\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1283MA10813420210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Massachusetts Division of Banks\",\n            \"state_name\": \"Massachusetts\"\n        },\n        {\n            \"id\": 42284,\n            \"title\": \"Final Approved Regulation: Standards Improvement Project - Phase IV\",\n            \"summary\": \"Regulations adopted after July 1, 2013, become effective upon posting to the Connecticut eRegulations System, or at a later date if specified within the regulation. Posted to the Connecticut eRegulations System on May 6, 2021. With this regulation, USDOL, OSHA Administration, is removing or revising outdated, duplicative, unnecessary, and inconsistent requirements in its safety and health standards. Connecticut Department of Labor, CONN-OSHA, is seeking to incoporate these changes by reference in the regulations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://eregulations.ct.gov/eRegsPortal/Search/getDocument?guid=%7BC0354279-0000-CF1F-94F6-0B348C43AC6A%7D\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12742CTPR2020010-27\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Final Approved\",\n            \"agency_name\": \"Connecticut Department of Labor\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 42283,\n            \"title\": \"Consent Order to Cease and Desist Issued Against American Shaman Franchise System, LLC\",\n            \"summary\": \"In the Matter of American Shaman Franchise System, LLC, a Consent Order to Cease and Desist has been entered against American Shaman Franchise System, LLC (“American Shaman”). In this Matter, it has been found that American Shaman offered franchises to establish and operate a retail business offering and selling hemp derived products containing cannabidiol (“CBD”). However, American Shaman was not registered to sell franchises in Wisconsin at the time that Franchisee JB entered into his agreement. Based on the foregoing, American Shaman violated Wis. Stat. § 553.21 when they sold a franchise in Wisconsin without being registered with the Division; violated Wis. Stat. § 553.28(1)(d) when they filed an offering circular that failed to disclose Miley’s bankruptcy; American Shaman violated Wis. Stat. § 553.41(1) when it filed offering circulars which failed to disclose material facts, including but not limited to Miley’s role in the company, and Miley’s prior bankruptcy; and American Shaman violated Wis. Stat. § 553.41(4) when it omitted to state material facts required to be disclosed in writing in the franchisor’s offering circular, including but not limited to Miley’s role in the company and Miley’s prior bankruptcy. Accordingly, in light of the above findings, it has been Ordered that: American Shaman, their agents, servants, officers, employees, successors, affiliates, and every entity and person directly or indirectly controlled or organized by or on behalf of American Shaman, shall cease and desist from making or causing to be made to any person or entity in Wisconsin any further offers or sales of franchises unless and until such franchises are registered or are exempted from registration under Ch. 553.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.wdfi.org/_resources/indexed/site/newsroom/admin_orders/2021/242323 American Shaman Franchise System, LLC Consent Order.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1111WI18613420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Wisconsin Department of Financial Institutions, Division of Securities\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 42282,\n            \"title\": \"Amendments to the Exchange and Clearing Transaction Fee Schedule\",\n            \"summary\": \"Pursuant to Commodity Futures Trading Commission (“Commission” or “CFTC”) Regulation 40.6(a), Nodal Clear, LLC (“Nodal Clear”) hereby notifies the Commission that it plans to amend its Exchange and Clearing Transaction Fee Schedule (“Fee Schedule”) for certain environmental contracts. The Fee Schedule shall become effective on May 21, 2021. Attached hereto is the Fee Schedule that will be applicable for futures and options cleared at Nodal Clear.The Fee Schedule is being revised to provide the fees for new environmental contracts to be launched by Nodal Exchange. Nodal Clear management has assessed the Fee Schedule and its compliance with applicable provisions of the Commodity Exchange Act (“CEA”), including the Commission’s Regulations and DCO Core Principles.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45917\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4591720210505-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Nodal Clear, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42281,\n            \"title\": \"Amendments to Nodal Clear Rules to Accommodate Clearing Additional Designated Contract Markets\",\n            \"summary\": \"Pursuant to Commodity Futures Trading Commission (“Commission” or “CFTC”) Regulation 40.6(a), Nodal Clear, LLC (“Nodal Clear” or “Clearing House”) hereby notifies the Commission that it is self-certifying amendments to the Nodal Clear Rules (collectively, the \\\"Rule Amendments\\\"). The Rule Amendments are attached hereto. The Rule Amendments document indicates the specific text that is being amended. The Rule Amendments shall become effective on May 19, 2021.Nodal Clear currently provides clearing services exclusively to Nodal Exchange, LLC, the Rule Amendments are intended to accommodate the clearing of contracts traded on additional designated contract markets (“DCMs”) that have entered into a clearing services agreement with Nodal Clear. The Rule Amendments largely involve the replacement of references to “Nodal Contract” with “Exchange Contract” and similar revisions intended to genericize Nodal Exchange specific language.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45914\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4591420210505-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Nodal Clear, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42280,\n            \"title\": \"House Bill 199: Validating Legal Instruments Used in Connection with the Conveyance of Real Estate\",\n            \"summary\": \"Signed by Governor on May 6, 2021. An act relating to validating legal instruments used in connection with the conveyance of real estate. Effective immediately upon passage.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://legislature.vermont.gov/bill/status/2022/H.199\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4970VT1996820210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-05-06\",\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"House Bill\",\n            \"agency_name\": \"Vermont General Assembly\",\n            \"state_name\": \"Vermont\"\n        },\n        {\n            \"id\": 42279,\n            \"title\": \"Senate Bill 88: Act Relating to Insurance, Banking, and Securities\",\n            \"summary\": \"Senate Bill S.88: Senate 5/6/2021 - Delivered to Governor on May 6, 2021. An act relating to insurance, banking, and securities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://legislature.vermont.gov/bill/status/2022/S.088\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4970VT0887220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"Vermont General Assembly\",\n            \"state_name\": \"Vermont\"\n        },\n        {\n            \"id\": 42278,\n            \"title\": \"House Resolution 0158: Transform, Heal, and Renew by Investing in a Vibrant Economy (THRIVE)\",\n            \"summary\": \"Resolution Adopted (THRIVE AGENDA-ECONOMY). States that it is the duty of the Federal Government and the State Government to respond to the crises of racial injustice, mass unemployment, a pandemic, and climate change with a bold and holistic national mobilization, an Agenda to Transform, Heal, and Renew by Investing in a Vibrant Economy (THRIVE). Details what is included in the Agenda.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=158&GAID=16&DocTypeID=hr&SessionID=110\",\n            \"federal_register_number\": \"005-000-001\",\n            \"regalytics_alert_id\": \"17481IL1015818RED20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"House Resolution\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42277,\n            \"title\": \"House Resolution 0054: Harriet Tubman $20 Bill\",\n            \"summary\": \"Resolution Adopted (HARRIET TUBMAN $20 BILL). Urges the federal government to replace Andrew Jackson with Harriet Tubman on the $20 bill.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=54&GAID=16&DocTypeID=hr&SessionID=110\",\n            \"federal_register_number\": \"008-000-000\",\n            \"regalytics_alert_id\": \"17481IL1005418RED20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"House Resolution\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42276,\n            \"title\": \"House Bill 4076: Invest in Kids - Sunset\",\n            \"summary\": \"Introduced. Amends the Illinois Income Tax Act and the Invest in Kids Act. Provides that the Invest in Kids credit applies permanently (currently, the credit applies for taxable years ending before January 1, 2023). Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=4076&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17367IL1407638FNT20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"House Bill\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42275,\n            \"title\": \"House Bill 0147: Cannabis (CBD) Safety Act\",\n            \"summary\": \"House Bill 0147: to Executive- Cannabis (CBD SAFETY ACT). Creates the CBD Safety Act. Prohibits the sale or distribution of a CBD product unless the CBD product has labeling and has undergone lab testing that meet labeling and minimum testing requirements pursuant to rules adopted by the Department of Agriculture. Requires the Department to administer and enforce the Act and to develop rules for the labeling and minimum testing requirements of CBD products using a specified provision of the Illinois Administrative Code as a model. Provides that the Department of Public Health, the Illinois State Police, and the Department of Agriculture may inspect any business that manufactures, processes, transports, or distributes CBD products in the State to ensure compliance with the Act. Provides specified criminal fines, imprisonment, and administrative penalties for violations of the Act and directs that criminal fines collected under the Act shall be deposited into the CBD Safety Fund. Allows the Director to pursue and a court to grant a temporary re\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=147&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"federal_register_number\": \"006-000-000\",\n            \"regalytics_alert_id\": \"17367IL1014722TIS20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"House Bill\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42274,\n            \"title\": \"2021 Assembly Resolution 18: Resources to the U.S. – Mexico Border\",\n            \"summary\": \"Introduced. Relating to: ordering the governor to send aid and resources to the U.S. – Mexico border to assist with immigration efforts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ar18\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI40AR182220210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Assembly Resolution\",\n            \"agency_name\": \"Wisconsin State Assembly\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 42273,\n            \"title\": \"Senate Bill 68: Requiring an Employer to Provide Reasonable Accommodations for Pregnant Employees\",\n            \"summary\": \"Executive Session: 05/13/2021 10:00 EST open to the public. This bill requires an employer to provide reasonable accommodations to an employee related to the employee's pregnancy or childbirth and makes the failure to provide such accommodations an unlawful discriminatory practice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB68/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB688820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42272,\n            \"title\": \"Senate Bill 49: Relative to the New Hampshire trust code.\",\n            \"summary\": \"Executive Session: 05/13/2021 10:00 EST open to the public. This bill expands the list of persons who may represent the interests of certain beneficiaries, clarifies the meaning of “second trust” in a decanting, and allows trustees to engage in investing strategies focused on social, environmental, governance, or other values or beliefs of the persons interested in the trust, at the express direction of those persons.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB49/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB494720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42271,\n            \"title\": \"Senate Bill 36: Residency Under Auto Insurance Policies\",\n            \"summary\": \"Executive Session: 05/13/2021 10:00 EST open to the public. This bill repeals the requirement that applicants for coverage under new policies of automobile insurance sign statements of residency.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB36/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB365820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42270,\n            \"title\": \"Senate Bill 35: Membership in Risk Pools\",\n            \"summary\": \"Executive Session: 05/13/2021 10:00 EST open to the public. This bill allows founding organizations of existing pooled risk management programs to obtain certain coverage through the risk pool if the governing board approves their participation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB35/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB354320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42269,\n            \"title\": \"Senate Bill 138: Definition of an \\\"Investment Metal Contract\\\"\",\n            \"summary\": \"Executive Session: 05/13/2021 10:00 AM EST open to the public. Relative to the definition of an \\\"investment metal contract\\\".\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB138/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB1386820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42268,\n            \"title\": \"Senate Bill 124: Omnibus Legislation Relative to Insurance\",\n            \"summary\": \"Executive Session: 05/13/2021 10:00 AM EST open to the public. Adopting omnibus legislation relative to insurance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB124/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB1245820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42267,\n            \"title\": \"Senate Bill 107: Financial Assistance for Businesses Affected by the COVID-19 Pandemic\",\n            \"summary\": \"Executive Session: 05/13/2021 10:00 EST open to the public. This bill provides that new businesses affected by the COVID-19 pandemic will be eligible for federal relief funds.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB107/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB1078920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42266,\n            \"title\": \"Senate Bill 3: Tax Treatment of Federal Paycheck Protection Program Loans\",\n            \"summary\": \"Executive Session: 05/11/2021 09:30 AM EST open to the public. Clarifying the tax treatment of federal Paycheck Protection Program loans.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB3/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB37920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42265,\n            \"title\": \"Senate Bill 22: Sale of Lucky 7 Tickets\",\n            \"summary\": \"Executive Session: 05/11/2021 09:30 AM EST open to the public. Relative to the sale of Lucky 7 tickets.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB22/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB224620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42264,\n            \"title\": \"Senate Bill 101: Minimum Gross Business Income for Business Profits Tax Return\",\n            \"summary\": \"Executive Session: 05/11/2021 09:30 AM EST open to the public. Increases the minimum gross business income required for filing a business profits tax return.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB101/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB10110220210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-06\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42193,\n            \"title\": \"Freddie Mac Refi Possible Available this Summer to Help Lower-Income Homeowners Benefit from Refinancing\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) today announced that Refi Possible, a new refinancing option aimed at helping lower-income homeowners, will be available in August. The Freddie Mac Refi Possible SM mortgage will help borrowers who make at or below 80% of the area median income refinance their mortgage. Eligible borrowers with a Freddie Mac-owned single-family mortgage will benefit from a reduced interest rate and lower monthly mortgage payment, helping save an estimated $100 to $250 a month.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-refi-possible-available-summer-help-lower-income\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2267620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Freddie Mac\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42263,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Relating to the ICEEU Transition of the Rates Used for Calculating Price Alignment Amounts\",\n            \"summary\": \"ICE Clear Europe Limited (“ICEU”) proposes to change the interest rates used for computing CDS Price Alignment Amounts on CDS Notional Margin Balances under paragraph 3 of the CDS Procedures. The target date of the transition is Monday, June 14, 2021, subject to any regulatory review or approval process. On the transition date, ICEU would begin calculating price alignment amounts for Euro (“EUR”) denominated instruments using the Euro Short-Term Rate (“€STR”) rather than the Euro Overnight Index Average (“EONIA”) and for U.S. Dollar (“USD”) denominated instruments using the Secured Overnight Financing Rate (“SOFR”) rather than the Effective Federal Funds Rate (“EFFR”). Such changes do not require any revisions to the ICEU Rules or CDS Procedures or other written policies and procedures. In accordance with section 3.1 of the ICEU CDS Procedures, the CDS Price Alignment Amount is based upon the applicable overnight rate notified by the Clearing House from time to time to CDS Clearing Members for each of the currencies in which Mark-to-Market Margin is paid. The proposed changes are in response to requests by industry participants and follow similar changes for other cleared swap products.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/iceeu/2021/34-91775.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12588ICE349177520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"ICE Clear Europe Limited\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42262,\n            \"title\": \"ICE Clear Europe proposes to amend its Clearing Rules, Clearing Procedures, Finance Procedures, Delivery Procedures, CDS Procedures, Membership Procedures, Complaint Resolution Procedures and General Contract Terms to make various updates and enhancements\",\n            \"summary\": \"ICE Clear Europe is submitting proposed amendments to the Amended Documents that are intended to make a variety of improvements and changes, including to (1) update various Rules and procedures to reflect current laws and regulations such as those relating to post-default porting, capital requirements, and anti-money laundering requirements, (2) update various defined terms, (3) update certain product and Clearing Member termination rules, (4) update certain notice provisions, (5) clarify membership criteria and obligations for Clearing Members, (6) clarify how open contract positions are aggregated and netted, (7) update certain systems references to reflect current systems and delete obsolete references, (8) amend and clarify the Complaint Resolution Procedures, (9) update various provisions of the Delivery Procedures, (10) introduce a summary disciplinary process and clarify disciplinary processes and (11) make various other drafting improvements clarifications and updates, in each case as described in further detail herein.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/ICEU 2021-010 complete filing.PDF\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE114IC2458620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Regulatory Filing\",\n            \"agency_name\": \"ICE Clear Europe Limited\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42236,\n            \"title\": \"Fannie Mae’s New Refinance Option Available Beginning June 5\",\n            \"summary\": \"Fannie Mae (FNMA/OTCQB) today issued additional details about its new RefiNow ™ option, which is available for qualifying homeowners with a Fannie Mae-owned mortgage beginning June 5, 2021. Initially announced April 28 by the Federal Housing Finance Agency, RefiNow makes it easier for eligible homeowners earning at or below 80% area median income (AMI) to refinance at a lower interest rate and reduce their monthly mortgage payment.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/fannie-maes-new-refinance-option-available-beginning-june-5\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA17020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Fannie Mae\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42235,\n            \"title\": \"Arkansas Insurance Department Rule 82 Annuity \\\"Best Interest\\\" Training Requirements\",\n            \"summary\": \"This new rule, issued December 29, 2020, requires insurance producers to complete a one time training course designed to educate producers on, among other items, the primary uses of annuities, appropriate sales practices, and replacement and disclosure requirements. Bulletin 7-2021\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://insurance.arkansas.gov/uploads/resource/documents/7-2021.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9304AR99720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Bulletin\",\n            \"agency_name\": \"Arkansas Department of Insurance\",\n            \"state_name\": \"Arkansas\"\n        },\n        {\n            \"id\": 42234,\n            \"title\": \"Michigan's Financial Institutions Continue to Support Michigan Homeowners Through MiMortgage Relief Partnership Extension\",\n            \"summary\": \"Governor Gretchen Whitmer and the Michigan Department of Insurance and Financial Services (DIFS) today announced the extension of the MiMortgage Relief Partnership with more than 225 of Michigan’s financial institutions agreeing to continue to provide mortgage relief to borrowers experiencing financial hardship due to COVID-19.  The agreement was initially launched in April 2020 to ensure that no one experiencing financial hardship due to COVID-19 will lose their home during this public health crisis.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.michigan.gov/difs/0,5269,7-303-13222_13250-558528--,00.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9165MI19220210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Michigan Department of Insurance and Financial Services\",\n            \"state_name\": \"Michigan\"\n        },\n        {\n            \"id\": 42233,\n            \"title\": \"Insurance Customers at Risk of Being Scammed\",\n            \"summary\": \"Commissioner of Insurance Mike Chaney is warning customers of Mississippi Farm Bureau Casualty Insurance Company (Mississippi Farm Bureau) about a potential scam.  Some individuals and customers have recently received a fraudulent letter and check purporting to be from Mississippi Farm Bureau. The heading of the letter reads “FUNDS / CHECK MANAGEMENT INSTRUCTION” and the instructions accompanying the check advise the recipient to send an email or text to a fraudulent email address or telephone number before depositing the check at the bank.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.mid.ms.gov/newsroom/pressreleases/2021/Pressrel050521.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9078MS11320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Mississippi Insurance Department\",\n            \"state_name\": \"Mississippi\"\n        },\n        {\n            \"id\": 42232,\n            \"title\": \"Final Order with attached Statement of Charges: NB Capital Assets and Becky N. Hoang\",\n            \"summary\": \"On May 23, 2019, the Director, through his designee, Consumer Services Division Director Lucinda Fazio, issued a Statement of Charges and Notice of Intent to Enter an Order to Revoke License, Prohibit from Industry, Impose Fine, Collect Investigation Fee, and Recover Costs and Expenses (‘Statement of Charges’) against NB Capital Assets and Becky N. Hoang (‘Respondents’). Respondents failed to appear, at which point the Department moved for an order of default dismissing the administrative appeal. Based upon the foregoing, and the Director having considered the record and being otherwise fully advised, IT IS HEREBY ORDERED, That Respondent Becky N. Hoang’s license to conduct the business of a mortgage loan originator be revoked. Respondents NB Capital Assets and Becky N. Hoang shall jointly and severally pay to the Washington State Department of Financial Institutions, within thirty (30) days of receipt of this order, a fine in the amount of three thousand dollars ($3,000). Respondents NB Capital Assets and Becky N. Hoang jointly and severally pay the Department’s costs and expenses for prosecuting violations of the Act in the amount of thirty-two thousand nine hundred and sixty six dollars and 16 cents ($32,966.16).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfi.wa.gov/sites/default/files/consumer-services/enforcement-actions/C-18-2580-21-FO01.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1113WAC18258021FO0120210225\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-02-25\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42231,\n            \"title\": \"Governor Beshear: ‘Solid Economic Recovery’ Boosts Kentucky’s Financial Outlook with Major Credit Rating Agency\",\n            \"summary\": \"Today, Governor Andy Beshear announced that one of the big three credit rating agencies, Fitch Ratings, improved the state’s financial outlook to stable, reflecting the commonwealth’s solid economic recovery from the pandemic.  In the periodic rating report issued Tuesday, analysts wrote that the rating “reflects the commonwealth’s solid ability to control revenues and expenditures to maintain fiscal balance, a declining reliance on one-time measures and an elevated but still moderate long-term liability position.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=755\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY10775520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kentucky Office of the Governor\",\n            \"state_name\": \"Kentucky\"\n        },\n        {\n            \"id\": 42230,\n            \"title\": \"Governor Sisolak to address Nevadans after Economic Forum\",\n            \"summary\": \"Today, Nevada Governor Steve Sisolak will address Nevadans about the State’s economic recovery efforts following Tuesday’s Economic Forum.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Gov_Sisolak_to_address_Nevadans_after_Economic_Forum/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV578820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Nevada Office of the Governor\",\n            \"state_name\": \"Nevada\"\n        },\n        {\n            \"id\": 42229,\n            \"title\": \"Governor Sisolak issues statement on 2021 Economic Forum\",\n            \"summary\": \"Nevada Governor Steve Sisolak issued the following statement on the 2021 Economic Forum, which determines revenue projections that the Nevada Legislature uses to craft budgets for the next biennium. The Economic Forum’s revised two-year revenue estimate is $586.2 million more than the Forum projected in December. By law the December projection is used to develop the Governor’s Executive Budget for the upcoming biennium.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Gov_Sisolak_issues_statement_on_2021_Economic_Forum/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV568720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Nevada Office of the Governor\",\n            \"state_name\": \"Nevada\"\n        },\n        {\n            \"id\": 42228,\n            \"title\": \"Governor Sununu Sends Two Letters to US Treasury Secretary Janet Yellen\",\n            \"summary\": \"I am writing regarding the narrow limitations currently in place on how New Hampshire may use funds allocated to the state under the Emergency Rental Assistance (ERA) created by the Consolidated Appropriations Act of 2021. I make this request with the understanding that, if Treasury were to provide New Hampshire with sufficient flexibility, our state could deploy these dollars in a way that will have a positive, generational impact on our most vulnerable communities both rural and urban throughout the Granite State.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.nh.gov/news-and-media?category=Press%20Release\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8463NH13820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New Hampshire Office of the Governor\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42227,\n            \"title\": \"Governor Abbott Appoints Geddes to Real Estate Research Advisory Committee\",\n            \"summary\": \"Governor Greg Abbott has appointed Patrick Geddes to the Real Estate Research Advisory Committee for a term set to expire on January 31, 2023. The committee reviews and approves proposals submitted to the board of directors of the Texas A&M University System relating to staffing and general policies of the Real Estate Center. The committee decides the priority ranking of research studies the center conducts. This appointment is subject to Senate confirmation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-appoints-geddes-to-real-estate-research-advisory-committee\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXEE74106120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Texas Office of the Governor\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42226,\n            \"title\": \"Governor Abbott Appoints Scanlon to Finance Commission of Texas\",\n            \"summary\": \"Governor Greg Abbott has appointed Debbie Scanlon to the Finance Commission of Texas for a term set to expire on February 1, 2022. The commission is the governing body of the state banking, savings and loan, and consumer credit agencies. This appointment is subject to Senate confirmation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-appoints-scanlon-to-finance-commission-of-texas\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXAS6395120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Texas Office of the Governor\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42225,\n            \"title\": \"Governor Abbott Renews Hurricane Harvey Disaster Declaration for May 2021\",\n            \"summary\": \"WHEREAS, I, GREG ABBOTT, Governor of the State of Texas, issued a disaster proclamation on August 23, 2017, certifying that Hurricane Harvey posed a threat of imminent disaster for Aransas, Austin, Bee, Brazoria, Calhoun, Chambers, Colorado, DeWitt, Fayette, Fort Bend, Galveston, Goliad, Gonzales, Harris, Jackson, Jefferson, Jim Wells, Karnes, Kleberg, Lavaca, Liberty, Live Oak, Matagorda, Nueces, Refugio, San Patricio, Victoria, Waller, Wharton, and Wilson counties and WHEREAS, due to the catastrophic damage caused by Hurricane Harvey, a state of disaster continues to exist in those same counties. NOW, THEREFORE, in accordance with the authority vested in me by Section 418.014 of the Texas Government Code, I do hereby renew the disaster proclamation for the 60 counties listed above.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-renews-hurricane-harvey-disaster-declaration-for-may-2021\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TX2173105120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Texas Office of the Governor\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42224,\n            \"title\": \"Governor Abbott Renews COVID-19 Disaster Declaration for May 2021\",\n            \"summary\": \"WHEREAS, I, Greg Abbott, Governor of Texas, issued a disaster proclamation on March 13, 2020, certifying under Section 418.014 of the Texas Government Code that the novel coronavirus (COVID-19) poses an imminent threat of disaster for all counties in the State of Texas and WHEREAS, I have issued executive orders and suspensions of Texas laws in response to COVID-19, aimed at protecting the health and safety of Texans and ensuring an effective response to this disaster and WHEREAS, a state of disaster continues to exist in all counties due to COVID-19. NOW, THEREFORE, in accordance with the authority vested in me by Section 418.014 of the Texas Government Code, I do hereby renew the disaster proclamation for all counties in Texas.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-renews-covid-19-disaster-declaration-for-may-2021\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TX216597020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Texas Office of the Governor\",\n            \"state_name\": \"Texas\"\n        },\n        {\n            \"id\": 42223,\n            \"title\": \"Governor Cooper Makes Appointments to State Boards and Commissions\",\n            \"summary\": \"Governor Roy Cooper announced new appointments and nominations to state boards and commissions today. This inludes nominations to the North Carolina State Banking Commission, and the Financial Literacy Council.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.nc.gov/news/governor-cooper-makes-appointments-state-boards-and-commissions\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC402320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Office of the Governor\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42222,\n            \"title\": \"N.C. Households Can Get Help with Monthly Internet Bills from Federal Program\",\n            \"summary\": \"North Carolinians can get critical help to pay for high-speed internet from a $3.2 billion federal program opening in May for families and households working, learning and shopping from home during the COVID-19 pandemic.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.nc.gov/news/nc-households-can-get-help-monthly-internet-bills-federal-program\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC402220210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Office of the Governor\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42221,\n            \"title\": \"Chicken Coop Company to Invest $2 Million in Butner\",\n            \"summary\": \"Carolina Coops, a custom chicken coop manufacturer, will create 147 new jobs over three years in Granville County, and up to 500 by 2026, Governor Roy Cooper announced today. The company will invest $2.1 million to locate a production facility in Butner. Founded in Durham in 2009, Carolina Coops is a family-owned producer of superior, walk-in chicken coops and related accessories. The company designs, manufactures and distributes the handcrafted backyard coops globally. In high demand for their durability and signature deep litter beds, Carolina Coops offers standard and customized henhouses for functional farmers to purchase online. Carolina Coops returns to North Carolina from upstate New York to expand their manufacturing footprint just outside of Creedmoor, in the Town of Butner.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.nc.gov/news/chicken-coop-company-invest-2-million-butner\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8286NC402120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Office of the Governor\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42220,\n            \"title\": \"Governor Wolf 2021 Climate Impacts Report Projects Pennsylvania Will Be 5.9° F Warmer by Midcentury, Targets Areas to Reduce Risk\",\n            \"summary\": \"Pennsylvania’s average temperature will be 5.9° F higher by midcentury, with significant consequences for the health and safety of Pennsylvanians, especially those living in Environmental Justice communities, and for ecosystems, agriculture and other areas, according to Pennsylvania Climate Impacts Assessment 2021, released today by the Wolf Administration. The departments of Environmental Protection (DEP), Conservation and Natural Resources (DCNR) and Agriculture will hold a virtual news conference at 3:00 PM.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.pa.gov/newsroom/gov-wolf-2021-climate-impacts-report-projects-pennsylvania-will-be-5-9-f-warmer-by-midcentury-targets-areas-to-reduce-risk/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8285PA285sk20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Office of the Governor\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42219,\n            \"title\": \"Governor Wolf Announces $11 Million to Support Business Expansion and Job Creation in Five PA Counties\",\n            \"summary\": \"Governor Tom Wolf announced more than $11 million in low-interest loans through the Pennsylvania Industrial Development Authority (PIDA) that will help seven companies in five counties create and retain employees, grow their operations, and improve their facilities. In 2021, PIDA has approved $13,620,950 in low-interest loans that have resulted in $22,407,560 in private investment and supported 453 created and retained full-time jobs.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.pa.gov/newsroom/governor-wolf-announces-11-million-to-support-business-expansion-and-job-creation-in-five-pa-counties/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8285PA241es20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Office of the Governor\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42218,\n            \"title\": \"Inslee Signs Economic Justice Legislation to Help Working Families\",\n            \"summary\": \"Governor Jay Inslee today signed an economic justice legislative package, including the Working Families Tax Credit and the capital gains excise tax, that starts the process of making Washington’s upside-down tax system fairer and more equitable. The governor signed the package at the Tukwila Community Center surrounded by legislators, local elected officials and community groups. “This is a day where Washington state starts to make progress on making our upside-down tax system fairer and more equitable,” Inslee said Tuesday. Currently, low-income Washingtonians pay 17% of their income in taxes while the middle class pays 11% and the wealthiest pay just 3%. The capital gains excise tax legislation will begin to right this upside-down tax structure. An estimated less than one-quarter of one-percent (0.23%) of Washingtonians will pay the tax.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.wa.gov/news-media/inslee-signs-economic-justice-legislation-help-working-families\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8247WA16820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Washington Office of the Governor\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 42217,\n            \"title\": \"Governor Justice Awards $3.3 Million AML Grant to Town of Coalition for Major Water System Improvements\",\n            \"summary\": \"Governor Jim Justice hosted a ceremony in the Town of Coalton today alongside local officials to announce that he has awarded a $3,325,000 Abandoned Mine Land (AML) grant to fund major improvements to the town’s water system. The improvement project will address water quality issues that the Town of Coalton  also known as Womelsdorf  is experiencing due to their existing raw water source quality and water treatment plant capabilities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.wv.gov/News/press-releases/2021/Pages/Gov.-Justice-awards-$3.3-million-AML-grant-to-Town-of-Coalton-for-major-water-system-improvements.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8246WV97157S20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"West Virginia Office of the Governor\",\n            \"state_name\": \"West Virginia\"\n        },\n        {\n            \"id\": 42081,\n            \"title\": \"Proposal to Amend Rule 970NY and Rule 970.1NY to Eliminate the Use of Dark Series on the Exchange\",\n            \"summary\": \"The purpose of this rule change is to eliminate the exclusion of inactive or “dark” series (as described below) from the requirements of Rule 970NY (Firm Quotes). In addition, the Exchange proposes to delete Rule 970.1NY (Quote Mitigation) in its entirety.  Rule 970NY describes the obligations of the Exchange to collect, process and make available to quotation vendors the best bid and best offer for each option series that is a reported security.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyseamer/2021/34-91779.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12581NYSEAM349177920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42082,\n            \"title\": \"Proposal to Amend Rule 6.86-O to Eliminate the use of Dark Series on the Exchange.\",\n            \"summary\": \"The purpose of this rule change is to eliminate the exclusion of inactive or “dark” series (as described below) from the requirements of Rule 6.86-O (Firm Quotes) and to delete in its entirety Commentary .03 to Rule 6.86-O in its entirety.  The purpose of this rule change is to eliminate the exclusion of inactive or “dark” series (as described below) from the requirements of Rule 6.86-O (Firm Quotes) and to delete in its entirety Commentary .03 to Rule 6.86-O in its entirety.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nysearca/2021/34-91780.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12582ARCA349178020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42083,\n            \"title\": \"Proposed Rule Change to List and Trade Shares of the VanEck Bitcoin Trust, under BZX Rule 14.11(e)(4), Commodity-Based Trust Shares\",\n            \"summary\": \"CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) is filing with the Securities and Exchange Commission (“Commission”) a proposed rule change to list and trade shares of the VanEck Bitcoin Trust (the “Trust”), under BZX Rule 14.11(e)(4), Commodity-Based Trust Shares.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09280/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-designation-of-a-longer-period-for\",\n            \"federal_register_number\": \"2021-09280\",\n            \"regalytics_alert_id\": \"1891FR20210928020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42084,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to the Exchange's Pricing Schedule at Options 7 to Adopt Pricing for Index Options on the NASDAQ 100 Micro Index\",\n            \"summary\": \"On April 15, 2021, NASDAQ PHLX LLC (‘PHLX’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule to amend the Exchange’s Pricing Schedule at Options 7 to adopt pricing for index options on the NASDAQ 100 Micro Index. The Exchange recently received approval to list index options on the NASDAQ 100 Micro Index (‘XND’) on a pilot basis. XND will be same in all respects as the current NASDAQ 100 Index options contract (‘NDX’) listed on the Exchange, except it will be based on 1/100th of the value of NASDAQ 100 Index, and will be P.M. settled with an exercise settlement value based on the closing index value of NASDAQ 100 Index on the day of expiration. The Exchange will begin to list XND on April 15, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09281/self-regulatory-organizations-nasdaq-phlx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09281\",\n            \"regalytics_alert_id\": \"1891FR20210928120210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ PHLX LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42085,\n            \"title\": \"Filing of and No Objection to Advance Notice Regarding the Renewal of a 364-day Committed Revolving Line-of-Credit and Future Annual Renewals\",\n            \"summary\": \"On April 8, 2021, National Securities Clearing Corporation (‘NSCC’) filed with the Securities and Exchange Commission (‘Commission’) the advance notice SR-NSCC-2021-802. NSCC is filing this advance notice in order to (1) renew its 364-day committed revolving line-of-credit with a syndicate of commercial lenders (“Credit Facility”), as described below (hereinafter, ‘Current Renewal’), and (2) enter into future annual renewals of the Credit Facility. The Commission is publishing this notice to solicit comments on the Advance Notice from interested persons and providing notice that the Commission does not object to the Advance Notice.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09428/self-regulatory-organizations-national-securities-clearing-corporation-notice-of-filing-of-and-no\",\n            \"federal_register_number\": \"2021-09428\",\n            \"regalytics_alert_id\": \"1891FR20210942820210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"National Securities Clearing Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42086,\n            \"title\": \"Proposed Rule Change to Amend the Sixth Amended and Restated Bylaws of CBOE C2 Exchange, Inc.’s Parent Corporation, CBOE Global Markets, Inc. to Implement Proxy Access\",\n            \"summary\": \"On April 26, 2021, CBOE C2 Exchange, Inc. (“Exchange” or “C2”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change with respect to amendments to the Sixth Amended and Restated Bylaws (the “CGM Bylaws”) of its parent corporation, CBOE Global Markets, Inc. (“CBOE” or “Corporation”). CBOE has received a stockholder proposal which requested that the CGM Board take steps to implement a “proxy access” bylaw provision. In general, proxy access bylaws allow a stockholder, or group of stockholders, who comply with certain requirements, to nominate candidates for service on a board and have those candidates included in a company’s proxy materials. Such provisions have become common among S&P 500 companies. CBOE has determined to take the stockholder’s requested steps to implement proxy access. Accordingly, the Exchange now proposes to make these changes by adopting new Section 2.16 of the CGM Bylaws and making certain conforming changes to current Sections 2.10 and 2.11 of the CGM Bylaws. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09430/self-regulatory-organizations-cboe-c2-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"federal_register_number\": \"2021-09430\",\n            \"regalytics_alert_id\": \"1891FR20210943020210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE C2 Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42087,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend Exchange Rule 515, Execution of Orders and Quotes; Rule 516, Order Types Defined; Rule 517, Quote Types Defined; Rule 605, Market Maker Orders; and Rule 612, Aggregate Risk Manager to Eliminate Fill\",\n            \"summary\": \"On April 19, 2021, MIAX Emerald, LLC (“MIAX Emerald” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend Exchange Rule 515, Execution of Orders and Quotes; Rule 516, Order Types Defined; Rule 517 Quote Types Defined; Rule 605, Market Maker Orders; and Rule 612 Aggregate Risk Manager to eliminate Fill-or-Kill (FOK) Orders and FOK eQuotes from the rulebook and to delete references to same. This rule change is now effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09431/self-regulatory-organizations-miax-emerald-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09431\",\n            \"regalytics_alert_id\": \"1891FR20210943120210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"MIAX Emerald, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42088,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Interpretation and Policy.13 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) to Exchange Rule 1900, Registration Requirements, to Extend the Expiration\",\n            \"summary\": \"Notice is hereby given that on April 21, 2021, MIAX Emerald, LLC  filed with the Securities and Exchange Commission the proposed rule change to amend Interpretation and Policy .13 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) to Exchange Rule 1900, Registration Requirements, to extend the expiration date of the temporary amendment set forth in SR-MIAX-2020-42 from April 30, 2021 to June 30, 2021.  The proposed rule change would extend the 120-day period that certain individuals can function as principals without having successfully passed an appropriate qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as principals prior to March 3, 2021.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09432/self-regulatory-organizations-miax-emerald-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09432\",\n            \"regalytics_alert_id\": \"1891FR20210943220210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"MIAX Emerald, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42089,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Interpretation and Policy.13 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) to Exchange Rule 1900, Registration Requirements, to Extend the Expiration\",\n            \"summary\": \"Notice is hereby given that on April 21, 2021, Miami International Securities Exchange, LLC filed with the Securities and Exchange Commission the proposed rule change to amend Interpretation and Policy .13 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) to Exchange Rule 1900, Registration Requirements, to extend the expiration date of the temporary amendment set forth in SR-MIAX-2020-42 from April 30, 2021 to June 30, 2021.  The proposed rule change would extend the 120-day period that certain individuals can function as principals without having successfully passed an appropriate qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as principals prior to March 3, 2021.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09433/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-filing-and\",\n            \"federal_register_number\": \"2021-09433\",\n            \"regalytics_alert_id\": \"1891FR20210943320210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Miami International Securities Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42080,\n            \"title\": \"Proposal to Extend the Temporary Period for Specified Commentaries to Rules 7.35, 7.35A, 7.35B, and 7.35C and Temporary Rule Relief in Rule 36.30, to End on the Earlier of a Full Reopening of the Trading Floor Facilities to DMMs\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to extend the temporary period for specified Commentaries to Rules 7.35, 7.35A, 7.35B, and 7.35C and temporary rule relief to Rule 36.30, to end on the earlier of a full reopening of the Trading Floor facilities to DMMs or after the Exchange closes on August 31, 2021. The current temporary period that these Rules are in effect ends on the earlier of a full reopening of the Trading Floor facilities to DMMs or after the Exchange closes on April 30, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91778.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349177820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42090,\n            \"title\": \"Proposed Rule Change to Extend the Effective Date in Commentary .10 under NYSE Rule 1210\",\n            \"summary\": \"Notice is hereby given that on December 15, 2020, the New York Stock Exchange LLC filed with the Securities and Exchange Commission the proposed rule change to extend the effective date in Commentary .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE Rule 1210 (Registration Requirements) applicable to member organizations, from December 31, 2020 to April 30, 2021.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09434/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09434\",\n            \"regalytics_alert_id\": \"1891FR20210943420210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42091,\n            \"title\": \"Commentary .10 under NYSE American Rule 2.1210\",\n            \"summary\": \"NYSE American LLC (“NYSE American” or the “Exchange”) proposes to extend the effective date in Commentary .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE American Rule 2.1210 (Registration Requirements) applicable to member organizations, ETP Holders and ATP Holders (collectively, “Members”), from April 30, 2021 to June 30, 2021. The proposed rule change would extend the 120-day period that certain individuals can function as a principal without having successfully passed an appropriate qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as a principal prior to March 3, 2021. This proposed rule change is based on a filing recently submitted by FINRA and is intended to harmonize the Exchange’s registration rules with those of FINRA so as to promote uniform standards across the securities industry.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09435/self-regulatory-organizations-nyse-american-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09435\",\n            \"regalytics_alert_id\": \"1891FR20210943520210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42092,\n            \"title\": \"Extend the Effective Date in Commentary .10 under NYSE Arca Rule 2.1210\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”)proposes to extend the effective date in Commentary .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE Arca Rule 2.1210 (Registration Requirements) applicable to ETP Holders, OTP Holders and OTP Firms (collectively, “Members”), from April 30, 2021 to June 30, 2021. The proposed rule change would extend the 120-day period that certain individuals can function as a principal without having successfully passed an appropriate qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as a principal prior to March 3, 2021. This proposed rule change is based on a filing recently submitted by the Financial Industry Regulatory Authority, Inc. (“FINRA”) and is intended to harmonize the Exchange’s registration rules with those of FINRA so as to promote uniform standards across the securities industry.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09436/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"federal_register_number\": \"2021-09436\",\n            \"regalytics_alert_id\": \"1891FR20210943620210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42093,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Effective Date in Interpretation and Policy.10 under NYSE Chicago Article 6, Rule 13\",\n            \"summary\": \"On April 19, 2021, NYSE Chicago, Inc. (‘NYSE Chicago’ or the ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to extend the effective date in Interpretation and Policy .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE Chicago Article 6, Rule 13 (Registration Requirements) applicable to Participants, from April 30, 2021 to June 30, 2021. The Exchange proposes to extend the effective date in Interpretation and Policy .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE Chicago Article 6, Rule 13 (Registration Requirements) applicable to Participants, from April 30, 2021 to June 30, 2021. The proposed rule change would extend the 120-day period that certain individuals can function as a principal without having successfully passed an appropriate qualification examination through June 30, 2021 and would apply only to those individuals who were designated to function as a principal prior to March 3, 2021. This proposed rule change is based on a filing recently submitted by the Financial Industry Regulatory Authority, Inc. (“FINRA”) and is intended to harmonize the Exchange’s registration rules with those of FINRA so as to promote uniform standards across the securities industry. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09437/self-regulatory-organizations-nyse-chicago-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09437\",\n            \"regalytics_alert_id\": \"1891FR20210943720210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE Chicago, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42094,\n            \"title\": \"Proposed Rule Change to Extend the Effective Date in Commentary 10 Under NYSE National Rule 2.1210 Applicable to ETP Holders, from April 30, 2021 to June 30, 2021\",\n            \"summary\": \"NYSE National, Inc. (‘NYSE National’ or the ‘Exchange’) is filing with the Securities and Exchange Commission (the ‘Commission’) a proposed rule change to extend the effective date in Commentary .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE National Rule 2.1210 (Registration Requirements) applicable to ETP Holders, from April 30, 2021 to June 30, 2021. The Exchange proposes to extend the effective date in Commentary .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE National Rule 2.1210 (Registration Requirements) applicable to ETP Holders,4 from April 30, 2021 to June 30, 2021. The proposed rule change would extend the 120-day period that certain individuals can function as a principal without having successfully passed an appropriate qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as a principal prior to March 3, 2021. This proposed rule change is based on a filing recently submitted by the Financial Industry Regulatory Authority, Inc. (‘FINRA’)5 and is intended to harmonize the Exchange’s registration rules with those of FINRA so as to promote uniform standards across the securities industry.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09438/self-regulatory-organizations-nyse-national-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09438\",\n            \"regalytics_alert_id\": \"1891FR20210943820210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE National, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42095,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Interpretation and Policy.13 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) to Exchange Rule 3100, Registration Requirements, to Extend the Expiration\",\n            \"summary\": \"Notice is hereby given that on April 21, 2021, MIAX PEARL, LLC  filed with the Securities and Exchange Commission the proposed rule change to amend Interpretation and Policy .13 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) to Exchange Rule 1900, Registration Requirements, to extend the expiration date of the temporary amendment set forth in SR-MIAX-2020-42 from April 30, 2021 to June 30, 2021.  The proposed rule change would extend the 120-day period that certain individuals can function as principals without having successfully passed an appropriate qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as principals prior to March 3, 2021.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09439/self-regulatory-organizations-miax-pearl-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09439\",\n            \"regalytics_alert_id\": \"1891FR20210943920210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"MIAX PEARL, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42096,\n            \"title\": \"Proposal to Amend the New York Stock Exchange Price List Regarding Colocation Services and Fees\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to amend its Price List regarding colocation services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not substantive and would not change the amount or structure of the fees. The Exchange offers Users dedicated and partial cabinets to house their servers and other equipment. Each dedicated cabinet has a standard power allocation of either 4 kilowatts (“kW”) or 8 kW, but additional power can be added if the User requests. Users may request that such additional power be allocated to a dedicated cabinet when it is first set up or later. A User pays a monthly fee based on the power allocated to its dedicated cabinets. As previously indicated, the tiered fee is based on the total kWs allocated to all of a User’s dedicated cabinets, not the kWs allocated to an individual dedicated cabinet.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09440/self-regulatory-organizations-new-york-stock-exchange-llc-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09440\",\n            \"regalytics_alert_id\": \"1891FR20210944020210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42192,\n            \"title\": \"OCC Releases CRA Evaluations for 15 National Banks and Federal Savings Associations\",\n            \"summary\": \"The Office of the Comptroller of the Currency (OCC) today released a list of Community Reinvestment Act (CRA) performance evaluations that became public during the period of April 1, 2021 through April 30, 2021. The list contains only national banks, federal savings associations, and insured federal branches of foreign banks that have received ratings. The possible ratings are outstanding, satisfactory, needs to improve, and substantial noncompliance of the 15 evaluations made public this month, 12 are rated satisfactory and three are rated outstanding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.occ.gov/news-issuances/news-releases/2021/nr-occ-2021-50.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"653OCC83734220210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Office of the Comptroller of the Currency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42097,\n            \"title\": \"Amendment of the NYSE American Equities Price List and Fee Schedule and the NYSE American Options Fee Schedule\",\n            \"summary\": \"NYSE American LLC (“NYSE American” or the “Exchange”) proposes to amend its Price List and Fee Schedule regarding colocation services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not substantive and would not change the amount or structure of the fees.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09441/self-regulatory-organizations-nyse-american-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09441\",\n            \"regalytics_alert_id\": \"1891FR20210944120210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42098,\n            \"title\": \"NYSE Arca Options Fees and Charges and the NYSE Arca Equities Fees and Charges\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to amend its Fee Schedules regarding colocation services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not substantive and would not change the amount or structure of the fees.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09442/self-regulatory-organizations-nyse-arca-inc-notice-of-filing-and-immediate-effectiveness-of-proposed\",\n            \"federal_register_number\": \"2021-09442\",\n            \"regalytics_alert_id\": \"1891FR20210944220210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42099,\n            \"title\": \"Proposed Rule Change to Adopt BOX Rule 7670 to Establish a Virtual Trading Floor on BOX\",\n            \"summary\": \"Notice is hereby given that on April 16, 2021, BOX Exchange LLC filed with the Securities and Exchange Commission the proposed rule change to establish BOX Rule 7670 to adopt a Virtual Trading Floor on BOX.  This is a competitive filing that is based on a proposal submitted by CBOE Exchange, Inc. and approved by the Commission.  The Exchange proposes to allow the Exchange to make available an audio and video communication program to serve as a “Virtual Trading Floor” during regular trading hours.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09443/self-regulatory-organizations-box-exchange-llc-notice-of-filing-of-proposed-rule-change-to-adopt-box\",\n            \"federal_register_number\": \"2021-09443\",\n            \"regalytics_alert_id\": \"1891FR20210944320210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Box Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42100,\n            \"title\": \"Proposed Rule Change to Amend the Sixth Amended and Restated Bylaws of CBOE EDGX Exchange, Inc.'s Parent Corporation, CBOE Global Markets, Inc. to Implement Proxy Access\",\n            \"summary\": \"Notice is hereby given that on April 16, 2021, CBOE EDGX Exchange, Inc. filed with the Securities and Exchange Commission the proposed rule change to implement a “proxy access” bylaw provision. In general, proxy access bylaws allow a stockholder, or group of stockholders, who comply with certain requirements, to nominate candidates for service on a board and have those candidates included in a company’s proxy materials. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09444/self-regulatory-organizations-cboe-edgx-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"federal_register_number\": \"2021-09444\",\n            \"regalytics_alert_id\": \"1891FR20210944420210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE EDGX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42101,\n            \"title\": \"Proposed Rule Change to Amend the Sixth Amended and Restated Bylaws of CBOE EDGA Exchange, Inc.'s Parent Corporation, CBOE Global Markets, Inc. to Implement Proxy Access\",\n            \"summary\": \"Notice is hereby given that on April 16, 2021, CBOE EDGA Exchange, Inc. filed with the Securities and Exchange Commission the proposed rule change to implement a “proxy access” bylaw provision. In general, proxy access bylaws allow a stockholder, or group of stockholders, who comply with certain requirements, to nominate candidates for service on a board and have those candidates included in a company’s proxy materials. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09445/self-regulatory-organizations-cboe-edga-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"federal_register_number\": \"2021-09445\",\n            \"regalytics_alert_id\": \"1891FR20210944520210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE EDGA Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42102,\n            \"title\": \"Proposed Rule Change to Amend the Sixth Amended and Restated Bylaws of CBOE BZX Exchange, Inc.'s Parent Corporation, CBOE Global Markets, Inc. to Implement Proxy Access\",\n            \"summary\": \"Notice is hereby given that on April 16, 2021, CBOE BZX Exchange, Inc. filed with the Securities and Exchange Commission the proposed rule change to implement a “proxy access” bylaw provision. In general, proxy access bylaws allow a stockholder, or group of stockholders, who comply with certain requirements, to nominate candidates for service on a board and have those candidates included in a company’s proxy materials. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09446/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"federal_register_number\": \"2021-09446\",\n            \"regalytics_alert_id\": \"1891FR20210944620210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42103,\n            \"title\": \"Proposed Rule Change to Amend the Sixth Amended and Restated Bylaws of CBOE Exchange, Inc.'s Parent Corporation, CBOE Global Markets, Inc. to Implement Proxy Access\",\n            \"summary\": \"Notice is hereby given that on April 16, 2021,  CBOE Exchange, Inc. filed with the Securities and Exchange Commission the proposed rule change to implement a “proxy access” bylaw provision. In general, proxy access bylaws allow a stockholder, or group of stockholders, who comply with certain requirements, to nominate candidates for service on a board and have those candidates included in a company’s proxy materials. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09447/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to-amend\",\n            \"federal_register_number\": \"2021-09447\",\n            \"regalytics_alert_id\": \"1891FR20210944720210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42104,\n            \"title\": \"Proposed Rule Change to Amend the Sixth Amended and Restated Bylaws of CBOE BYX Exchange, Inc.'s Parent Corporation, CBOE Global Markets, Inc. to Implement Proxy Access\",\n            \"summary\": \"CBOE BYX Exchange, Inc. is filing with the Securities and Exchange Commission a proposed rule change with respect to amendments to implement a “proxy access” bylaw provision.  In general, proxy access bylaws allow a stockholder, or group of stockholders, who comply with certain requirements, to nominate candidates for service on a board and have those candidates included in a company’s proxy materials.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09448/self-regulatory-organizations-cboe-byx-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to\",\n            \"federal_register_number\": \"2021-09448\",\n            \"regalytics_alert_id\": \"1891FR20210944820210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE BYX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42105,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Amending NYSE National, Inc.’s Price List\",\n            \"summary\": \"On April 16, 2021, NYSE National, Inc. (“NYSE National” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend its Price List regarding co-location services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not expected to have any impact on Users. Users are currently subject to the described services and fees, none of which is new or novel. The change would simply add clarity to the Price List concerning the monthly fee for dedicated cabinets. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09449/self-regulatory-organizations-nyse-national-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09449\",\n            \"regalytics_alert_id\": \"1891FR20210944920210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE National, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42106,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Amending the Fee Schedule of NYSE Chicago, Inc.\",\n            \"summary\": \"On April 16, 2021, the NYSE Chicago, Inc. (“NYSE Chicago” or the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend the Fee Schedule of NYSE Chicago, Inc. (“Fee Schedule”) regarding co-location services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09450/self-regulatory-organizations-nyse-chicago-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09450\",\n            \"regalytics_alert_id\": \"1891FR20210945020210505\",\n            \"proposed_comments_due_date\": \"2021-05-26\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NYSE Chicago, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42107,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change Relating to Extend the Operation of its Flexible Exchange Options (\\\"FLEX Options\\\") Pilot Program Regarding Permissible Exercise Settlement Values for FLEX Index Options\",\n            \"summary\": \"Notice is hereby given that on April 22, 2021, CBOE Exchange, Inc. filed with the Securities and Exchange Commission the proposed rule change to extend the pilot program through the earlier of November 1, 2021 or the date on which the pilot program is approved on a permanent basis. This filing simply seeks to extend the operation of the pilot program and does not propose any substantive changes to the pilot program.  CBOE Options believes the pilot program has been successful and well received by its Trading Permit Holders and the investing public for the period that it has been in operation as a pilot.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-91782.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349178220210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42108,\n            \"title\": \"Order Instituting Proceedings to Determine Whether to Approve or Disapprove a Proposed Rule Change to List and Trade Options on a NASDAQ-100 Volatility Index\",\n            \"summary\": \"On August 24, 2020, NASDAQ PHLX LLC (“Exchange” or “PHLX”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to list and trade options on a NASDAQ-100 Volatility Index (“VOLQ” or “Volatility Index”). The proposed rule change was published for comment in the Federal Register on September 8, 2020. On October 20, 2020, Commission designated a longer period within which to approve the proposed rule change, disapprove the proposed rule change, or institute proceedings to determine whether to disapprove the proposed rule change. This order institutes proceedings under Section 19(b)(2)(B) of the Act to determine whether to approve or disapprove the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/phlx/2021/34-91781.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6810PHLX349178120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ PHLX LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42109,\n            \"title\": \"Proposal to Amend the New York Stock Exchange Price List Regarding Colocation Services and Fees\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to amend its Price List regarding colocation services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not substantive and would not change the amount or structure of the fees. The Exchange offers Users dedicated and partial cabinets to house their servers and other equipment. Each dedicated cabinet has a standard power allocation of either 4 kilowatts (“kW”) or 8 kW, but additional power can be added if the User requests. Users may request that such additional power be allocated to a dedicated cabinet when it is first set up or later. A User pays a monthly fee based on the power allocated to its dedicated cabinets. As previously indicated, the tiered fee is based on the total kWs allocated to all of a User’s dedicated cabinets, not the kWs allocated to an individual dedicated cabinet.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/federal-registers/2021/NYSE-2021-26, 86 FR 24101 %285-4-21%29.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20212620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42110,\n            \"title\": \"NYSE Arca Options Fees and Charges and the NYSE Arca Equities Fees and Charges\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to amend its Fee Schedules regarding colocation services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not substantive and would not change the amount or structure of the fees.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/federal-registers/2021/NYSEArca-2021-26, 86 FR 24098 %285-5-21%29.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20212620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42111,\n            \"title\": \"Cease and Desist Order Against Adam R. Crowell\",\n            \"summary\": \"The Director of the Department of Consumer and Business Services for the State of Oregon (the ‘Director’), through the Division of Financial Regulation (the ‘Division’), conducted an investigation of Adam R. Crowell (‘Crowell’) and determined that he violated certain provisions of the Oregon Revised Statutes (‘ORS’) and the rules promulgated thereunder (collectively, the ‘Insurance Code’). By submitting 28 insurance policies containing inaccurate information, Crowell used dishonest practices or demonstrated incompetence or untrustworthiness in the conduct of business in this state or elsewhere, in violation of ORS. ORS 731.988(1) authorizes the Director to impose upon Crowell a civil penalty of up to $1,000 per violation of the Insurance Code. In addition to the civil penalty specified in ORS authorizes the Director to require Crowell to forfeit and pay to the General Fund of the State Treasury a civil penalty up to the amount by which Crowell profited in the transactions that violated ORS. Now therefore, the Director issues the following Orders as authorized by ORS, the Director ORDERS Crowell to CEASE AND DESIST from violating ORS and pay a CIVIL PENALTY of $14,000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfr.oregon.gov/AdminOrders/enf-orders-2021/ins-20-0093-Crowell-Adam-20210504.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1123ORINS200093ll20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Oregon Division of Financial Regulation\",\n            \"state_name\": \"Oregon\"\n        },\n        {\n            \"id\": 42112,\n            \"title\": \"Sales and Property Tax Refund Program Open to Senior Citizens and Citizens with Disabilities\",\n            \"summary\": \"South Dakota senior citizens and citizens with disabilities have until July 1 to apply for sales or property tax refunds under South Dakota’s Tax Refund Program. Under the program, certain individuals are able to receive a portion of the sales or property taxes they paid from the previous year if they meet the eligibility requirements. To be eligible for the sales tax refund, individuals must meet the following qualifications: Have incomes of less than $12,880.00 for a single-member household (only one individual in the household) or less than $17,420.00 for a multiple-member household, be a South Dakota resident during all of 2020,and be 65 years of age on or before January 1, 2020 or disabled anytime during 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28038\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11741SD2803820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Dakota Department of Revenue\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 42113,\n            \"title\": \"Fuel Use Tax on Motor Fuel and Diesel Motor Fuel\",\n            \"summary\": \"Existing law (ORS 178.200 et. seq.) establishes the Oregon Retirement Savings Plan ('Program'). The Program requires employers that do not provide a Qualified Retirement plan facilitate payroll contributions so that employees may contribute to a retirement savings plan account in the Program. Employees may opt out of the Program at any time. Existing law grants the Oregon Retirement Savings Board the authority to adopt rules for the general administration of the Program, including the authority to direct the investment of funds contributed to accounts and to collect administrative fees. The proposed rules contained in this notice provide additional flexibility to the Board in structuring the initial investment fund and the administrative fees. In addition, the proposed rules extend the time for the smallest of employers to comply with registration requirements and also clarify employers' responsibilities in the Program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewRedlinePDF.action;JSESSIONID_OARD=Ybg-7ej9jKKs1Qxmniupp1hK9Zb3Om4KITD-YPg3yzTsndQPduuO!54594329?filingRsn=47430\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR214743020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Oregon State Treasury\",\n            \"state_name\": \"Oregon\"\n        },\n        {\n            \"id\": 42114,\n            \"title\": \"Elections and Contributions Under the OregonSaves Program\",\n            \"summary\": \"Existing law (ORS 178.200 et. seq.) establishes the Oregon Retirement Savings Plan (‘Program’). The Program requires employers that do not provide a Qualified Retirement plan facilitate payroll contributions so that employees may contribute to a retirement savings plan account in the Program. Employees may opt out of the Program at any time. Existing law grants the Oregon Retirement Savings Board the authority to adopt rules for the general administration of the Program, including the authority to direct the investment of funds. The proposed rule contained in this notice provides additional flexibility to the Board in structuring the initial investment fund.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewRedlinePDF.action;JSESSIONID_OARD=Ybg-7ej9jKKs1Qxmniupp1hK9Zb3Om4KITD-YPg3yzTsndQPduuO!54594329?filingRsn=47431\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR214743120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Oregon State Treasury\",\n            \"state_name\": \"Oregon\"\n        },\n        {\n            \"id\": 42115,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Exchange Rule 404 to Limit Short Term Options Series Intervals Between Strikes\",\n            \"summary\": \"Notice is hereby given that on April 21, 2021, MIAX PEARL, LLC filed with the Securities and Exchange Commission a proposed rule change to amend Rule 404, Series of Option Contracts Open for Trading. Specifically, this proposal seeks to limit the intervals between strikes for multiply listed equity options classes within the Short Term Options Series program that have an expiration date more than twenty-one days from the listing date.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/pearl/2021/34-91777.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12562PEA349177720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"MIAX PEARL, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42116,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Exchange Rule 404 to Limit Short Term Options Series Intervals Between Strikes\",\n            \"summary\": \"Notice is hereby given that on April 21, 2021, Miami International Securities Exchange, LLC filed with the Securities and Exchange Commission a proposed rule change to amend Rule 404, Series of Option Contracts Open for Trading. Specifically, this proposal seeks to limit the intervals between strikes for multiply listed equity options classes within the Short Term Options Series program that have an expiration date more than twenty-one days from the listing date.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/miax/2021/34-91776.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12574MIAX349177620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Miami International Securities Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42117,\n            \"title\": \"Sales and Use Tax: Development of Rulemaking Rule 12A-1.111\",\n            \"summary\": \"The purpose of creating Rule 12A-1.111, F.A.C., Department of Revenue Electronic Database, is to adopt Emergency Rule 12AER20-13, F.A.C., as a permanent rule and incorporate, by reference, Form DR-700023, Notification of No Change to the Address/Jurisdiction Database for Sales and Use Tax. This rule implements the provisions of s. 212.181, F.S., expanding the current Address/Jurisdiction Database established by s. 202.22(2), F.S., to allow authorized county personnel to submit changes to the county assignment of business addresses. These submitted situs changes are for purposes of sales tax, discretionary sales surtax, and any tourist development tax required to be remitted to the Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=12A-1.006&PDate=5/5/2021&Section=1#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448630920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Development of Rulemaking\",\n            \"agency_name\": \"Florida Department of Revenue\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42118,\n            \"title\": \"Sales and Use Tax: Development of Rulemaking Rule 12A-19.071\",\n            \"summary\": \"The purpose of the proposed revisions to Rule 12A-19.071, F.A.C., Department of Revenue Electronic Database, is to adopt Emergency Rule 12AER20-14, F.A.C., as a permanent rule. The proposed revisions reflect changes to existing forms resulting from the creation of Rule 12A-1.111, F.A.C., remove obsolete language and update processes related to the submission of changes to Florida’s Address or Jurisdiction Database.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=12A-19.071&PDate=5/5/2021&Section=1#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448640620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Development of Rulemaking\",\n            \"agency_name\": \"Florida Department of Revenue\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42119,\n            \"title\": \"Meeting of the Enterprise Florida, Inc., May 5, 2021\",\n            \"summary\": \"The Enterprise Florida, Inc. announces a public meeting to which all persons are invited on May 5, 2021, at 10:00 a.m. The Innovation and Business Talent Committee will hold its first meeting to discuss the committee's goals.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24486503\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448650320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Enterprise Florida, Inc.\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42120,\n            \"title\": \"Miscellaneous Tax: Development of Rulemaking Rule 12B-8.0016\",\n            \"summary\": \"The purpose of the proposed revisions to Rule 12B-8.0016, F.A.C., Department of Revenue Electronic Database, is to adopt Emergency Rule 12BER20-16, F.A.C., as a permanent rule. The proposed revisions reflect changes to existing forms resulting from the creation of Rule 12A-1.111, F.A.C., remove obsolete language and update processes related to the submission of changes to Florida’s Address or Jurisdictional Database.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=12B-8.0016&PDate=5/5/2021&Section=1#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448669720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Development of Rulemaking\",\n            \"agency_name\": \"Florida Department of Revenue\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42121,\n            \"title\": \"Declaratory Statement Withdrawn: Foris DAX Inc.\",\n            \"summary\": \"The Florida Office of Financial Regulation has received the petition for declaratory statement from Foris DAX Inc. The petition seeks the agency's opinion as to the applicability of Chapter 560, Florida Statutes, as it applies to the petitioner.On 5/3/2021 the Petition was WITHDRAWN. The petition sought a declaratory statement from the Office whether it’s a cryptocurrency sales service falls under the Florida Money Transmitter Statute, Chapter 560, Florida Statutes. The original petition was published March 31 2021 in the Florida Administrative Register Volume 47, Number 62.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24487085\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448708520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Declaratory Statement\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42122,\n            \"title\": \"Board of Accountancy: Variances and Waivers, Matthew Peerbolte\",\n            \"summary\": \"Th Florida Board of Accountancy is providing notice that on April 23, 2021, the Board of Accountancy, received a petition for variance or waiver filed by Matthew Peerbolte, seeking a variance or waiver of paragraph 61H1-27.002(2)(a), Florida Administrative Code, which requires: (a) 30 semester or 45 quarter hours in accounting education at the upper division level which shall include coverage of auditing, cost and managerial accounting, financial accounting, and taxation. Petitioner request a permanent waiver for the deficiency of three semester hours of upper-division accounting. Comments on this petition should be filed with the Board of Accountancy within 14 days of publication of this notice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24487764\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448776420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Variances and Waivers\",\n            \"agency_name\": \"Florida Department of Business and Professional Regulation\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42123,\n            \"title\": \"Proposed Rule: Florida Statutes Section 215.555, Florida Hurricane Catastrophe Fund\",\n            \"summary\": \"This rule is promulgated to implement Section 215.555, Florida Statutes, regarding the Florida Hurricane Catastrophe Fund, for the 2021-2022 contract year. In accordance with Section 215.555(5), Florida Statutes, proposed amended Rule 19-8.028, F.A.C., Reimbursement Premium Formula, adopts the 2021-2022 reimbursement premium formula for the Florida Hurricane Catastrophe Fund (“Florida Hurricane Catastrophe Fund 2021 Ratemaking Formula Report Presented to the State Board of Administration of Florida March 16, 2021”).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=19-8.028&PDate=5/5/2021&Section=2#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2449697920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Proposed Rule\",\n            \"agency_name\": \"Florida State Board of Administration\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42124,\n            \"title\": \"Proposed Rules 25-6.030 and 25-6.031: Accounting of Electric Utilities\",\n            \"summary\": \"The purpose of this rule to address accounting of electric utility costs that result from storm-related damage. During the Commission’s rulemaking on Rules 25-6.030 and 25-6.031, F.A.C., the storm protection plan and storm protection plan cost recovery clause rules, the Commission determined that Rule 25-6.0143, F.A.C., should be amended to clarify the requirements for the storm related costs that will be allowed to be charged to the reserve under the Incremental Cost and Capitalization Approach (ICCA) methodology.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=25-6.0143&PDate=5/5/2021&Section=2#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2449804620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Proposed Rule\",\n            \"agency_name\": \"Florida Public Service Commission\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42125,\n            \"title\": \"Proposed Rule Accumulated Provision Accounts 228.1, 228.2, and 228.4 for Natural Gas Utilities\",\n            \"summary\": \"The Public Service Commission is providing notice of the creation of a rule to provide a standard for the application of Accumulated Provision Accounts 228.1, 228.2, and 228.4 for natural gas utilities. The rule includes requirements for accounting for losses through accident, fire, flood, storms, and similar type hazards to the utility’s own property or property leased from others, which is not covered by insurance. The rule also requires a utility to notify the Commission Clerk in writing for each incident expected to exceed 1.5 percent of jurisdictional revenues for the most recent calendar year. The rule provides several categories of accounts, including contract labor and payroll expenses, fuel costs for both company and contractor vehicles used in storm restoration activities, and the vegetation management costs that are specifically related to storm restoration activities for the gas utilities. For all of these cost categories, the rule requires that the costs must be greater than the actual monthly average of costs charged to the operation and maintenance expense for the same month in the three previous calendar years, and each adjustment must be accompanied by a detailed explanation of the nature of the adjustment.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/gateway/ruleno.asp?id=25-7.0143&PDate=5/5/2021&Section=2#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2449824020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice of Proposed Rule\",\n            \"agency_name\": \"Florida Public Service Commission\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42126,\n            \"title\": \"Notice of Application to Merge: the Bank of Tampa, Tampa, Florida and Hillsboro Bank, Plant City, Florida\",\n            \"summary\": \"Notice is hereby given that the Office of Financial Regulation, Division of Financial Institutions, has received the following application. Comments may be submitted to the Division Director, 200 East Gaines Street, Tallahassee, Florida 32399-0371, for inclusion in the official record without requesting a hearing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24500083\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2450008320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Miscellaneous\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 42127,\n            \"title\": \"FASB Proposes to Improve and Expand Hedge Accounting\",\n            \"summary\": \"The Financial Accounting Standards Board (FASB) today issued a proposed Accounting Standards Update (ASU) intended to better align hedge accounting with an organization’s risk management strategies. Stakeholders are encouraged to review and provide comment on the proposed ASU by July 5, 2021.In 2017, the FASB issued a new hedging standard to better align the economic results of risk management activities with hedge accounting. The new standard increased transparency around how the results of hedging activities are presented, both on the face of the financial statements and in the footnotes, for investors and analysts when hedge accounting is applied. The proposed ASU would expand the current single-layer model to allow multiple-layer hedges of a single closed portfolio of prepayable financial assets or one or more beneficial interests secured by a portfolio of prepayable financial instruments under the method. To reflect that expansion, the last-of-layer method would be renamed as the portfolio layer method.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.fasb.org/cs/ContentServer?c=FASBContent_C&pagename=FASB%2FFASBContent_C%2FNewsPage&cid=1176176621078&rss=1\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14762FASB162022118020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Financial Accounting Standards Board\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42128,\n            \"title\": \"Pandemic Ebbs and Flows: Economic Data, Inflation Concerns, and Policymaking\",\n            \"summary\": \"This release contains the Speech made by Eric Rosengren of the Federal Reserve Bank of Boston. Remarks from Eric Rosengren include the following: “Good morning. Even though this event is being held virtually, it is wonderful to be with the Boston College community today. Thank you for inviting me to participate in this webinar series, focused on aspects of life after the COVID pandemic. Clearly, we have all learned a great deal during this extremely difficult period. Now, as we contemplate and work towards a recovery – in both public health and the economy – it is important to keep learning, to continue applying those lessons even after the crises fade, and to keep analyzing data and policy options with rigor – and without overreacting to the inevitable temporary ebbs and flows that may show up in high frequency economic data. The analysis I will share with you today, I hope, will reflect this perspective.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.bostonfed.org/news-and-events/speeches/2021/pandemic-ebbs-and-flows-economic-data-inflation-concerns-and-policymaking.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB8213420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Speech\",\n            \"agency_name\": \"Federal Reserve Bank of Boston\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42129,\n            \"title\": \"Six Takeaways from Boston Fed President Eric Rosengren’s May 5, 2021 Remarks\",\n            \"summary\": \"The following are Six Takeaways from Boston Fed President Eric Rosengren’s May 5, 2021 Remarks: 1. The economy is seeing rapid growth in real output and notable improvements in payroll employment, relative to the depths of the pandemic. But despite improvements on public health and economic activity, significant slack remains in the economy as millions have not yet regained jobs. 2. Some analysts are worried inflation could pick up significantly.  It is likely that several temporary factors will make measured inflation this spring higher than its underlying trend – but these factors are largely the result of the ebbs and flows of the pandemic, which has produced unusual patterns in monthly economic data, and they seem unlikely to have an enduring impact. 3. The temporary factors likely to push up inflation numbers this spring include supply disruptions, increased consumer spending after months of pent-up demand, and higher prices for commodities such as oil. 4. The pandemic’s fluctuations have affected economic indicators besides inflation, and one example is social-distance-sensitive spending. Room for recovery remains in these kinds of indicators, and that’s reason for optimism about continued economic growth. 5. Policymakers will need to be vigilant, watching that the post-pandemic environment does not bring structural changes with implications for inflation. It will be particularly important to see whether wages and prices continue to be relatively unresponsive to a tightening labor market. 6. Despite the ebbs and flows of the data, inflation is expected to remain close to 2 percent. This should allow monetary policymakers to be patient in removing accommodation…until more progress in the labor market has occurred.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.bostonfed.org/news-and-events/press-releases/2021/six-takeaways-from-boston-fed-president-eric-rosengrens-may-5-2021-remarks.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"147FEDB8914120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Reserve Bank of Boston\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42130,\n            \"title\": \"Pelosi Statement on Implementation of Democrats’ Restaurant Revitalization Fund\",\n            \"summary\": \"Speaker Nancy Pelosi released the following statement on the progress of applications for the American Rescue Plan’s Restaurant Revitalization Fund, a new initiative designed by House Democrats and implemented by President Biden to support small restaurants and bars struggling during the pandemic.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.speaker.gov/newsroom/5521-2\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14961SOH5521220210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Speaker of the House\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42131,\n            \"title\": \"Monthly Abstract April 2021\",\n            \"summary\": \"This release contains the Revenue Abstract published by the Alabama Department of Revenue for the Month of April 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://revenue.alabama.gov/wp-content/uploads/2021/05/absapr21web.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR276420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Monthly Abstracts\",\n            \"agency_name\": \"Alabama Department of Revenue\",\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"id\": 42132,\n            \"title\": \"New Hampsthire State Register for May 6, 2021\",\n            \"summary\": \"This release contains the New Hampshire Rulemaking Register Volume XLI, Number 18, as published, and updated on May 6, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.gencourt.state.nh.us/rules/register/2021/May-5-6-21.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15282NH11120210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"State Register\",\n            \"agency_name\": \"New Hampshire Office of Legislative Services\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42133,\n            \"title\": \"Idaho State Administrative Bulletin, Volume 21-5, May 5, 2021\",\n            \"summary\": \"This release contains the Idaho Administrative Bulletin Volume 21-5, as published, and updated on May 5, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://adminrules.idaho.gov/bulletin/2021/05.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15472ID21520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Administrative Bulletin\",\n            \"agency_name\": \"Idaho Office of the Administrative Rules Coordinator, Division of Financial Management\",\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"id\": 42134,\n            \"title\": \"Weekly Notices of State Rulemaking, Updated on May 5, 2021\",\n            \"summary\": \"This release covers the Weekly Notices of State Rulemaking, as published and updated on May 5, 2021 by the Maine Department of the Secretary of the State, Bureau of Corporations, Elections and Commissions.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.maine.gov/sos/cec/rules/notices/2021/050521.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15659ME09120720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-05-08\",\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Adopted Rule\",\n            \"agency_name\": \"Maine Department of Professional and Financial Regulation, Office of Securities\",\n            \"state_name\": \"Maine\"\n        },\n        {\n            \"id\": 42135,\n            \"title\": \"Proposing Rule Making by the Real Estate Appraiser Examining Board: Amendments to Chapters 1, 3 to 6, 8 to 12\",\n            \"summary\": \"The Real Estate Appraiser Examining Board proposes to amend Chapter 1, “Organization and Administration,” Chapter 3, “General Provisions for Examinations,” Chapter 4, “Associate Real Property Appraiser,” Chapter 5, “Certified Residential Real Property Appraiser,” Chapter 6, “Certified General Real Property Appraiser,” Chapter 7, “Disciplinary Actions Against Certified and Associate Appraisers,” Chapter 8, “Investigations and Disciplinary Procedures,” Chapter 9, “Renewal, Expiration and Reinstatement of Certificates and Registrations, and Inactive Status,” Chapter 10, “Reciprocity,” Chapter 11, “Continuing Education,” and Chapter 12, “Fees,” Iowa Administrative Code. The proposed amendments implement what the Board considers to be high- and medium-priority changes based on a five-year rolling review of its rules. This is the second level of changes from the Board. The highest-priority changes have already gone through the rule-making process and became effective on November 25, 2020. These amendments will reduce conflict between the rules and statute, reduce conflict within the rules and better follow current internal practices.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5611C.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5611C6320210505\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Adopted Rule\",\n            \"agency_name\": \"Iowa Real Estate Appraiser Examining Board\",\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"id\": 42136,\n            \"title\": \"Proposed Rule Making by the Iowa Department of Revenue: Interest Expense Deduction Adjustments, 40.85, 53.29, 59.31\",\n            \"summary\": \"The Iowa Revenue Department proposes to amend Chapter 40, “Determination of Net Income,” Chapter 53, “Determination of Net Income,” and Chapter 59, “Determination of Net Income,” Iowa Administrative Code. The proposed rules implement the adjustments to income for Iowa individual and corporate income and franchise taxes for interest expense deductions, which are limited for federal income tax purposes but permitted in full for Iowa purposes for tax years beginning on or after January 1, 2020. The rules also cover adjustments that may be needed due to Iowa’s changing conformity with these federal limitations for tax years 2018 and 2019.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5612C.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5612C5920210505\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Adopted Rule\",\n            \"agency_name\": \"Iowa Department of Revenue\",\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"id\": 42137,\n            \"title\": \"Proposed Rule Making Rule 701-38.15(422): Relief from Joint and Several Liability for Substantial Understatement of Tax Attributable to Non-requesting Spouse or Former Spouse\",\n            \"summary\": \"This proposed rule-making updates Rule 701-38.15(422) to reflect certain changes to Iowa Code section 422.21(7) and to provide taxpayers with additional clarity when seeking relief from joint and several liability for tax, penalty, and interest owed to the Department. The proposed changes to the rule describe who may qualify for relief from joint and several liability, the information applicants for relief must submit to the Department, the standard for evaluating whether an individual is eligible for relief, the administrative process for appealing a denial of relief, and the rights of the non-requesting spouse or former spouse.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5613C.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5613C13820210505\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Adopted Rule\",\n            \"agency_name\": \"Iowa Department of Revenue\",\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"id\": 42138,\n            \"title\": \"Marketable Food Products for Human Consumption, 230.2(1)\",\n            \"summary\": \"The Iowa Code section 423.3(49) provides a limited exemption for manufacturers producing “marketable food products for human consumption.” Specifically, the Iowa Code section exempts from sales tax: “The sales price from the sale of carbon dioxide in a liquid, solid, or gaseous form, electricity, steam, and other taxable services and the lease or rental of tangible personal property when used by a manufacturer of food products to produce marketable food products for human consumption, including but not limited to treatment of material to change its form, context, or condition, in order to produce the food product, maintenance of quality or integrity of the food product, changing or maintenance of temperature levels necessary to avoid spoilage or to hold the food product in marketable condition, maintenance of environmental conditions necessary for the safe or efficient use of machinery and material used to produce the food product, sanitation and quality control activities, formation of packaging, placement into shipping containers, and movement of the material or food product until shipment from the building of manufacture.” The purpos of this rule making is to provide clarity to taxpayers seeking to claim this exemption as manufacturers of marketable food products for human consumption, the Department proposes to adopt this definition of the term. The Department notes that if a taxpayer does not produce marketable food products for human consumption, the taxpayer may still be eligible for other processing-related exemptions, such as those in Iowa Code section 423.3(47).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5614C.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5614C5620210505\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Adopted Rule\",\n            \"agency_name\": \"Iowa Department of Revenue\",\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"id\": 42140,\n            \"title\": \"Disability Benefit Programs Redesign\",\n            \"summary\": \"Proposed Rule in Final Draft form regarding Disability benefit programs redesign and technical changes to regulations related to the duty disability program (Ch. ETF 50; Ch. ETF 52). Related to: Disability benefit programs redesign and technical changes to regulations related to the duty disability program. This rulemaking is needed to bring the code up to date with the closure of the Long-Term Disability Insurance program (LTDI), which was closed to new applications on January 1, 2018. The rule also makes two minor changes to clarify provisions related to the duty disability program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/code/register/2021/785A1/register/cr/cr_19_097_rule_text/cr_19_097_rule_text\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15855WI1909720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Wisconsin Department of Employee Trust Funds\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 42141,\n            \"title\": \"New York State Register: Unemployment Insurance (UI) Definition of \\\"Day of Total Unemployment\\\"\",\n            \"summary\": \"The State Administrative Procedure Act, NOTICE is hereby given Unemployment Insurance (UI) definition of \\\"day of total unemployment\\\". Purpose: to prevent an additional financial burden on UI claimants seeking part-time work opportunities and help employers obtain talent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://govt.westlaw.com/nyreg/Document/I96a18601abf411eb91d7a38230cec7d4?viewType=FullText&originationContext=documenttoc&transitionType=CategoryPageItem&contextData=(sc.Default)\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16120NY052100003E20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-04-16\",\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Rulemaking\",\n            \"agency_name\": \"New York Department of Labor\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 42142,\n            \"title\": \"New York State Register: Fuel Use Tax on Motor Fuel and Diesel Motor Fuel and the Art. 13-A Carrier Tax Jointly Administered Therewith\",\n            \"summary\": \"The State Administrative Procedure Act, NOTICE is hereby given of the fuel use tax on motor fuel and diesel motor fuel and the Article 13-A carrier tax jointly administered therewith. Purpose of the rule: To set the sales tax component and the composite rate per gallon for the period January 1, 2021 through March 31, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://govt.westlaw.com/nyreg/Document/I96a1d421abf411eb91d7a38230cec7d4?viewType=FullText&originationContext=documenttoc&transitionType=CategoryPageItem&contextData=(sc.Default)\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16120NY072100001A20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-04-20\",\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Rulemaking\",\n            \"agency_name\": \"New York Department of Taxation and Finance\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 42143,\n            \"title\": \"House Bill 150: Continuity for the Siting of Marijuana Facilities in the Cities and Towns\",\n            \"summary\": \"Hearing scheduled for 05/11/2021 from 11:00 AM-02:00 PM EST in Virtual Hearing. An Act to restore continuity for the siting of marijuana facilities in the cities and towns (By Mr. Frost of Auburn, a petition (accompanied by bill, House, No. 150) of Paul K. Frost relative to the siting of marijuana facilities. Cannabis Policy.)\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://malegislature.gov/Bills/192/H150.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"16947MAH150574104420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"House Bill\",\n            \"agency_name\": \"General Court of the Commonwealth of Massachusetts\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42144,\n            \"title\": \"Former City Officials Sentenced for Accepting Bribes in Exchange for Cannabis Dispensary Permit\",\n            \"summary\": \"Two California men were each sentenced today to two years in prison for accepting bribes in return for a guarantee of a city permit to open a commercial cannabis dispensary. According to the plea documents, former Calexico, California, City Councilman David Romero, 37, and Bruno Suarez-Soto, 29, a former commissioner on the city’s Economic Development and Financial Advisory Commission, accepted $35,000 in cash bribes from an undercover FBI Agent who they believed represented investors seeking to open a cannabis dispensary in Calexico. According to admissions in the plea agreements and other documents filed in court, Romero and Soto accepted the $35,000 from the undercover FBI agent in two installments. At the conclusion of a meeting between the defendants and the undercover FBI agent on Jan. 9, 2020, with Romero looking on, the undercover agent handed Soto $17,500 in cash. Romero resigned his position with the city in connection with his plea agreement, effective June 8, 2020. In addition to the prison sentence, Romero and Soto were ordered to pay forfeiture in the amount of $17,500.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/former-city-officials-sentenced-accepting-bribes-exchange-cannabis-dispensary-permit\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ210AE20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42145,\n            \"title\": \"Second Member of \\\"Boogaloo Bois\\\" Pleads Guilty to Conspiracy to Provide Material Support to Hamas\",\n            \"summary\": \"A Minnesota man pleaded guilty today to conspiracy to provide material support and resources, namely property, services and weapons, to what he believed was Hamas, a designated foreign terrorist organization, for use against Israeli and U.S. military personnel overseas.According to court documents, Michael Solomon, 31, of New Brighton, Minn., was a member of the “Boogaloo Bois,” a group of individuals who espouse violent anti-government sentiments. In late May 2020, the FBI initiated an investigation into Solomon and co-defendant Benjamin Ryan Teeter, both members of the “Boogaloo Bois,” and a sub-group called the “Boojahideen.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/second-member-boogaloo-bois-pleads-guilty-conspiracy-provide-material-support-hamas\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2117D20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42146,\n            \"title\": \"Mary Ida Townson Appointed U.S. Trustee for Florida, Georgia, Puerto Rico and the U.S. Virgin Islands\",\n            \"summary\": \"Attorney General Merrick B. Garland has appointed Mary Ida Townson as the U.S. Trustee for Florida, Georgia, the Commonwealth of Puerto Rico and the U.S. Virgin Islands (Region 21).  Ms. Townson will assume her duties in June and will replace Nancy Gargula, who is the U.S. Trustee in Region 10 and who has served as the interim U.S. Trustee in Region 21 since April 2019.  Ms. Townson brings more than 30 years of bankruptcy experience to the position, including the past 18 years as a standing chapter 13 trustee for the Northern District of Georgia and, before that, in private practice representing debtors and creditors and serving as a chapter 7 panel trustee. She also has held various leadership positions with the National Association of Chapter 13 Trustees and the Southeastern Bankruptcy Law Institute over the past 10 years. Ms. Townson received a Bachelor of Arts with Honors from Auburn University and her Juris Doctor from the University of Georgia Law School.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/mary-ida-townson-appointed-us-trustee-florida-georgia-puerto-rico-and-us-virgin-islands\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2190E20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42147,\n            \"title\": \"Justice Department Issues Statement Announcing Decision to Appeal Alabama Association of Realtors v. HHS\",\n            \"summary\": \"Brian M. Boynton, Acting Assistant Attorney General for the Justice Department's Civil Division, released the following statement: “The CDC’s eviction moratorium which Congress extended last December and the CDC later extended through June 30, 2021 protects many renters who cannot make their monthly payments due to job loss or health care expenses. Scientific evidence shows that evictions exacerbate the spread of COVID-19, which has already killed more than half a million Americans, and the harm to the public that would result from unchecked evictions cannot be undone. “The Department of Justice respectfully disagrees with today’s decision of the district court in Alabama Association of Realtors v. HHS concluding that the moratorium exceeds CDC’s statutory authority to protect public health. In the department’s view, that decision conflicts with the text of the statute, Congress’s ratification of the moratorium, and the rulings of other courts. “The department has already filed a notice of appeal of the decision and intends to seek an emergency stay of the order pending appeal.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/justice-department-issues-statement-announcing-decision-appeal-alabama-association-realtors-v\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2286620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42148,\n            \"title\": \"Court Authorizes Service of John Doe Summons Seeking Identities of U.S. Taxpayers Who Have Used Cryptocurrency\",\n            \"summary\": \"A federal court in the Northern District of California entered an order today authorizing the IRS to serve a John Doe summons on Payward Ventures Inc., and Subsidiaries d/b/a Kraken (Kraken) seeking information about U.S. taxpayers who conducted at least the equivalent of $20,000 in transactions in cryptocurrency during the years 2016 to 2020. The IRS is seeking the records of Americans who engaged in business with or through Kraken, a digital currency exchanger headquartered in San Francisco, California. “Gathering the information in the summons approved today is an important step to ensure cryptocurrency owners are following the tax laws,” said Acting Assistant Attorney General David A. Hubbert of the Justice Department’s Tax Division. “Those who transact with cryptocurrency must meet their tax obligations like any other taxpayer.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/court-authorizes-service-john-doe-summons-seeking-identities-us-taxpayers-who-have-used-1\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2308420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42149,\n            \"title\": \"FDIC’s Office of the Ombudsman Publishes Report on 2019 & 2020 Activities\",\n            \"summary\": \"The Federal Deposit Insurance Corporation's (FDIC) Office of the Ombudsman today published a report detailing its activities, as well as assistance provided on behalf of the banking industry, for calendar years 2019 and 2020. The FDIC Office of the Ombudsman is an independent, neutral, and confidential liaison between the agency and its stakeholders, providing information and assistance to anyone affected by the FDIC in its regulatory, resolution, receivership, or asset disposition activities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d7b461\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4769087520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42150,\n            \"title\": \"Attorney General Bonta Announces Arrests and Arraignment in $15 Million Mortgage Fraud and Green Loan Scheme in Southern California\",\n            \"summary\": \"California Attorney General Rob Bonta today announced the arrests of 12 individuals on 133 felony counts for allegedly operating a sophisticated mortgage fraud and green loan scheme throughout Southern California. The scheme resulted in a loss of approximately $15 million over the course of several years.  Between 2014 and 2020, the defendants allegedly ran a scheme that used stolen identities to obtain mortgage and green loans, which were wired to bank accounts they controlled. As a part of their scheme, they allegedly exploited the Ygrene Energy Fund and Renew Funding, companies that provide funding to licensed contractors for energy-efficient home improvements for homeowners. The defendants also allegedly used their false identities to obtain mortgage loans from conventional banks and hard money lenders for years, culminating in a loss of $15 million.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-announces-arrests-and-arraignment-15-million-mortgage\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54049720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Office of the Attorney General\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42151,\n            \"title\": \"Senate Bill 152: Affordable Housing Program Funding\",\n            \"summary\": \"Division III Work Session: 05/10/2021 01:00 P.M. EST. This bill: I.  Requires the department of health and human services to submit a State Plan Amendment to the Centers of Medicare and Medicaid Services. II.  Permits an extension of the timeline for repayments to the homeless housing and access revolving loan fund for emergency circumstances.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB152/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB1525420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42152,\n            \"title\": \"Senate Bill 152: Affordable Housing Program Funding\",\n            \"summary\": \"Division III Work Session: 05/10/2021 01:00 P.M. EST. This bill: I.  Requires the department of health and human services to submit a State Plan Amendment to the Centers of Medicare and Medicaid Services. II.  Permits an extension of the timeline for repayments to the homeless housing and access revolving loan fund for emergency circumstances.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://openstates.org/nh/bills/2021/SB162/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17107NH11SB16215420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"New Hampshire State Senate\",\n            \"state_name\": \"New Hampshire\"\n        },\n        {\n            \"id\": 42153,\n            \"title\": \"House Bill 2877: COVID 19 Emergency Housing Assistance\",\n            \"summary\": \"Sent to the Governor (COVID19-EMERG HOUSING ASSIST). Creates the COVID-19 Federal Emergency Rental Assistance Program Act. Contains provisions for: the Federal Emergency Rental Assistance program, accessibility and transparency, process for further prioritizing applicants for financial assistance and housing stability services, and required notifications and correspondence. Amends the Code of Civil Procedure. Makes changes concerning the sealing of court files. Provides that certain new provisions concerning sealing of court files in a residential eviction action apply until August 1, 2022. Contains provisions for: the sealing of a court file in a residential eviction action, emergency sealing of a court file in a residential eviction action during the COVID-19 emergency and economic recovery period, and a temporary COVID-19 stay of certain foreclosure proceedings and filings. Makes corresponding changes to a provision regarding demand for rent and eviction actions. Makes corresponding changes in the Consumer Fraud and Deceptive Business Practices Act. Effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=2877&GAID=16&DocTypeID=HB&SessionID=110\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17367IL1287720SOR20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"House Bill\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42154,\n            \"title\": \"House Resolution 0020: National Infrastructure Bank\",\n            \"summary\": \"Resolution Adopted (NEW NATL INFRASTRUCTURE BANK). Calls upon the Congress of the United States to introduce legislation to create a new National Infrastructure Bank, which will enable our nation to erect a new infrastructure platform appropriate for the 21st century.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=20&GAID=16&DocTypeID=hr&SessionID=110\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17481IL1002018RED20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"House Resolution\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42155,\n            \"title\": \"House Resolution 0270: Financial Literacy for Students\",\n            \"summary\": \"Introduced. Filed with the Clerk by Rep. Maura Hirschauer (FINANCIAL LITERACY-STUDENTS). Urges the Bank on Commission, housed in the Illinois Comptroller's Office, to develop recommendations for improving the financial capability of students enrolled in Illinois' public colleges and universities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=270&GAID=16&DocTypeID=hr&SessionID=110\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17481IL1027045FER20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"House Resolution\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42156,\n            \"title\": \"House Resolution 0272: No New Excise Taxes\",\n            \"summary\": \"Introduced. States opposition to any additional excise taxes on Illinois businesses that produce beer, wine, or liquor or their related industries.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ilga.gov/legislation/BillStatus.asp?DocNum=272&GAID=16&DocTypeID=hr&SessionID=110\",\n            \"federal_register_number\": \"\",\n            \"regalytics_alert_id\": \"17481IL1027235ACK20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"House Resolution\",\n            \"agency_name\": \"Illinois House of Representatives\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42157,\n            \"title\": \"Exchange of Coin\",\n            \"summary\": \"The United States Mint proposes to revise its regulations relating to the exchange of uncurrent, bent, partial, fused, and mixed coins. The proposed revisions will enhance the integrity of the redemption process for bent and partial United States coins and prevent fraud.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09338/exchange-of-coin\",\n            \"federal_register_number\": \"2021-09338\",\n            \"regalytics_alert_id\": \"1891FR20210933820210505\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"United States Mint\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42158,\n            \"title\": \"Initial Market-Based Rate Filings Including Requests for Blanket Section 204 Authorizations: Light Power and Gas LLC\",\n            \"summary\": \"This is a supplemental notice in the proceeding of Light Power & Gas LLC's application for market-based rate authority, with an accompanying rate tariff, noting that such application includes a request for blanket authorization, under 18 CFR part 34, of future issuances of securities and assumptions of liability.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09479/light-power-and-gas-llc-supplemental-notice-that-initial-market-based-rate-filing-includes-request\",\n            \"federal_register_number\": \"2021-09479\",\n            \"regalytics_alert_id\": \"1891FR20210947920210505\",\n            \"proposed_comments_due_date\": \"2021-05-19\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Energy, Federal Energy Regulatory Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42159,\n            \"title\": \"Hearing\",\n            \"summary\": \"Notice is hereby given of the following hearing of the U.S.-China Economic and Security Review Commission. The Commission is mandated by Congress to investigate, assess, and report to Congress annually on “the national security implications of the economic relationship between the United States and the People's Republic of China.” Pursuant to this mandate, the Commission will hold a public hearing in Washington, DC on May 20, 2021 on “China in Latin America and the Caribbean.” The hearing is scheduled for Thursday, May 20, 2021, 9:30 a.m.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09553/notice-of-open-public-hearing\",\n            \"federal_register_number\": \"2021-09553\",\n            \"regalytics_alert_id\": \"1891FR20210955320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S.-China Economic and Security Review Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42160,\n            \"title\": \"IRS Announces use of Projected Contract Award Date Web App that Predicts when Contracts will be Signed\",\n            \"summary\": \"The Internal Revenue Service's Office of the Chief Procurement Officer today announced the successful development of a web app called Projected Contract Award Date. The interactive forecast dashboard statistically predicts when contracts will be signed. The IRS has $2.5 billion in contracts a year. 'When will a contract be signed?' is a key question for the IRS and generally for the federal government. This tool gives insight about when each request is likely to turn into a contract. The tool provides a technique other federal agencies can implement, potentially effecting $600 billion in government contracts.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.irs.gov/newsroom/irs-announces-use-of-projected-contract-award-date-web-app-that-predicts-when-contracts-will-be-signed\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS23320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42161,\n            \"title\": \"More than 1.1 Million Additional Economic Impact Payments Disbursed under the American Rescue Plan; Payments Total Approximately 164 Million\",\n            \"summary\": \"Today, the Internal Revenue Service, the U.S. Department of the Treasury, and the Bureau of the Fiscal Service announced they are disbursing more than 1.1 million payments in the eighth batch of Economic Impact Payments from the American Rescue Plan. Today's announcement brings the total disbursed so far to approximately 164 million payments, with a total value of approximately $386 billion, since these payments began rolling out to Americans in batches as announced on March 12. The eighth batch of payments began processing on Friday, April 30, with an official payment date of May 5, with some people receiving direct payments in their accounts earlier as provisional or pending deposits.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.irs.gov/newsroom/more-than-1-point-1-million-additional-economic-impact-payments-disbursed-under-the-american-rescue-plan-payments-total-approximately-164-million\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS31320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42162,\n            \"title\": \"Public Forum - Alaska Section 1332 Innovation Waiver Forum\",\n            \"summary\": \"The Alaska Division of Insurance has scheduled its annual forum on June 16, 2021 9:00 am – 10:00 am (Alaska Time Zone) to collect meaningful public comment on the progress of the Section 1332 Innovation Waiver.  The forum will be held telephonically.   In July of 2017, the Alaska Division of Insurance was awarded a Section 1332 Innovation Waiver under the Patient Protection and Affordable Care Act. The waiver provided an estimated $322 million in federal funding to support the Alaska Reinsurance Program through 2022, which has helped to reduce premium costs and provide stability in Alaska’s individual health care insurance market. The waiver took effect on January 1, 2018.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=127950\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20238020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Alaska Department of Commerce, Community and Economic Development\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42163,\n            \"title\": \"Public Meeting of the Alaska Student Loan Corporation\",\n            \"summary\": \"The Alaska Student Loan Corporation (ASLC) Board will meet on Thursday, May 13, 2021, from 1:30 p.m. to approximately 2:30 p.m. and will be conducted via distance delivery.  Agenda items will include election of officers, consideration of a resolution to support SB 94 & HB 114, and adoption of loan program variable interest rates for 2021-2022. The board will also hear updates on the ongoing work related to the Corporation’s annual Investment Policy review and the consent solicitation for redeeming the 2013 Refunding Note that bears interest at a rate tied to the London Interbank Offered Rate (LIBOR).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=127952\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20238120210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Agency Meetings\",\n            \"agency_name\": \"Alaska Department of Education and Early Development\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42164,\n            \"title\": \"Public Meeting of the Alaska Student Loan Corporation Ad Hoc Subcommittee\",\n            \"summary\": \"The Alaska Student Loan Corporation (ASLC) Board ad hoc subcommittee will meet on Thursday, May 13, 2021, from 1:00 p.m. to approximately 1:30 p.m.  The purpose of the subcommittee meeting is for staff to provide an update on progress, and potentially a recommendation, related to the review of the Corporation’s Investment Policy and the associated work with the Alaska Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=127953\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20238320210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Agency Meetings\",\n            \"agency_name\": \"Alaska Department of Education and Early Development\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 42165,\n            \"title\": \"US Department of Labor Issues Guidance to States to Permit Greater Flexibility for Waiving the Recovery of Certain Unemployment Insurance Overpayments\",\n            \"summary\": \"The U.S. Department of Labor’s Employment and Training Administration today issued an Unemployment Insurance Program Letter that provides states with guidance on addressing unemployment insurance benefit overpayments established by states for programs authorized by the Coronavirus Aid, Relief, and Economic Security Act. An overpayment occurs when a state finds an individual received a payment or payments to which they are not entitled.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/eta/eta20210505\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL150840NAT506210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Labor, Employment and Training Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42166,\n            \"title\": \"US Department of Labor to Withdraw Independent Contractor Rule\",\n            \"summary\": \"The U.S. Department of Labor today announced the withdrawal effective May 6 of the “Independent Contractor Rule,” to maintain workers’ rights to the minimum wage and overtime compensation protections of the Fair Labor Standards Act. The department is withdrawing the rule for several reasons, including the independent contractor rule was in tension with the FLSA’s text and purpose, as well as relevant judicial precedent. The FLSA includes provisions that require covered employers to pay employees at least the federal minimum wage for every hour they work and overtime compensation at not less than one-and-one-half times their regular rate of pay for every hour they work over 40 in a workweek. FLSA protections do not apply to independent contractors.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/whd/whd20210505\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL62814NAT525210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Labor, Wage and Hour Division\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42167,\n            \"title\": \"Making Ends Meet Series: Consumer Use of Payday, Auto Title, and Pawn Loans\",\n            \"summary\": \"In a new report in our Making Ends Meet series, consumers who use a payday, auto title, or pawn loan in one year are often still using that type of loan a year later. Some users of these services have lower cost credit available on credit cards, while others lack access to traditional credit. Among payday, auto title and pawn loan borrowers who experience significant financial shocks, the costs of these shocks often exceed other possible sources of funds.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/blog/making-ends-meet-series-consumer-use-payday-auto-title-pawn-loans/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2473CFPB1533620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Blog\",\n            \"agency_name\": \"Consumer Financial Protection Bureau\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42168,\n            \"title\": \"Proposed Rule Change Relating to Security-Based Swaps\",\n            \"summary\": \"The Financial Industry Regulatory Authority, Inc. (FINRA) is filing with the Securities and Exchange Commission a proposed rule change to amend FINRA Rules to clarify the application of its rules to security-based swaps (“SBS”) following the SEC’s completion of its rulemaking regarding SBS dealers (“SBSDs”) and major SBS participants (“MSBSPs”) (collectively, “SBS Entities”).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/rule-filings/sr-finra-2021-008\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"255FINRA349178320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42169,\n            \"title\": \"Senate Bill 6: Local Planning: Housing: Commercial Zones\",\n            \"summary\": \"Set for hearing May 10. The Planning and Zoning Law requires each county and city to adopt a comprehensive, long-term general plan for its physical development, and the development of certain lands outside its boundaries, that includes, among other mandatory elements, a housing element. This bill, the Neighborhood Homes Act, would deem a housing development project, as defined, an allowable use on a neighborhood lot, which is defined as a parcel within an office or retail commercial zone that is not adjacent to an industrial use. The bill would require the density for a housing development under these provisions to meet or exceed the density deemed appropriate to accommodate housing for lower income households according to the type of local jurisdiction, including a density of at least 20 units per acre for a suburban jurisdiction.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB6\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSB62320210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 42170,\n            \"title\": \"Announcement of Formula Rate of Interest\",\n            \"summary\": \"Pursuant to the provisions of Chapter 464, Public Acts of 1983, the Commissioner of Financial Institutions hereby announces that the formula rate of interest is 7.25%. This announcement is placed in the Tennessee Administrative Register for the purpose of information only and does not constitute a rule within the meaning of the Uniform Administrative Procedures Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://publications.tnsosfiles.com/pub/tar/announcements/05-01-21.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2883TN05012120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Interest Rate Update\",\n            \"agency_name\": \"Tennessee Department of Financial Institutions\",\n            \"state_name\": \"Tennessee\"\n        },\n        {\n            \"id\": 42171,\n            \"title\": \"Maximum Effective Rate of Interest\",\n            \"summary\": \"The Federal National Mortgage Association has discontinued its free market auction system for commitments to purchase conventional home mortgages. Therefore, the Commissioner of Financial Institutions hereby announces that the maximum effective rate of interest per annum for home loans as set by the General Assembly in 1987, Public Chapter 291, for the month of June 2021 is 6.29 percent per annum. Persons affected by the maximum effective rate of interest for home loans as set forth in this notice should consult legal counsel as to the effect of the Depository Institutions Deregulation and Monetary Control Act of 1980 and regulations pursuant to that Act promulgated by the Federal Home Loan Bank Board.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://publications.tnsosfiles.com/pub/tar/announcements/05-02-21.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2883TN05022120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Interest Rate Update\",\n            \"agency_name\": \"Tennessee Department of Financial Institutions\",\n            \"state_name\": \"Tennessee\"\n        },\n        {\n            \"id\": 42172,\n            \"title\": \"NASAA Names New Communications Director\",\n            \"summary\": \"The North American Securities Administrators Association (NASAA) announced today that Jeanne Hamrick has joined the organization as its Director of Communications. She will report to NASAA Executive Director Joseph Brady. Hamrick joins NASAA from CFP Board of Standards where she served as Director of External Communications. Previously, Hamrick held communications positions with Freddie Mac, the American Red Cross and operated her own communications practice.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nasaa.org/57506/nasaa-names-new-communications-director/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2918NASAA5750620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North American Securities Administrators Association\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42173,\n            \"title\": \"Bowman, the Economic Outlook and Implications for Monetary Policy\",\n            \"summary\": \"Speech by Governor Michelle W. Bowman (via webcast):  \\\"In summary, let me say that I am encouraged by the recent pace of the economic recovery, and I remain optimistic that this strength will continue in the coming months. One reason for my optimism is that businesses have been effective in responding to the challenges posed by the pandemic and by economic restrictions implemented in efforts to contain it. We really can't know how the pandemic will proceed and how that will affect the U.S. economy, but I think we are currently on a good path, and our policy is in a good place.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/bowman20210505a.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED133cy5A20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Speech\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42174,\n            \"title\": \"FEDS 2021-030: the Effect of the PPLF on PPP Lending by Commercial Banks\",\n            \"summary\": \"FEDS Paper by Sriya Anbil, Mark Carlson, and Mary-Frances Styczynski. Abstract: We analyze whether the Federal Reserve’s Paycheck Protection Program Liquidity Facility (PPPLF) was successful in bolstering the ability of commercial banks to provide credit to small businesses under the Small Business Administration’s Paycheck Protection Program (PPP). Using an instrumental variables approach, we find a causal effect of the facility boosting PPP lending. On average, commercial banks that used the PPPLF extended over twice as many PPP loans, relative to their total assets, as banks that did not use the PPPLF. Our instrument is a measure of banks’ familiarity with the operation of the Federal Reserve’s discount window;this measure is strongly related to both the propensity to sign up for and to utilize the PPPLF. Further, using a similar instrumental variables approach, we find evidence that the availability of the facility as a backstop source of funds may also have supported bank PPP lending, especially for larger banks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/the-effect-of-the-ppplf-on-ppp-lending-by-commercial-banks.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED179ksKS20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42175,\n            \"title\": \"Powell, Community Development\",\n            \"summary\": \"Speech by Chair Jerome H. Powell (via webcast):  \\\"We are not out of the woods yet, but I am glad to say that we are now making real progress. While some countries are still suffering terribly in the grip of COVID-19, the economic outlook here in the United States has clearly brightened. Vaccination levels are rising. Fiscal and monetary policy are providing strong support. The economy is reopening, bringing stronger economic activity and job creation.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/powell20210503a.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED97nt3A20210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Speech\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42176,\n            \"title\": \"SEC Order Against Maxwell Drever\",\n            \"summary\": \"The Securities and Exchange Commission deems it appropriate that cease and-desist against Maxwell Drever. These proceedings concern Maxwell Drever’s failure to disclose his receipt of millions of dollars in fees charged to investors in connection with the purchase and redevelopment of a real estate investment project in Dallas, Texas. Between April 2016 and January 2017, Drever raised approximately $53 million from investors who purchased LLC membership interests from Lightning Elm MPN LLC a fund that raised money from investors to purchase and redevelop a commercial building located at 1401 Elm St. in Dallas, Texas. Although the total amount of fees and costs of the project was disclosed to Lightning Elm investors, Drever did not disclose at the time that he transferred more than $10,000,000 to himself. By virtue of this conduct, Drever violated the Securities Act of 1933. Accordingly, it is hereby ORDERED that Respondent shall pay disgorgement of $1,214,246, prejudgment interest of $282,979.17, and a civil money penalty in the amount of $75,000 to the Securities and Exchange Commission.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-10941.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331094120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42177,\n            \"title\": \"SEC Order Against Seth P. Levine, Esq.\",\n            \"summary\": \"The Securities and Exchange Commission (‘Commission’) deems it appropriate and in the public interest that public administrative proceedings be, and hereby are, instituted against Seth P. Levine (‘Respondent’ or ‘Levine’). In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the ‘Offer’) which the Commission has determined to accept. On the basis of this Order and Respondent’s Offer, the Commission finds that Levine, age 52, has been an attorney licensed to practice in the State of New Jersey and the State of New York. Prior to being the owner and president of Norse Holdings, LLC (‘Norse Holdings’), Levine practiced real estate law. The Commission’s complaint alleged, among other things, that Levine defrauded investors of millions of dollars. Accordingly, it is hereby ORDERED pursuant to Rule of the Commission’s Rules of Practice, effective immediately, that Levine is suspended from appearing or practicing before the Commission as an attorney.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91772.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349177220210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42178,\n            \"title\": \"Register for the SEC's 40th Annual Small Business Forum, Featuring Inclusive Conversations on Capital Formation from Startup to Small Cap\",\n            \"summary\": \"The Office of the Advocate for Small Business Capital Formation will host the Securities and Exchange Commission's 40th Annual Government-Business Forum on Small Business Capital Formation virtually from May 24-27, 2021.  Each of the four sessions will feature panelists with in-depth knowledge of the issues facing small businesses across the country, spotlighting the following topics  Finding Your First Dollars, Being a Savvy Investor, Small and Emerging Funds and Small Cap Insights. The Forum website will continue to be updated with details on the agenda, speakers, registration, and FAQs in the coming weeks leading up to the event. All participants will have the opportunity to review and prioritize submitted policy recommendations during the live event.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-79\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECDB2CC09920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42179,\n            \"title\": \"SEC Order Against Hai Khoa Dang\",\n            \"summary\": \"The Securities and Exchange Commission deems it appropriate and in the public interest that public administrative proceedings be, and hereby are, instituted pursuant to Section of the Investment Advisers Act of 1940 against Hai Khoa Dang. The Commission’s complaint alleged that Dang, while acting as an unregistered investment adviser, defrauded a retired couple whom he had advised for 20 years. Dang allegedly led the couple to believe that he would invest the majority of their investment portfolio conservatively and would retain a minimum of $250,000 in cash in their accounts; but instead, Dang engaged in a risky and unauthorized options trading strategy, causing the value of the couple’s accounts to plummet from more than $2.2 million in February 2018 to approximately $27,000 in November 2019. In view of the allegations made by the Division of Enforcement, the Commission deems it necessary and appropriate in the public interest that public administrative proceedings be instituted to determine whether the allegations set forth hereof are true and, in connection therewith, to afford Respondent an opportunity to establish any defenses to such allegations and IT IS ORDERED that a public hearing before the Commission for the purpose of taking evidence on the questions. IT IS FURTHER ORDERED that Respondent shall file an Answer to the allegations contained in this Order within twenty days after service of this Order, as provided by Rule of the Commission’s Rules of Practice.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/ia-5731.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SECIA573120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42180,\n            \"title\": \"CFTC Issues Order of Registration to Mercado Mexicano de Derivados, S.A. de C.V., to Permit Trading by Direct Access from the U.S.\",\n            \"summary\": \"The Commodity Futures Trading Commission announced today that it has issued an Order of Registration to Mercado Mexicano de Derivados, S.A. de C.V. (MexDer), a Foreign Board of Trade (FBOT) located in Mexico City, Mexico, and a subsidiary of the Mexican Stock Exchange Group.  Under the order, MexDer’s members and other U.S. participants may enter orders directly into its trade matching system. MexDer satisfied CFTC requirements for FBOT registration by demonstrating, among other things, that it possesses the attributes of an established, organized exchange. It is subject to comprehensive oversight by its home country regulator whose supervision is comparable to that which the CFTC applies in its oversight of designated contract markets.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.cftc.gov/PressRoom/PressReleases/8386-21\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3237CFTC83862120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Commodity Futures Trading Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42181,\n            \"title\": \"Rep. Sandra Scott to Participate in Virtual Civil Rights Panel Discussion on Civil Forfeiture\",\n            \"summary\": \"State Representative Sandra Scott (D-Rex) will serve as a panelist during the Georgia Advisory Committee to the U.S. Commission on Civil Rights virtual panel discussion on Monday, May 10, 2021, at 12 p.m. via WebEx.   This event will feature testimony on the impact of civil asset forfeiture on communities of color in the state. During the discussion event, Rep. Scott will discuss House Bill 19, legislation she introduced to address civil forfeitures in Georgia.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://house-press.com/rep-sandra-scott-to-participate-in-virtual-civil-rights-panel-discussion-on-civil-forfeiture/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3615GARE9311720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Georgia House of Representatives\",\n            \"state_name\": \"Georgia\"\n        },\n        {\n            \"id\": 42182,\n            \"title\": \"Insurance Commissioner Downing on Funding for State Land Board\",\n            \"summary\": \"One of the Land Board members is State Auditor and Insurance Commissioner Troy Downing further explained the purpose of the board.  “The Board of Land Commissioners is actually in the Montana Constitution, and it was created very specifically to manage state trust lands to fund education,” said Downing.  “If you go back to where those state trust lands came from, which was the Enabling Act, basically it was a federal act that granted land to rural states to fund education.”  One of the methods used to raise funds is the sale of some lands that will go into the ‘land banking program’ that purchases land from which income is derived to fund education.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://csimt.gov/news/insurance-commissioner-downing-on-funding-for-state-land-board/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1265320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Montana Commissioner of Securities and Insurance\",\n            \"state_name\": \"Montana\"\n        },\n        {\n            \"id\": 42183,\n            \"title\": \"Bill Targets Skyrocketing Drug Prices in Montana\",\n            \"summary\": \"A bill that would give Montana officials the power to license and regulate pharmacy benefit managers — the middlemen that negotiate drug prices and determine which medications are covered by health insurers — is headed to Governor Greg Gianforte’s desk.  Troy Downing, Montana’s state auditor and commissioner of securities and insurance, held lengthy discussions and led the drafting of Senate Bill 395 after the U.S. Supreme Court clarified late last year that states can regulate pharmacy benefit managers. The proposal had unanimous support in the Senate and cleared the House on a 98-2 vote.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://csimt.gov/news/bill-targets-skyrocketing-drug-prices-in-montana/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1265420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Montana Commissioner of Securities and Insurance\",\n            \"state_name\": \"Montana\"\n        },\n        {\n            \"id\": 42184,\n            \"title\": \"Low-Income Pennsylvanians Can Benefit from Tax Forgiveness Program\",\n            \"summary\": \"With the personal income tax filing deadline approaching on May 17, 2021, the Department of Revenue is reminding low-income Pennsylvanians that they may be eligible for a refund or reduction of their Pennsylvania personal income taxes through the commonwealth's Tax Forgiveness program. About one in five households qualify for Tax Forgiveness and it is a benefit commonly received by retirees and low-income workers. However, every year there are hundreds of thousands of eligible Pennsylvanians who do not take advantage of the program because they fail to file a Pennsylvania Personal Income Tax Return (PA-40) to claim the reduction or refund on their taxes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/revenue-details.aspx?newsid=340\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA664036820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Department of Revenue\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 42185,\n            \"title\": \"Man, Woman Charged with Insurance Fraud in Staged Crash with U-Haul Truck\",\n            \"summary\": \"North Carolina Insurance Commissioner Mike Causey today announced the arrest of Yushawn Antonio Johnson, 24, of 5315 Arrowwood Circle, Sanford, and Elizabeth Jowana McCall, 24, of 304 Tinderbox Court, Aberdeen. Both were charged with insurance fraud and attempting to obtain property by false pretense, both felonies. The offenses occurred on July 10, 2019.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ncdoi.gov/news/press-releases/2021/05/05/man-woman-charged-insurance-fraud-staged-crash-u-haul-truck\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6109NC264720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Department of Insurance\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 42186,\n            \"title\": \"FTC Acting Chairwoman Slaughter Announces New Appointments to Agency Leadership Positions\",\n            \"summary\": \"Federal Trade Commission Acting Chairwoman Rebecca Kelly Slaughter announced that she has selected Austin King to be the Associate General Counsel for Rulemaking. Replacing Mr. King, who previously served as one of the Acting Chairwoman’s attorney-advisors for consumer protection, will be Gaurav Laroia.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/05/ftc-acting-chairwoman-slaughter-announces-new-appointments-agency\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC89158962720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Trade Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42187,\n            \"title\": \"FTC Sends More Than $273,500 in Refunds to People Who Lost Money to Student Loan Debt Relief Scheme\",\n            \"summary\": \"The Federal Trade Commission is sending more than $273,500 in refunds to people who lost money to a student loan debt relief scheme that charged them illegal upfront fees and tricked them into believing their student loan payments would be permanently lowered or eliminated.  According to an FTC complaint filed in September 2019, Manhattan Beach Venture deceptively marketed payment relief and loan forgiveness programs to people looking for help with their student loans. MBV charged consumers up to $1,400 in upfront fees and led them to believe it went toward their student loans. MBV then funneled consumers into financing this fee through a high-interest loan with third-party financier Equitable Acceptance Corporation, another defendant in the scheme.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ftc.gov/news-events/press-releases/2021/05/ftc-sends-more-273500-refunds-people-who-lost-money-student-loan\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"646FTC99158963520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Trade Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42188,\n            \"title\": \"More Than 1.1 Million Additional Economic Impact Payments Disbursed Under the American Rescue Plan, Payments Total Approximately 164 Million\",\n            \"summary\": \"Today, the Internal Revenue Service, the U.S. Department of the Treasury, and the Bureau of the Fiscal Service announced they are disbursing more than 1.1 million payments in the eighth batch of Economic Impact Payments from the American Rescue Plan. Today’s announcement brings the total disbursed so far to approximately 164 million payments, with a total value of approximately $386 billion, since these payments began rolling out to Americans in batches as announced on March 12.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0161\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT140016120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42189,\n            \"title\": \"Minutes of the Meeting of the Treasury Borrowing Advisory Committee May 4, 2021\",\n            \"summary\": \"The Committee convened in a closed session via teleconference at 10:45 a.m.  All members were present.  Fiscal Assistant Secretary David Lebryk, Deputy Assistant Secretary for Federal Finance Brian Smith, Director of the Office of Debt Management Fred Pietrangeli, and Deputy Director of the Office of Debt Management Nick Steele welcomed the Committee.  Other members of Treasury staff present were Bobby Bishop, Chris Cameron, Dave Chung, David Copenhaver, Tammy Didier, Joshua Frost, Christine Graffunder, Timothy Gribben, Tom Katzenbach, Michael Kiley, Chris Kubeluis, Kyle Lee, Nellie Liang, Justin Reber, Jessie Smith, Brett Solimine, Renee Tang, Brandon Taylor, Gregory Till, and Tom Vannoy.  Federal Reserve Bank of New York staff members Ellen Correia Golay, Matthew Lieber, Susan McLaughlin, Rania Perry, Monica Scheid, and Nathaniel Wuerffel were also present. Fiscal Assistant Secretary Lebryk opened the meeting by emphasizing the importance of the Committee’s work in providing advice to the Treasury on debt management.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0166\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT79016620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42190,\n            \"title\": \"Report to the Secretary of the Treasury from the Treasury Borrowing Advisory Committee\",\n            \"summary\": \"Economic activity rose strongly in the first quarter of 2021, with a 6.4% annualized increase in real GDP. Since the Committee last met, further fiscal support, rapid vaccination that has now reached more than half of American adults, and a recovery in the sectors of the economy most affected by the virus have contributed to an acceleration in economic activity and employment. The course of the virus and further progress on vaccination will continue to influence the trajectory of the economy. But the economic situation of last April, when GDP had fallen an estimated 15% below the pre-pandemic level and the unemployment rate stood at the highest level since the Great Depression, increasingly feels like a long time ago in a galaxy far, far away.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0165\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT86016520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42191,\n            \"title\": \"Quarterly Refunding Statement of Deputy Assistant Secretary for Federal Finance Brian Smith\",\n            \"summary\": \"The U.S. Department of the Treasury is offering $126 billion of Treasury securities to refund approximately $47.7 billion of privately-held Treasury notes and bonds maturing on May 15, 2021.  This issuance will raise new cash of approximately $78.3 billion. The securities are a 3-year note in the amount of $58 billion, maturing May 15, 2024. The 3-year note will be auctioned on a yield basis at 1:00 p.m. EDT on Tuesday, May 11, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0164\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT91016420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42216,\n            \"title\": \"Governor Gordon, Senator Lummis Continue to Lead Wyoming's Rise in Digital Realm\",\n            \"summary\": \"Governor Mark Gordon is welcoming news that the Federal Reserve has announced the opening of a comment period for proposed “Account Access Guidelines for the Reserve Banks”, a critical step towards approval of Wyoming-chartered special purpose depository institutions (SPDIs). SPDIs are custodial banks for digital assets that provide safekeeping and on- and off-ramps to the capital markets. Wyoming’s digital asset framework is the first comprehensive digital asset regulations in the United States.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.wyo.gov/media/news-releases/2021-news-releases/governor-gordon-senator-lummis-continue-to-lead-wyomings-rise-in-digital\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8242WY21620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Wyoming Office of the Governor\",\n            \"state_name\": \"Wyoming\"\n        },\n        {\n            \"id\": 42215,\n            \"title\": \"Wyoming ITC to Host Large-Scale Carbon Capture Test Project\",\n            \"summary\": \"Wyoming’s Integrated Test Center will host one of two projects selected by the U.S. Department of Energy (DOE) for Phase III funding of a large-scale pilot carbon capture project. DOE announced today it has awarded $99 million to two projects for Phase III of their Demonstration of Large-Scale Pilot Carbon Capture Technologies funding opportunity. Membrane Technology and Research (MTR) was awarded $51,699,939 from DOE, and with additional non-federal funding, this project will bring over $64 million in research dollars into Wyoming.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.wyo.gov/media/news-releases/2021-news-releases/wyoming-itc-to-host-large-scale-carbon-capture-test-project\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8242WY18220210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Wyoming Office of the Governor\",\n            \"state_name\": \"Wyoming\"\n        },\n        {\n            \"id\": 42214,\n            \"title\": \"Governor Gianforte Ends Business Equipment Tax Burden for Thousands of Montana Businesses\",\n            \"summary\": \"At Golden Triangle Brew Co. in Fort Benton, Governor Greg Gianforte today signed a bill that relieves thousands of Montana businesses of the burden of paying the business equipment tax.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://news.mt.gov/gov-gianforte-ends-business-equipment-tax-burden-for-thousands-of-montana-businesses\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7976MT18920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Montana Office of the Governor\",\n            \"state_name\": \"Montana\"\n        },\n        {\n            \"id\": 42213,\n            \"title\": \"Governor Walz Calls on Legislature to Pass Summer Learning Package in Minnesota’s COVID-19 Recovery Budget\",\n            \"summary\": \"Today, Governor Tim Walz and Lieutenant Governor Peggy Flanagan called on the Minnesota Senate to quickly pass the summer learning package in Minnesota’s COVID-19 Recovery Budget to ensure schools have the support they need to help students recover from the COVID-19 pandemic. Passed by the Minnesota House in March, the $150 million plan addresses opportunity gaps and expands summer learning opportunities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://mn.gov/governor/news/index.jsp?id=1055-480283\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7969MN48028320210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Minnesota Office of the Governor\",\n            \"state_name\": \"Minnesota\"\n        },\n        {\n            \"id\": 42212,\n            \"title\": \"Walz, Flanagan Announce Appointments\",\n            \"summary\": \"Governor Tim Walz and Lieutenant Governor Peggy Flanagan today announced appointments. Includes 2 appointments to the Governor’s Workforce Development Board.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://mn.gov/governor/news/index.jsp?id=1055-480281\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7969MN48028120210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Minnesota Office of the Governor\",\n            \"state_name\": \"Minnesota\"\n        },\n        {\n            \"id\": 42211,\n            \"title\": \"Governor Pritzker Announces 11 Appointments to Illinois Authorities, Boards and Commissions\",\n            \"summary\": \"Building on a strong team of diverse experts in their fields, Governor JB Pritzker announced appointments in his administration. Tim Ryan will serve on the Finance Authority. Edward Washington, II will serve on the Independent Tax Tribunal.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23258\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2325820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 42210,\n            \"title\": \"Governor Ducey Appoints Tom Simplot to Arizona Department of Housing\",\n            \"summary\": \"Governor Doug Ducey today announced the appointment of former Phoenix City Councilman Tom Simplot to spearhead a new state effort to combat homelessness and housing instability as the Director of the Arizona Department of Housing.   Simplot’s appointment is effective immediately.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/05/governor-ducey-appoints-tom-simplot-arizona-department-housing\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ17520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Arizona Office of the Governor\",\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"id\": 42209,\n            \"title\": \"Remarks by Vice President Harris at the Virtual Washington Conference on the Americas\",\n            \"summary\": \"Vice President Harris: \\\"Good morning.  It is truly an honor to be with you today. The membership of the Council of the Americas includes so many leaders who are truly committed to strengthening economies and democracies throughout the Western Hemisphere.  And I’m very pleased to join you today. Last week, President Joe Biden and I reached the 100th day of our administration.  In that time, we have let the world know and the President has been very clear about this America is back. We have rejoined the Paris Agreement.  We are ending our nation’s longest war.  We are rebuilding our alliances and engaging partners all over the world.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/05/04/remarks-by-vice-president-harris-at-the-virtual-washington-conference-on-the-americas/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH240AS20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Speeches and Remarks\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42208,\n            \"title\": \"Fact Sheet: the Biden-Harris Administration Supports Hard-Hit Restaurants and Bars\",\n            \"summary\": \"Restaurants, bars, and other small businesses offering on-site food and beverages are vital to our communities and economy. From big cities to small towns, these restaurants and bars offer communities a place to gather, celebrate, and share ideas. They also employed nearly 12 percent of all workers prior to the pandemic. Despite their importance, restaurants and bars have suffered severely during the pandemic. The Biden-Harris Administration has made supporting small businesses including small restaurants and bars a top priority.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/05/fact-sheet-the-biden-harris-administration-supports-hard-hit-restaurants-and-bars/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH236RS20210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42207,\n            \"title\": \"Press Briefing by White House COVID-19 Response Team and Public Health Officials\",\n            \"summary\": \"Good afternoon. Thank you for joining us today. Today, I’m joined by Drs. Walensky and Fauci. What I want to start is with the President’s speech yesterday. After we exceeded the two goals that the President set in his first 100 days, yesterday, the President announced a goal of the next leg of the U.S. vaccination effort: to get 70 percent of adults vaccinated with at least one shot and 160 million Americans fully vaccinated by July 4th. That amounts to approximately 100 million shots over the next two months.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/05/05/press-briefing-by-white-house-covid-19-response-team-and-public-health-officials-34/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH2323420210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Briefings\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42206,\n            \"title\": \"Remarks by President Biden on the COVID-19 Response and the Vaccination Program\",\n            \"summary\": \"Good afternoon. Today, two months until July 4th, I’m here to report that we’re in our vaccination program where we are and what comes next in an effort to get this country back closer to normal. And as we stand here today, almost 150 million Americans have gotten at least one shot.  Over 105 million Americans are fully vaccinated.  And among our most vulnerable population seniors we are nearing 85 percent of those who have gotten their first shot. Seventy percent of the seniors are now fully vaccinated. It’s a dramatic turnaround from where we were in January, when less than 2 percent of adults and less than 1 percent of seniors were fully vaccinated.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/speeches-remarks/2021/05/04/remarks-by-president-biden-on-the-covid-19-response-and-the-vaccination-program/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH228AM20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Speeches and Remarks\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42205,\n            \"title\": \"Press Briefing by Press Secretary Jen Psaki, May 4, 2021\",\n            \"summary\": \"MS. PSAKI: \\\"I wanted to provide a brief update on the situation at our southern border.\\\"...  \\\"Friday is 'Jobs Day.'  And to mark the occasion, I wanted to convey to all of you that we are going to be welcoming in Treasury Secretary Janet Yellen to the briefing room on Friday to provide an update to all of you and take some questions. Finally, today, Jeff Zients and members of our COVID Response Team held their weekly meeting with our nation’s governors.\\\"  Opens to questions on topics including Russia, India, and interest rates.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/press-briefings/2021/05/04/press-briefing-by-press-secretary-jen-psaki-may-4-2021/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1792120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Briefings\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42204,\n            \"title\": \"NCUA Charters Maun Federal Credit Union\",\n            \"summary\": \"Maun Federal Credit Union, in Kendall Park, New Jersey, has been chartered to serve a local Islamic community, the National Credit Union Administration announced today.  The NCUA granted a federal charter and National Credit Union Share Insurance Fund coverage to the new credit union. The charter became effective April 26, and Maun Federal Credit Union expects to open in June.  Maun Federal Credit Union will be an Islamic-faith-based, no-interest credit union whose not-for-profit, cooperative business model will fill a need for affordable, federally insured financial services among members of its community.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ncua.gov/newsroom/press-release/2021/ncua-charters-maun-federal-credit-union\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"780NCUA398820210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Chartering/Field of Membership\",\n            \"agency_name\": \"National Credit Union Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42203,\n            \"title\": \"Majority Leader Schumer and Chairman Brown Unveil New Clean Transit for America Plan to Replace Nation’s Polluting Buses with Clean Buses\",\n            \"summary\": \"Today, Tuesday, May 4, 2021, Senate Majority Leader Chuck Schumer (D-NY) and Chairman of the Senate Committee on Banking, Housing and Urban Affairs Sherrod Brown (D-OH) unveiled their new Clean Transit for America plan to help protect our planet by providing $73 billion to move our country’s public transit systems to zero-emission fleets. This announcement comes on the heels of President Biden’s American Jobs Plan and will help combat climate change, improve air quality, and establish a transit workforce training program that will create good paying union jobs. Currently in the United States, only 2% of this nation’s buses are zero-emission vehicles and the volume of air pollutants from diesel buses disproportionally impacts low-income communities and communities of color.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/schumer-brown-clean-transit-for-america-plan\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU23020210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42202,\n            \"title\": \"Toomey Demands HUD Follow the Law on Down Payment Assistance to Homebuyers\",\n            \"summary\": \"U.S. Senate Banking Committee Ranking Member Pat Toomey (R-Pa.) is demanding the Department of Housing and Urban Development (HUD) follow federal law on down payment requirements meant to safeguard taxpayer dollars and protect borrowers from overpaying for HUD-financed homes. While HUD’s Federal Housing Administration (FHA) loans require borrowers to put 3.5% down when purchasing a home, the program does permit down payment assistance, which allows borrowers to purchase homes without putting any money down.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/minority/toomey-demands-hud-follow-the-law-on-down-payment-assistance-to-homebuyers\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU19720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42201,\n            \"title\": \"CME Group Inc. Announces Preliminary Results from its 2021 Annual Meeting of Shareholders\",\n            \"summary\": \"CME Group Inc. (NASDAQ: CME) today announced the preliminary shareholder voting results from its 2021 annual meeting.  At the meeting, shareholders:  Elected Terrence A. Duffy, Timothy S. Bitsberger, Charles P. Carey, Dennis H. Chookaszian, Bryan T. Durkin, Ana Dutra, Martin J. Gepsman, Larry G. Gerdes, Daniel R. Glickman, Daniel G. Kaye, Phyllis M. Lockett, Deborah J. Lucas, Terry L. Savage, Rahael Seifu, William R. Shepard, Howard J. Siegel and Dennis A. Suskind, each for a one-year term expiring in 2022;  Ratified the appointment of Ernst & Young LLP as the company's independent registered public accounting firm for 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-inc-announces-preliminary-results-its-2021-annual\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4666120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42200,\n            \"title\": \"SEC Filing 10-Q: Quarterly Report Which Provides a Continuing View of a Company's Financial Position\",\n            \"summary\": \"CME GROUP INC. Form 10-Q ; Filing Date May 5, 2021; Quarterly report which provides a continuing view of a company's financial position.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/sec-filings/sec-filing/10-q/0001156375-21-000052\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4665620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"SEC Filing\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42199,\n            \"title\": \"CME Group Declares Quarterly Dividend\",\n            \"summary\": \"CME Group Inc., the world's leading and most diverse derivatives marketplace, today declared a second-quarter dividend of $0.90 per share. The dividend is payable June 25, 2021, to shareholders of record as of June 10, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-declares-quarterly-dividend-10\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4665120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42198,\n            \"title\": \"HUD Secretary Fudge, HHS Secretary Becerra Announce Joint Effort to Increase Access to COVID-19 Vaccinations\",\n            \"summary\": \"U.S. Housing and Urban Development (HUD) Secretary Marcia L. Fudge and U.S. Health and Human Service (HHS) Secretary Xavier Becerra today announced a joint-agency effort to increase access to COVID-19 prevention and treatment services, including testing and vaccinations, among disproportionately affected communities, including among HUD-assisted households and people experiencing homelessness. This effort will leverage the Health Center COVID-19 Vaccine Program, which currently provides a direct supply of vaccines to nearly 800 health centers across the country. HUD and HHS expect the effort will reach over 6,000 multifamily housing properties, 6,700 homeless shelters, and approximately 7,500 public housing properties across the country to respond to and stop the spread of COVID-19.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.hud.gov/press/press_releases_media_advisories/HUD_No_21_080\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"774HUD10808020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42197,\n            \"title\": \"Weekly Notification of Rule Amendments - Week of April 26, 2021\",\n            \"summary\": \"The clearing house division of Chicago Mercantile Exchange Inc. submits this Weekly Notification of the following rule amendments issued during the week of April 26, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45908\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4590820210505-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Chicago Mercantile Exchange\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42196,\n            \"title\": \"Rule Certification that Add Corporate Tax Futures to the MGEX Reporting Deadlines\",\n            \"summary\": \"The Minneapolis Grain Exchange, LLC hereby certifies that the amendments to the attached MGEX Resolution complies with the CEAct and the Commission regulations promulgated.  The attached amendments relate to deadlines MGEX sets for its market participants.  Specifically, the Exchange amended Resolution 2101.00.C. to add specific deadlines for Corporate Tax Futures, which MGEX intends to list for trading beginning on May 24, 2021. These additions will facilitate the efficient processing of Corporate Tax Futures transactions submitted to MGEX for clearing.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45907\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4590720210504-1\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Minneapolis Grain Exchange, Inc.\",\n            \"state_name\": \"Minnesota\"\n        },\n        {\n            \"id\": 42195,\n            \"title\": \"ICE Publishes Update on UK Emissions Trading Scheme Ahead of First UK Emissions Auction on May 19\",\n            \"summary\": \"Intercontinental Exchange, Inc. (NYSE:ICE), a leading global provider of data, technology, and market infrastructure, today announced that, ahead of the first auction of UK emissions allowances for the UK Emissions Trading Scheme (UK ETS) due to commence on May 19, the UK Government’s Department for Business, Energy and Industrial Strategy (BEIS) has published updated guidance on the eligibility criteria for participating in the auctions.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://ir.theice.com/press/news-details/2021/ICE-Publishes-Update-on-UK-Emissions-Trading-Scheme-Ahead-of-First-UK-Emissions-Auction-on-May-19/default.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7077ICE25320210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Intercontinental Exchange\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42194,\n            \"title\": \"Freddie Mac Prices $773 Billion Multifamily K-Deal, K-742\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) recently priced a new offering of Structured Pass-Through Certificates (K Certificates), which are backed by underlying collateral consisting of fixed-rate multifamily mortgages with predominantly 7-year terms.  The company expects to issue approximately $773 billion in K Certificates (K-742 Certificates), which are expected to settle on or about May 13, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-prices-773-billion-multifamily-k-deal-k-742\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2268620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Freddie Mac\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42072,\n            \"title\": \"Survey of Consumer Finances (SCF)\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) is adopting a proposal to extend for three years, without revision, the Survey of Consumer Finances (FR 3059; OMB 7100-0287). This triennial survey is the only source of representative information on the structure of U.S. families’ finances. The survey would collect data on the assets, debts, income, work history, pension rights, use of financial services, and attitudes of a sample of U.S. families. Because the ownership of some assets is relatively concentrated in a small number of families, the survey would make a special effort to ensure proper representation of such assets by systematically oversampling wealthier families.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09465/agency-information-collection-activities-announcement-of-board-approval-under-delegated-authority\",\n            \"federal_register_number\": \"2021-09465\",\n            \"regalytics_alert_id\": \"1891FR20210946520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42073,\n            \"title\": \"Senior Financial Officer Surveys\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) is adopting a proposal to extend for three years, without revision, the Senior Financial Officer Surveys (FR 2023; OMB No. 7100-0223). The Board uses the surveys in this collection to gather qualitative and limited quantitative information about liability management, the provision of financial services, and the functioning of key financial markets. Responses are obtained from a senior officer at each participating institution, usually through an electronic submission. Although a survey may not be collected in a given year, the Board may conduct up to four surveys per year when informational needs arise and cannot be met from existing data sources. The survey does not have a fixed set of questions; each survey consists of a limited number of questions directed at topics of timely interest.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09466/agency-information-collection-activities-announcement-of-board-approval-under-delegated-authority\",\n            \"federal_register_number\": \"2021-09466\",\n            \"regalytics_alert_id\": \"1891FR20210946620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42074,\n            \"title\": \"DOL-Only Performance Accountability, Information, and Reporting System\",\n            \"summary\": \"This ICR is the product of a joint effort among the DOL offices responsible for the following programs: WIOA Adult, WIOA Dislocated Worker, WIOA Youth, National Dislocated Worker Grants, Dislocated Worker Projects authorized under WIOA sec. 169(c), Wagner Peyser Employment Service, National Farmworker Jobs Program, Job Corps, YouthBuild, Indian and Native American Program, as well as non-WIOA covered programs, including Trade Adjustment Assistance (TAA), Reentry Employment Opportunities (REO), H–1B discretionary grants, Senior Community Service Employment Program (SCSEP), Apprenticeship grants, and the Jobs for Veterans’ State Grants Programs. While H–1B grants, TAA, SCSEP, Apprenticeship grants and the REO programs are not authorized under WIOA, these programs will be utilizing the data element definitions and reporting templates proposed in this ICR. For additional substantive information about this ICR, see the related notice published in the Federal Register on November 25, 2020 (85 FR 75376). This information collection is subject to the PRA. A Federal agency generally cannot conduct or sponsor a collection of information, and the public is generally not required to respond to an information collection, unless the OMB approves it and displays a currently valid OMB Control Number. In addition, notwithstanding any other provisions of law, no person shall generally be subject to penalty for failing to comply with a collection of information that does not display a valid OMB Control Number. See 5 CFR 1320.5(a) and 1320.6.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09471/agency-information-collection-activities-submission-for-omb-review-comment-request-dol-only\",\n            \"federal_register_number\": \"2021-09471\",\n            \"regalytics_alert_id\": \"1891FR20210947120210505\",\n            \"proposed_comments_due_date\": \"2021-06-04\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Labor\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42075,\n            \"title\": \"Formations of, Acquisitions by, and Mergers of Bank Holding Companies\",\n            \"summary\": \"The companies listed in this notice have applied to become a bank holding company and/or to acquire the assets or the ownership of, control of, or the power to vote shares of a bank or bank holding company and all of the banks and nonbanking companies owned by the bank holding company, including the companies listed below. A. Federal Reserve Bank of Dallas (Karen Smith, Director, Applications) 2200 North Pearl Street, Dallas, Texas 75201-2272: 1. A.N.B. Holding Company, Ltd., Terrell, Texas; to acquire additional voting shares up to 38.5 percent of The ANB Corporation, and thereby indirectly acquire voting shares of The American National Bank of Texas, both of Terrell, Texas.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09487/formations-of-acquisitions-by-and-mergers-of-bank-holding-companies\",\n            \"federal_register_number\": \"2021-09487\",\n            \"regalytics_alert_id\": \"1891FR20210948720210505\",\n            \"proposed_comments_due_date\": \"2021-06-04\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42076,\n            \"title\": \"Reporting Requirements: Mandatory Survey of Foreign Ownership of U.S. Securities\",\n            \"summary\": \"By this Notice, the Department of the Treasury is informing the public that it is conducting a mandatory survey of foreign ownership of U.S. securities as of June 30, 2021. This mandatory survey is conducted under the authority of the International Investment and Trade in Services Survey Act. This Notice constitutes legal notification to all United States persons (defined below) who meet the reporting requirements set forth in this Notice that they must respond to, and comply with, this survey.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09510/mandatory-survey-of-foreign-ownership-of-us-securities\",\n            \"federal_register_number\": \"2021-09510\",\n            \"regalytics_alert_id\": \"1891FR20210951020210505\",\n            \"proposed_comments_due_date\": \"2021-08-31\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42077,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, May 4, 2021\",\n            \"summary\": \"The Closed Meeting scheduled for Thursday, May 6, 2021 at 2:00 p.m., has been changed to Friday, May 7, 2021 at 1:00 p.m.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09552/sunshine-act-meeting-date-change\",\n            \"federal_register_number\": \"2021-09552\",\n            \"regalytics_alert_id\": \"1891FR20210955220210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42078,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Delay the Implementation of BX's Rule Amendment to Limit Short Term Options Series Intervals to July 1, 2021\",\n            \"summary\": \"On April 22, 2021, NASDAQ BX, Inc. (“BX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change, which Items have been prepared by the Exchange. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. BX received approval to amend the Short-Term Options Series program, within Options 4, Section 5, “Series of Options Contracts Open for Trading,” to limit the intervals between strikes for multiply listed equity options classes that have an expiration date more than twenty-one days from the listing date. At this time, BX proposes to delay the implementation of BX’s rule amendment to limit Short Term Options Series intervals between strikes which are available for quoting and trading from “prior to June 30, 2021” to “July 1, 2021.” The Exchange also proposes a small amendment to the table within Supplementary Material .07 to Options 4, Section 5 to add a “greater than” to the table. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/bx/2021/34-91773.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12564BX349177320210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ BX, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42079,\n            \"title\": \"Advance Notice to Amend the Supplemental Liquidity Deposit Requirements\",\n            \"summary\": \"On March 5, 2021, National Securities Clearing Corporation (“NSCC”) filed the advance notice which consists of modifications to Rule 4(A) (Supplemental Liquidity Deposits) of the NSCC’s Rules & Procedures (“Rules”) to (1) calculate and collect, when applicable, supplemental liquidity deposits to NSCC’s Clearing Fund (“Supplemental Liquidity Deposits,” or “SLD”) on a daily basis, rather than only in advance of the monthly expiration of stock options (defined in Rule 4(A) as “Options Expiration Activity Period”); (2) establish an intraday SLD obligation that would apply in advance of Options Expiration Activity Periods and may also be applied on other days, as needed; (3) implement an alternative pro rata calculation of Members’ SLD obligations that may apply in certain circumstances; and (4) simplify and improve the transparency of the description of the calculation, collection and treatment of SLD in Rule 4(A) of the Rules. The proposed change may be implemented if the Commission does not object to the proposed change within 60 days of the later of (i) the date that the proposed change was filed with the Commission or (ii) the date that any additional information requested by the Commission is received.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nscc-an/2021/34-91770.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12577NSCC349177020210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"National Securities Clearing Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42060,\n            \"title\": \"HUBZone Program: Extending Map Freeze\",\n            \"summary\": \"This direct final rule extends the HUBZone map freeze mandated by the National Defense Authorization Act for Fiscal Year 2018 (NDAA 2018) from December 31, 2021, to June 30, 2023. The NDAA 2018 requires that certain certified HUBZone small business concerns shall maintain their HUBZone status until the HUBZone map is updated in accordance with the results of the 2020 census. SBA previously issued a rule to implement this provision and “freeze” the HUBZone map until December 31, 2021. However, SBA has learned that the data necessary to update the HUBZone map to reflect the 2020 census results will not be available to SBA until December 2022. Thus, SBA must extend the HUBZone “freeze” through June 30, 2023, which will permit SBA to process the data, update the HUBZone map, and provide adequate notice to the HUBZone small business community. This amendment is necessary to avoid public confusion about when certain HUBZone designations will be expiring.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09397/hubzone-program-extending-map-freeze\",\n            \"federal_register_number\": \"2021-09397\",\n            \"regalytics_alert_id\": \"1891FR20210939720210505\",\n            \"proposed_comments_due_date\": \"2021-06-04\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": \"2021-06-21\",\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Rule\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42061,\n            \"title\": \"Major Disaster Declaration: New Jersey\",\n            \"summary\": \"This is a Notice of the Presidential declaration of a major disaster for Public Assistance Only for the State of NEW JERSEY (FEMA - 4597 - DR ), dated 04/28/2021. Incident: Severe Winter Storm and Snowstorm.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09400/presidential-declaration-of-a-major-disaster-for-public-assistance-only-for-the-state-of-new-jersey\",\n            \"federal_register_number\": \"2021-09400\",\n            \"regalytics_alert_id\": \"1891FR20210940020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42062,\n            \"title\": \"Disaster Declaration: Hawai'i\",\n            \"summary\": \"This is a notice of an Administrative declaration of a disaster for the State of HAWAII dated 04/29/2021. Incident: Severe Storms, Flooding, Landslides and Mudslides. Incident Period: 03/08/2021 through 03/18/2021. DATES: Issued on 04/29/2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09401/administrative-declaration-of-a-disaster-for-the-state-of-hawaii\",\n            \"federal_register_number\": \"2021-09401\",\n            \"regalytics_alert_id\": \"1891FR20210940120210505\",\n            \"proposed_comments_due_date\": \"2021-06-28\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42063,\n            \"title\": \"Change in Bank Control: Acquisitions of Shares of a Bank or Bank Holding Company\",\n            \"summary\": \"The notificants listed below have applied to acquire shares of a bank or bank holding company. A. Federal Reserve Bank of Atlanta (Kathryn Haney, Assistant Vice President) 1000 Peachtree Street, N.E., Atlanta, Georgia 30309. Comments can also be sent electronically to Applications.Comments@atl.frb.org: 1. Eureka Homestead Employee Stock Ownership Plan, Metairie, Louisiana; to acquire additional voting shares of Eureka Homestead Bancorp, Inc., and thereby indirectly acquire voting shares of Eureka Homestead, both of Metairie, Louisiana. B. Federal Reserve Bank of Dallas (Karen Smith, Director, Applications) 2200 North Pearl Street, Dallas, Texas 75201-2272: 1. Gus K. Eifler, Houston, Texas; to acquire voting shares of Central Bancshares, Inc., by becoming a trustee of both the Carolyn J. Young 2012 Trust and John H. Young 2020 Trust, and thereby indirectly acquire voting shares of Central Bank, all of Houston, Texas, and to become a member of the Young Family Control Group, a group acting in concert. C. Federal Reserve Bank of Richmond (Adam M. Drimer, Assistant Vice President) 701 East Byrd Street, Richmond, Virginia 23219. Comments can also be sent electronically to Comments.applications@rich.frb.org: 1. Kenneth R. Lehman, Fort Lauderdale, Florida; to acquire voting shares of Affinity Bancshares, Inc., and thereby indirectly acquire voting shares of Affinity Bank, both of Covington, Georgia.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09405/change-in-bank-control-notices-acquisitions-of-shares-of-a-bank-or-bank-holding-company\",\n            \"federal_register_number\": \"2021-09405\",\n            \"regalytics_alert_id\": \"1891FR20210940520210505\",\n            \"proposed_comments_due_date\": \"2021-06-20\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42064,\n            \"title\": \"Meeting of the Visiting Committee on Advanced Technology\",\n            \"summary\": \"The National Institute of Standards and Technology (NIST)’s Visiting Committee on Advanced Technology (VCAT or Committee) will meet on Tuesday, June 8, 2021, from 10:00 a.m. to 5:00 p.m. Eastern Time.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09406/visiting-committee-on-advanced-technology\",\n            \"federal_register_number\": \"2021-09406\",\n            \"regalytics_alert_id\": \"1891FR20210940620210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"National Institute of Standards and Technology\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42065,\n            \"title\": \"Meeting of the Information Security and Privacy Advisory Board\",\n            \"summary\": \"The Information Security and Privacy Advisory Board (ISPAB) will meet Wednesday, June 23, 2021 from 10:00 A.M. until 5:00 P.M., Eastern Time, and Thursday, June 24, 2021 from 10:00 A.M. until 5:00 P.M., Eastern Time. All sessions will be open to the public.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09407/open-meeting-of-the-information-security-and-privacy-advisory-board\",\n            \"federal_register_number\": \"2021-09407\",\n            \"regalytics_alert_id\": \"1891FR20210940720210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"National Institute of Standards and Technology\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42066,\n            \"title\": \"Quarterly Survey of Transactions in Selected Services and Intellectual Property with Foreign Persons\",\n            \"summary\": \"The Quarterly Survey of Transactions in Selected Services and Intellectual Property with Foreign Persons (Form BE-125) is a survey that collects data from U.S. persons who engage in covered transactions in selected services or intellectual property with foreign persons. A U.S. person means any individual, branch, partnership, associated group, association, estate, trust, corporation, or other organization (whether or not organized under the laws of any State), resident in the United States or subject to the jurisdiction of the United States. A U.S. person must report if they had combined sales of covered services or intellectual property to foreign persons that exceeded $6 million for the previous fiscal year, or are expected to exceed that amount during the current fiscal year, or if they had combined purchases of covered services or intellectual property from foreign persons that exceeded $4 million for the previous fiscal year, or are expected to exceed that amount during the current fiscal year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09423/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for\",\n            \"federal_register_number\": \"2021-09423\",\n            \"regalytics_alert_id\": \"1891FR20210942320210505\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Bureau of Economic Analysis\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42067,\n            \"title\": \"Report of Selected Money Market Rates\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) invites comment on a proposal to extend for three years, with revision, the Report of Selected Money Market Rates (FR 2420; OMB No. 7100-0357). The FR 2420 is a transaction-based report that collects daily liability data on federal funds purchased, selected borrowings from non-exempt entities,1 Eurodollar transactions, and time deposits and certificates of deposits (CDs) from (1) domestically chartered commercial banks and savings associations that have $18 billion or more in total assets as well as those that have total assets above $5 billion but less than $18 billion and meet the activity threshold, (2) U.S. branches and agencies of foreign banks with total third-party assets of $2.5 billion or more, and (3) significant banking organizations that are active participants in money markets. The FR 2420 also collects daily data on Eurodollar transactions from International Banking Facilities (IBFs) of the above-referenced institutions. The FR 2420 data are used in the publication of the Effective Federal Funds Rate (EFFR) and Overnight Bank Funding Rate (OBFR) and in analysis of current money market conditions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09424/proposed-agency-information-collection-activities-comment-request\",\n            \"federal_register_number\": \"2021-09424\",\n            \"regalytics_alert_id\": \"1891FR20210942420210505\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42068,\n            \"title\": \"Tax on Excess Tax-Exempt Organization Executive Compensation, Correction\",\n            \"summary\": \"This document contains corrections to final regulations (Treasury Decision 9938) that were published in the Federal Register on Tuesday, January 19, 2021. The Treasury Decision provided final regulations implementing an excise tax on remuneration in excess of $1,000,000 and any excess parachute payment paid by an applicable tax-exempt organization to any covered employee.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09425/tax-on-excess-tax-exempt-organization-executive-compensation-correction\",\n            \"federal_register_number\": \"2021-09425\",\n            \"regalytics_alert_id\": \"1891FR20210942520210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": \"2021-05-05\",\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Rule\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42069,\n            \"title\": \"International Applications and Prior Notifications under Subparts a and C of Regulation K\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) invites comment on a proposal to extend for three years, with revision, the International Applications and Prior Notifications under Subparts A and C of Regulation K (FR K-1; OMB No. 7100-0107). Subpart A of Regulation K – International Banking Operations, governs the foreign investments and activities of member banks, Edge and agreement corporations, BHCs, and certain investments by foreign organizations. Subpart C of Regulation K governs investments in export trading companies by eligible investors. The FR K1 information collection contains eleven attachments for the application and notification requirements in Subparts A and C of Regulation K. The Board requires these applications for regulatory and supervisory purposes and to allow the Board to fulfill its statutory obligations under the Federal Reserve Act (FRA) and the Bank Holding Company Act of 1956 (BHC Act). The applications are event-generated and provide the Federal Reserve with information necessary to evaluate each of the proposed transactions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09426/proposed-agency-information-collection-activities-comment-request\",\n            \"federal_register_number\": \"2021-09426\",\n            \"regalytics_alert_id\": \"1891FR20210942620210505\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42070,\n            \"title\": \"Government Securities Dealers Reports\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) is adopting a proposal to extend for three years, with revision, the Government Securities Dealers Reports (FR 2004; OMB No. 7100-0003). The revisions will be effective with the first applicable as of date, January 5, 2022. The Federal Reserve Bank of New York (FRBNY), on behalf of the Federal Reserve System, collects data from primary dealers in the U.S. government securities market. Filing of these data is required to obtain the benefit of primary dealer status. The Federal Reserve uses these data to (1) monitor the condition of the U.S. government securities market in its Treasury market surveillance and analysis of the market and (2) assist and support the U.S. Department of the Treasury (Treasury) in its role as fiscal agent for Treasury financing operations. In addition, these data are used in the analysis of broad financial conditions and a range of financial stability issues.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09459/agency-information-collection-activities-announcement-of-board-approval-under-delegated-authority\",\n            \"federal_register_number\": \"2021-09459\",\n            \"regalytics_alert_id\": \"1891FR20210945920210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": \"2022-01-05\",\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 42071,\n            \"title\": \"Quarterly Report of Assets and Liabilities of Large Foreign Offices of U.S. Banks\",\n            \"summary\": \"The Board of Governors of the Federal Reserve System (Board) is adopting a proposal to extend for three years, without revision, the Quarterly Report of Assets and Liabilities of Large Foreign Offices of U.S. Banks (FR 2502q; OMB No. 7100-0079). U.S. commercial banks, bank holding companies, and Edge Act and agreement corporations are required to file the FR 2502q reporting form, on a quarterly basis, for their large branches (those that have assets of $2 billion or more) and banking subsidiaries (those that have assets of $2 billion or more and deposits of $10 million or more) that are located in the United Kingdom or the Caribbean. The Board has an interest in knowing the amounts of the claims and liabilities of U.S.-chartered banks with respect to residents of individual countries.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/05/2021-09460/agency-information-collection-activities-announcement-of-board-approval-under-delegated-authority\",\n            \"federal_register_number\": \"2021-09460\",\n            \"regalytics_alert_id\": \"1891FR20210946020210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": \"2021-05-05\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-05\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41957,\n            \"title\": \"2020 Lawrence County Tentative Multiplier Announced\",\n            \"summary\": \"Lawrence County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Lawrence County are at  33.34 percent of market value, based on sales of properties in 2017, 2018, and 2019. The equalization factor currently being assigned is for 2020 taxes, payable in 2021. Last year's equalization factor for the county was 1.0000 .\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23252\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2325220210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 41956,\n            \"title\": \"2020 Stephenson County Final Multiplier Announced\",\n            \"summary\": \"Stephenson County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Stephenson County are at 33.44 percent of market value, based on sales of properties in 2017, 2018, and 2019. The equalization factor currently being assigned is for 2020 taxes, payable in 2021.  Last year's equalization factor for the county was 1.0000. The final assessment equalization factor was issued after a public hearing on the tentative factor.  The tentative factor issued in March 2021 was 1.0000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23251\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2325120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 41955,\n            \"title\": \"2020 Knox County Final Multiplier Announced\",\n            \"summary\": \"Knox County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Knox County are at 33.44 percent of market value, based on sales of properties in 2017, 2018, and 2019. The equalization factor currently being assigned is for 2020 taxes, payable in 2021.  Last year's equalization factor for the county was 1.0000. The final assessment equalization factor was issued after a public hearing on the tentative factor.  The tentative factor issued in February 2021 was 1.0000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23250\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2325020210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 41954,\n            \"title\": \"2020 Grundy County Final Multiplier Announced\",\n            \"summary\": \"Grundy County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Grundy County are at 33.39 percent of market value, based on sales of properties in 2017, 2018, and 2019. The equalization factor currently being assigned is for 2020 taxes, payable in 2021.  Last year's equalization factor for the county was 1.0000. The final assessment equalization factor was issued after a public hearing on the tentative factor.  The tentative factor issued in February 2021 was 1.0000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23249\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2324920210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 41953,\n            \"title\": \"2020 Bureau County Final Multiplier Announced\",\n            \"summary\": \"Bureau County has been issued a final property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Bureau County are at 33.23 percent of market value, based on sales of properties in 2017, 2018, and 2019. The equalization factor currently being assigned is for 2020 taxes, payable in 2021.  Last year's equalization factor for the county was 1.0000. The final assessment equalization factor was issued after a public hearing on the tentative factor.  The tentative factor issued in February 2021 was 1.0000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23248\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2324820210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 41952,\n            \"title\": \"Governor Polis Signs Bills Into Law\",\n            \"summary\": \"Today, Governor Jared Polis signed 12 bills into law including SB21-208 General Fund Transfer To State Education Fund.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/5046-governor-polis-signs-bills-law\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COW7420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Colorado Office of the Governor\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 41951,\n            \"title\": \"Governor Ivey Makes Pay Raises for Teachers and State Employees Official, Signs Senate Bill 188, House Bill 320 into Law\",\n            \"summary\": \"Governor Kay Ivey on Tuesday signed Senate Bill 188, sponsored by Sen. Arthur Orr and Rep. Bill Poole, into law, making teacher pay raises official. She also put her signature on House Bill 320 for state employee pay increases. During her state of the state address, Governor Ivey proposed a two percent pay increase for the state’s K-12 and higher education officials, as well as state employees, citing the fact that Alabama’s teachers rose to the challenges of this past year, and state employees maintained functions of government amidst the pandemic.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.alabama.gov/newsroom/2021/05/governor-ivey-makes-pay-raises-for-teachers-and-state-employees-official-signs-senate-bill-188-house-bill-320-into-law/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7867ALG12016520210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Statement\",\n            \"agency_name\": \"Alabama Office of the Governor\",\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"id\": 41950,\n            \"title\": \"Majority Leader Schumer and Chairman Brown Unveil New Clean Transit for America Plan to Replace Nation’s Polluting Buses with Clean Buses\",\n            \"summary\": \"Today, Tuesday, May 4, 2021, Senate Majority Leader Chuck Schumer (D-NY) and Chairman of the Senate Committee on Banking, Housing and Urban Affairs Sherrod Brown (D-OH) unveiled their new Clean Transit for America plan to help protect our planet by providing $73 billion to move our country’s public transit systems to zero-emission fleets. This announcement comes on the heels of President Biden’s American Jobs Plan and will help combat climate change, improve air quality, and establish a transit workforce training program that will create good paying union jobs.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/majority-leader-schumer-and-chairman-brown-unveil-new-clean-transit-for-america-plan-to-replace-nations-polluting-buses-with-clean-buses\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU32220210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41949,\n            \"title\": \"CME Group to Permanently Close Most Open Outcry Trading Pits; Eurodollar Options Pit will Remain Open\",\n            \"summary\": \"CME Group, the world's leading and most diverse derivatives marketplace, today announced that it will not reopen its physical trading pits that were closed last March due to the outbreak of the COVID-19 pandemic.  The Eurodollar options pit, which was reopened last August, will remain open, allowing these contracts to continue to trade in both open outcry and electronic venues. CME Group also announced that, subject to regulatory review, it will delist its full-size, floor-based S&P 500 futures and options contracts following the expiration of the September 2021 contracts on September 17, 2021. Open interest that remains after the delisting will be migrated into the E-mini S&P 500 futures and options contracts that are available electronically on CME Globex.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-permanently-close-most-open-outcry-trading-pits\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4664620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41948,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Allow Discretionary Limit Orders to be Reserve Orders\",\n            \"summary\": \"On April 23, 2021, the Investors Exchange LLC (‘IEX’ or the ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to allow Discretionary Limit orders to be reserve orders. The purpose of this proposed rule filing is to amend IEX Rule 11.190 to allow a Discretionary Limit7 (‘D-Limit’) order to be a reserve order. As proposed, a D-Limit reserve order will essentially function like any other reserve order, i.e., on entry, it will be processed as a single order, and if not fully executed, the D-Limit reserve order will post to the Order Book and effectively be treated by the System as two discrete orders. IEX also proposes to make some conforming edits to the subparagraph headers in the D-Limit order definition to align the rule text with other order definitions. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/iex/2021/34-91754.pdf#\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7476IEX349175420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"Investors Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41947,\n            \"title\": \"ICC Proposes Changes to the ICC End-of-Day Price Discovery Policies and Procedures.\",\n            \"summary\": \"ICC proposes revising the Pricing Policy, which sets out ICC’s end-of-day ('EOD') price discovery process that provides prices for cleared contracts using submissions made by Clearing Participants ('CPs'). This submission includes a description of the changes to the ICC Pricing Policy.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://sirt.cftc.gov/sirt/sirt.aspx?Topic=ClearingOrganizationRulesAD&Key=45905\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7403CFTC4590520210504-2\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"ICE Clear Credit LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41946,\n            \"title\": \"Sub. 21-31 Notification of Temporary Market Interruption\",\n            \"summary\": \"Commodity Exchange Act, as amended, and Commission Regulation, ICE Futures U.S., Inc. (‘IFUS’ or the ‘Exchange’) submits notification to the Commission that, due to a system configuration issue, there was a delayed open of trading for certain Financial Power, Oil Americas, Financial NGL and Financial Natural Gas options markets (listed in Exhibit A) for trade date May 4, 2021. The configuration issue was promptly identified and resolved and trading in the markets, which was scheduled to open at 7:50pm ET (May 3rd), opened at 9:22pm (May 3rd).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/21-31_Delayed_Open_for _Certain_Markets.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE25321569620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Regulatory Filing\",\n            \"agency_name\": \"ICE Clear U.S.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41945,\n            \"title\": \"Freddie Mac Prices $849 Million Multifamily K-Deal, K-F110\",\n            \"summary\": \"Freddie Mac (OTCQB: FMCC) has priced a new offering of Structured Pass-Through Certificates (K Certificates), which includes a class of floating rate bonds indexed to the Secured Overnight Financing Rate (SOFR). The approximately $849 million in K Certificates (K-F110 Certificates) are expected to settle on or about May 13, 2021. The K-F110 Certificates are backed by floating-rate multifamily mortgages with 10-year terms, which are SOFR-based.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://freddiemac.gcs-web.com/news-releases/news-release-details/freddie-mac-prices-849-million-multifamily-k-deal-k-f110\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6992FMAC2266620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Freddie Mac\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41944,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Concerning Video Conference Hearings\",\n            \"summary\": \"On April 28, 2021, NASDAQ PHLX LLC (‘PHLX’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to extend the expiration date of the temporary amendments in SR-PHLX-2020-53 from April 30, 2021, to August 31, 2021. The Exchange proposes to continue to harmonize Exchange Rule General 3, Section 16 with recent changes by the Financial Industry Regulatory Authority, Inc. (‘FINRA’) to its Rule 1015 in response to the COVID-19 global health crisis and the corresponding need to restrict in-person activities. 5 The Exchange originally filed proposed rule change SR-PHLX-2020-53, which allows the Exchange Review Council (‘ERC’) to conduct hearings in connection with appeals of Membership Application Program decisions, on a temporary basis, by video conference, if warranted by the current COVID-19-related public health risks posed by an in-person hearing. Accordingly, the Exchange proposes to extend the expiration date of the temporary rule amendments in SR-PHLX-2020-53 from April 30, 2021, to August 31, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/phlx/2021/34-91766.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6810PHLX349176620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ PHLX LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41943,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ PHLX LLC (‘PHLX’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the SEC a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). While these amendments are effective upon filing, the Exchange has designated the proposed amendments to be operative following Commission approval of the Join [sic] Industry Plan Amendment to the National Market System Plan Governing the Consolidated Audit Trail filed on March 31, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/phlx/2021/34-91751.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6810PHLX349175120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ PHLX LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41942,\n            \"title\": \"Remarks by U.S. Commerce Secretary Gina M. Raimondo 51st Annual Washington Council of the Americas (Virtual)\",\n            \"summary\": \"Remarks by U.S. Commerce Secretary Gina M. Raimondo:  \\\"Our over-arching goal is to support a prosperous, safe, and democratic region where the United States can partner with countries in the region to advance shared interests.  While we expect to begin to recover this year, IMF and World Bank projections suggest that we won’t reach pre-crisis levels of economic activity until 2023 or beyond.  We are focused on Competitiveness, Transparency and Security because we have identified them as pillars on which we can help build economic growth and job creation in the United States and in Latin America more broadly to support recovery.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.commerce.gov/news/speeches/2021/05/remarks-us-commerce-secretary-gina-m-raimondo-51st-annual-washington-council\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"650USDOC23120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Speeches\",\n            \"agency_name\": \"U.S. Department of Commerce\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41941,\n            \"title\": \"Announcement of Maximum Effective Rate of Interest on Home Loans\",\n            \"summary\": \"The Federal National Mortgage Association has discontinued its free market auction system for commitments to purchase conventional home mortgages. Therefore, the Commissioner of Financial Institutions hereby announces that the maximum effective rate of interest per annum for home loans as set by the General Assembly in 1987, Public Chapter 291, for the month of June, 2021 is 6.29 percent per annum.  The rate as set by the said law is an amount equal to four percentage points above the index of market yields of long-term government bonds adjusted to a thirty (30) year maturity by the U. S. Department of the Treasury.  For the most recent weekly average statistical data available preceding the date of this announcement, the calculated rate is 2.29 percent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/5/4/announcement-of-maximum-effective-rate-of-interest-on-home-loans.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI171ns20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Tennessee Department of Financial Institutions\",\n            \"state_name\": \"Tennessee\"\n        },\n        {\n            \"id\": 41940,\n            \"title\": \"Commissioner Gonzales Announces Weekly Formula Rate May 4, 2021\",\n            \"summary\": \"Tennessee Department of Financial Institutions Commissioner Greg Gonzales announced today that the maximum effective formula rate of interest in Tennessee is 7.25 percent per annum.  The rate is based on a ceiling of 4 percent over the weekly average prime loan rate of 3.25 percent as published by the Federal Reserve on May 3, 2021.  Commissioner Gonzales said the rate remains in effect until the average prime loan rate as announced by the Federal Reserve Bank changes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.tn.gov/tdfi/news/2021/5/4/commissioner-gonzales-announces-weekly-formula-rate-may-4--2021.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"430TNDFI1692120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Tennessee Department of Financial Institutions\",\n            \"state_name\": \"Tennessee\"\n        },\n        {\n            \"id\": 41939,\n            \"title\": \"SEC Order Against Bradley J. Tennison\",\n            \"summary\": \"Bradley J. Tennison, 54 years old, is a resident of Mesa, Arizona.  On June 23, 2020, Tennison pleaded guilty to the attempted sale of unregistered securities, a felony, Case No. CR2019-002711-002 DT.  The Superior Court entered a judgment of guilty against Tennison, sentenced him to supervised probation for a term of three years, and ordered him to pay restitution of $8,185,000.  On January 22, 2021, the Arizona Corporation Commission entered a final order by consent against Tennison revoking his Arizona securities salesman registration, revoking his investment adviser representative license, and ordering him to pay a $75,000 penalty.  The conduct giving rise to Tennison’s guilty plea and state revocation order involved Tennison’s sale to nine investors, between October 2015 through September 2016, of unregistered securities in The Joseph Project, a supposed religious and humanitarian project for which Tennison served as the general manager. In connection with these sales, Tennison told investors falsely that the funds would be invested with banks that would use the investment proceeds for after-hours trading to generate returns; the investment was 100% safe; and that profits would be used, in part, for religious and humanitarian projects.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91749.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349174920210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41938,\n            \"title\": \"Application for an Exemption for Nushares ETF Trust, et al.\",\n            \"summary\": \"Nushares ETF Trust, Nuveen Fund Advisors, LLC and Nuveen Securities, LLC filed an application on February 5, 2021, and an amendment to the application on March 16, 2021, requesting an order under the Investment Company Act of 1940 for an exemption.  Accordingly, in the matter of Nuveen Fund Advisors, LLC, et al. (File No. 812-15199), IT IS ORDERED, that the requested exemption is granted, effective immediately, subject to the conditions contained in the application, as amended.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34265.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3426520210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41937,\n            \"title\": \"Application Filed under the Investment Company Act for the Ohio National Life Insurance Company, et al.\",\n            \"summary\": \"The Ohio National Life Insurance Company, et al. and  the Section 26 Applicants, Ohio National Fund, Inc. (ON Fund) and Ohio National Investments, Inc. (ONII) filed an application on February 27, 2020 and amendments to the application on June 26, 2020, November 20, 2020, January 29, 2021, April 1, 2021, and April 2, 2021. The Applicants requested an order to approve the substitutions of shares of certain registered management investment companies with shares of certain other registered management investment companies.   Accordingly, in the matter of The Ohio National Life Insurance Company, et al. (File No. 812- 15101),  IT IS ORDERED, that the proposed substitution is approved, effective immediately, subject to the conditions contained in the application, as amended.  IT IS FURTHER ORDERED, that the requested exemption from is granted, effective immediately, subject to the conditions contained in the application, as amended.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34264.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3426420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41936,\n            \"title\": \"Proposed Rule Change to Increase Position Limits for Options on Certain Exchange-Traded Funds and an Exchange-Traded Note\",\n            \"summary\": \"On April 21, 2021, CBOE Exchange, Inc. (‘Exchange’ or ‘CBOE Options’) filed with the Securities and Exchange Commission (‘Commission’) the proposed rule change to increase position limits for options on certain exchange-traded funds (‘ETFs’) and exchange-traded notes (‘ETNs’). Position limits are designed to address potential manipulative schemes and adverse market impacts surrounding the use of options, such as disrupting the market in the security underlying the options. While position limits should address and discourage the potential for manipulative schemes and adverse market impact, if such limits are set too low, participation in the options market may be discouraged. The Exchange believes that position limits must therefore be balanced between mitigating concerns of any potential manipulation and the cost of inhibiting potential hedging activity that could be used for legitimate economic purposes. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-91767.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349176720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41935,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE Exchange, Inc. (‘Exchange’ or ‘CBOE Options’) filed with the Securities and Exchange Commission (‘Commission’) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboe/2021/34-91760.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"269CBOE349176020210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41934,\n            \"title\": \"SEC Notice Regarding Baomap Advisors Limited, et al.\",\n            \"summary\": \"The investment advisers whose names appear in the Appendix, hereinafter referred to as the “registrants,” are registered as investment advisers pursuant to section 203 of the Investment Advisers Act of 1940.  The Commission has found that the registrants are no longer in existence, are not engaged in business as investment advisers, or are prohibited from registering as investment advisers under section 203A of the Investment Advisers Act of 1940.  IT IS ORDERED, pursuant to Investment Advisers Act of 1940, that the registration of each of said registrants be, and hereby is, cancelled.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/other/2021/ia-5730.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"264SECIA573020210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41933,\n            \"title\": \"Glen Burnie Woman Convicted of Filing False Tax Returns\",\n            \"summary\": \"Maryland Attorney General Brian E. Frosh today announced that Marsha Reed, 38, of Glen Burnie was convicted of three counts of filing a false income tax return. Anne Arundel County Circuit Court Judge J. Michael Wachs sentenced Reed to 5 years in jail, all suspended, and five years supervised probation. As a condition of probation, Reed is prohibited from acting as a tax preparer. Judge Wachs also ordered Reed to pay $24,727 in restitution to the Comptroller. Reed owned and operated M & E Tax Service in Glen Burnie. While not a registered tax preparer in Maryland, Reed prepared and filed state income tax returns, for a fee, on behalf of numerous Maryland residents. Many of the Maryland tax returns Reed filed on behalf of her clients included false information, which reduced their Maryland tax liabilities and improperly increased their state tax refunds by $24,727.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.marylandattorneygeneral.gov/press/2021/050421.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"195MD556120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Maryland Office of the Attorney General\",\n            \"state_name\": \"Maryland\"\n        },\n        {\n            \"id\": 41932,\n            \"title\": \"Agency Information Collection Activities: Comment Request - Notice of Claim and Proof of Loss, Export Credit Insurance Policies.\",\n            \"summary\": \"The Notice of Claim and Proof of Loss, Export Credit Insurance Policies is necessary to determine eligibility of the export sales for insurance coverage. The Report of Premiums Payable for Financial Institutions Only is used to determine the eligibility of the shipment(s) and to calculate the premium due to Ex-Im Bank for its support of the shipment(s) under its insurance program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09389/agency-information-collection-activities-comment-request\",\n            \"federal_register_number\": \"2021-09389\",\n            \"regalytics_alert_id\": \"1891FR20210938920210504\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Export-Import Bank\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41931,\n            \"title\": \"Application for Permit from HPS Corporate Lending Fund and HPS Investment Partners, LLC\",\n            \"summary\": \"Applicants HPS Corporate Lending Fund and HPS Investment Partners, LLC request an order to permit certain closed-end management investment companies that intend to elect to be regulated as business development companies (“BDCs”) to issue multiple classes of shares with varying sales loads and asset-based service and/or distribution fees.  An order granting the requested relief will be issued unless the Commission orders a hearing.  Hearing requests should be received by the Commission by 5:30 p.m. on May 24, 2021 and should be accompanied by proof of service on the applicants, in the form of an affidavit, or, for lawyers, a certificate of service.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09385/hps-corporate-lending-fund-and-hps-investment-partners-llc\",\n            \"federal_register_number\": \"2021-09385\",\n            \"regalytics_alert_id\": \"1891FR20210938520210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41930,\n            \"title\": \"Actuarial Advisory Committee with Respect to the Railroad Retirement Account, Public Meeting\",\n            \"summary\": \"Notice is hereby given that the Actuarial Advisory Committee will hold a virtual meeting on May 19, 2021, at 12:30 p.m. (Central Daylight Time), on the conduct of the 28th Actuarial Valuation of the Railroad Retirement System. The agenda for this meeting will include a discussion of the assumptions to be used in the 28th Actuarial Valuation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09377/actuarial-advisory-committee-with-respect-to-the-railroad-retirement-account-notice-of-public\",\n            \"federal_register_number\": \"2021-09377\",\n            \"regalytics_alert_id\": \"1891FR20210937720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"U.S. Railroad Retirement Board\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41929,\n            \"title\": \"Proposed Extension of Information Collection Request Submitted for Public Comment - Form 8027 and 8027-T\",\n            \"summary\": \"Employers must annually report to the IRS receipts and tips from their large food or beverage establishments. Employers use Form 8027 to report that information. In addition, employers use Form 8027 to determine if the employer must allocate tips for tipped employees. Filers of Form 8027 may be required to file electronically. Employers operating more than one food or beverage establishment use Form 8027-T to send multiple Forms 8027 to the IRS.  The Internal Revenue Service invites the public and other Federal agencies to take this opportunity to comment on proposed and/or continuing information collections.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09367/proposed-extension-of-information-collection-request-submitted-for-public-comment-comment-request-on\",\n            \"federal_register_number\": \"2021-09367\",\n            \"regalytics_alert_id\": \"1891FR20210936720210504\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41928,\n            \"title\": \"Proposed Collection, Comment Request for Form 8904\",\n            \"summary\": \"The Internal Revenue Service (IRS) is soliciting comments concerning the information collection entitled Credit for Oil and Gas Production From Marginal Wells.  Public Law 108-357, Title III, Subtitle C, section 341(a) has caused us to develop a credit for oil and gas production from marginal wells, which is reflected on Form 8904 and its instructions. Tax year 2017 will be the first year Form 8904 and its instructions will be released.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09366/proposed-collection-comment-request-for-form-8904\",\n            \"federal_register_number\": \"2021-09366\",\n            \"regalytics_alert_id\": \"1891FR20210936620210504\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41927,\n            \"title\": \"Proposed Collection, Comment Request for Form 8824\",\n            \"summary\": \"The Internal Revenue Service (IRS )is soliciting comments concerning Form 8824, Like-Kind Exchanges.  Form 8824 is used by individuals, corporations, partnerships, and other entities to report the exchange of business or investment property, and the deferral of gains from such transactions under Internal Revenue Code section 1031. It is also used to report the deferral of gain under Code section 1043 from conflict-of-interest sales by certain members of the executive branch of the Federal government.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09365/proposed-collection-comment-request-for-form-8824\",\n            \"federal_register_number\": \"2021-09365\",\n            \"regalytics_alert_id\": \"1891FR20210936520210504\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41926,\n            \"title\": \"Proposed Collection, Comment Request for Form 8994\",\n            \"summary\": \"The Internal Revenue Service (IRS) is soliciting comments concerning Form 8994, Employer Credit for Paid Family and Medical Leave.  The law establishes a credit for employers that provide paid family and medical leave to employees. This is a general business credit employers may claim, based on wages paid to qualifying employees while they are on family and medical leave, subject to certain conditions. The credit is for wages paid beginning after December 31, 2017 and it is not available for wages paid beginning after December 31, 2019.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09364/proposed-collection-comment-request-for-form-8994\",\n            \"federal_register_number\": \"2021-09364\",\n            \"regalytics_alert_id\": \"1891FR20210936420210504\",\n            \"proposed_comments_due_date\": \"2021-07-06\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41925,\n            \"title\": \"Proposed Collection, Comment Request - Form SF-3\",\n            \"summary\": \"The Securities and Exchange Commission ('Commission') is soliciting comments on the collection of information for Form SF-3 (17 CFR 239.45) is a short form registration statement used for non-shelf issuers of asset-backed securities to register a public offering of their securities under the Securities Act of 1933 (15 U.S.C. 77a et seq.). Form SF-3 takes approximately 1,380 hours per response and is filed by approximately 71 issuers annually. The information collected is intended to ensure that the information required to be filed by the Commission permits verification of compliance with securities law requirements and assures the public availability of such information in the asset-backed securities market. We estimate that 25% of the 1,383.21 hours per response (345.80 hours) is prepared by the issuer for a total annual reporting burden of 24,552 hours (345.80 hours per response × 71 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09354/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09354\",\n            \"regalytics_alert_id\": \"1891FR20210935420210504\",\n            \"proposed_comments_due_date\": \"2021-07-04\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41924,\n            \"title\": \"Proposed Collection, Comment Request - Form 8-k\",\n            \"summary\": \"The Securities and Exchange Commission ('Commission') is soliciting comments on the collection of information for Form 8-K (17 CFR 249.308) is filed by issuers to satisfy their current reporting obligations pursuant to Sections 13 and 15(d) of the Securities Exchange Act of 1934 (15 U.S.C. 78m and 78o(d)) in connection with the occurrence of significant corporate events. The purpose of Form 8-K is to provide investors with prompt disclosure of material information so that investors will be able to make investment and voting decisions better informed and receive information more timely. We estimate that Form 8-K takes 9.2145 hours per response and is filed by 118,387 responses annually. We estimate that 75% of the 9.2145 hours per response (6.91087 hours) is prepared by the issuer for a total annual reporting burden of 818,158 hours (6.91087 hours per response × 118,387 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09353/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09353\",\n            \"regalytics_alert_id\": \"1891FR20210935320210504\",\n            \"proposed_comments_due_date\": \"2021-07-04\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41923,\n            \"title\": \"Proposed Collection, Comment Request - Form SF-1\",\n            \"summary\": \"The Securities and Exchange Commission ('Commission') is soliciting comments on the collection of information Form SF-1 (17 CFR 239.44) is the registration statement for non-shelf issuers of assets-backed securities register a public offering of their securities under the Securities Act of 1933 (15 U.S.C. 77a et seq.). The information collected is intended to ensure that the information required to be filed by the Commission permits verification of compliance with securities law requirements and assures the public availability of such information in the asset-backed securities market. Form SF-1 takes approximately 1,384 hours per response and is filed by approximately 6 respondents. We estimate that 25% of the 1,384 hours per response (346 hours) is prepared by the registrant for a total annual reporting burden of 2,076 hours (346 hours per response × 6 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09352/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09352\",\n            \"regalytics_alert_id\": \"1891FR20210935220210504\",\n            \"proposed_comments_due_date\": \"2021-07-04\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41922,\n            \"title\": \"Proposed Collection, Comment Request - Form F-10\",\n            \"summary\": \"The Securities and Exchange Commission ('Commission') is soliciting comments on the collection of information Form F-10 (17 CFR 239.40) is a registration statement under the Securities Act of 1933 (15 U.S.C. 77a et seq.) that may be used by a foreign private issuer that: Is incorporated or organized in Canada; has been subject to, and in compliance with, Canadian reporting requirements for at least 12 months and has an aggregate market value of common stock held by non-affiliates of at least $75 million. The purpose of this information collection is to permit verification of compliance with securities law requirements and assure the public availability of such information. We estimate that Form F-10 takes 28.98 hours per response and is filed by 77 respondents. We further estimate that 25% of the 28.98 hours per response (7.25 hours) is prepared by the issuer for an annual reporting burden of 558 hours (7.25 hours per response × 77 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09351/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09351\",\n            \"regalytics_alert_id\": \"1891FR20210935120210504\",\n            \"proposed_comments_due_date\": \"2021-07-04\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41921,\n            \"title\": \"Proposed Collection, Comment Request - Form S-1\",\n            \"summary\": \"The Securities and Exchange Commission (‘Commission’) is soliciting comments on the collection of information for Form S-1 (17 CFR 239.11) is used by domestic issuers who are not eligible to use other forms to register a public offering of their securities under the Securities Act of 1933 (15 U.S.C. 77a et seq.). The information collected is intended to ensure that the information required to be filed by the Commission permits verification of compliance with securities law requirements and assures the public availability of such information. Form S-1 takes approximately 653.5436 hours per response and is filed by approximately 894 respondents. We estimate that 25% of the 653.5436 hours per response (163.3859 hours) is prepared by the registrant for a total annual reporting burden of 146,067 hours (163.3859 hours per response × 894 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09350/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09350\",\n            \"regalytics_alert_id\": \"1891FR20210935020210504\",\n            \"proposed_comments_due_date\": \"2021-07-04\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41920,\n            \"title\": \"Proposed Collection, Comment Request - Form S-8\",\n            \"summary\": \"The Securities and Exchange Commission (‘Commission’) is soliciting comments on the collection of information for Form S-8 (17 CFR 239.16b) under the Securities Act of 1933 (15 U.S.C. 77a et seq.) is the primary registration statement used by eligible registrants to register securities to be issued in connection with an employee benefit plan. We estimate that Form S-8 takes approximately 27 hours per response to prepare and is filed by approximately 2,140 respondents. In addition, we estimate that 50% of the preparation time (13.5 hours) is completed in-house by the filer for a total annual reporting burden of 28,890 (13.5 hours per response × 2,140 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09349/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09349\",\n            \"regalytics_alert_id\": \"1891FR20210934920210504\",\n            \"proposed_comments_due_date\": \"2021-07-04\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41919,\n            \"title\": \"Proposed Collection, Comment Request - Form 10-D\",\n            \"summary\": \"The Securities and Exchange Commission (‘Commission’) is soliciting comments on this collection of information for Form 10-D is a periodic report used by asset-backed issuers to file distribution and pool performance information pursuant to Rule 13a-17 (17 CFR 240.13a-17) or Rule 15d-17 (17 CFR 240.15d-17) of the Securities Exchange Act of 1934 ('Exchange Act') (15 U.S.C.78a et seq.). The form is required to be filed within 15 days after each required distribution date on the asset-backed securities, as specified in the governing documents for such securities. The information provided by Form 10-D is mandatory and all information is made available to the public upon request. Form 10-D takes approximately 39.0 hours per response to prepare and is filed by approximately 8,258 respondents. We estimate that 75% of the 39.0 hours per response (29.25 hours) is prepared by the company for a total annual reporting burden of 241,547 hours (29.25 hours per response × 8,258 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09348/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09348\",\n            \"regalytics_alert_id\": \"1891FR20210934820210504\",\n            \"proposed_comments_due_date\": \"2021-07-04\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41918,\n            \"title\": \"Proposed Collection, Comment Request - Form S-3\",\n            \"summary\": \"The Securities and Exchange Commission (‘Commission’) is soliciting comments on the collection of information of Form S-3 (17 CFR 239.13) is a short form registration statement used by domestic issuers to register a public offering of their securities under the Securities Act of 1933 (15 U.S.C. 77a et seq.). Form S-3 takes approximately 467.4192 hours per response and is filed by approximately 1,647 issuers annually. We estimate that 25% of the 467.4195 hours per response (116.8548 hours) is prepared by the issuer for a total annual reporting burden of 192,460 hours (116.8548 hours per response × 1,647 responses).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09347/proposed-collection-comment-request\",\n            \"federal_register_number\": \"2021-09347\",\n            \"regalytics_alert_id\": \"1891FR20210934720210504\",\n            \"proposed_comments_due_date\": \"2021-07-04\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41917,\n            \"title\": \"Diamond State Ventures II, L.P., Surrender of License of Small Business Investment Company\",\n            \"summary\": \"Small Business Investment Company License No. 06/06-0333 issued to Diamond State Ventures II, LP, is hereby declared null and void.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09336/diamond-state-ventures-ii-lp-surrender-of-license-of-small-business-investment-company\",\n            \"federal_register_number\": \"2021-09336\",\n            \"regalytics_alert_id\": \"1891FR20210933620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41916,\n            \"title\": \"Appraisal Subcommittee Meeting\",\n            \"summary\": \"In accordance with Section 1104 (b) of Title XI of the Financial Institutions Reform, Recovery, and Enforcement Act of 1989, as amended, notice is hereby given that the Appraisal Subcommittee (ASC) will meet in open session for a special meeting on May 14, 2021, 10:00 a.m. ET. Due to the COVID-19 Pandemic, the meeting will be open to the public via live webcast only.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09316/appraisal-subcommittee-notice-of-meeting\",\n            \"federal_register_number\": \"2021-09316\",\n            \"regalytics_alert_id\": \"1891FR20210931620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"Federal Financial Institutions Examination Council\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41915,\n            \"title\": \"Resolution Planning for Fannie Mae and Freddie Mac\",\n            \"summary\": \"The Federal Housing Finance Agency (FHFA) is publishing a final rule that requires Fannie Mae and Freddie Mac (the Enterprises) to develop plans to facilitate their rapid and orderly resolution in the event FHFA is appointed receiver. A resolution planning rule is an important part of FHFA's ongoing effort to develop a robust prudential regulatory framework for the Enterprises, including capital, liquidity, and stress testing requirements, as well as enhanced supervision, which will be critical to FHFA's supervision of the Enterprises particularly in the event of an exit from conservatorship. Requiring the Enterprises to develop resolution plans would support FHFA's efforts as receiver for the Enterprises to, among other things, minimize disruption in the national housing finance markets by providing for the continued operation of an Enterprise's core business lines (CBLs) by a limited-life regulated entity (LLRE), ensure that private-sector investors in Enterprise securities, including Enterprise debt, stand to bear losses in accordance with the statutory priority of payments while minimizing unnecessary losses and costs to these investors. In addition, resolution planning will help foster market discipline in part through FHFA publication of “public” sections of Enterprise resolution plans. This rule is effective on July 6, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09287/resolution-planning\",\n            \"federal_register_number\": \"2021-09287\",\n            \"regalytics_alert_id\": \"1891FR20210928720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": \"2021-07-06\",\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Rule\",\n            \"agency_name\": \"Federal Housing Finance Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41914,\n            \"title\": \"Notification of Citizens Coinage Advisory Committee May 18, 2021, Public Meeting\",\n            \"summary\": \"The United States Mint announces the Citizens Coinage Advisory Committee (CCAC) teleconference public meeting scheduled for May 18, 2021 1:00 p.m. to 4:30 p.m. (EST).  Subject: Review and discussion of candidate designs for the 2023 American Innovation $1 Coin Program (Ohio, Louisiana, Indiana, and Mississippi).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09286/notification-of-citizens-coinage-advisory-committee-may-18-2021-public-meeting\",\n            \"federal_register_number\": \"2021-09286\",\n            \"regalytics_alert_id\": \"1891FR20210928620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"United States Mint\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41913,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Programs in Connection with the Listing and Trading of P.M.-Settled Series on Certain Broad-Based Index Options\",\n            \"summary\": \"On April 16, 2021, CBOE EDGX Exchange, Inc. (the ‘Exchange’ or ‘EDGX Options’) filed with the Securities and Exchange Commission (the ‘Commission’) the proposed rule change extend the pilot programs in connection with the listing and trading of P.M.-settled series on certain broad-based index options. The proposed rule change extends the listing and trading of P.M.-settled series on certain broad-based index options on a pilot basis. Rule 29.11(a)(6) currently permits the listing and trading of XSP options with third-Friday-of-the-month expiration dates, whose exercise settlement value will be based on the closing index value on the expiration day (‘P.M.-settled’) on a pilot basis set to expire on May 3, 2021 (the ‘XSPPM Pilot Program’). Rule 29.11(j)(3) also permits the listing and trading of P.M.-settled options on broad-based indexes with weekly expirations (‘Weeklys’) and end-of-month expirations (‘EOMs’) on a pilot basis set to expire on November 2, 2020 (the ‘Nonstandard Expirations Pilot Program’, and together with the XSPPM Pilot Program, the ‘Pilot Programs’). The Exchange proposes to extend the Pilot Programs through November 1, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09285/self-regulatory-organizations-cboe-edgx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09285\",\n            \"regalytics_alert_id\": \"1891FR20210928520210504\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE EDGX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41912,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Pilot Programs in Connection with the Listing and Trading of P.M.-Settled Series on Certain Broad-Based Index Options\",\n            \"summary\": \"On April 16, 2021, CBOE BZX Exchange, Inc. (the ‘Exchange’ or ‘BZX Options’) filed with the Securities and Exchange Commission (the ‘Commission’) the proposed rule change to proposes to extend the pilot programs in connection with the listing and trading of P.M.-settled series on certain broad-based index options. The proposed rule change extends the listing and trading of P.M.-settled series on certain broad-based index options on a pilot basis. Rule 29.11(a)(6) currently permits the listing and trading of XSP options with third-Friday-of-the-month expiration dates, whose exercise settlement value will be based on the closing index value on the expiration day (‘P.M.-settled’) on a pilot basis set to expire on May 3, 2021 (the ‘XSPPM Pilot Program’). Rule 29.11(j)(3) also permits the listing and trading of P.M.-settled options on broad-based indexes with weekly expirations (‘Weeklys’) and end-of-month expirations (‘EOMs’) on a pilot basis set to expire on May 3, 2021 (the ‘Nonstandard Expirations Pilot Program’, and together with the XSPPM Pilot Program, the ‘Pilot Programs’). The Exchange proposes to extend the Pilot Programs through November 1, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09284/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09284\",\n            \"regalytics_alert_id\": \"1891FR20210928420210504\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41911,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Operation of Its SPXPM Pilot Program\",\n            \"summary\": \"On April 16, 2021, CBOE Exchange, Inc. (the ‘Exchange’ or ‘CBOE Options’) filed with the Securities and Exchange Commission (the ‘Commission’) the proposed rule change to extend the operation of its SPXPM pilot program. On February 8, 2013, the Securities and Exchange Commission (the ‘Commission’) approved a rule change that established a Pilot Program that allows the Exchange to list options on the S&P 500 Index whose exercise settlement value is derived from closing prices on the last trading day prior to expiration (‘SPXPM’). On July 31, 2013, the Commission approved a rule change that amended the Pilot Program to allow the Exchange to list options on the Mini-SPX Index (‘XSP’) whose exercise settlement value is derived from closing prices on the last trading day prior to expiration (‘P.M.-settled XSP’). On February 5, 2021, the Commission approved a rule change that amended the Pilot Program to allow the Exchange to list options on the Mini Russell 2000 Index (‘MRUT’ or ‘Mini-RUT’) whose exercise settlement value is derived from closing prices on the last trading day prior to expiration (‘P.M.-settled MRUT’) (together, SPXPM, P.M.-settled XSP, and P.M.-settled MRUT to be referred to herein as the ‘Pilot Products’). The Exchange has extended the pilot period numerous times, which to Rule is currently set to expire on the earlier of May 3, 2021 or the date on which the pilot program is approved on a permanent basis. The Exchange hereby proposes to further extend the end date of the pilot period to November 1, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09283/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09283\",\n            \"regalytics_alert_id\": \"1891FR20210928320210504\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41910,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Renew Its Nonstandard Expirations Pilot Program Until November 1, 2021\",\n            \"summary\": \"On April 16, 2021, CBOE Exchange, Inc. (the ‘Exchange’ or ‘CBOE Options’) filed with the Securities and Exchange Commission (the ‘Commission’) the proposed rule change to renew an existing pilot program until November 1, 2021. On September 14, 2010, the Securities and Exchange Commission (the ‘Commission’) approved a CBOE Options proposal to establish a pilot program under which the Exchange is permitted to list P.M.-settled options on broad-based indexes to expire on (a) any Friday of the month, other than the third Friday-of-the-month, and (b) the last trading day of the month. On January 14, 2016, the Commission approved a CBOE Options proposal to expand the pilot program to allow P.M.-settled options on broad-based indexes to expire on any Wednesday of month, other than those that coincide with an EOM. On August 10, 2016, the Commission approved a CBOE Options proposal to expand the pilot program to allow P.M.-settled options on broad-based indexes to expire on any Monday of month, other than those that coincide with an EOM. Under the terms of the Nonstandard Expirations Pilot Program (‘Program’), Weekly Expirations and EOMs are permitted on any broad-based index that is eligible for regular options trading. Weekly Expirations and EOMs are cash-settled and have European-style exercise. The proposal became effective on a pilot basis for a period of fourteen months that commenced on the next full month after approval was received to establish the Program and was subsequently extended. The Exchange hereby proposes to extend the Program until November 1, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09282/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09282\",\n            \"regalytics_alert_id\": \"1891FR20210928220210504\",\n            \"proposed_comments_due_date\": \"2021-05-25\",\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41909,\n            \"title\": \"Establish Price for 2021 United States Mint Silver Numismatic Products\",\n            \"summary\": \"The United States Mint is announcing pricing for United States Mint numismatic products in accordance with the table below:  Product/Retail price  2021 Morgan Dollar/$85.00  2021 Peace Dollar/$85.00\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/04/2021-09195/establish-price-for-2021-united-states-mint-silver-numismatic-products\",\n            \"federal_register_number\": \"2021-09195\",\n            \"regalytics_alert_id\": \"1891FR20210919520210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": \"2021-05-04\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"United States Mint\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41908,\n            \"title\": \"Massachusetts Woman Pleads Guilty to Tax and Drug Charges Arising from Multimillion-Dollar Marijuana Enterprise\",\n            \"summary\": \"A Massachusetts woman pleaded guilty today to tax evasion, conspiracy to distribute marijuana, possession of marijuana with intent to distribute, and money laundering.  Deana Martin, 53, of Milton, owned and managed Northern Herb, an illegal marijuana delivery service that operated in Massachusetts from 2015 to 2018. While Northern Herb purported to sell medical marijuana, it did not require a customer to provide proof of a medical marijuana card.  Northern Herb employed at least 25 workers.  From May 2016 through July 2018, Northern Herb had total revenue exceeding $14 million. Northern Herb did not pay taxes on its profits nor withhold taxes due from its employees’ wages.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/massachusetts-woman-pleads-guilty-tax-and-drug-charges-arising-multimillion-dollar-marijuana\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ2342720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41907,\n            \"title\": \"Incyte Corporation to Pay $12.6 Million to Resolve False Claims Act Allegations for Paying Kickbacks\",\n            \"summary\": \"A pharmaceutical company headquartered in Delaware has agreed to pay $12.6 million to resolve allegations that it violated the False Claims Act by paying kickbacks.  From November 2011 through December 2014, Incyte Corporation purportedly used an independent foundation as a conduit to pay the copays of certain federal beneficiaries taking Incyte’s drug Jakafi, which was approved to treat myleofibrosis in 2011. Specifically, Incyte was the sole donor to a fund that was opened in November 2011 to assist only myleofibrosis patients.  Incyte used the fund to pay the copays of federal beneficiaries taking Jakafi who were ineligible for assistance from the fund because they did not have myleofibrosis. The government alleges that through this conduct, Incyte caused false claims for Jakafi to be submitted to Medicare and TRICARE.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/incyte-corporation-pay-126-million-resolve-false-claims-act-allegations-paying-kickbacks\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ219A620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41906,\n            \"title\": \"Proposed Amendments - Property and Casualty Insurance; Self-Study Continuing Education\",\n            \"summary\": \"The Insurance Division hereby proposes to amend Chapter 11, “Continuing Education for Insurance Producers,” and Chapter 20, “Property and Casualty Insurance,” Iowa Administrative Code. The proposed amendments are a result of the Division’s review of rules. The amendments to Chapter 11 remove the cap on self-study continuing education for insurance producers. This change will effectively make the classroom continuing education requirement an option. These amendments update Chapter 20 by removing unnecessary language, correcting statute references, and conforming to current practice.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5500C.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5602C14820210505\",\n            \"proposed_comments_due_date\": \"2021-04-07\",\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-06-09\",\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Adopted Rule\",\n            \"agency_name\": \"Iowa Insurance Division\",\n            \"state_name\": \"Iowa\"\n        },\n        {\n            \"id\": 41905,\n            \"title\": \"Aldor Announces Relief for Taxpayers Affected by Severe Weather in March\",\n            \"summary\": \"The Alabama Department of Revenue (ALDOR) is offering tax relief to Alabama taxpayers who reside or have a business in federally declared disaster areas in Alabama where damage was caused by recent severe storms. The tax relief measures mirror IRS measures in the same declared disaster areas. ALDOR will grant filing and payment extensions to taxpayers directly affected by these severe storms. Alabama taxpayers residing in areas designated as disaster areas by the federal government have until Aug. 2, 2021, to file tax returns and make tax payments due on or after March 25, 2021, and before Aug. 2, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/05/aldor-announces-relief-for-taxpayers-affected-by-severe-weather-in-march/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR7210920210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Business & License Tax\",\n            \"agency_name\": \"Alabama Department of Revenue\",\n            \"state_name\": \"Alabama\"\n        },\n        {\n            \"id\": 41904,\n            \"title\": \"Phixius: Moving the Exchange of Payments Information to the Next Level\",\n            \"summary\": \"When it comes to B2B, sometimes processing payments can be a job in and of itself. Payment information is missing or incorrect; there’s a lopsided reliance on doing things manually rather than through automation; and there’s a lack of industry standardization. In short, moving the money isn’t complicated, but what’s involved before and after a payment is. Those are among the reasons why Nacha created Phixius. Built on blockchain technology and designed for interoperability, Phixius helps businesses safely share crucial information about payments that both senders and receivers rely on.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nacha.org/news/phixius-moving-exchange-payments-information-next-level\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC15220210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"National Automated Clearing House Association\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41903,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"NASDAQ MRX, LLC is filing with the Securities and Exchange Commission a proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail.  The Operating Committee has filed with the SEC a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT and to establish a fee schedule for Participant CAT fees.  Interested persons are invited to submit written data, views, and arguments concerning the foregoing, including whether the proposed rule change is consistent with the Act.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nasdaq/2021/34-91752.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125NASQ349175220210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"The NASDAQ Stock Market LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41902,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE EDGX Exchange, Inc. (‘Exchange’ or ‘EDGX’) filed with the Securities and Exchange Commission (‘Commission’) the proposed rule change proposes to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). The Proposed CAT Fee Plan Amendment describes the CAT Funding Model in detail, including the proposal to charge Industry Members CAT fees. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedgx/2021/34-91758.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125EDGX349175820210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE EDGX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41901,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE BZX Exchange, Inc. (‘Exchange’ or ‘BZX’) filed with the Securities and Exchange Commission (‘Commission’) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboebzx/2021/34-91762.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"125BZX349176220210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE BZX Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41900,\n            \"title\": \"Order Granting Approval of a Proposed Rule Change of New Rules Providing for the Registration and Obligations of Non-DMM Market Makers\",\n            \"summary\": \"On March 12, 2021, New York Stock Exchange, Inc. (‘NYSE’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘Commission’) proposed new rules providing for the registration and obligations of Non-DMM Market Makers. The proposed rule change was published for comment in the Federal Register on March 25, 2021. Based on the foregoing, the Commission therefore finds that the proposed rule change is consistent with the Act. IT IS THEREFORE ORDERED, that the proposed rule change (SR-NYSE-2021-08) be, and hereby is, approved.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/nyse/2021/34-91769.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12580NYSE349176920210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41899,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Concerning Video Conference Hearings\",\n            \"summary\": \"On April 28, 2021, NASDAQ MRX, LLC (‘MRX’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to extend the expiration date of the temporary amendments in SR-MRX-2020-23 from April 30, 2021, to August 31, 2021. The Exchange proposes to continue to harmonize Exchange Rule General 3, Section 2 with recent changes by the Financial Industry Regulatory Authority, Inc. (‘FINRA’) to its Rule 1015 in response to the COVID-19 global health crisis and the corresponding need to restrict in person activities. The Exchange originally filed proposed rule change, which allows the Exchange Review Council (‘ERC’) to conduct hearings in connection with appeals of Membership Application Program decisions, on a temporary basis, by video conference, if warranted by the current COVID-19-related public health risks posed by an in-person hearing. Accordingly, the Exchange proposes to extend the expiration date of the temporary rule amendments in SR-MRX2020-23 from April 30, 2021, to August 31, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/mrx/2021/34-91765.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12576MRX349176520210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ MRX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41898,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ MRX, LLC (‘MRX’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the SEC a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). While these amendments are effective upon filing, the Exchange has designated the proposed amendments to be operative following Commission approval of the Join [sic] Industry Plan Amendment to the National Market System Plan Governing the Consolidated Audit Trail filed on March 31, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/mrx/2021/34-91753.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12576MRX349175320210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ MRX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41897,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ ISE, LLC (‘ISE’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the SEC a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). While these amendments are effective upon filing, the Exchange has designated the proposed amendments to be operative following Commission approval of the Join [sic] Industry Plan Amendment to the National Market System Plan Governing the Consolidated Audit Trail filed on March 31, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/ise/2021/34-91755.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12572ISE349175520210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ ISE, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41896,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Concerning Video Conference Hearings\",\n            \"summary\": \"On April 28, 2021, NASDAQ GEMX, LLC (‘GEMX’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to extend the expiration date of the temporary amendments in SR-GEMX-2020-21 from April 30, 2021, to August 31, 2021. The Exchange proposes to continue to harmonize Exchange Rule General 3, Section 2 with recent changes by the Financial Industry Regulatory Authority, Inc. (‘FINRA’) to its Rule 1015 in response to the COVID-19 global health crisis and the corresponding need to restrict in person activities. The Exchange originally filed proposed rule change SR-GEMX-2020-21, which allows the Exchange Review Council (‘ERC’) to conduct hearings in connection with appeals of Membership Application Program decisions, on a temporary basis, by video conference, if warranted by the current COVID-19-related public health risks posed by an in-person hearing. While there are signs of improvement, the COVID-19 conditions necessitating the temporary amendments persist and, based on its assessment of current COVID-19 conditions and the lack of certainty as to when COVID-19-related health concerns and corresponding restrictions will meaningfully subside, the Exchange has determined that there is a continued need for this temporary relief for several months beyond April 30, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/gemx/2021/34-91764.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12571GEMX349176420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ GEMX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41895,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ GEMX, LLC (‘GEMX’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the SEC a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/gemx/2021/34-91756.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12571GEMX349175620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ GEMX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41894,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE EDGA Exchange, Inc. (‘Exchange’ or ‘EDGA’) filed with the Securities and Exchange Commission (‘Commission’) the proposed rule to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). The Proposed CAT Fee Plan Amendment describes the CAT Funding Model in detail, including the proposal to charge Industry Members CAT fees. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/cboeedga/2021/34-91759.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12568EDGA349175920210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE EDGA Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41893,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, CBOE C2 Exchange, Inc. (‘Exchange’or ‘C2’) filed with the Securities and Exchange Commission (‘Commission’) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). The Proposed CAT Fee Plan Amendment describes the CAT Funding Model in detail, including the proposal to charge Industry Members CAT fees. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/c2/2021/34-91757.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12565C2349175720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"CBOE C2 Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41892,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt a Fee Schedule to Establish Fees for Industry Members Related to the National Market System Plan Governing the Consolidated Audit Trail\",\n            \"summary\": \"On April 21, 2021, NASDAQ BX, Inc. (‘BX’ or ‘Exchange’) filed with the Securities and Exchange Commission (‘SEC’ or ‘Commission’) the proposed rule change to adopt a fee schedule to establish fees for Industry Members related to the National Market System Plan Governing the Consolidated Audit Trail (the ‘CAT NMS Plan’ or ‘Plan’). Under the CAT NMS Plan, the Operating Committee of the Consolidated Audit Trail, LLC (‘Company’) (‘Operating Committee’) has discretion to establish funding for the Company to operate the CAT, including establishing fees that the Participants will pay, and establishing fees for Industry Members that will be implemented by the Participants. The Operating Committee has filed with the SEC a proposal to amend the CAT NMS Plan to implement a revised funding model for the CAT (‘CAT Funding Model’) and to establish a fee schedule for Participant CAT fees (‘Proposed CAT Fee Plan Amendment’). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/bx/2021/34-91750.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12564BX349175020210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NASDAQ BX, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41891,\n            \"title\": \"Oregon Business Development Department Notice\",\n            \"summary\": \"During the 2nd Special Session of the 2020 Oregon Legislature, through HB 4304, Business Oregon was awarded funding from the United States Economic Development Administration (EDA) to deploy through the EDLF program. The EDA guidance permitted for more flexible lending terms that allow for higher risk loans. Failure to immediately amend these rules will delay funding to those intended to be served by the United States Economic Development Administrations (EDA) award to the State of Oregon.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://secure.sos.state.or.us/oard/viewRedlinePDF.action;JSESSIONID_OARD=inw5vn_dEPGVyRd8ooK5HVNy8Pf5E1u5wHWEdoWi6s45aCvj8L8e!2055139054?filingRsn=47396\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12122OR384739620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Oregon Business Development Department\",\n            \"state_name\": \"Oregon\"\n        },\n        {\n            \"id\": 41890,\n            \"title\": \"TDCI: New Rescission Rule Provides Greater Clarity to Broker-Dealers, Firms and Investors on Rescission Offers\",\n            \"summary\": \"A new rule recently adopted by the Tennessee Department of Commerce & Insurance’s (TDCI) Securities Division provides issuers, broker-dealers and Tennessee investors with more clarity when it comes to offers of rescission. A rescission offer happens when an issuer offers to repurchase an investor’s securities and refund the purchase price plus interest. On occasion, an issuer may seek to make offers of rescission to investors when it is believed there was a possible violation of registration requirements. TDCI’s Securities Division maintains a public register of all registration applications and registration statements. In the past, a rescission offer was required to be registered with the TDCI. The new rule still means establishing the creation of a record of the violations that necessitated the rescission offer, but it does not require the rescission offer itself to be registered. The rule sets forth all elements that must be provided to the Division for a valid rescission offer. The timing and requirements of the notice that must be sent to purchasers are all set forth in the new rule.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.tn.gov/commerce/news/2021/5/4/tdci--new-rescission-rule-provides-greater-clarity-to-broker-dealers--firms-and-investors-on-rescission-offers-.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8852WA26820210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Tennessee Department of Commerce & Insurance\",\n            \"state_name\": \"Tennessee\"\n        },\n        {\n            \"id\": 41889,\n            \"title\": \"Governor Bryan: $1,400 Stimulus Checks Going Out This Week\",\n            \"summary\": \"Governor Albert Bryan Jr. announced at Monday’s Government House weekly press briefing that the $1,400 stimulus payments from the American Rescue Act will begin going out to tax filers who are eligible this week, following the completion of the $600 stimulus payments from the CARES Act II. The Bureau of Internal Revenue (BIR) sent out $600 checks to 41, 524 – or 92 percent – of the approximately 45,000 Virgin Islanders who filed their 2019 tax return.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.vi.gov/governor-bryan-1400-stimulus-checks-going-out-this-week/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8579VI517720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Virgin Islands Office of the Governor\",\n            \"state_name\": \"U.S. Virgin Islands\"\n        },\n        {\n            \"id\": 41888,\n            \"title\": \"Quicksilva Title & Escrow, Llc - Settlement Order - 5/3/21.\",\n            \"summary\": \"In the Matter of State Corporation Commission v. Quicksilva Title & Escrow, LLC (“Respondent”), the Bureau of Insurance (“Bureau”) conducted an investigation, and it was found that the Respondent violated § 55.1-903 of the Code of Virginia (\\\"Code\\\") by disbursing funds prior to recordation; § 55.1-1004 C of the Code by failing to have an audit of escrow accounts conducted within the consecutive 12-month period; § 55.1-1008 A of the Code by failing to handle settlement funds in a fiduciary capacity; § 55.1-1008 B of the Code by disbursing title premium funds outside of the agency agreement; § 38.2-1820 B (2) of the Code by failing to designate a licensed producer; and 14 VAC 5-395-50 D of the Commission's Rules Governing Settlement Agents by failing to make a good faith effort to disburse funds in its possession and return the funds to the rightful owner and escheat annually to the Virginia Department of Treasury for those funds for which the owner is unbeatable. And now, it has been ordered that the Respondent’s Settlement Offer has been accepted and the Respondent, without admitting or denying any violation of Virginia law, consents to pay the Treasurer of Virginia the sum of Five Thousand Dollars ($5,000.00).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#/caseDetails/140914\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00141119720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 41887,\n            \"title\": \"Amber Lynn Hunt - Settlement Order - 5/3/21.\",\n            \"summary\": \"In the Matter of State Corporation Commission v. Amber Lynn Hunt (“Respondent”), the Bureau of Insurance (“Bureau”) conducted an investigation, and it was found that the Respondent violated § 38.2-512 A of the Code of Virginia (“Code”) by making false or fraudulent representations on insurance policy applications for at least two (2) consumers for purposes of obtaining a personal benefit and used these two (2) consumers’ credit cards without their permission or knowledge for Defendant’s personal benefit; and § 38.2-1826 A by failing to report to the Commission within thirty (30) calendar days any change in the Defendant’s residence. Now, under a settlement that is consented to by the defendant, it has been Ordered that the Settlement is accepted and that: (1) the Defendant has waived the right to a hearing; and (2) has voluntarily surrendered the authority to act as an insurance agent in Virginia effective June 25, 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#/caseDetails/140876\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00126118420210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 41886,\n            \"title\": \"MBO Settlements Inc. - Settlement Order - 5/31/21.\",\n            \"summary\": \"In the Matter of State Corporation Commission v. MBO Settlements (“Respondent”), the Bureau of Insurance conducted an investigation, and it has been alleged that MBO Settlements Inc (\\\"Defendant\\\"), violated § 38.2-1822 A of the Code of Virginia (\\\"Code\\\") by acting as an agent of an insurer when the Defendant was not licensed as an insurance company or an insurance agent in this Commonwealth by issuing at least twenty-two (22) title insurance policies while unlicensed; § 55.1-1014 A of the Code and 14 VAC 5-395-30 A of the Commission's Rules Governing Settlement Agents, 14 VAC 5-395-10, et seg. Of the Virginia Administrative Code, by performing settlement services involving at least twenty-two (22) Virginia real properties without registering to provide such services as required by the Code; and § 55.1-1008 A of the Code by not handling funds in a fiduciary capacity by: (i) failing to ensure that a deposit in transit since September 28, 2020 was properly and timely transmitted; and (ii) maintaining an identified trial balance shortage as of September 23, 2020. In this Order, now, the Defendant’s settlement on the matter has been accepted. The Defendant has agreed to: (i) provide the Bureau verification that the identified outstanding deposit in transit and trial balance shortage concerns have been rectified within thirty (30) days from the date of this Settlement Order; (ii) cease and desist from future violations of §§ 38.2-1822 A and 55.1-1014 A of the Code, and 14 VAC 5-395-30 A of the Virginia Administrative Code and will immediately cease and desist from conducting settlements on property located in the Commonwealth of Virginia until the Defendant is licensed and registered with the Bureau as required by the Code; and (iii) tender to the Treasurer of Virginia the sum of Three Thousand Dollars ($3,000).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#/caseDetails/141966\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00050124620210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 41885,\n            \"title\": \"ACE American Insurance Company - Settlement Order - 5/3/21.\",\n            \"summary\": \"In the Matter of State Corporation Commission v. ACE American Insurance Company (“Respondent”), ACE American Insurance Company (\\\"Defendant\\\"), duly licensed by the State Corporation Commission (\\\"Commission\\\") to transact the business of insurance in the Commonwealth of Virginia (\\\"Virginia\\\"), in certain instances violated § 38.2-317 H of the Code of Virginia (\\\"Code\\\") by failing to notify the Commission that insurance policies or endorsements filed and approved will not be used as of the effective date requested. In this Order, now, the offer of settlement of the Defendant has been accepted and the case has been dismissed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#/caseDetails/141904\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00037119720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 41884,\n            \"title\": \"Bipartisan Mayors Meet with SBA Administrator Isabella Casillas Guzman, Discuss Shared Economic Vision\",\n            \"summary\": \"On April 8, Administrator Guzman met with a bipartisan delegation from the U.S. Conference of Mayors and signed a Strategic Alliance Memo between SBA and USCM that reaffirms the groups’ shared commitment to supporting small businesses in cities across the country.  “It was a privilege to meet with a bipartisan delegation of mayors to discuss what our nation’s entrepreneurs need to recover and rebuild from this pandemic. I look forward to joining forces with the U.S. Conference of Mayors in the months ahead as we work to bring back the small businesses and innovative startups that define the character of our nation’s cities, create jobs and build an equitable economy that works for everyone,\\\" said SBA Administrator Isabella Casillas Guzman.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sba.gov/article/2021/may/03/bipartisan-mayors-meet-sba-administrator-isabella-casillas-guzman-discuss-shared-economic-vision\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA93ION1360320210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41883,\n            \"title\": \"State of Illinois Celebrates World Trade Month and Announces Virtual Trade Missions to Help Illinois Businesses Boost Exporting\",\n            \"summary\": \"The Illinois Department of Commerce and Economic Opportunity (DCEO) today announced the 2021 summer trade mission schedule to assist companies in starting or expanding their international sales pipeline.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23243\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2324320210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 41882,\n            \"title\": \"Fact Sheet: Biden-Harris Administration Delivers Funds to Support the Health of Older Americans\",\n            \"summary\": \"Today the U.S. Department of Health and Human Services’ Administration for Community Living is releasing $1.4 billion in funding from the American Rescue Plan for Older Americans Act programs, including programs to support vaccine outreach and coordination, address social isolation, provide family caregiver support, and offer nutrition support. It will also fund justice programs to ensure the safety and protection of older adults. The funding will be distributed as follows:  $750 million for meals for older adults. $460 million for Home and Community Based Services (HCBS) through the Older Americans Act. $44 million for evidence-based health promotion and disease prevention. 145 million to help family caregivers support their loved ones. $10 million to safeguard the health and welfare of residents in long-term care facilities.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/statements-releases/2021/05/03/fact-sheet-biden-harris-administration-delivers-funds-to-support-the-health-of-older-americans/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH262NS20210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Statements and Releases\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41881,\n            \"title\": \"Ag Economy Barometer Remains Strong; Producers Concerned About Possible Changes in Estate Tax Policy\",\n            \"summary\": \"The Purdue University/CME Group Ag Economy Barometer was virtually unchanged in April, up one point from March to a reading of 178. Producers are becoming more optimistic about the future. The Index of Future Expectations continued its upward trend from last month, up 5 points to a reading of 169. However, their views on current conditions slipped. The Index of Current Conditions dropped 7 points in April, to a reading of 195. The Ag Economy Barometer is calculated each month from 400 U.S. agricultural producers' responses to a telephone survey. This month's survey was conducted from April 19-23, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/ag-economy-barometer-remains-strong-producers-concerned-about\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4664120210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41880,\n            \"title\": \"CME Group Reports April 2021 Monthly Market Statistics\",\n            \"summary\": \"CME Group today reported April 2021 market statistics, including average daily volume (ADV) of 16.4 million contracts during the month.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-reports-april-2021-monthly-market-statistics\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4663620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41879,\n            \"title\": \"End-of-Day Price Discovery Policies and Procedures\",\n            \"summary\": \"ICE Clear Credit LLC (“ICC”) is submitting a self-certification of changes to the ICC End-of-Day Price Discovery Policies and Procedures (“Pricing Policy”). ICC intends to implement the changes no sooner than the tenth business day following the filing of this submission with the Commission at its Washington, D.C. headquarters and with its Chicago regional office. ICC proposes revising the Pricing Policy, which sets out ICC’s end-of-day (“EOD”) price discovery process that provides prices for cleared contracts using submissions made by Clearing Participants (“CPs”).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.theice.com/publicdocs/regulatory_filings/Pricing_Policy_CFTC_Cert_20210504.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7332ICE113PR509020210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Regulatory Filing\",\n            \"agency_name\": \"ICE Clear Credit LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41878,\n            \"title\": \"NYSE American Issues Disciplinary Action Against Brendan E. Cryan and Company, LLC\",\n            \"summary\": \"In the matter of Brendan E Cryan and Company, During the period of January 2019 through July 2019, Brendan E. Cryan and Company, LLC violated: (1) Rule 200(g) of Regulation SHO of the Securities Exchange Act of 1934 and NYSE American Rule 7.16E (Short Sales) for incorrectly marking 1224 sell orders and subsequently entering those orders into NYSE American; and (2) NYSE American Rule 3110 - Equities (Supervision) for failing to establish and maintain a supervisory system reasonably designed to achieve compliance with Exchange Act Rule 200(g) and NYSE American Rule 7.16E. In this Acceptance, Waiver, and Consent (AWC) document, the Respondent Cryan consents to a censure and $17,500 fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/disciplinary-actions/2021/Brendan%20E.%20Cryan%20and%20Company%20LLC%20-%20AWC%20-%20Fully%20Executed.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7075NYSE0010120210420\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Disciplinary Action\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41877,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change Extending the Expiration Date of the Temporary Amendments to Rules 9261 and 9830\",\n            \"summary\": \"NYSE American LLC (“NYSE American” or the “Exchange”) proposes extending the expiration date of the temporary amendments as set forth in SR-NYSEAMER-2020-693 to Rules 9261 (Evidence and Procedure in Hearing) and 9830 (Hearing) from April 30, 2021 to August 31, 2021, to harmonize with recent changes by FINRA to extend the expiration date of the temporary amendments to its Rules 9261 and 9830. SR-NYSEAMER-2020-69 temporarily granted to the Chief or Deputy Chief Hearing Officer the authority to order that hearings be conducted by video conference if warranted by public health risks posed by in-person hearings during the ongoing COVID-19 pandemic. The proposed rule change would not make any changes to the text of Exchange Rules 9261 and 9830. This rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/rule-filings/federal-registers/2021/NYSEAmer-2021-23, 86 FR 22471 %284-28-21%29.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEAMER20212320210428\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-28\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41876,\n            \"title\": \"Proposal to Amend its Price List\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to (1) lower the new firm and the annual trading license fees and (2) introduce the NYSE Membership On-Ramp Program (the “Program”), which offers discounted membership fees, port fees and market data fees for up to 18 months for new member organizations. The purpose of this filing is to encourage smaller, retail-oriented market participants that are not currently NYSE member organizations to become member organizations by discounting certain fixed costs associated with NYSE membership. The Exchange proposes to implement the fee changes effective April 1, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/federal-registers/2021/NYSE-2021-22, 86 FR 22287 %284-27-21%29.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20212220210427\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-27\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41875,\n            \"title\": \"Advanced Analytics: Transforming Advertising Regulation\",\n            \"summary\": \"In this Podcast episode, FINRA is joined by Amy Sochard, Vice President of FINRA’s Advertising Regulation program, and Lisa Fair and Saugata Chakraborty of FINRA’s Technology, to hear about the impressive collaborative effort to build a tool to apply advanced analytics and machine learning to the review of firm advertising and public communications materials.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FINRACompliancePodcast/%7E3/fehAIlKHFTw/advanced-analytics-transforming-advertising-regulation-QcXJ9uix\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA193on20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Rule Filing\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41874,\n            \"title\": \"Consumer Alert: Tips to Avoid Scammers Trying to Steal Your Money from Online Sales Websites\",\n            \"summary\": \"Online sales websites offer an easy way for consumers to save money buying or to earn extra money selling. Facebook Marketplace, Craigslist, Nextdoor and other platforms offer easy access for users to buy or sell items. But scammers are searching those same sites, hoping to steal your money. This release covers tips to avoid scammers lurking on online sales websites.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://mn.gov/commerce/media/news/index.jsp?id=17-480086\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"471MN48008620210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Minnesota Department of Commerce\",\n            \"state_name\": \"Minnesota\"\n        },\n        {\n            \"id\": 41873,\n            \"title\": \"Secretary Marshall Joins NASS in #BizSchemeSOS Public Education Campaign\",\n            \"summary\": \"The North Carolina Secretary of State Elaine Marshall is joining her National Association of Secretaries of State (NASS) colleagues in the new #BizSchemeSOS campaign to encourage the public, business owners and future entrepreneurs to first check with their Secretary of State to avoid business schemes and other fraudulent practices or activities. By checking with the Secretary of State’s Office individuals can find helpful, accurate and up-to-date information on business filings, requirements and more. “This education effort goes to the heart of our work to help small businesses across North Carolina,” said Secretary Marshall. “We are acutely aware of the role we have to play in maintaining North Carolina’s business friendly environment, whether it’s through giving businesses the most efficient process for submitting filings, alerting them to reports of misleading mailings, or sending them email notifications when a change is made to their filings.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sosnc.gov/imaging/dime/20210504/1b_61001170_5456a5042e9248ffb16edb2618c75eb3.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3812NC7220210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North Carolina Secretary of State\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 41872,\n            \"title\": \"US Department of Labor Welcomes Nominations for Members of the National Advisory Committee on Apprenticeship\",\n            \"summary\": \"The U.S. Department of Labor announced today that it is seeking nominations for members to serve on the newly reinstated National Advisory Committee on Apprenticeships. The action follows President Biden’s executive order that directed the department to reinstate the committee.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/eta/eta20210504\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL108444NAT506210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Labor, Employment and Training Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41871,\n            \"title\": \"As Hurricane Season Nears, IRS Reminds People to Prepare for Natural Disasters\",\n            \"summary\": \"The Internal Revenue Service reminds everyone that May includes National Hurricane Preparedness Week and is also National Wildfire Awareness Month. Now is a good time to create or review emergency preparedness plans for surviving natural disasters.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.irs.gov/newsroom/as-hurricane-season-nears-irs-reminds-people-to-prepare-for-natural-disasters\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS18420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41870,\n            \"title\": \"Office of Inspector General Press Release Update\",\n            \"summary\": \"In this release by the FDIC, A Chicago attorney was indicted today on false statement and tax charges in connection with funds he received from Washington Federal Bank for Savings. Patrick D. Thompson, 51, is charged with five counts of willfully filing a false income tax return and two counts of knowingly making a false statement to the Federal Deposit Insurance Corp., according to an indictment returned in U.S. District in Chicago.  Arraignment has not yet been scheduled.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d76406\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1708FDIC4767029620210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"OIG Report\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41869,\n            \"title\": \"FDIC Issues List of Banks Examined for CRA Compliance\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) today issued its list of state nonmember banks recently evaluated for compliance with the Community Reinvestment Act (CRA).  The list covers evaluation ratings that the FDIC assigned to institutions in February 2021. A copy of an individual bank's CRA evaluation is available directly from the bank, which is required by law to make the material available upon request, or from the FDIC's Public Information Center. The list of state nonmember banks is available through the link available in this release.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://content.govdelivery.com/accounts/USFDIC/bulletins/2d7883b\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"168FDIC47679547816210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41868,\n            \"title\": \"Montana to Launch Return-to-Work Bonuses, Return to Pre-Pandemic Unemployment Program to Address Workforce Shortage\",\n            \"summary\": \"Governor Greg Gianforte today announced two measures to address the state’s severe workforce shortage and incentivize Montanans to reenter the labor force. The State of Montana will launch a return-to-work bonus program, utilizing federal funds authorized by the American Rescue Plan Act. Return-to-work bonuses will be paid to unemployed individuals who rejoin the labor force and accept and maintain steady employment for at least one month. The governor also announced the State of Montana will end its participation in federal pandemic-related unemployment benefit programs and transition to pre-pandemic unemployment insurance (UI) eligibility and benefits by the end of June.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://news.mt.gov/montana-to-launch-return-to-work-bonuses-return-to-pre-pandemic-unemployment-program-to-address-workforce-shortage\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1616MT11518030020210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Montana Office of the Governor\",\n            \"state_name\": \"Montana\"\n        },\n        {\n            \"id\": 41867,\n            \"title\": \"Resolution Concerning Adoption of Emergency Regulations - Gaming\",\n            \"summary\": \"Resolution Concerning Adopting of Emergency Regulation 30-313.5: The Colorado legislature has declared in §44-30-1002(1)(c), C.R. S. that all establishments where limited gaming is conducted must be licensed, controlled, and assisted to protect the public health, safety, good order, and the general welfare of the in habitants of the State of Colorado. Now, it has been Ordered by the Colorado Limited Gaming Control Commission that effective April 15, 2021, it is necessary for the preservation of the public health, safety and welfare to immediately minimize COVID-19 exposure risks for all people accessing limited gaming establishments in this state.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.state.co.us/CCR/Upload/AGORequestEmergency/EmergencyJustificationPathAttach2021-00255.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"140CO25520210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-04-15\",\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Emergency Rules Adopted\",\n            \"agency_name\": \"Colorado Department of Revenue, Division of Gaming\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 41866,\n            \"title\": \"Index of Administrative Rules Filed with the Secretary of State: Updated May 3, 2021\",\n            \"summary\": \"This release covers list of rules which were filed in the Office of the Secretary of State between 3:00 p.m., Tuesday, April 27, 2021 and 3:00 p.m., Monday, May 3, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24486794\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448679420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Miscellaneous\",\n            \"agency_name\": \"Florida Department of State\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 41865,\n            \"title\": \"Meeting of the Reemployment Assistance Appeals Commission, May 12, 2021\",\n            \"summary\": \"The Reemployment Assistance Appeals Commission announces a public meeting to which all persons are invited on May 12, 2021, 9:30 a.m. The subject matter of the meeting is: Disposition of cases pending before the Reemployment Assistance Appeals Commission that are ready for final review and the Chairman's report. No public testimony will be taken.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24483787\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448378720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Department of Economic Opportunity\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 41864,\n            \"title\": \"Meeting of the Board of Accountancy, May 13, 2021\",\n            \"summary\": \"The Board of Accountancy announces a public meeting to which all persons are invited on May 13, 2021, 9:00am EST. The Probable Cause Panel will meet to conduct hearings on disciplinary matters. These meetings are closed to the public; however, there may be cases where probable cause was previously found which are to be reconsidered.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24483108\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2448310820210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Department of Business and Professional Regulation\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 41863,\n            \"title\": \"Division of Rehabilitation and Liquidation: Miscellaneous\",\n            \"summary\": \"Notice is provided to all policyholders, creditors, and claimants that have been doing business with American Capital Assurance Corp. that In Re: The Receivership of American Capital Assurance Corp., a Florida corporation authorized to transact homeowners and commercial multiple peril lines of business has been filed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24468752\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2446875220210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Miscellaneous\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 41862,\n            \"title\": \"Administrative Order Between CT DOB and BitGo Trust Company, Inc.\",\n            \"summary\": \"In the Matter of Bitgo Trust Company, Inc., the Commissioner, through the Consumer Credit Division (“Division”) of the Department of Banking, has conducted an investigation into the activities of BitGo pursuant to Sections 36a-17, 36a-600 and 36a-608 of the Connecticut General Statutes to determine if it had violated, was violating or was about to violate the provisions of the Connecticut General Statutes within the jurisdiction of the Commissioner (“Investigation”). As a result of the Investigation, the Commissioner alleges that BitGo engaged in the business of money transmission in this state without a license since at least May 2019, in violation of Section 36a-597(a) of the Connecticut General Statutes. Now, BitGo, through its execution of this Consent Order, voluntarily agrees to waive its procedural rights, including a right to a notice and an opportunity for a hearing as it pertains to the allegation set forth herein, and voluntarily waives its right to seek judicial review or otherwise challenge or contest the validity of this Consent Order. Through the Consent Order, now, it has been Ordered that the following sanctions are imposed on Bitgo: 1. BitGo shall not engage in the business of money transmission in this state without a license, in violation of Section 36a-597(a) of the Connecticut General Statutes; and 2. BitGo, shall remit to the Department of Banking the sum of Two Thousand Two Hundred Fifty Dollars ($2,250) as payment for back licensing fees.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://portal.ct.gov/-/media/DOB/Enforcement/Consumer-Credit/2021-CC-Orders/BitGo-Trust-Company-CO.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1301CT12820210421\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-21\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Connecticut Department of Banking, Consumer Credit Division\",\n            \"state_name\": \"Connecticut\"\n        },\n        {\n            \"id\": 41861,\n            \"title\": \"Letter from Commissioner Weigel to CFO Patronis\",\n            \"summary\": \"On January 8, 2021, Florida's Office of Financial Regulation (OFR) Commissioner Russell C. Weigel, III responded to CFO Patronis regarding credit reporting concerns related to the CARES Act. The original letter is provided within the release. Remarks by  the Commissioner in the Letter include: “The Office of Financial Regulation (OFR) would like to take this opportunity to provide a status update regarding the potential misreporting of credit scores of Florida citizens who receive appropriate accommodation under the Coronavirus Aid, Relief, and Economic Security Act (CARES Act). Following the December 2020 cabinet meeting, the OFR and the Office of Attorney General (OAG), Division of Consumer Protection, initiated contact with the three major Credit Reporting Agencies (CRAs), Experian, TransUnion and Equifax, to discuss the recent example of the Florida couple whose credit scores dropped drastically despite having received an accommodation under the CARES Act to defer their mortgage payments. The preliminary information we have obtained from the CRAs indicates the couple’s mortgage servicer, Cenlar Federal Savings Bank, inaccurately reported the status of the mortgage loan as being delinquent despite having approved a CARES Act accommodation and placing the loan payments in deferment status. The CRAs confirmed that the misreporting issue was expeditiously resolved following their receipt of the consumer dispute, and the couples’ credit scores have been appropriately restored.”\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://flofr.gov/sitePages/OFRNews.htm?p=letter-from-commissioner-weigel-to-cfo-patronis\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1229FL478920210111\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-01-11\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Florida Office of Financial Regulation\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 41860,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change Related to the Handling of Displayed Odd Lot Orders and Non-Displayed Orders that Become Locked or Crossed\",\n            \"summary\": \"On April 30, 2021, MEMX LLC (“MEMX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to make changes to the Exchange’s Rules related to the handling of a Limit Order of Odd Lot size with a Displayed instruction (a “Displayed Odd Lot Order”) that is resting on the MEMX Book and subsequently becomes locked or crossed by an away Trading Center’s Protected Quotation. In addition, the Exchange proposes to make changes to the Exchange’s Rules related to the handling of a Limit Order with a Non-Displayed instruction (a “Non-Displayed Order”) that is resting on the MEMX Book and subsequently becomes crossed by an away Trading Center’s Protected Quotation. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/memx/2021/34-91748.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12134MEMX349174820210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"MEMX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41858,\n            \"title\": \"Default Judgment Against Defendants Har Global Investors, Inc. and Mikki Fox\",\n            \"summary\": \"In the Matter of Har Global Investors, Inc., a default judgment has been entered against Defendants Har Global Investors, Inc. and Mikki Lyn Fox. Defendants are in default and therefore have admitted the substantial allegations of the underlying petition which was filed prior to this judgement. In light of this, it has been ordered that the defendants are permanently enjoined from transacting business in the State of Oklahoma as an issuer, issuer agent, broker-dealer, broker-dealer agent, investment adviser or investment representative or from otherwise offering or selling securities in the State. Additionally, it is Ordered that the defendants are imposed with the civil penalty in the amount of $ 5,000.00.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.securities.ok.gov/Enforcement/Orders/PDF/CJ-20-6094_DefJudgmentAgainstDefs_20-140.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1125OK359720210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Oklahoma Securities Commission\",\n            \"state_name\": \"Oklahoma\"\n        },\n        {\n            \"id\": 41859,\n            \"title\": \"Agreement and Order 05/03/2021 (2020-18-04) Against Adept Escrow Service, Inc.\",\n            \"summary\": \"In the Matter of Adept Escrow Service, Inc. The Department of Finance alleges the Respondent violated the Idaho Escrow Act. Respondent is not an exempt entity identified under Idaho Code § 30-905. Respondent has engaged in business at a branch location not licensed to conduct business and under a name that is not licensed to offer escrow services to Idaho consumers. By doing so, Respondent has violated Idaho Code § 30-904. Idaho’s Code provides that a civil penalty of up to five thousand dollars may be ordered for each violation. The parties have agreed to resolve this matter by: Respondent waiving its right to a hearing and also being imposed with the sanctions of paying the civil penalty in the amount of $5,000.00.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.finance.idaho.gov/legal/administrative-actions/escrow/documents/2021/5928-2020-18-04-Adept-Escrow-A-O.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1162ID202018042620450131\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Enforcement Order\",\n            \"agency_name\": \"Idaho Department of Finance, Securities Bureau\",\n            \"state_name\": \"Idaho\"\n        },\n        {\n            \"id\": 41964,\n            \"title\": \"Governor Sisolak Announces Appointments for the Month of April\",\n            \"summary\": \"Today, Nevada Governor Steve Sisolak announced 46 appointments made to State of Nevada boards, commissions, and agencies during the month of April. This list includes appointments to the Appeals Panel for Industrial Insurance; the Employee-Management Committee; the Gaming Control Board; and the State Land Use Planning Advisory Council.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Gov_Sisolak_announces_appointments_for_the_month_of_April/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV629320210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Nevada Office of the Governor\",\n            \"state_name\": \"Nevada\"\n        },\n        {\n            \"id\": 41963,\n            \"title\": \"Governor Cox and Lt. Governor Henderson Hold Ceremonial Signing of Economic Advancement Bills\",\n            \"summary\": \"The commitment to develop talent, incentivize businesses and foster innovation through economic advancement is a priority of the Cox-Henderson administration as outlined in the One Utah Roadmap, its plan for the first 500 days. In celebration of these goals, Governor Cox and Lt. Governor Henderson held a ceremonial signing for the following bills: H.B. 86 Social Security Tax Amendments; S.B. 11 Military Retirement Income Tax Amendments; H.B. 217 Regulatory Sandbox Program; S.B. 153 Utah Personal Exemption Amendments; and H.B. 348 Economic Development Amendments.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.utah.gov/2021/05/04/gov-cox-and-lt-gov-henderson-hold-ceremonial-signing-of-economic-advancement-bills/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8249UT270820210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Utah Office of the Governor\",\n            \"state_name\": \"Utah\"\n        },\n        {\n            \"id\": 41962,\n            \"title\": \"Montana to Launch Return-to-Work Bonuses, Return to Pre-Pandemic Unemployment Program to Address Workforce Shortage\",\n            \"summary\": \"Governor Greg Gianforte today announced two measures to address the state’s severe workforce shortage and incentivize Montanans to reenter the labor force. The State of Montana will launch a return-to-work bonus program, utilizing federal funds authorized by the American Rescue Plan Act. Return-to-work bonuses will be paid to unemployed individuals who rejoin the labor force and accept and maintain steady employment for at least one month. The governor also announced the State of Montana will end its participation in federal pandemic-related unemployment benefit programs and transition to pre-pandemic unemployment insurance (UI) eligibility and benefits by the end of June.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://news.mt.gov/montana-to-launch-return-to-work-bonuses-return-to-pre-pandemic-unemployment-program-to-address-workforce-shortage\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7976MT24920210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Montana Office of the Governor\",\n            \"state_name\": \"Montana\"\n        },\n        {\n            \"id\": 41961,\n            \"title\": \"Governor Mills Unveils Transformative Plan to Spur Economic Recovery & Achieve Long-Term Economic Growth\",\n            \"summary\": \"Governor Janet Mills today unveiled the Maine Jobs & Recovery Plan, her Administration’s proposal to invest more than $1 billion in discretionary Federal relief funds allocated to Maine under the American Rescue Plan Act. The plan draws heavily on recommendations from the Governor’s Economic Recovery Committee and the State’s 10-Year Economic Development Strategy, transforming these best-made plans into real action to improve the lives of our people and to strengthen the economy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.maine.gov/governor/mills/news/governor-mills-unveils-transformative-plan-spur-economic-recovery-achieve-long-term-economic\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7968ME10413420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Maine Office of the Governor\",\n            \"state_name\": \"Maine\"\n        },\n        {\n            \"id\": 41960,\n            \"title\": \"Governor Laura Kelly Announces Administration Appointments\",\n            \"summary\": \"Governor Laura Kelly today announced appointments to Kansas state boards and commissions including the reappointment of Jeffery Bottenberg to the State Board of Accountancy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.kansas.gov/governor-laura-kelly-announces-administration-appointments-26/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7966KS343TS20210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Kansas Office of the Governor\",\n            \"state_name\": \"Kansas\"\n        },\n        {\n            \"id\": 41959,\n            \"title\": \"2020 Effingham County Tentative Multiplier Announced\",\n            \"summary\": \"Effingham County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Effingham County are at  33.01 percent of market value, based on sales of properties in 2017, 2018, and 2019. The equalization factor currently being assigned is for 2020 taxes, payable in 2021. Last year's equalization factor for the county was 1.0000.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23254\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2325420210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 41958,\n            \"title\": \"2020 Williamson County Tentative Multiplier Announced\",\n            \"summary\": \"Williamson County has been issued a tentative property assessment equalization factor of 1.0319, according to David Harris, Director of the Illinois Department of Revenue. Assessments in Williamson County are at  32.30 percent of market value, based on sales of properties in 2017, 2018, and 2019. The equalization factor currently being assigned is for 2020 taxes, payable in 2021. Last year's equalization factor for the county was 1.0000 .\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www2.illinois.gov/Pages/news-item.aspx?ReleaseID=23253\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2325320210504\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-04\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-04\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Illinois Office of the Governor\",\n            \"state_name\": \"Illinois\"\n        },\n        {\n            \"id\": 41797,\n            \"title\": \"Affordable Care Act Internal Claims and Appeals and External Review Disclosures\",\n            \"summary\": \"The Department of the Treasury will submit the following two information collection requests to the Office of Management and Budget (OMB) for review and clearance: 1. Affordable Care Act Internal Claims and Appeals and External Review Disclosures (an extension of a currently approved collection).  The rule requires group health plans and issuers of group health insurance coverage, in connection with internal appeals of claims denials, to provide claimants free of charge with any evidence relied upon in deciding the appeal that was not relied on in making the initial denial of the claim; and 2. The extension of a currently approved collection referenced as IRS Form 8945, “PTIN Supplemental Application for U.S. Citizens Without A Social Security Number Due to Conscientious Religious Objection.” Form 8945 is used by U. S. citizens who are members of certain recognized religious groups that want to prepare tax returns for compensation. Most individuals applying for a Preparer Tax Identification Number (PTIN) will have a social security number, which will be used to help establish their identity. However, there exists a population of U.S. residents that are religious objectors and do not have social security numbers. Form 8945 was created to assist that population in establishing their identity while applying for a PTIN.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09183/agency-information-collection-activities-submission-for-omb-review-comment-request-multiple-internal\",\n            \"federal_register_number\": \"2021-09183\",\n            \"regalytics_alert_id\": \"1891FR20210918320210503\",\n            \"proposed_comments_due_date\": \"2021-06-02\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41845,\n            \"title\": \"Governor Ricketts: Stay the Course on Delivering Tax Relief\",\n            \"summary\": \"Today, Governor Pete Ricketts commented on a decision by the Nebraska Economic Forecasting Advisory Board, which raised the revenue forecast by $90 million for the current fiscal year FY2020-21, decreased estimates by $5 million for fiscal year FY2021-22, and made no change to FY2022-23.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.nebraska.gov/press/gov-ricketts-stay-course-delivering-tax-relief\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8468NE5582s20210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Nebraska Office of the Governor\",\n            \"state_name\": \"Nebraska\"\n        },\n        {\n            \"id\": 41844,\n            \"title\": \"Governor Ducey Issues Executive Order to Meet Growing Job Demand, Support Employers\",\n            \"summary\": \"Governor Doug Ducey today issued an Executive Order to meet surging job demand and support job creators throughout Arizona as employment opportunities grow and the COVID-19 vaccine is available for anyone who wants it.  Today’s Order rescinds a March 2020 Executive Order that waived the requirement that an individual receiving employment benefits must be actively looking for work in order to receive the benefits.  The Arizona Department of Economic Security will begin enforcing the reinstated requirement the week of Sunday, May 23.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://azgovernor.gov/governor/news/2021/05/governor-ducey-issues-executive-order-meet-growing-job-demand-support\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7908AZ19720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Arizona Office of the Governor\",\n            \"state_name\": \"Arizona\"\n        },\n        {\n            \"id\": 41843,\n            \"title\": \"Undercover Operation Leads to Conviction of Maxwell Rice Mill Worker in Insurance Fraud Scheme\",\n            \"summary\": \"Brooke Gomez, 29, of Maxwell, was convicted and sentenced on one misdemeanor count of workers’ compensation insurance fraud after she claimed to be too injured to work in order to collect workers’ compensation benefits while working for another employer.  Gomez pleaded no contest to the misdemeanor charge and was sentenced in Colusa County Superior Court on April 26, 2021. She was placed on 12 months summary probation and ordered to pay $6,000 in restitution and $630 in fines.  On August 14, 2019, while working as a rice grader, Gomez sustained an abdominal injury while lifting bags of rice. Following her injury, a workers’ compensation claim was filed with her employer’s insurance company and Gomez began receiving workers’ compensation payments.  Gomez was also working as a bartender at a local bar.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://www.insurance.ca.gov/0400-news/0100-press-releases/2021/release047-2021.cfm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6350CA17620210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"California Department of Insurance\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 41842,\n            \"title\": \"State Assessment Review Board Teleconference\",\n            \"summary\": \"Meeting of the State Assessment Review Board on May 11, 2021 at 3:00 p.m. Agenda:  Election of Board Chair.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=127897\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20234520210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"Alaska Department of Revenue\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 41841,\n            \"title\": \"Proposed Changes in the Regulations of the Alaska Real Estate Commission\",\n            \"summary\": \"The Real Estate Commission proposes to update various regulations relating to examination, admission, application, licensure requirements, renewal notice, profession title, classroom and virtual course requirements, instructor approval, and definitions, to be more consistent with current times and processes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://aws.state.ak.us/OnlinePublicNotices/Notices/Attachment.aspx?id=127893\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"239AK20234120210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Regulations\",\n            \"agency_name\": \"Alaska Department of Commerce, Community and Economic Development\",\n            \"state_name\": \"Alaska\"\n        },\n        {\n            \"id\": 41840,\n            \"title\": \"Colorado Division of Securities Invites Coloradans to Live Stream the Virtual Event “Investing: What’s New & What’s Not”\",\n            \"summary\": \"The Colorado Division of Securities (the “Division”) part of the Colorado Department of Regulatory Agencies is partnering with the Investor Protection Trust and PBS Books to produce “Investing: What’s New & What’s Not” virtual event to livestream on the Department’s Facebook page on Friday, April 23, 2021, at 11:00 a.m. MT.  “Investing: What’s New & What’s Not” is the second of the 12 part virtual event series “When I’m 65 - Boomers to Zoomers: Building A Secure Path to Retirement” that is being brought to Coloradans each month via Facebook livestreaming. This month’s event will feature qualified experts who will discuss new investment options, the tried-and-true investment strategies, and how both can be part of a retirement savings plan.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dora.colorado.gov/press-release/colorado-division-of-securities-invites-coloradans-to-live-stream-the-virtual-event\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1664CO14912320210419\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Colorado Department of Regulatory Agencies\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 41839,\n            \"title\": \"Emergency Rules - Income Tax\",\n            \"summary\": \"The purpose of these rules is to amend the due date for certain individual income tax returns and payments.  Executive Order D 2021 075 specifically directs the Department to promulgate and issue emergency rules to extend individual income tax payments for tax year 2020 to May 17, 2021. Thus, emergency rules are necessary to comply with Executive Order D 2021 075. Furthermore, the April 15 due date for certain returns and payments will pass before a rule implementing a reasonable extension of time under the circumstances could be promulgated.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.state.co.us/CCR/Upload/AGORequestEmergency/EmergencyJustificationPathAttach2021-00218.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"140CO21820210420\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-04-01\",\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Emergency Rules Adopted\",\n            \"agency_name\": \"Colorado Department of Revenue, Taxation Division\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 41838,\n            \"title\": \"Meeting/Workshop Hearing by Department of Financial Services\",\n            \"summary\": \"The Department of Financial Services announces a public meeting to which all persons are invited on May 12, 2021; 2:00 – 3:00 p.m., Eastern Daylight Time to discuss status of the Florida PALM Project.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24478840\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2447884020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice of Meeting/Workshop Hearing\",\n            \"agency_name\": \"Florida Department of Financial Services\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 41837,\n            \"title\": \"Fannie Mae Releases March 2021 Monthly Summary\",\n            \"summary\": \"Fannie Mae’s (FNMA/OTCQB) March 2021 Monthly Summary is now available. The monthly summary report contains information about Fannie Mae’s monthly and year-to-date activities for our gross mortgage portfolio, mortgage-backed securities and other guarantees, interest rate risk measures, serious delinquency rates, and loan modifications.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/fannie-mae-releases-march-2021-monthly-summary\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA14320210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Fannie Mae\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41836,\n            \"title\": \"Storm Recovery Tips from the Oklahoma Insurance Department\",\n            \"summary\": \"The Oklahoma Insurance Department (OID) is offering help to Oklahomans who are affected by Wednesday night’s severe weather. The OID is dedicated to helping those with damage have their insurance claims handled promptly and fairly.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.oid.ok.gov/release_043021/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9173OK96TRE20210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Oklahoma Insurance Department\",\n            \"state_name\": \"Oklahoma\"\n        },\n        {\n            \"id\": 41835,\n            \"title\": \"Lieutenant Governor Roach Reminds Property Owners of Tax Amnesty Expiration Date\",\n            \"summary\": \"Lieutenant Governor Tregenza A. Roach, Esq. reminds the public that the amnesty period during which interests, and penalties assessed against all outstanding real property taxes in the Territory are waived, expires on June 30, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Territory\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://ltg.gov.vi/press-release/lieutenant-governor-roach-reminds-property-owners-of-tax-amnesty-expiration-date/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8857VI19420210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Virgin Islands Department of Banking, Insurance, and Financial Regulation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41834,\n            \"title\": \"Addendum 15 to Amended and Restated Executive Order No. 01-20\",\n            \"summary\": \"1. Addendum 2 to the Amended and Restated Executive Order is hereby rescinded. 2. As of Friday, April 30, 2021, Vermonters are no longer required to wear face coverings over nose and mouth when they are in outdoor public spaces, provided sustained or prolonged close contact with individuals from outside theirhousehold can be avoided. 3. Notwithstanding anything to the contrary in the Vermont Forward plan, restaurants, catering, food service, social clubs and bars must cease service at 10:00pm each night, 4. Effective May 9, 2021, Section 5(a) of the Amended and Restated Executive Order is hereby modified to direct the Commissioner of the Department of Labor to reinstitute the work search requirement for all workers seeking unemployment benefits.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.vermont.gov/content/addendum-15-amended-and-restated-executive-order-no-01-20\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8248VT361920210501\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-01\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Executive Order\",\n            \"agency_name\": \"Vermont Office of the Governor\",\n            \"state_name\": \"Vermont\"\n        },\n        {\n            \"id\": 41833,\n            \"title\": \"Petition of Michael James Thaler and Alan Joseph Dole to Confirm Arbitration Award\",\n            \"summary\": \"Reply added: Michael James Thaler And Alan Joseph Dole - Reply In Support Of Petition Of Michael James Thaler And Alan Joseph Dole To Confirm Arbitration Award.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#caseDetails/140999\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00044D14720210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporation Commission, Division of Securities and Retail Franchising\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 41832,\n            \"title\": \"Annual Assessment of Licensees Under Chapter 20 of Title 6.2 of the Code of Virginia - Order Assessing Annual Fees\",\n            \"summary\": \"It is ordered that licensees under Chapter 20 of Title 6.2 of the Code of Virginia be assessed for 2021, based on reports filed with the Bureau of Financial Institutions for calendar year ending 12/31/20, as prescribed.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://scc.virginia.gov/DocketSearch#caseDetails/142030\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8197VA00012121920210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Administrative Action\",\n            \"agency_name\": \"Virginia State Corporation Commission, Bureau of Financial Institutions\",\n            \"state_name\": \"Virginia\"\n        },\n        {\n            \"id\": 41831,\n            \"title\": \"A Proclamation on Older Americans Month, 2021\",\n            \"summary\": \"The President of the United States of America hereby proclaims May 2021 as Older Americans Month. The President discusses The American Rescue Plan and calls upon Americans of all ages to celebrate older Americans during this month and throughout the year.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.whitehouse.gov/briefing-room/presidential-actions/2021/05/03/a-proclamation-on-older-americans-month-2021/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"785WH1632120210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Presidential Actions\",\n            \"agency_name\": \"U.S. Executive Office of the President\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41830,\n            \"title\": \"CME Group Announces Launch of Micro Bitcoin Futures\",\n            \"summary\": \"CME Group, the world's leading and most diverse derivatives marketplace, today launched Micro Bitcoin futures, further expanding its suite of crypto derivatives offerings. \\\"We are pleased to introduce this new contract at a time when we continue to see consistent growth of liquidity and participation in our crypto futures and options,\\\" said Tim McCourt, CME Group Global Head of Equity Index and Alternative Investment Products. \\\"At one-tenth the size of one bitcoin, Micro Bitcoin futures will provide an efficient, cost-effective way for a broad array of market participants – from institutions to sophisticated, active traders – to fine-tune their bitcoin exposure and enhance their trading strategies, all while retaining the benefits of CME Group's standard Bitcoin futures.\\\"\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://investor.cmegroup.com/news-releases/news-release-details/cme-group-announces-launch-micro-bitcoin-futures\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7777CME4663120210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"CME Group\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41829,\n            \"title\": \"HUD Makes More Than $20 Million Available to Fight Housing Discrimination\",\n            \"summary\": \"The U.S. Department of Housing and Urban Development (HUD) announced that it is making $20,229,156 available to fair housing organizations across the nation working to fight housing discrimination. The funds will support a variety of activities, including fair housing testing, education and outreach, and capacity building, and are being provided through the Department’s Fair Housing Initiatives Program (FHIP).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.hud.gov/press/press_releases_media_advisories/HUD_No_21_078\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"774HUD7307820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41828,\n            \"title\": \"Federal Financial Institutions Examination Council’s (FFIEC) Announced Election of Thomas Fite by the State Liaison Committee (SLC) as SLC Chairman and the Reappointment of Fite to the FFIEC’s SLC for a Second Two-Year Term\",\n            \"summary\": \"The Federal Financial Institutions Examination Council’s (FFIEC) State Liaison Committee (SLC) today announced the election of Thomas Fite as SLC Chairman. The SLC Chairman’s one-year term runs from May 1 until April 30 of the following year. The SLC can re-elect the chairman for additional terms. Additionally, the FFIEC today announced the reappointment of Fite to the FFIEC’s SLC. Fite is an active member on the SLC, first confirmed by the Council to complete a partial-term vacancy in September 2017, and then reappointed to his first full two-year term in May 2019. Fite’s second full two-year term runs from May 1, 2021, through April 30, 2023.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.ffiec.gov/press/pr050321.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"732FFIEC27820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Federal Financial Institutions Examination Council\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41827,\n            \"title\": \"Extend the Effective Date in Commentary .10 under NYSE Arca Rule 2.1210\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”)proposes to extend the effective date in Commentary .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE Arca Rule 2.1210 (Registration Requirements) applicable to ETP Holders, OTP Holders and OTP Firms (collectively, “Members”), from April 30, 2021 to June 30, 2021. The proposed rule change would extend the 120-day period that certain individuals can function as a principal without having successfully passed an appropriate qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as a principal prior to March 3, 2021. This proposed rule change is based on a filing recently submitted by the Financial Industry Regulatory Authority, Inc. (“FINRA”) and is intended to harmonize the Exchange’s registration rules with those of FINRA so as to promote uniform standards across the securities industry.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/sec-approvals/2021/%28SR-NYSEArca-2021-30%29 34-91707.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20213020210429\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41826,\n            \"title\": \"NYSE Arca Options Fees and Charges and the NYSE Arca Equities Fees and Charges\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to amend its Fee Schedules regarding colocation services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not substantive and would not change the amount or structure of the fees.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/sec-approvals/2021/%28SR-NYSEArca-2021-26%29 34-91713.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20212620210429\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41825,\n            \"title\": \"Commentary .10 under NYSE American Rule 2.1210\",\n            \"summary\": \"NYSE American LLC (“NYSE American” or the “Exchange”) proposes to extend the effective date in Commentary .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE American Rule 2.1210 (Registration Requirements) applicable to member organizations, ETP Holders and ATP Holders (collectively, “Members”), from April 30, 2021 to June 30, 2021. The proposed rule change would extend the 120-day period that certain individuals can function as a principal without having successfully passed an appropriate qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as a principal prior to March 3, 2021. This proposed rule change is based on a filing recently submitted by FINRA and is intended to harmonize the Exchange’s registration rules with those of FINRA so as to promote uniform standards across the securities industry.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/rule-filings/sec-approvals/2021/%28SR-NYSEAMER-2021-24%29 34-91706.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEAMER20212420210429\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41824,\n            \"title\": \"Amendment of the NYSE American Equities Price List and Fee Schedule and the NYSE American Options Fee Schedule\",\n            \"summary\": \"NYSE American LLC (“NYSE American” or the “Exchange”) proposes to amend its Price List and Fee Schedule regarding colocation services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not substantive and would not change the amount or structure of the fees.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/rule-filings/sec-approvals/2021/%28SR-NYSEAMER-2021-22%29 34-91712.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEAMER20212220210429\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41823,\n            \"title\": \"Proposed Rule Change to Extend the Effective Date in Commentary .10 under NYSE Rule 1210\",\n            \"summary\": \"Notice is hereby given that on December 15, 2020, the New York Stock Exchange LLC filed with the Securities and Exchange Commission the proposed rule change to extend the effective date in Commentary .10 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under NYSE Rule 1210 (Registration Requirements) applicable to member organizations, from December 31, 2020 to April 30, 2021.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/sec-approvals/2021/%28SR-NYSE-2021-28%29 34-91705.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20212820210429\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41822,\n            \"title\": \"Proposal to Amend the New York Stock Exchange Price List Regarding Colocation Services and Fees\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to amend its Price List regarding colocation services and fees to add further specificity as to how monthly fees for dedicated cabinets are calculated. The proposed change is not substantive and would not change the amount or structure of the fees. The Exchange offers Users dedicated and partial cabinets to house their servers and other equipment. Each dedicated cabinet has a standard power allocation of either 4 kilowatts (“kW”) or 8 kW, but additional power can be added if the User requests. Users may request that such additional power be allocated to a dedicated cabinet when it is first set up or later. A User pays a monthly fee based on the power allocated to its dedicated cabinets. As previously indicated, the tiered fee is based on the total kWs allocated to all of a User’s dedicated cabinets, not the kWs allocated to an individual dedicated cabinet.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/sec-approvals/2021/%28SR-NYSE-2021-26%29 34-91711.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20212620210429\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-29\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41821,\n            \"title\": \"PSERS 5/5 Special Board Meeting Link\",\n            \"summary\": \"PSERS is holding a Special Board Meeting on Wednesday 5/5 at 5:30 PM EST.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/Public-School-Employees-Retirement-System_details.aspx?newsid=145\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA364540020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania School Employees' Retirement System\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 41820,\n            \"title\": \"Jessica Wachter Named SEC Chief Economist and Director of the Division of Economic and Risk Analysis\",\n            \"summary\": \"The Securities and Exchange Commission today announced that Jessica Wachter has been appointed Chief Economist and Director of the Division of Economic and Risk Analysis (DERA).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-77\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC52DDB1BC20210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41819,\n            \"title\": \"SEC Order Against Kenneth Ciapala\",\n            \"summary\": \"In the Matter of Kenneth Ciapala (“Respondent”), the Securities and Exchange Commission (“Commission”) has entered an Order against the Respondent, and has made the following findings: Ciapala, working with others, acted as an unregistered broker-dealer and controlled a number of foreign companies that he used between at least 2016 and 2018 to enable public company control persons fraudulently to sell stock to retail investors in the public United States securities markets. Accordingly, the Commision has ORDERED pursuant to Section 15(b)(6) of the Exchange Act, that Respondent Ciapala be, and hereby is barred from association with any broker, dealer, investment adviser, municipal securities dealer, municipal advisor, transfer agent, or nationally recognized statistical rating organization.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/34-91739.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC349173920210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41818,\n            \"title\": \"Unintended Consequences of Unemployment Insurance Benefits: the Role of Banks\",\n            \"summary\": \"In this Article, the Authors of the Note use disaggregated U.S. data and a border discontinuity design to show that more generous unemployment insurance (UI) policies lower bank deposits.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/unintended-consequences-of-unemployment-insurance-benefits-the-role-of-banks.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED216ksKS20210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41817,\n            \"title\": \"Dynamic Factor Copula Models with Estimated Cluster Assignments\",\n            \"summary\": \"In this discussion series, this paper proposes a dynamic multi-factor copula for use in high dimensional time series applications. A novel feature of the model is that the assignment of individual variables to groups is estimated from the data, rather than being pre-assigned using SIC industry codes, market capitalization ranks, or other ad hoc methods. Applying the new model to returns on 110 US equities, the Author notes results which find around 20 clusters to be optimal. In out-of-sample forecasts, the Authors further show that a model with as few as five estimated clusters significantly outperforms an otherwise identical model with 21 clusters formed using two-digit SIC codes.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/dynamic-factor-copula-models-with-estimated-cluster-assignments.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED189tsTS20210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41816,\n            \"title\": \"Limited Participation in Equity Markets and Business Cycles\",\n            \"summary\": \"This paper studies how the rise in US households' participation in equity markets affects the transmission of macroeconomic shocks to the economy.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/limited-participation-in-equity-markets-and-business-cycles.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED181esES20210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41815,\n            \"title\": \"Developments in the Credit Score Distribution Over 2020\",\n            \"summary\": \"In this FEDS Note, this Article explores the distribution of household credit risk can vary with aggregate economic and credit conditions. For example, the share of subprime-scored borrowers declined at a relatively steady pace during the economic recovery from the Global Financial Crisis. Although the COVID-19 pandemic interrupted the economic conditions that supported this trend, the pace of decline accelerated following the pandemic’s onset in March 2020 (figure 1). The analysis that follows suggests that this acceleration was largely driven by the Coronavirus Aid, Relief, and Economic Security Act’s (CARES Act) forbearance provisions.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/notes/feds-notes/developments-in-the-credit-score-distribution-over-2020-20210430.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED179203020210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41814,\n            \"title\": \"Are Repo Markets Fragile? Evidence from September 2019\",\n            \"summary\": \"In this Paper, the Authors show that the segmented structure of the U.S. Treasury repo market, in which some participants have limited access across the segments, leads to rate dispersion, even in this essentially riskless market. Using confidential data on repo trading, the Authors then show how the rate dispersion between the centrally cleared and over-the-counter (OTC) segments of the Treasury repo market was exacerbated during the stress episode of September 2019. The results highlight that, while segmentation can increase fragility in the repo market, the presence of strong trading relationships in the OTC segment helps mitigate it by reducing rate dispersion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.federalreserve.gov/econres/feds/are-repo-markets-fragile-evidence-from-september-2019.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED170191920210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Report\",\n            \"agency_name\": \"Federal Reserve System\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41813,\n            \"title\": \"NASAA’s Electronic Filing Depository Expands to Franchise Filings\",\n            \"summary\": \"NASAA announced today that its Electronic Filing Depository (EFD) System will expand to accept franchise filings through its new Franchise Electronic Depository functionality (FRED). FRED will significantly increase the information and review tools available to filers and regulators.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nasaa.org/57497/nasaas-electronic-filing-depository-expands-to-franchise-filings/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2918NASAA5749720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"North American Securities Administrators Association\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41812,\n            \"title\": \"US Department Labor Offers Series of Webinars for Southeastern Employees, Employers on Workplace Protections During the Pandemic\",\n            \"summary\": \"The U.S. Department of Labor’s Wage and Hour Division has teamed up with the department’s Occupational Safety and Health Administration to offer a series of “Essential Workers – Essential Protections” webinars to educate employees and employers on critical workplace protections afforded to them under federal law. The webinars detail the workplace rights of people who have been keeping the country moving throughout the pandemic.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/whd/whd20210503\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL131768ATL525210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Labor, Wage and Hour Division\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41811,\n            \"title\": \"Low Income Taxpayer Clinic 2022 Grant Application Period Now Open\",\n            \"summary\": \"The Internal Revenue Service today announced that the application period for Low Income Taxpayer Clinic (LITC) matching grants for calendar year 2022 will run from May 3, 2021, to June 18, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.irs.gov/newsroom/low-income-taxpayer-clinic-2022-grant-application-period-now-open\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"194IRS15920210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41810,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, May 6, 2021\",\n            \"summary\": \"The Securities and Exchange Commission is announcing its Sunshine Act Meeting, the meeting will be held via remote means and/or at the Commission’s headquarters, 100 F Street, NE, Washington, DC 20549. The meeting will be held at 2:00 p.m. on Thursday, May 6, 2021. The subject matter of the closed meeting will consist of the following topics: Institution and settlement of injunctive actions; Institution and settlement of administrative proceedings; Resolution of litigation claims; and Other matters relating to examinations and enforcement proceedings.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09398/sunshine-act-meetings\",\n            \"federal_register_number\": \"2021-09398\",\n            \"regalytics_alert_id\": \"1891FR20210939820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41809,\n            \"title\": \"Sunshine Act Meeting of the Securities and Exchange Commission, Notice of Cancelation\",\n            \"summary\": \"The Securities and Exchange Commission is providing this notice of cancelation of its Sunshine Act Meeting which was previously scheduled for Thursday, April 29, 2021 at 2:00 p.m.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09305/sunshine-act-meetings-cancellation\",\n            \"federal_register_number\": \"2021-09305\",\n            \"regalytics_alert_id\": \"1891FR20210930520210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41808,\n            \"title\": \"Initial Market-Based Rate Filings Including Requests for Blanket Section 204 Authorizations: BP Energy Retail, LLC\",\n            \"summary\": \"This is a supplemental notice for BP Energy Retail LLC’s application for market-based rate authority, with an accompanying rate tariff, noting that such application includes a request for blanket authorization, under 18 CFR Part 34, of future issuances of securities and assumptions of liability.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09257/bp-energy-retail-llc-supplemental-notice-that-initial-market-based-rate-filing-includes-request-for\",\n            \"federal_register_number\": \"2021-09257\",\n            \"regalytics_alert_id\": \"1891FR20210925720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Energy, Federal Energy Regulatory Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41807,\n            \"title\": \"Meeting of the Federal Advisory Committee on Insurance, June 2, 2021\",\n            \"summary\": \"This notice announces that the U.S. Department of the Treasury’s Federal Advisory Committee on Insurance (FACI) will meet via videoconference on Wednesday, June 2, 2021 from 12:30 p.m. – 3:30 p.m. Eastern Time. The meeting is open to the public. The FACI provides non-binding recommendation and advice to the Federal Insurance Office (FIO) in the U.S. Department of Treasury. This will be the second FACI meeting of 2021. In this meeting, the Subcommittee Addressing the Protection Gap Through Public-Private Partnerships and Other Mechanisms will lead discussions related to wildfire risk and related topics, and the Preparedness Workstream of the Subcommittee on COVID-19 will lead an ongoing discussion on topics related to preparing for future pandemics. The FACI will also receive status updates from each of its subcommittees and an update from FIO on its activities and consider any new business.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09248/open-meeting-of-the-federal-advisory-committee-on-insurance\",\n            \"federal_register_number\": \"2021-09248\",\n            \"regalytics_alert_id\": \"1891FR20210924820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41806,\n            \"title\": \"Reaffirmation Agreement\",\n            \"summary\": \"The Higher Education Act of 1965, as amended (HEA), established the Federal Family Education Loan (FFEL) Program, and the William D. Ford Federal Direct Loan (Direct Loan) Program under Title IV, Parts B and D respectively. The HEA provides for a maximum loan amount that a borrower can receive per year and in total. If a borrower receives more than the maximum amount, the borrower becomes ineligible for further Title IV aid (including Federal Pell Grants, Federal Supplemental Educational Opportunity Grants, Federal Work-Study, and Teacher Education Assistance for Higher Education (TEACH) Grants, Iraq and Afghanistan Service Grants) unless the borrower repays the excess amount or agrees to repay the excess amount according to the terms and conditions of the promissory note that the borrower signed. Agreeing to repay the excess amount according to the terms and conditions of the promissory note that the borrower signed is called “reaffirmation”, which is the subject of this collection.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09238/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-for\",\n            \"federal_register_number\": \"2021-09238\",\n            \"regalytics_alert_id\": \"1891FR20210923820210503\",\n            \"proposed_comments_due_date\": \"2021-06-02\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Education\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41805,\n            \"title\": \"Financial Counseling Statement\",\n            \"summary\": \"This notice announces that the Veterans Benefits Administration, Department of Veterans Affairs will submit the collection of information concerning: Financial Counseling Statement; VA Form 26-8844. This Form is established to provide for recording comprehensive financial information concerning the borrower’s net income, total expenditures, net worth, suggested areas for which expenses can be reduced or income increased, the arrangement of a family budget and recommendations for the terms of any repayment agreement on the defaulted loan.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09217/agency-information-collection-activity-under-omb-review-financial-counseling-statement\",\n            \"federal_register_number\": \"2021-09217\",\n            \"regalytics_alert_id\": \"1891FR20210921720210503\",\n            \"proposed_comments_due_date\": \"2021-06-03\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Veterans Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41804,\n            \"title\": \"Restrictions on Assistance to Noncitizens\",\n            \"summary\": \"HUD is seeking approval from the Office of Management and Budget (OMB) for the information collection described as Restrictions on Assistance to Noncitizens. HUD is prohibited from making financial assistance available to other than citizens or persons of eligible immigration status. This is a request for an extension of the current approval for HUD to require a declaration of citizenship or eligible immigration status from individuals seeking certain housing assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09216/60-day-notice-of-proposed-information-collection-restrictions-on-assistance-to-noncitizens-omb\",\n            \"federal_register_number\": \"2021-09216\",\n            \"regalytics_alert_id\": \"1891FR20210921620210503\",\n            \"proposed_comments_due_date\": \"2021-07-02\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Housing and Urban Development\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41803,\n            \"title\": \"Dependency and Indemnity Compensation Cost of Living Adjustments\",\n            \"summary\": \"The Department of Veterans Affairs (VA) is hereby giving notice of Cost-of-Living Adjustments (COLA) in certain benefit rates. These COLAs affect the Dependency and Indemnity Compensation (DIC) Program. The rate of the adjustment is tied to the increase in Social Security benefits effective December 1, 2020, as announced by the Social Security Administration (SSA). SSA has announced an increase of 1.3%.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09212/dependency-and-indemnity-compensation-cost-of-living-adjustments\",\n            \"federal_register_number\": \"2021-09212\",\n            \"regalytics_alert_id\": \"1891FR20210921220210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": \"2020-12-01\",\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Veterans Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41802,\n            \"title\": \"Registration and Equal Employment Opportunity in Apprenticeship Programs\",\n            \"summary\": \"The Department of Labor (DOL) is submitting this Employment and Training Administration (ETA)-sponsored information collection request for comments and review: Registration and Equal Employment Opportunity in Apprenticeship Programs. The National Apprenticeship Act (NAA) of 1937 authorizes this information collection. If approved, this collection will enable ETA to refine its data collection concerning the registration of apprenticeship programs and apprentices with DOL/ETA’s Office of Apprenticeship and recognized State Apprenticeship Agencies, properly assess the types of sponsors that are seeking to register an apprenticeship program and the level of growth in apprenticeship, collect the data necessary to calculate national registered apprenticeship program and apprentice totals, and implement the requirements of the Veterans Apprenticeship and Labor Opportunity Reform (VALOR) Act (Pub. L. 115–89). This ICR will also continue to enable ETA to collect data from registered apprenticeship programs relating to equal employment opportunity, and from applicants and/or apprentices, who file a discrimination complaint.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09208/agency-information-collection-activities-submission-for-omb-review-comment-request-registration-and\",\n            \"federal_register_number\": \"2021-09208\",\n            \"regalytics_alert_id\": \"1891FR20210920820210503\",\n            \"proposed_comments_due_date\": \"2021-06-02\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Labor\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41801,\n            \"title\": \"CPS UI Non-Filer Supplement\",\n            \"summary\": \"The Department of Labor announces that the agency is conducting a pre-clearance consultation program to to provide an opportunity to comment on the collections of information concerning CPS UI Non-Filer Supplement. This action is a reinstatement without change only. This collection is needed to provide the Nation with timely information about individuals who do not file for UI benefits and their reasons for not doing so. In addition, data from the supplement will provide a fuller picture about how the unemployed search for jobs and the hardships they face when doing so.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09205/information-collection-activities-comment-request\",\n            \"federal_register_number\": \"2021-09205\",\n            \"regalytics_alert_id\": \"1891FR20210920520210503\",\n            \"proposed_comments_due_date\": \"2021-07-02\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Labor, Bureau of Labor Statistics\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41800,\n            \"title\": \"Local Area Unemployment Statistics Program\",\n            \"summary\": \"The Department of Labor (DOL) is submitting this Bureau of Labor Statistics (BLS)-sponsored information collection request concerning: Local Area Unemployment Statistics (LAUS) Program. The BLS has been charged by Congress (29 U.S.C. Sections 1 and 2) with the responsibility of collecting and publishing monthly information on employment, the average wage received, and the hours worked by area and industry. The process for developing residency-based employment and unemployment estimates is a cooperative Federal-State program which uses employment and unemployment inputs available in State Workforce Agencies. The labor force estimates developed and issued in this program are used for economic analysis and as a tool in the implementation of Federal economic policy in such areas as employment and economic development under the Workforce Innovation and Opportunity Act of 2014 (that supplanted the Workforce Investment Act of 1998) and the Public Works and Economic Development Act, among others. For additional substantive information about this ICR, see the related notice published in the Federal Register on February 9, 2021 (86 FR 8803)\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09204/agency-information-collection-activities-submission-for-omb-review-comment-request-local-area\",\n            \"federal_register_number\": \"2021-09204\",\n            \"regalytics_alert_id\": \"1891FR20210920420210503\",\n            \"proposed_comments_due_date\": \"2021-06-02\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Labor\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41799,\n            \"title\": \"Quarterly Census of Employment and Wages Business Supplement\",\n            \"summary\": \"The Department of Labor (DOL) is submitting this Bureau of Labor Statistics (BLS)-sponsored information collection request concerning the \\\"Quarterly Census of Employment and Wages Business Supplement (QBS)\\\". The Bureau of Labor Statistics (BLS) intends to implement a new collection for a QCEW Business Supplement (QBS). Through the QBS, the BLS will be able to capture information on the US economy in a more efficient and timely manner than is currently possible. The QBS is intended to be a versatile collection instrument that will allow BLS to quickly collect and publish information so that stakeholders and data users can understand the impact of specific events on the US economy as they occur, improving the relevancy of the data. For additional substantive information about this ICR, see the related notice which was published in the Federal Register on February 3, 2021 (86 FR 8037).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09203/agency-information-collection-activities-submission-for-omb-review-comment-request-quarterly-census\",\n            \"federal_register_number\": \"2021-09203\",\n            \"regalytics_alert_id\": \"1891FR20210920320210503\",\n            \"proposed_comments_due_date\": \"2021-06-02\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Labor\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41798,\n            \"title\": \"Major Disaster Declaration: Iowa, Amendment No. 5\",\n            \"summary\": \"This notice amends the notice of a major disaster declaration for State of Iowa (FEMA-4557-DR), dated August 17, 2020, and related determinations. The Federal Emergency Management Agency (FEMA) hereby gives notice that pursuant to the authority vested in the Administrator, under Executive Order 12148, as amended, David Gervino, of FEMA is appointed to act as the Federal Coordinating Officer for this disaster. This action terminates the appointment of DuWayne Tewes as Federal Coordinating Officer for this disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09186/iowa-amendment-no-5-to-notice-of-a-major-disaster-declaration\",\n            \"federal_register_number\": \"2021-09186\",\n            \"regalytics_alert_id\": \"1891FR20210918620210503\",\n            \"proposed_comments_due_date\": \"2021-03-31\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41796,\n            \"title\": \"Major Disaster Declaration: Alabama; Incident Related to Severe Storm, Straight-line Winds, and Tornadoes\",\n            \"summary\": \"This is a Notice of the Presidential declaration of a major disaster for the State of Alabama (FEMA - 4596 - DR), dated 04/26/2021. Incident: Severe Storm, Straight-line Winds, and Tornadoes. Incident Period: 03/25/2021 through 03/26/2021. The following areas have been determined to be adversely affected by the disaster: Primary Counties (Physical Damage and Economic Injury Loans): Bibb, Calhoun, Clay, Hale, Jefferson, Perry, Randolph, Shelby. Contiguous Counties (Economic Injury Loans Only): ALABAMA Blount, Chambers, Cherokee, Chilton, Cleburne, Coosa, Dallas, Etowah, Greene, Marengo, Saint Clair, Talladega, Tallapoosa, Tuscaloosa, Walker. GEORGIA Carroll, Heard, Troup.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09179/presidential-declaration-of-a-major-disaster-for-the-state-of-alabama\",\n            \"federal_register_number\": \"2021-09179\",\n            \"regalytics_alert_id\": \"1891FR20210917920210503\",\n            \"proposed_comments_due_date\": \"2021-06-25\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of the Treasury, Small Business Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41795,\n            \"title\": \"Major Disaster Declaration: Kentucky, Related Determinations\",\n            \"summary\": \"This is a notice of the Presidential declaration of a major disaster for the Commonwealth of Kentucky (FEMA-4592-DR), dated March 31, 2021, and related determinations. The declaration was issued March 31, 2021. The Federal Emergency Management Agency (FEMA) hereby gives notice that pursuant to the authority vested in the Administrator, under Executive Order 12148, as amended, John Brogan, of FEMA is appointed to act as the Federal Coordinating Officer for this major disaster. The following areas of the Commonwealth of Kentucky have been designated as adversely affected by this major disaster: Bath, Boyd, Boyle, Breathitt, Carter, Casey, Clark, Clay, Clinton, Elliott, Estill, Fleming, Floyd, Garrard, Greenup, Harlan, Jackson, Johnson, Laurel, Lawrence, Lee, Leslie, Lewis, Lincoln, Madison, Magoffin, Marion, Martin, McCreary, Menifee, Mercer, Montgomery, Morgan, Nelson, Nicholas, Owsley, Perry, Powell, Pulaski, Rockcastle, Rowan, Wayne, Whitley, and Wolfe Counties for Public Assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09177/kentucky-major-disaster-and-related-determinations\",\n            \"federal_register_number\": \"2021-09177\",\n            \"regalytics_alert_id\": \"1891FR20210917720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41794,\n            \"title\": \"Major Disaster Declaration: Poarch Band of Creek Indians, Amendment No. 1\",\n            \"summary\": \"This notice amends the notice of a major disaster declaration for the Poarch Band of Creek Indians (FEMA-4591-DR), dated March 28, 2021, and related determinations. This amendment was issued March 28, 2021. Federal funds for emergency protective measures (Category B), including direct Federal assistance, under the Public Assistance program (Section 403) are authorized at 100 percent of total eligible costs for work performed from January 20, 2020 through September 30, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09176/poarch-band-of-creek-indians-amendment-no-1-to-notice-of-a-major-disaster-declaration\",\n            \"federal_register_number\": \"2021-09176\",\n            \"regalytics_alert_id\": \"1891FR20210917620210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41793,\n            \"title\": \"Major Disaster Declaration: Sac and Fox Tribe of the Mississippi in Iowa, Amendment No. 1\",\n            \"summary\": \"This notice amends the notice of a major disaster declaration for Sac & Fox Tribe of the Mississippi in Iowa (FEMA-4561-DR), dated September 10, 2020, and related determinations. The Federal Emergency Management Agency (FEMA) hereby gives notice that pursuant to the authority vested in the Administrator, under Executive Order 12148, as amended, David Gervino, of FEMA is appointed to act as the Federal Coordinating Officer for this disaster. This action terminates the appointment of DuWayne Tewes as Federal Coordinating Officer for this disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09172/sac-and-fox-tribe-of-the-mississippi-in-iowa-amendment-no-1-to-notice-of-a-major-disaster\",\n            \"federal_register_number\": \"2021-09172\",\n            \"regalytics_alert_id\": \"1891FR20210917220210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": \"2021-03-31\",\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41792,\n            \"title\": \"Major Disaster Declaration: Oregon, Amendment No. 1\",\n            \"summary\": \"The Federal Emergency Management Agency (FEMA) hereby gives notice that pursuant to the authority vested in the Administrator, under Executive Order 12148, as amended, Toney Raines, of FEMA is appointed to act as the Federal Coordinating Officer for this disaster. This action terminates the appointment of Dolph A. Diemont as Federal Coordinating Officer for this disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09164/oregon-amendment-no-1-to-notice-of-a-major-disaster-declaration\",\n            \"federal_register_number\": \"2021-09164\",\n            \"regalytics_alert_id\": \"1891FR20210916420210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": \"2021-03-26\",\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41791,\n            \"title\": \"Major Disaster Declaration: Commonwealth of the Northern Mariana Islands, Amendment No. 5\",\n            \"summary\": \"Notice is hereby given that, in a letter dated March 22, 2021, the President amended the cost-sharing arrangements regarding Federal funds provided under the authority of the Robert T. Stafford Disaster Relief and Emergency Assistance Act in a letter to Robert J. Fenton, Senior Official Performing the Duties of the Administrator, Federal Emergency Management Agency, Department of Homeland Security, under Executive Order 12148, as follows:  The President amended the declaration of April 1, 2020 to authorize a waiver of the non-Federal cost share for Other Needs Assistance—Lost Wages Assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09153/commonwealth-of-the-northern-mariana-islands-amendment-no-5-to-notice-of-a-major-disaster\",\n            \"federal_register_number\": \"2021-09153\",\n            \"regalytics_alert_id\": \"1891FR20210915320210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41790,\n            \"title\": \"Mail Management: Deployment of the Simplified Mail Accountability and Reporting Tool and Temporary Waiver of Federal Management Regulation Reporting Requirements\",\n            \"summary\": \"GSA has issued FMR Bulletin G-07, which announces GSA’s decision to deploy the SMART and resume Federal Agency mail program data collections when the SMART is fully deployed. Additionally, FMR Bulletin G-07 temporarily waives the annual mail management reporting requirement for large Federal agencies.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09140/mail-management-deployment-of-the-simplified-mail-accountability-and-reporting-tool-smart-and\",\n            \"federal_register_number\": \"2021-09140\",\n            \"regalytics_alert_id\": \"1891FR20210914020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"General Services Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41789,\n            \"title\": \"Major Disaster Declaration: Guam, Amendment No. 5\",\n            \"summary\": \"This notice amends the notice of a major disaster for the territory of Guam (FEMA-4495-DR), dated March 27, 2020, and related determinations. This amendment was issued March 22, 2021. The President has amended the declaration of March 27, 2020, to authorize a waiver of the non-Federal cost share for Other Needs Assistance—Lost Wages Assistance.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09135/guam-amendment-no-5-to-notice-of-a-major-disaster-declaration\",\n            \"federal_register_number\": \"2021-09135\",\n            \"regalytics_alert_id\": \"1891FR20210913520210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Emergency Management Agency\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41788,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Expiration Date of the Temporary Amendments Set Forth in SR-IEX-2020-20\",\n            \"summary\": \"On April 21, 2021, Investors Exchange LLC (“IEX” or the “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to amend IEX Rule 2.160 (Registration Requirements and Restrictions on Membership), Supplementary Material .02 (Temporary Extension of the Limited Period for Registered Persons to Function as Principals) under paragraph (i) of the rule. The Exchange is proposing to extend the expiration date of the temporary amendment initially set forth in SR-IEX-2020-20 from April 30, 2021, to June 30, 2021. The proposed rule change would harmonize the IEX Rule with a Financial Industry Regulatory Authority, Inc. (“FINRA”) rule amendment that extended the 120-day period during which certain individuals can function as a principal without having successfully passed an appropriate qualifying examination, from April 30, 2021 through June 30, 2021. IEX does not anticipate providing any further extensions to the temporary amendment identified in this proposed rule change beyond June 30, 2021. The foregoing proposed has become effective.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09133/self-regulatory-organizations-investors-exchange-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09133\",\n            \"regalytics_alert_id\": \"1891FR20210913320210503\",\n            \"proposed_comments_due_date\": \"2021-05-24\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41787,\n            \"title\": \"Proposed Rule Change to Amend Rule 5.37 and Rule 5.38 in Connection with Allocations at the Conclusion of the Exchange's Automated Improvement Mechanism (“AIM”) and Complex AIM (“C-AIM”) Auctions\",\n            \"summary\": \"On April 14, 2021, CBOE Exchange, Inc. (the “Exchange” or “CBOE Options”) filed with the Securities and Exchange Commission (the “Commission”) the proposed rule change to amend Rule 5.37 and Rule 5.38 in connection with allocations at the conclusion of the Exchange's Automated Improvement Mechanism (“AIM”) and Complex AIM (“C-AIM”) auctions. First, the proposed rule change amends Rule 5.34(e)(4) to permit the Exchange to designate any exclusively listed index option class as eligible for Priority Order Plus status at the conclusion of an AIM Auction. Second, the proposed rule change adopts new Rule 5.38(e)(4) which permits the Exchange to designate any exclusively listed index option class as eligible for Priority Complex Order Plus status, pursuant to which proposed Priority Complex Orders may receive Agency Order executions after Priority Customers at the conclusion of a C-AIM Auction.  Specifically, proposed Rule 5.38(e)(4) provides that, if the Exchange designates a class as eligible for Priority Complex Order Plus status, Users with contra-side complex interest at the conclusion of the C-AIM Auction and displayed resting quotes and orders that were at a price equal to the BBO on the opposite side of the market from any of the components of the Agency Order at the time the C-AIM Auction commenced, have priority in their contra-side complex interest (“Priority Complex Orders”) up to their largest size in a BBO in a pro-rata manner (after Priority Customers have received allocations).  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09132/self-regulatory-organizations-cboe-exchange-inc-notice-of-filing-of-a-proposed-rule-change-to-amend\",\n            \"federal_register_number\": \"2021-09132\",\n            \"regalytics_alert_id\": \"1891FR20210913220210503\",\n            \"proposed_comments_due_date\": \"2021-05-24\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41786,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Extend the Effective Date of the Temporary Amendment Set Forth in SR-BOX-2021-02 from April 30, 2021, to June 30, 2021\",\n            \"summary\": \"On April 20, 2021, BOX Exchange LLC (the “Exchange” or “BOX”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule change to extend the expiration date of the temporary amendment set forth in SR-BOX-2021-02 (“Temporary Qualification Examination Relief Filing”) from April 30, 2021, to June 30, 2021. The proposed rule change would extend the 120-day period that certain individuals on the Exchange can function as a principal without having successfully passed an applicable qualification examination through June 30, 2021, and would apply only to those individuals who were designated to function as a principal prior to March 3, 2021. This proposed rule change is based on a filing recently submitted by the Financial Industry Regulatory Authority, Inc. (“FINRA”) and is intended to harmonize the Exchange's registration rules with those of FINRA so as to promote uniform standards across the securities industry. The Commission believes that waiver of the 30-day operative delay is consistent with the protection of investors and the public interest. Accordingly, the Commission hereby waives the 30-day operative delay and designates the proposal operative upon filing.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09131/self-regulatory-organizations-box-exchange-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09131\",\n            \"regalytics_alert_id\": \"1891FR20210913120210503\",\n            \"proposed_comments_due_date\": \"2021-05-24\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Box Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41785,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Amend the Exchange's Pricing Schedule at Options 7\",\n            \"summary\": \"Notice is provided that on April 13, 2021, NASDAQ MRX, LLC (“MRX” or “Exchange”) filed with the Securities and Exchange Commission (“SEC” or “Commission”) the proposed rule to amend the Exchange's Pricing Schedule at Options 7. The proposed rule is now effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09130/self-regulatory-organizations-nasdaq-mrx-llc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"federal_register_number\": \"2021-09130\",\n            \"regalytics_alert_id\": \"1891FR20210913020210503\",\n            \"proposed_comments_due_date\": \"2021-05-24\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"NASDAQ MRX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41784,\n            \"title\": \"Withdrawal of a Proposed Rule Change, as Modified by Amendment No. 2, to Make Qualified Contingent Cross Orders Available for FLEX Option Trading\",\n            \"summary\": \"On August 3, 2020, CBOE Exchange, Inc. (the “Exchange” or “CBOE”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to make Qualified Contingent Cross Orders available for FLEX option trading. The proposed rule change was published for comment in the Federal Register on August 20, 2020. On October 1, 2020, the Commission designated a longer period for Commission action on the proposed rule change, until November 18, 2020. On October 23, 2020, the Exchange filed Amendment No. 1 to the proposed rule change, which replaced and superseded the proposed rule change. On April 14, 2021, the Exchange withdrew the proposed rule change.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09129/self-regulatory-organizations-cboe-exchange-inc-notice-of-withdrawal-of-a-proposed-rule-change-as\",\n            \"federal_register_number\": \"2021-09129\",\n            \"regalytics_alert_id\": \"1891FR20210912920210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"CBOE Exchange, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41783,\n            \"title\": \"Agency Information Collection Activities, Proposals, Submissions, and Approvals: Supporting Statement Regarding Marriage\",\n            \"summary\": \"The Department of Veterans Affairs (VA), through its Veterans Benefits Administration (VBA), administers an integrated program of benefits and services, established by law, for veterans, service personnel, and their dependents and/or beneficiaries. The VBA utilizes VA Form 21P-4171 to collect information from third parties regarding claimed common-law marriage between Veterans and spouse/surviving spouses. VBA used this the information collected to determine whether or not the claimed common-law marriage is valid under the laws of the state/territory where the parties resided at the time of marriage or the laws of the state/territory where the parties resided when the right to benefits accrued, in accordance with 38 CFR 3.1(j) and pay monetary benefits. In an effort to safeguard Veterans and their beneficiaries from financial exploitation, the instructions on 21P-4171 were amended to include information regarding VA-accredited attorneys or agents charging fees in connection with a proceeding before the Department of Veterans Affairs with respect to a claim.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09128/agency-information-collection-activity-under-omb-review-supporting-statement-regarding-marriage\",\n            \"federal_register_number\": \"2021-09128\",\n            \"regalytics_alert_id\": \"1891FR20210912820210503\",\n            \"proposed_comments_due_date\": \"2021-06-03\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Veterans Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41782,\n            \"title\": \"Servicing Procedures for Holders\",\n            \"summary\": \"The Department of Veterans Affairs (VA) announces the Reinstatement of its Loan Guaranty program which guarantees loans made by private lenders to veterans for the purchase, construction, and refinancing of homes owned and occupied by veterans. Under 38 C.F.R. 36.4350, a holder of a loan guaranteed or insured by the VA is required to develop and maintain a loan servicing program.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09105/agency-information-collection-activity-364350-servicing-procedures-for-holders\",\n            \"federal_register_number\": \"2021-09105\",\n            \"regalytics_alert_id\": \"1891FR20210910520210503\",\n            \"proposed_comments_due_date\": \"2021-06-03\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"U.S. Department of Veterans Affairs\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41781,\n            \"title\": \"Blocking or Unblocking of Persons and Properties\",\n            \"summary\": \"The Department of the Treasury’s Office of Foreign Assets Control (OFAC) is publishing the names of one or more persons that have been placed on OFAC’s Specially Designated Nationals and Blocked Persons List (the SDN List) based on OFAC’s determination that one or more applicable legal criteria were satisfied. All property and interests in property subject to U.S. jurisdiction of these persons are blocked, and U.S. persons are generally prohibited from engaging in transactions with them. Individuals: 1. ALEJOS CAMBARA, Gustavo Adolfo (a.k.a. ALEJOS CAMBARA, Gustavo), Guatemala; DOB 25 Oct 1966; POB Guatemala; nationality Guatemala; Gender Male; Passport 00728220K (Guatemala) expires 26 Jul 2009 (individual) [GLOMAG]. Designated pursuant to section 1(a)(ii)(B)(1) of Executive Order 13818 of December 20, 2017, “Blocking the Property of Persons Involved in Serious Human Rights Abuse or Corruption,” 82 FR 60839, 3 CFR, 2018 Comp., p. 399, (E.O. 13818) for being a foreign person who is a current or former government official, or a person acting for or on behalf of such an official, who is responsible for or complicit in, or has directly or indirectly engaged in, corruption, including the misappropriation of state assets, the expropriation of private assets for personal gain, corruption related to government contracts or the extraction of natural resources, or bribery. 2. ALEJOS LORENZANA, Felipe (a.k.a. ALEJOS, Felipe), Guatemala; DOB 03 Oct 1984; POB Guatemala; nationality Guatemala; Gender Male; Passport 157297144 (Guatemala) expires 09 May 2023; alt. Passport 157297148 (Guatemala) expires 20 Apr 2017 (individual) [GLOMAG].\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09034/notice-of-ofac-sanctions-actions\",\n            \"federal_register_number\": \"2021-09034\",\n            \"regalytics_alert_id\": \"1891FR20210903420210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Office of Foreign Assets Control\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41780,\n            \"title\": \"Joint Standards for Assessing the Diversity Policies and Practices\",\n            \"summary\": \"The National Credit Union Administration (NCUA) is providing notice and requesting comments concerning the Joint Standards for Assessing the Diversity Policies and Practices. Section 342 of the Dodd-Frank Wall Street Reform and Consumer Protection Act of 2010 (Act) required the NCUA, the Office of the Comptroller of the Currency (OCC), Board of Governors of the Federal Reserve System (Board), Federal Deposit Insurance Corporation (FDIC), Bureau of Consumer Financial Protection (CFPB), and Securities and Exchange Commission (SEC) (Agencies) each to establish an Office of Minority and Women Inclusion (OMWI) to be responsible for all matters of the Agency relating to diversity in management, employment, and business activities. The Act also instructed each OMWI Director to develop standards for assessing the diversity policies and practices of entities regulated by the Agency. The Agencies worked together to develop joint standards, and on June 10, 2015, they jointly published in the Federal Register the “Final Interagency Policy Statement Establishing Joint Standards for Assessing the Diversity Policies and Practices of Entities Regulated by the Agencies.”\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09029/agency-information-collection-activities-proposed-collection-comment-request-joint-standards-for\",\n            \"federal_register_number\": \"2021-09029\",\n            \"regalytics_alert_id\": \"1891FR20210902920210503\",\n            \"proposed_comments_due_date\": \"2021-07-02\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"National Credit Union Administration\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41779,\n            \"title\": \"Proposed Rule Change Relating to the Clearing of Single-Name Credit Default Swaps by U.S. Customers\",\n            \"summary\": \"On April 13, 2021, Banque Centrale de Compensation, which conducts business under the name LCH SA (“LCH SA”), filed with the Securities and Exchange Commission (“Commission”) the proposed rule change to amend its (i) CDS Clearing Rule Book (the “Rule Book”), (ii) CDS Clearing Supplement (the “Clearing Supplement”), (iii) some of its CDS Clearing Procedures (the “Procedures”), and (iv) FCM Clearing Regulations (“Clearing Regulations”), to allow LCH SA to offer clearing services in respect of single-name credit default swaps (“CDS”) that are “security-based swaps” (“SBS”) (“Single-Name CDS”) to be submitted by Clearing Members on behalf of their U.S. Clients for clearing by LCH SA. LCH SA is also proposing to revise a number of its rules to make additional amendments and conforming and clarifying amendments for consistency purposes.  The launch of clearing Single-Name CDS for U.S. Clients will be contingent upon LCH SA's receipt of all necessary regulatory approvals, including the approval by the Commission of the proposed rule change. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09025/self-regulatory-organizations-lch-sa-notice-of-filing-of-proposed-rule-change-relating-to-the\",\n            \"federal_register_number\": \"2021-09025\",\n            \"regalytics_alert_id\": \"1891FR20210902520210503\",\n            \"proposed_comments_due_date\": \"2021-05-24\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"LCH SA\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41778,\n            \"title\": \"Immediate Effectiveness of Proposed Rule Change to Adopt NASDAQ Rule 5760 to Permit the Listing and Trading of Managed Portfolio Shares\",\n            \"summary\": \"Notice is hereby given that on April 14, 2021, The NASDAQ Stock Market LLC filed with the Securities and Exchange Commission the proposed rule change to adopt NASDAQ Rule 5760 to permit the listing and trading of Managed Portfolio Shares, which are shares of actively managed exchange-traded funds for which the portfolio is disclosed in accordance with standard mutual fund disclosure rules.  This proposed rule change to add new NASDAQ Rule 5760 is substantially similar to the recently approved rule change by CBOE BZX Exchange, Inc.  The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09024/self-regulatory-organizations-the-nasdaq-stock-market-llc-notice-of-filing-and-immediate\",\n            \"federal_register_number\": \"2021-09024\",\n            \"regalytics_alert_id\": \"1891FR20210902420210503\",\n            \"proposed_comments_due_date\": \"2021-05-24\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"The NASDAQ Stock Market LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41777,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the Fee Schedule on the BOX Options Market LLC Facility\",\n            \"summary\": \"BOX Exchange LLC (“Exchange”) proposes to amend Section II.C (QOO Order Rebate) of the BOX Fee Schedule. Specifically, the Exchange proposes to reinstate the monthly rebate cap of $30,000 per month per Broker Dealer. The Exchange notes that the proposed rebate cap was previously in place when BOX established fees for the Trading Floor in 2017. The foregoing rule change has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-09020/self-regulatory-organizations-box-exchange-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"federal_register_number\": \"2021-09020\",\n            \"regalytics_alert_id\": \"1891FR20210902020210503\",\n            \"proposed_comments_due_date\": \"2021-05-24\",\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Box Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41776,\n            \"title\": \"Charter Renewal: FDIC System Resolution Advisory Committee\",\n            \"summary\": \"The Federal Deposit Insurance Corporation (FDIC) is providing Notice of Charter renewal. The Chairman of the Federal Deposit Insurance Corporation has determined that renewal of the FDIC System Resolution Advisory Committee (Committee) is in the public interest in connection with the performance of duties imposed upon the FDIC by law. The Committee has been a successful undertaking by the FDIC and has provided valuable feedback to the agency on a broad range of issues regarding the resolution of systemically important financial companies (covered companies) pursuant to the Dodd-Frank Wall Street Reform and Consumer Protection Act. The Committee will continue to provide advice and recommendations on the effects on financial stability and economic conditions of a covered company's failure and how they arise, the effects on markets and stakeholders of the activities of a covered company, market understanding of the structures and tools available to the FDIC to facilitate an orderly resolution of a covered company, the application of such tools to nonbank financial entities, international coordination of planning and preparation for the resolution of internationally active covered companies, and harmonization of resolution regimes across international boundaries. The structure and responsibilities of the Committee are unchanged from when it was originally established in November 2011. The Committee will continue to operate in accordance with the provisions of the Federal Advisory Committee Act.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/05/03/2021-08804/fdic-system-resolution-advisory-committee-notice-of-charter-renewal\",\n            \"federal_register_number\": \"2021-08804\",\n            \"regalytics_alert_id\": \"1891FR20210880420210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": \"2021-05-03\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"Federal Deposit Insurance Corporation\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41775,\n            \"title\": \"SEC Charges Texan with Defrauding Investors in a Purported Wireless Energy Project\",\n            \"summary\": \"The Securities and Exchange Commission today charged a North Texas resident Richard Randall with defrauding more than 50 investors out of more than $17 million dollars in a wireless energy project. The Complaint of the Commission Alleges that Richard Randall and his recently deceased associate engaged in a fraudulent scheme to attract investors with a purported opportunity to invest in Wireless Power, LLC, which, in turn would invest in a revolutionary wireless technology for transmitting electricity, but then diverted most of the investor funds to themselves using shell companies that they controlled. They raised approximately $17.2 million between March 2015 and July 2016 by selling units in Wireless Power. Randall was involved in the development of the offering memorandum provided to investors, which falsely represented that investor funds would be used by Wireless Power to acquire equity interests in companies developing the wireless technology and that this technology would generate \\\"significant revenue streams\\\" to investors. The Commission further alleges that Randall himself received or used for his own personal benefit approximately $5.3 million of investor funds. Randall has been charged with violating the antifraud provisions of Sections 17(a)(1) and (3) of the Securities Act of 1933 and Section 10(b) of the Securities and Exchange Act of 1934 and Rule 10b-5. The Commission seeks an order permanently enjoining Randall from violating the charged provisions of the federal securities laws and requiring him to pay disgorgement with prejudgment interest and a civil penalty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/litreleases/2021/lr25086.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"173SECLR2508620210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Litigation Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41774,\n            \"title\": \"Conference: 24th Annual Examining Conflicts in Employment Laws (EXCEL) Training Conference, June 15-17, 2021\",\n            \"summary\": \"The U.S. Equal Employment Opportunity Commission (EEOC) announced today that registration is open for its 24th Annual Examining Conflicts in Employment Laws (EXCEL) Training Conference. The virtual training conference is being held June 15-17, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://www.eeoc.gov/newsroom/eeoc-host-24th-annual-examining-conflicts-employment-laws-excel-training-conference\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"172EEOC9111220210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Equal Employment Opportunity Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41773,\n            \"title\": \"EEOC Announces Opening of 2019 and 2020 EEO-1 Component 1 Data Collection\",\n            \"summary\": \"After delaying the opening of the 2019 EEO-1 Component 1 Data Collection on May 8, 2020 in light of the COVID-19 public health emergency, the U.S. Equal Employment Opportunity Commission (EEOC) announced today that the 2019 and 2020 EEO-1 Component 1 data collection is now open.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://www.eeoc.gov/newsroom/eeoc-announces-opening-2019-and-2020-eeo-1-component-1-data-collection\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"172EEOC739920210426\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-26\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Equal Employment Opportunity Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41772,\n            \"title\": \"Hearing of the U.S. Equal Employment Opportunity Commission, Wednesday, April 28\",\n            \"summary\": \"The U.S. Equal Employment Opportunity Commission (EEOC) will hold its first all virtual Commission hearing on Wednesday, April 28, at 10:30 a.m. (Eastern Time) to consider the impact of the COVID-19 pandemic on workers, the difficulties faced by employers in navigating potential employment discrimination issues raised by COVID-19, and future challenges the pandemic may present for employees and employers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://www.eeoc.gov/newsroom/eeoc-hold-first-all-virtual-public-hearing-april-28\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"172EEOC578020210420\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Equal Employment Opportunity Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41771,\n            \"title\": \"Workshop of the U.S. Equal Employment Opportunity Commission, May 2021\",\n            \"summary\": \"The U.S. Equal Employment Opportunity Commission (EEOC), the federal agency tasked with enforcing laws against employment discrimination and harassment, announced today that it is hosting a virtual training workshop on May 20. The workshop is geared toward attorneys, mediators, human resource personnel, union officials and equal employment opportunity (EEO) professionals in the private and public sectors, along with other interested parties.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"http://www.eeoc.gov/newsroom/us-eeoc-hosts-2021-legal-update-workshop\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"172EEOC426920210419\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Equal Employment Opportunity Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41770,\n            \"title\": \"April Digest\",\n            \"summary\": \"In April, MEMX hit another monthly record in average daily market share (2.16%) and shares traded (214 million). The exchange also had one-day records in market share (2.77%), notional value traded ($7.1 billion), and symbols traded (7,029). MEMX closed out the month of April as 6th largest of the 16 U.S. equity exchanges. MEMX’s market share grew 46% in April—bringing total market share growth to well over 200% since the start of the year. In the past 6 months, MEMX’s market share has surpassed 10 other equity exchanges.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://memx.com/april-digest/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"171MEMX143220210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"MEMX, LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41769,\n            \"title\": \"WIC Program Announces New Income Guidelines\",\n            \"summary\": \"The South Dakota Department of Health has released new income guidelines for the WIC Program effective May 3, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28033\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1711SD2803320210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Dakota Bureau of Finance and Management\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 41768,\n            \"title\": \"Neurosurgeon and Two Affiliated Companies Agree to Pay $4.4 Million to Settle Healthcare Fraud Allegations\",\n            \"summary\": \"Neurosurgeon Wilson Asfora, M.D. of Sioux Falls, South Dakota, and two medical device distributorships that he owns, Medical Designs LLC and Sicage LLC, have agreed to pay $4.4 million to resolve False Claims Act allegations relating to illegal payments to Asfora to induce the use of certain medical devices, in violation of the Anti-Kickback Statute, as well as claims for medically unnecessary surgeries.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/neurosurgeon-and-two-affiliated-companies-agree-pay-44-million-settle-healthcare-fraud\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ223A920210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of Justice\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41767,\n            \"title\": \"FINRA Case ID 2018059478701 Regarding Scott David Fergang\",\n            \"summary\": \"In this Matter, Scott David Fergang (Respondent) enters and submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations described as the following: From February 2015 through March 2019, Fergang exercised discretionary trading authority to effect 814 transactions in four customers’ accounts. None of the four customers provided written authorization for Fergang to exercise discretion in their accounts and RBC did not accept any of the four accounts as discretionary accounts. Therefore, Respondent violated NASD Rule 2510 and FINRA Rule 2010. Respondent now consents to the imposition of the following sanctions : a 15-business day suspension from associating with any FINRA member in all capacities and 2. A $5,000 Fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2018059478701 Scott David Fergang CRD 1758758 AWC va.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA05947870113120210423\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41766,\n            \"title\": \"FINRA Case ID 2018059035703 Regarding O.N. Equity Sales Company, Inc.\",\n            \"summary\": \"The Respondent O.N. Equity Sales Company, Inc. submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations which relate to: customer complaints to FINRA and ONESCO regarding Representative A, a former ONESCO registered representative; Representative A’s Unsuitable Investment Strategy. Specifically, between March 2014 and September 2017, Representative A recommended an unsuitable investment strategy to ONESCO customers. Representative A was one of the top producers at the firm, and in 2016 was recognized as the firm's highest producer for variable annuities. While associated with ONESCO, Representative A recommended an unsuitable investment strategy to 76 customers involving variable annuities and whole life insurance policies that he characterized as \\\"building your own bank\\\" or \\\"infinite banking.\\\"; ONESCO failed to reasonably supervise Representative A's recommendations; and ONESCO failed to reasonably investigate and act upon red flags. In light of the above violations, the Respondent now consents to sanctions of a censure and a fine of $275,000.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2018059035703 O.N. Equity Sales Company%2C Inc. CRD 2936 AWC va.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA05903570315420210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41765,\n            \"title\": \"FINRA Case ID 2018058600001 Regarding Maxim Group LLC\",\n            \"summary\": \"In this Matter, the Respondent Maxim Group LLC, Respondent violated FINRA Rules 6460, 3110, and 2010. Respondent consents to the imposition of the following sanctions: a censure and a fine of $45,000. During the five of its quarters, Maxim operated a trading desk where a group of traders reviewed and handled some order flow manually which resulted in delays of certain OTC orders. As a result, Maxim failed to fullly and immediately display, route, execute, or cancel 62 orders that would have locked or crossed another firm's display route. By doing so, Respondent violated FINRA Rules 6460, 3110, and 2010.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2018058600001 Maxim Group LLC CRD 12078 AWC va.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA05860000112120210423\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-23\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41764,\n            \"title\": \"FINRA Case ID 2017056698601 Regarding Jason Edward Schwartz\",\n            \"summary\": \"In this Matter Jason Edward Schwartz consents to the findings that from in or around December 2015 through May 2017 while registered with FINRA through member firm AIG Capital Services, Inc. (AIG), Respondent Jason Edward Schwartz converted $32,400 from AIG by submitting falsified expense reports to the firm seeking reimbursement for expenses he never incurred. For the 2015-2016 and 2016- 2017 sports seasons, Schwartz entered into two agreements with a local sports team to pay $16,000 per season (or $32,000 total) for the use of a suite at a certain number of games each season. Instead of submitting for reimbursement only the $32,000 he paid for tickets for those two seasons, Schwartz requested and obtained false invoices inflating the expense and misrepresenting that he had paid the expenses. Using the false invoices, Schwartz requested and received a total of $64,400 in reimbursements from AIG. He retained and converted the $32,400 AIG paid him in excess of his actual expenses, returning only part after his misconduct was discovered. As a result of the foregoing, Schwartz converted AIG’s funds in violation of FINRA Rule 2010, provided false information to his firm in violation of FINRA Rule 2010, caused the firm to maintain inaccurate books and records concerning the expenses in violation of FINRA Rules 4511 and 2010, and provided false and misleading responses to FINRA in violation of FINRA Rules 8210 and 2010. It is ordered that Respondent Jason Edward Schwartz be barred from associating with any FINRA member in any capacity.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2017056698601 Jason Edward Schwartz CRD 2798141 Order Accepting Offer jlg.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA05669860115420210427\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-27\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Orders Accepting Offers of Settlement\",\n            \"agency_name\": \"Financial Industry Regulatory Authority, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41763,\n            \"title\": \"South Dakota Weekly Register - 2021-05-03\",\n            \"summary\": \"South Dakota Division of Insurance (Department of Labor and Regulation): Amend rules to update the sources referenced in rule; 47 SDR 119, May 3, 2021. South Dakota Commission on Gaming (Department of Revenue): Amend rules to provide for an application fee for a sports wagering services provider; add associated equipment licensees and sports wagering services providers to the list of entities that must provide access to their premises and production of records; prohibit associated equipment licensees and sports wagering services providers or licensees employed by sports wagering services providers from wagering on sporting events; add wagering on sporting events to the authorized games in Deadwood; implement cleanup to irregularities in blackjack; clarify the posting of rules of blackjack and house banked poker games; South Dakota Register Volume 47 May 3, 2021 122 clarify that bad beat pots must be maintained in segregated bank accounts; clarify that rules must be posted at each poker table; add electronic bonusing systems to the list of associated equipment of slot machines; include sports wagering in adjusted gross revenue computations; clarify closed-circuit surveillance system requirements; add sports wagering to areas that are required to be monitored by surveillance; repeal 20:18:29:09 regarding the labeling of video tapes; and clarify one-on-one recordings for all surveillance camera recorders; 47 SDR 116, April 26, 2021. South Dakota Division of Insurance (Department of Labor and Regulation): (April 27, 2021) intends to amend rules to update the sources referenced in rule. The general authority for these rules, as cited by the division, is SDCL 58-3-11, 58-3-26, 58-4-48, 58-6-75, 58-26-13.1, 58-26-45.1, 58-26-46, 58-27-7, and 58-27-108. A public hearing will be held May 18, 2021, at 2:00 p.m. CT in the Oahe Conference Room, 124 South Euclid Avenue, 1st Floor, Pierre, South Dakota.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://mylrc.sdlegislature.gov/api/Documents/220504.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15621SD22050420210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"State Register\",\n            \"agency_name\": \"South Dakota Legislative Research Council\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 41762,\n            \"title\": \"North Carolina State Register, Volume 35 Issue 21\",\n            \"summary\": \"North Carolina State Register, Volume 35 Issue 21. No financial alerts.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.oah.nc.gov/documents/nc-register-volume-35-issue-21\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15285NC352120210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"State Register\",\n            \"agency_name\": \"North Carolina Office of Administrative Hearings\",\n            \"state_name\": \"North Carolina\"\n        },\n        {\n            \"id\": 41761,\n            \"title\": \"Publication of the Minnesota State Register (Volume 45, Issue 44)\",\n            \"summary\": \"Proposed, Adopted, Emergency, Expedited, Withdrawn, Vetoed Rules; Executive Orders; Appointments; Commissioners’ Orders; Revenue Notices; Official Notices; State Grants & Loans; State Contracts; Non-State Public Bids, Contracts and Grants Monday 3 May 2021 Volume 45, Number 44.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://mn.gov/admin/assets/SR45_44 - Accessible_tcm36-480017.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15280MN10820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"State Register\",\n            \"agency_name\": \"State of Minnesota’s Executive Branch\",\n            \"state_name\": \"Minnesota\"\n        },\n        {\n            \"id\": 41760,\n            \"title\": \"FASB Issues Standard Clarifying the Issuer's Accounting for Certain Modifications of Freestanding Equity-Classified Written Call Options\",\n            \"summary\": \"The Financial Accounting Standards Board (FASB) today issued an Accounting Standards Update (ASU) that clarifies an issuer’s accounting for certain modifications or exchanges of freestanding equity-classified written call options (for example, warrants) that remain equity classified after modification or exchange. The ASU is based on a consensus of the FASB’s Emerging Issues Task Force (EITF). The ASU provides guidance on how an issuer would measure and recognize the effect of these transactions. Specifically, it provides a principles-based framework to determine whether an issuer should recognize the modification or exchange as an adjustment to equity or an expense.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.fasb.org/cs/ContentServer?c=FASBContent_C&pagename=FASB%2FFASBContent_C%2FNewsPage&cid=1176176586637&rss=1\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14762FASB162005313120210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Financial Accounting Standards Board\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41759,\n            \"title\": \"Financial Accounting Foundation Board of Trustees\",\n            \"summary\": \"The Board of Trustees of the Financial Accounting Foundation will meet in closed session beginning at 10:00 a.m. on Wednesday May 19, 2021 and again at the conclusion of the open session to discuss administrative and oversight matters. The open session of the Board of Trustees meeting is expected to begin at approximately 1:15 p.m. and end at approximately 2:05 p.m. The agenda for the open meeting is expected to be as follows: - Report of the FAF Chair; - Report of the FASB Chair; - Report of the PCC Chair; - Report of the FASAC Chair; - Report of the GASB Chair; - Report of the GASAC Chair; - Report of the Standard-Setting Process Oversight Committee; - Report of the FAF Executive Director; and - Report of the FAF Treasurer.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.accountingfoundation.org/cs/Satellite?c=Document_C&cid=1176176580685&pagename=Foundation%2FDocument_C%2FDocumentPage\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14762FASB162004696920210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Financial Accounting Standards Board\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41758,\n            \"title\": \"May 2021 Consumer Financial Protection Virtual Events Announced\",\n            \"summary\": \"Education and outreach staff from the Pennsylvania Department of Banking and Securities (DoBS) will be hosting and participating in numerous virtual presentations for groups of senior citizens, service providers, and the public throughout the month of May to promote financial capability as part of Governor Tom Wolf’s Consumer Financial Protection Initiative. All May outreach events will be held virtually and in partnership with the listed organizations. The events are open to the public unless otherwise noted.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/banking_details.aspx?newsid=336\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"145PA636220210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Department of Banking and Securities\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 41757,\n            \"title\": \"Proposed Rulemaking Hearing Regarding Lottery Rules and Regulations: Rule 14.F Multi-State Jackpot Game\",\n            \"summary\": \"The purpose of Rule 14.F is to provide details and requirements for the Colorado Lottery Multi-State Jackpot Game “Powerball®” “Double Play®” option such as sale of Tickets, payment of Prizes, and method for validating winning Tickets. The statutory bases for Rule 14.F is found in C.R.S. 44-40-101, 44-40-109 (1)(a) and (2), 44-40-113, and 44-40-114.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.state.co.us/CCR/Upload/NoticeOfRulemaking/ProposedRuleAttach2021-00280.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"142CO119028020210609\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notices of proposed rulemaking Hearing\",\n            \"agency_name\": \"Colorado Lottery\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 41756,\n            \"title\": \"Proposed Rulemaking Hearing Regarding Lottery Rules and Regulations: Rule 14.B Multi-State Jackpot Game, “Powerball®” - “Power Play®”\",\n            \"summary\": \"The purpose of Rule 14.B is to provide details and requirements for the Colorado Lottery Multi-State Jackpot Game “Powerball®” “Power Play®” option such as sale of Tickets, payment of Prizes, and method for validating winning Tickets. The statutory bases for Rule 14.B are C.R.S. 44-40-101, 44-40- 109 (1)(a) and (2), 44-40-113, and 44-40-114.  The “Power Play®” Drawings shall be held twice each week on Monday, Wednesday and Saturday evenings, unless the Drawing schedule is changed by the MUSL Board. In the event of an act of Force Majeure, the Drawing shall be rescheduled at the discretion of the MUSL Board.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.state.co.us/CCR/Upload/NoticeOfRulemaking/ProposedRuleAttach2021-00279.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"142CO119027920210609\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notices of proposed rulemaking Hearing\",\n            \"agency_name\": \"Colorado Lottery\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 41755,\n            \"title\": \"Proposed Rulemaking Hearing Regarding Lottery Rules and Regulations: Rule 14.A Multi-State Jackpot Game, “Powerball®”\",\n            \"summary\": \"The purpose of Rule 14.A is to provide details and requirements for the Colorado Lottery Multi-State Jackpot Game “Powerball®” such as sale of Tickets, payment of Prizes, and method for selecting and validating winning Tickets. The statutory bases for Rule 14.A are C.R.S. 44-40-101, 44-40-109 (1)(a) and (2), 44-40-113, and 44-40-114. The Multi-State Jackpot Game known as “Powerball®” shall be conducted pursuant to the following Rules and Regulations and such further instructions and directives as the Colorado Lottery Director and Colorado Lottery Commission may issue. If a conflict arises between Rule 14 Multi-State Jackpot Lottery Games and this Rule 14.A, Rule 14.A shall apply. If a conflict arises between this Rule 14.A and the “Powerball®” Official Game Rule provided by the Multi-State Lottery Association, the “Powerball®” Official Game Rule shall apply. The “Powerball®” Drawings shall be held twice each week on Monday, Wednesday and Saturday evenings, unless the Drawing schedule is changed by the MUSL Board. In the event of an act of Force Majeure, the Drawing shall be rescheduled at the discretion of the MUSL Board.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.state.co.us/CCR/Upload/NoticeOfRulemaking/ProposedRuleAttach2021-00278.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"142CO119027820210609\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notices of proposed rulemaking Hearing\",\n            \"agency_name\": \"Colorado Lottery\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 41754,\n            \"title\": \"3 CCR 702-4 Series 4-2 Life, Accident and Health\",\n            \"summary\": \"This regulation is promulgated and adopted by the Commissioner of Insurance. The purpose of this regulation is to establish the requirements, process, and form to be utilized by carriers to ensure compliance with §§ 10-16-104(5.5) and 10-16-147, C.R.S and the Mental Health Parity and Addiction Equity Act of 2008 (MHPAEA as defined at § 10-16-102(43.5) C.R.S.). This regulation applies to health benefit plans subject to the individual and group laws of Colorado, including non-grandfathered plans, short-term limited duration health insurance policies, and student health insurance coverage. This regulation does not apply to limited benefit plans, as defined in § 10-16-102(32)(b), C.R.S., and exclusions for coverage of specific mandated benefits as found at § 10-16-104(1.4), C.R.S. Sections 5, 6, 7 and 9 of this regulation apply to all health benefit plans not previously reviewed and approved by the Division under Regulation 4-2-39 prior to the effective date of this regulation. Noncompliance with this regulation may result, after proper notice and hearing, in the imposition of any of the sanctions made available in the Colorado statutes pertaining to the business of insurance or other laws which include the imposition of fines, issuance of cease and desist orders, and/or suspensions or revocation of license. Among others, the penalties provided for in §10-3-1108, C.R.S., may be applied. This regulation shall become effective on June 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.sos.state.co.us/CCR/Upload/AGORequest/AdoptedRules02021-00139.doc\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"141CO13920210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-06-01\",\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Permanent Rules Adopted\",\n            \"agency_name\": \"Colorado Department of Regulatory Agencies, Division of Insurance\",\n            \"state_name\": \"Colorado\"\n        },\n        {\n            \"id\": 41753,\n            \"title\": \"Notice of Funding Availability: $1,000,000, Self-Help Housing and Participating Jurisdictions\",\n            \"summary\": \"The Florida Housing Finance Corporation (\\\"Florida Housing\\\") announces the availability of funds for the Homeownership Pool (HOP) Program. It is anticipated that approximately $1,500,000 in funding will be made available to eligible homebuyers under this program. Funding will be awarded in accordance with Rule Chapter 67-57, F.A.C. The following set-asides will apply: $1,000,000 Self-Help Housing $500,000, Participating Jurisdictions (PJs). Funding will be made available under these set-asides, in the order listed above as applicable, in the form of reservations for eligible homebuyers on a first-come, first-served basis. Any unreserved funds may be reallocated as necessary.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.flrules.org/Gateway/View_notice.asp?id=24478355\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"13752FL2447835520210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Miscellaneous\",\n            \"agency_name\": \"Florida Housing Finance Corporation\",\n            \"state_name\": \"Florida\"\n        },\n        {\n            \"id\": 41752,\n            \"title\": \"Labor Department Providing Apprenticeship Investment Funds\",\n            \"summary\": \"The Department of Labor and Regulation is providing $270,000 in investment funding to help businesses and organizations train new apprentices in Registered Apprenticeship Programs (RAP) in South Dakota. Businesses may be eligible to receive up to $1,000 for each new apprentice. This investment will build upon existing sector partnerships by emphasizing work-based training that meets the needs of existing and emerging industries and workers.  To be eligible for funding: 1. The business must have an established RAP validated by the U.S. Department of Labor Office of Apprenticeship; 2. The business and new apprentice must complete a registration and enrollment process with a Job Service office prior to the start of the program, and 3. The new apprentice must start the program after Jan. 1, 2021, and complete 90 days in the apprenticeship.The Department of Labor and Regulation is providing $270,000 in investment funding to help businesses and organizations train new apprentices in Registered Apprenticeship Programs (RAP) in South Dakota. Businesses may be eligible to receive up to $1,000 for each new apprentice. This investment will build upon existing sector partnerships by emphasizing work-based training that meets the needs of existing and emerging industries and workers.  To be eligible for funding: 1. The business must have an established RAP validated by the U.S. Department of Labor Office of Apprenticeship; 2. The business and new apprentice must complete a registration and enrollment process with a Job Service office prior to the start of the program, and 3. The new apprentice must start the program after Jan. 1, 2021, and complete 90 days in the apprenticeship.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://news.sd.gov/newsitem.aspx?id=28030\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"11741SD2803020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"South Dakota Department of Labor and Regulation\",\n            \"state_name\": \"South Dakota\"\n        },\n        {\n            \"id\": 41751,\n            \"title\": \"New Mexico Applauds Intel’s $3.5 Billion Expansion in Rio Rancho\",\n            \"summary\": \"Intel plans to invest $3.5 billion in its New Mexico operations and hire more than 700 new workers to create a domestic hub for advanced semiconductor manufacturing at its fabrication facility in Sandoval County, the company and Governor Michelle Lujan Grisham announced today. In what will be one of the largest capital investments in New Mexico, Intel plans to modernize facilities to accommodate its Foveros technology, a breakthrough innovation to meet increasing customer demand for stronger microprocessing performance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.state.nm.us/2021/05/03/new-mexico-applauds-intels-3-5-billion-expansion-in-rio-rancho/\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8287NM249720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New Mexico Office of the Governor\",\n            \"state_name\": \"New Mexico\"\n        },\n        {\n            \"id\": 41750,\n            \"title\": \"Governor McKee, Fidelity Investments Announce 500 New Jobs Coming to Rhode Island\",\n            \"summary\": \"In his first jobs announcement since becoming Governor, Governor Dan McKee today announced that Fidelity Investments will create 500 new jobs at their Smithfield, Rhode Island campus over the next few quarters. The 500 new jobs will be part of a new Regional Center for Fidelity's Personal Investing business. \\\"I'm thrilled that Fidelity is choosing to expand here in Rhode Island where innovation thrives. This is encouraging and welcomed news as we begin Rhode Island's economic recovery,\\\" said Governor Dan McKee. Fidelity Investments currently employs 3,200 people in Rhode Island. The company will begin hiring 500 additional staff immediately and over the next few quarters.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.ri.gov/press/view/41037\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8284RI4103720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Rhode Island Office of the Governor\",\n            \"state_name\": \"Rhode Island\"\n        },\n        {\n            \"id\": 41749,\n            \"title\": \"Getting Money to the People, Faster\",\n            \"summary\": \"The state Department of Revenue (DOR) launched a new unclaimed property website. The site, which went live on April 12, makes it easier for Washingtonians to find and claim lost funds.  To help deliver a better experience for its customers, DOR contracted with an outside vendor to develop and implement a complete overhaul of the system. This means a new streamlined website to make claiming more efficient and an integrated internal system to allow for easier filing by property holders and faster processing by DOR staff.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.governor.wa.gov/news-media/getting-money-people-faster\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8247WA10120210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Washington Office of the Governor\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 41748,\n            \"title\": \"Governor Justice Announces April 2021 Revenue Collections in at Another Surplus\",\n            \"summary\": \"At his latest COVID-19 briefing on Monday, Governor Jim Justice reported that West Virginia’s general revenue collections for the month of April 2021 came in at $1.9 million above estimates and a whopping 38.9% above prior year receipts, despite the effects that the COVID-19 pandemic has had on the state’s economy.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://governor.wv.gov/News/press-releases/2021/Pages/Gov.-Justice-announces-April-revenue-collections-in-at-another-surplus.aspx\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8246WV75130S20210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"West Virginia Office of the Governor\",\n            \"state_name\": \"West Virginia\"\n        },\n        {\n            \"id\": 41747,\n            \"title\": \"Attorney General James and Acting Tax Commissioner Hiller Announce Convictions of Upstate Bars, Restaurants and Their Owners for Tax Evasion\",\n            \"summary\": \"New York Attorney General Letitia James and New York State Department of Taxation and Finance Acting Commissioner Amanda Hiller today announced the guilty pleas of the owners of a number of popular upstate restaurants and bars for tax evasion. George Seibel, 60, of Homer, and Anthony Caruso, 60, of Cortland, as well as the parent companies of their respective businesses, Dark Horse Tavern, A Pizza and More, Hairy Tony’s, and Dasher’s Corner Pub pleaded guilty to Criminal Tax Fraud for underreporting more than $4 million in taxable sales. As part of their pleas, the defendants repaid the state the full $479,203.03 they owed to New York.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://ag.ny.gov/press-release/2021/attorney-general-james-and-acting-tax-commissioner-hiller-announce-convictions\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"5815NYAG5340820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"New York State Office of the Attorney General\",\n            \"state_name\": \"New York\"\n        },\n        {\n            \"id\": 41746,\n            \"title\": \"Revenue Department Releases April 2021 Collections\",\n            \"summary\": \"Pennsylvania collected $4.0 billion in General Fund revenue in April, which was $28.2 million, or 0.7 percent, more than anticipated, Revenue Secretary Dan Hassell reported today. Fiscal year-to-date General Fund collections total $32.7 billion, which is $1.3 billion, or 4.2 percent, above estimate. Secretary Hassell noted that personal income tax (PIT) revenue in April was $1.7 billion, $571.8 million below estimate. This is a direct result of the Department of Revenue extending the deadline for filing 2020 personal income tax returns and making final 2020 income tax payments. The filing deadline was moved to May 17, 2021 about a month later than the original deadline which means the majority of the PIT revenue shortfall from April is expected to be made up in May.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://www.media.pa.gov/pages/revenue-details.aspx?newsid=339\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"449PA503936820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Pennsylvania Department of Revenue\",\n            \"state_name\": \"Pennsylvania\"\n        },\n        {\n            \"id\": 41745,\n            \"title\": \"The Long-Term Services and Supports Trust Program Under Title 50B\",\n            \"summary\": \"The long-term services and supports trust program under Title 50B RCW requires rule making for implementation. Rule making is being done in distinct phases. This preproposal statement of inquiry begins phase 3 to implement portions of the program that are under the employment security department's (ESD) authority. This phase includes, but is not limited to, determinations of \\\"qualified individual\\\" status, audit functions, designated representatives, and other rules as necessary.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://lawfilesext.leg.wa.gov/law/wsr/2021/09/21-09-014.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15932WA210901420210409\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-09\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Preproposal Statement Of Inquiry\",\n            \"agency_name\": \"Washington Employment Security Department\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 41744,\n            \"title\": \"Recission of Emergency Rules Employment Security Department\",\n            \"summary\": \"On Monday, February 8, 2021, Governor Inslee signed SSB 5061 (2021) which provided multiple updates to the state's unemployment insurance program. With the updates provided in SSB 5061, the employment security department hereby rescinds the following emergency rules, effective April 5, 2021: WAC 192-150-101 Job separations related to COVID-19, adopted on April 9, 2020, as WSR 20-09-057, effective April 9, 2020.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://lawfilesext.leg.wa.gov/law/wsr/2021/08/21-08-067.htm\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15932WA210806720200405\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2020-04-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2020-04-05\",\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Recission Of Emergency Rules\",\n            \"agency_name\": \"Washington Employment Security Department\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 41743,\n            \"title\": \"Emergency Rule - Interest Waived\",\n            \"summary\": \"The Wisconsin Department of Workforce Development adopts the following emergency rule to create DWD 113.027, relating to waiving interest in limited circumstances for employers subject to reimbursement financing when reimbursements are delinquent due to COVID-19. The Governor approved the scope statement for this rule, SS 038-20, on May 8, 2020. The scope statement was published in register No. 773A2, on May 11, 2020, and was approved by the Department on May 22, 2020. This rule was approved by the Governor on February 23, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/code/register/2021/785A1/register/emr_effect/emr2108/emr2108\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15776WIEMR210820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Emergency Rule\",\n            \"agency_name\": \"Wisconsin Department of Workforce Development\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 41742,\n            \"title\": \"Notice of Proposed Rulemaking\",\n            \"summary\": \"The purpose of this rule is to mandate provider grievance processes that are fair, efficient and compliant with all applicable state and federal laws, and to specify practices and procedures for external OSI review of provider grievance appeals.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"http://164.64.110.134/nmac/nmregister/xxxii/SOInotice_xxxii09.html\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15733NM29G66OTI20210506\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Notice\",\n            \"agency_name\": \"New Mexico Office of Superintendent of Insurance\",\n            \"state_name\": \"New Mexico\"\n        },\n        {\n            \"id\": 41741,\n            \"title\": \"Final Order with Attached Statement of Charges: First Financial & Associates d/b/a Mortgage Solutions and Allan Varela\",\n            \"summary\": \"On April 3, 2020, the Director, through his designee, Consumer Services Division Director Lucinda Fazio, issued a Statement of Charges and Notice of Intent to Enter an Order to Cease and Desist Business, Prohibit from Industry, Order Restitution, Impose Fine, Collect Investigation Fee, and Recover Costs and Expenses (Statement of Charges) against First Financial & Associates d/b/a Mortgage Solutions and Allan Varela (Respondents). Based upon the foregoing, and the Director having considered the record and being otherwise fully advised, IT IS HEREBY ORDERED, That: Respondents First Financial & Associates d/b/a Mortgage Solutions and Allan Varela shall each cease and desist engaging in the business of a mortgage broker or loan originator. Respondents First Financial & Associates d/b/a Mortgage Solutions and Allan Varela shall jointly and severally pay to the Washington State Department of Financial Institutions, within thirty (30) days of receipt of this order, a fine of Seven Thousand Five Hundred Dollars ($7,500.00).\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfi.wa.gov/sites/default/files/consumer-services/enforcement-actions/C-19-2785-21-FO01.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1113WAC19278521FO0120210324\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-03-24\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 41740,\n            \"title\": \"Consent Order with Attached Statement of Charges: West Coast Funding, Inc. d/b/a West Coast Financial and Henry S. Chu\",\n            \"summary\": \"COMES NOW the Director of the Department of Financial Institutions (Director), through his designee Lucinda Fazio, Director, Division of Consumer Services, and West Coast Funding, Inc. (Respondent West Coast) and Mr. Henry S. Chu (Respondent Chu), by and through their attorney, Jessica M. Creager of Seattle Litigation Group, PLLC, and finding that the issues raised in this matter may be economically and efficiently settled, agree to the entry of this Consent Order (Order). Respondent West Coast admitted that its failure to maintain adequate compliance procedures contributed to the repeat violations of the Act noted in the 2019 Report of Examination (2019 ROE) and the Factual Allegations in the Statement of Charges (Charges). Respondents West Coast and Mr. Chu are subject to a $75,000 fine, with $25,000 paid, and $50,000 stayed for two (2) years contingent upon compliance with the Order, Act, and Rules. $15,000 of the paid fine is due with delivery of the signed Order to the Department. The $20,000 balance of the fine will be paid in $1,000 monthly installments.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://dfi.wa.gov/sites/default/files/consumer-services/enforcement-actions/C-19-2754-21-CO01.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1113WAC19275421CO0120210318\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-03-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Enforcement Action\",\n            \"agency_name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n            \"state_name\": \"Washington\"\n        },\n        {\n            \"id\": 41739,\n            \"title\": \"Meeting Minutes - March 3rd\",\n            \"summary\": \"South Carolina State Board of Financial Institutions held a meeting on March 3, 2021 at 10:00 AM via WebEx Virtual Conference Room.  The minutes of that meeting have been attached.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://bofi.sc.gov/sites/default/files/Documents/March 3 2021 Board of Financial Institutions Meeting Minutes.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1099SC2111420210303\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-03-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"South Carolina State Board of Financial Institutions\",\n            \"state_name\": \"South Carolina\"\n        },\n        {\n            \"id\": 41738,\n            \"title\": \"Meeting Agenda - May 5\",\n            \"summary\": \"South Carolina State Board of Financial Institutions will have a meeting on May 5, 2021 at 9:30 A.M. The Agenda for the meeting includes: Recognition of Departing Members; Committee Reports; and Commissioner Reports.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://bofi.sc.gov/sites/default/files/Documents/May 5 2021 Board of Financial Institutions Meeting Agenda.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1099SC2011120210505\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Meeting\",\n            \"agency_name\": \"South Carolina State Board of Financial Institutions\",\n            \"state_name\": \"South Carolina\"\n        },\n        {\n            \"id\": 41737,\n            \"title\": \"Senate Bill 9: Housing Development: Approvals\",\n            \"summary\": \"Senate Bill Set for hearing May 10. This bill, among other things, would require a proposed housing development containing no more than 2 residential units within a single-family residential zone to be considered ministerially, without discretionary review or hearing, if the proposed housing development meets certain requirements, including, but not limited to, that the proposed housing development would not require demolition or alteration of housing that is subject to a recorded covenant, ordinance, or law that restricts rents to levels affordable to persons and families of moderate, low, or very low income, that the proposed housing development does not allow for the demolition of more than 25% of the existing exterior structural walls, except as provided, and that the development is not located within a historic district, is not included on the State Historic Resources Inventory, or is not within a site that is legally designated or listed as a city or county landmark or historic property or district.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB9\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSB92320210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 41736,\n            \"title\": \"Senate Bill 28: Rural Broadband and Digital Infrastructure Video Competition Reform Act of 2021\",\n            \"summary\": \"Senate Bill Set for hearing May 10. This bill, the Rural Broadband and Digital Infrastructure Video Competition Reform Act of 2021, would similarly require the Department of Technology, in collaboration with other state agencies, to compile an inventory of state-owned resources, as defined, that may be available for use in the deployment of broadband networks in rural, unserved, and underserved communities, except as specified. The bill would require the department to collaborate on the development of a standardized agreement to enable those state-owned resources to be leased or licensed for that purpose. The bill would require the department to post the inventory and agreement on the department’s internet website, update them as necessary, and provide technical assistance related to them to state departments and agencies.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB28\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSB282320210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 41735,\n            \"title\": \"Senate Bill 10: Planning and Zoning: Housing Development: Density\",\n            \"summary\": \"Senate Bill Set for hearing May 10. This bill would, notwithstanding any local restrictions on adopting zoning ordinances, authorize a local government to adopt an ordinance to zone any parcel for up to 10 units of residential density per parcel, at a height specified in the ordinance, if the parcel is located in a transit-rich area, a jobs-rich area, or an urban infill site, as those terms are defined. In this regard, the bill would require the Department of Housing and Community Development, in consultation with the Office of Planning and Research, to determine jobs-rich areas and publish a map of those areas every 5 years, commencing January 1, 2023, based on specified criteria. The bill would specify that an ordinance adopted under these provisions, and any resolution to amend the jurisdiction’s General Plan, ordinance, or other local regulation adopted to be consistent with that ordinance, is not a project for purposes of the California Environmental Quality Act. The bill would impose specified requirements on a zoning ordinance adopted under these provisions, including a requirement that the zoning ordinance clearly demarcate the areas that are subject to the ordinance and that the legislative body make a finding that the ordinance is consistent with the city or county’s obligation to affirmatively further fair housing. The bill would prohibit a legislative body that adopts a zoning ordinance pursuant to these provisions from subsequently reducing the density of any parcel subject to the ordinance.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://leginfo.legislature.ca.gov/faces/billHistoryClient.xhtml?bill_id=202120220SB10\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"261CASENSB102320210430\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-04-30\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Senate Bill\",\n            \"agency_name\": \"California State Senate\",\n            \"state_name\": \"California\"\n        },\n        {\n            \"id\": 41734,\n            \"title\": \"2021 Assembly Bill 308: Creating an Individual Income Tax Checkoff for Donations to the Wisconsin State Firefighters Memorial, Inc., and Making an Appropriation\",\n            \"summary\": \"Introduced. This bill creates an individual income tax checkoff for the Wisconsin State Firefighters Memorial, Inc., the proceeds of which support the construction, improvement, and maintenance of the fire fighters memorial. The bill requires that an amount equal to the total amount of designations received, less the total cost of administering the income tax checkoff procedure, be transferred to the corporation.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab308\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB3081720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Assembly Bill\",\n            \"agency_name\": \"Wisconsin State Assembly\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 41733,\n            \"title\": \"2021 Assembly Bill 307: Unemployment Insurance Work-Share Programs\",\n            \"summary\": \"Introduced. The bill does the following under state law with respect to work-share programs: 1. Extends the applicability of these modifications to correspond with the date described above provided in federal law (currently September 6, 2021) so that if federal law is amended to further extend the end date for the federal payments, the modifications are extended as well. 2. Adds an additional temporary modification to allow work-share plans to remain in effect for 12 months in a five-year period, instead of six months. For further information see the state and local fiscal estimate, which will be printed as an appendix to this bill.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab307\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB3071720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Assembly Bill\",\n            \"agency_name\": \"Wisconsin State Assembly\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 41732,\n            \"title\": \"2021 Assembly Bill 303: Prohibiting Businesses from Discriminating Against Customers due to Vaccination Record\",\n            \"summary\": \"Introduced. This bill prohibits any business or legal entity engaged in any enterprise in the state from discriminating against any customer, client, or potential customer or client based on that person's vaccination record.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab303\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB3031720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Assembly Bill\",\n            \"agency_name\": \"Wisconsin State Assembly\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 41731,\n            \"title\": \"2021 Assembly Bill 299: Prohibiting Proof of Vaccination for COVID-19 as a Condition of Receiving Business and Government Services\",\n            \"summary\": \"Introduced. This bill forbids the state, any governmental entity, and any business or legal entity engaged in any enterprise in the state from requiring any person to provide proof that the person has received a vaccine against the SARS-CoV-2 coronavirus, which causes COVID-19, as a condition of receiving any services, transacting any business, accessing any building, or participating in any function.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab299\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB2991720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Assembly Bill\",\n            \"agency_name\": \"Wisconsin State Assembly\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 41730,\n            \"title\": \"2021 Assembly Bill 298: License Fee Waivers for Veterans' Spouses\",\n            \"summary\": \"Introduced. Under current law, veterans are eligible for a fee waiver for a variety of state-issued licenses and certifications, including Department of Natural resources licenses, certain occupational licenses, and other miscellaneous licenses. This bill expands eligibility to include the spouse of any veteran included in the current fee waiver program.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"pdf_url\": \"https://docs.legis.wisconsin.gov/2021/proposals/ab298\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17151WI35AB2981720210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Assembly Bill\",\n            \"agency_name\": \"Wisconsin State Assembly\",\n            \"state_name\": \"Wisconsin\"\n        },\n        {\n            \"id\": 41729,\n            \"title\": \"Proposal to Amend the NYSE Arca Equities Fees and Charges\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to amend the NYSE Arca Equities Fees and Charges (“Fee Schedule”) to adopt reduced fees for Retail Orders that are executed in the Exchange’s opening and closing auctions. The Exchange proposes to implement the fee changes effective May 3, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-36.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20213620210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41728,\n            \"title\": \"Proposal to Modify the NYSE Arca Options Fee Schedule - New Program\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to modify the NYSE Arca Options Fee Schedule (“Fee Schedule”) to adopt a new incentive program intended to encourage Floor Brokers to increase their Professional Customer billable volume on the Exchange. Specifically, the Exchange proposes that the Program would offer Floor Brokers a credit of $0.13 on each billable Professional Customer contract that exceeds a baseline average daily volume (“ADV”) for the month, as specified below. The Exchange proposes to implement the rule change on May 3, 2021. The Exchange further proposes that the Program expire at the close of business on June 30, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-35.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20213520210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41727,\n            \"title\": \"Proposal to modify the NYSE Arca Options Fee Schedule\",\n            \"summary\": \"NYSE Arca, Inc. (“NYSE Arca” or the “Exchange”) proposes to modify the NYSE Arca Options Fee Schedule (“Fee Schedule”) regarding the charges for Manual executions by NYSE Arca Market Makers (“Market Makers”) and Lead Market Makers (“LMMs”). Currently, Market Makers are charged $0.25 per contract for Manual executions, and LMMs are charged $0.18 per contract for Manual executions. The Exchange proposes to modify the charges for Manual executions to $0.35 per contract for Market Makers and $0.30 for LMMs. This proposed change is intended to provide consistency between the Exchange’s fees for Manual transactions by Market Makers and LMMs and those charged by other markets. The Exchange believes that the fees, as modified, would continue to encourage Market Makers and LMMs to conduct Manual executions on the Exchange.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-arca/rule-filings/filings/2021/SR-NYSEArca-2021-34.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEARCA20213420210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE Arca, Inc.\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41726,\n            \"title\": \"Proposal to Modify the NYSE American Options Fee Schedule\",\n            \"summary\": \"NYSE American LLC (“NYSE American” or the “Exchange”) proposes to modify Section I.A. of the Fee Schedule regarding the charges applicable to Manual transactions by NYSE American Options Market Makers, Specialists, and e-Specialists. Currently, NYSE American Options Market Makers (“Market Makers”) are charged $0.25 per contract for Manual transactions; Specialists and e-Specialists (collectively, “Specialists”) are charged $0.18 per contract for Manual transactions. The Exchange proposes to modify the rates charged for Manual transactions to $0.35 per contract for Market Makers and $0.30 per contract for Specialists. This proposed change is intended to provide consistency between the Exchange’s fees for Manual transactions by Market Makers and Specialists and those charged by other markets.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse-american/rule-filings/filings/2021/SR-NYSEAmer-2021-25.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSEAMER20212520210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"NYSE American LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41725,\n            \"title\": \"Proposal to Amend its Price List\",\n            \"summary\": \"New York Stock Exchange LLC (“NYSE” or the “Exchange”) proposes to amend its Price List to (1) introduce a new fee for orders designated with a Retail Modifier at the open and the close; (2) revise certain requirements for executions at the open and the close; (3) introduce an additional credit under the Step Up Tier 2 Adding Credit; and (4) revise certain requirements for RPI orders in the Retail Liquidity Program. The proposed changes respond to the current competitive environment where order flow providers have a choice of where to direct liquidity-providing orders by offering further incentives for member organizations to send additional liquidity to the Exchange, including retail order flow. The Exchange proposes to implement the fee changes effective May 3, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.nyse.com/publicdocs/nyse/markets/nyse/rule-filings/filings/2021/SR-NYSE-2021-30.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7070SRNYSE20213020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Proposed Rule\",\n            \"agency_name\": \"New York Stock Exchange LLC\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41724,\n            \"title\": \"Treasury Announces Marketable Borrowing Estimates\",\n            \"summary\": \"During the April - June 2021 quarter, Treasury expects to borrow $463 billion in privately- held net marketable debt, assuming an end-of-June cash balance of $800 billion. The borrowing estimate is $368 billion higher than announced in February 2021, primarily due to the government’s additional response to the COVID-19 pandemic. Treasury is assuming a cash balance of approximately $450 billion at the expiration of the debt limit suspension on July 31 based on expected outflows under its cash management policies and consistent with its authorities and obligations, including the Bipartisan Budget Act of 2019. The actual cash balance on July 31 may vary from this assumption based on changes to expected outflows in that period. During the July - September 2021 quarter, Treasury expects to borrow $821 billion in privately-held net marketable debt, assuming an end-of-September cash balance of $750 billion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0158\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT49015820210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41723,\n            \"title\": \"Economy Statement by Catherine Wolfram, Acting Assistant Secretary for Economy Policy, for the Treasury Borrowing Advisory Committee\",\n            \"summary\": \"\\\"Last week, the Bureau of Economic Analysis confirmed that the U.S. economy has now expanded for three consecutive quarters, after the pandemic caused GDP to plummet 19.2 percent at an annual rate in the first half of 2020. In the first quarter of 2021, economic growth was bolstered by two additional rounds of Economic Impact Payments (EIPs), extensive vaccination of the population, the easing of COVID-19 restrictions, and continuing progress reopening the economy. Indeed, significant progress has been made in revitalizing many sectors, and the economy has proven its resilience in the face of multiple headwinds. Nonetheless, a full recovery continues to depend upon vaccinating enough of the population for effective herd immunity and ensuring individuals and businesses can thrive, despite the challenges posed by the global pandemic.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0159\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT132015920210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41722,\n            \"title\": \"Statement by Charles Moravec, Temporary Alternate Governor for the United States 2021 Virtual Annual Meeting, Business Session\",\n            \"summary\": \"\\\"On behalf of Secretary Yellen and Acting U.S. Governor Baukol, I am pleased to represent the United States of America at the virtual 54th Annual Meeting of the Asian Development Bank (ADB). The past year was tremendously challenging for ADB and the Asia Pacific region – arguably the most demanding year that ADB has ever had. In the face of this adversity, we are proud that ADB has risen to the occasion in assisting Developing Member Countries (DMCs). We welcome the successful finalization of the Asian Development Fund’s Twelfth Replenishment (ADF-13) and the approval of the new concessional assistance policy. The U.S. pledge underscores continued strong support for the poorest and most vulnerable countries in the region. During this difficult time and with debt sustainability under pressure, it is more important than ever to have high-quality sources of development finance, particularly grants. ADF-13 will be critical for financing the pandemic response in the region.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0160\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT126016020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"U.S. Department of the Treasury\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41720,\n            \"title\": \"SEC Charges Under Armour Inc. with Disclosure Failures\",\n            \"summary\": \"The Securities and Exchange Commission today charged sports apparel manufacturer Under Armour Inc. with misleading investors as to the bases of its revenue growth and failing to disclose known uncertainties concerning its future revenue prospects. Under Armour has agreed to pay $9 million to settle the action. According to the SEC's order, by the second half of 2015, Under Armour's internal revenue and revenue growth forecasts for the third and fourth quarters of 2015 began to indicate shortfalls from analysts' revenue estimates. The order finds, for example, that the company was not meeting internal sales projections for North America, and warm winter weather was negatively impacting sales of Under Armour's higher-priced cold weather apparel. The order further finds that in response, for six consecutive quarters beginning in the third quarter of 2015, Under Armour accelerated, or \\\"pulled forward,\\\" a total of $408 million in existing orders that customers had requested be shipped in future quarters. As stated in the order, Under Armour misleadingly attributed its revenue growth during this period to various factors without disclosing to investors material information about the impacts of its pull forward practices.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-78\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC593AA71020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Press Release\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        },\n        {\n            \"id\": 41719,\n            \"title\": \"SEC Order Against Under Armour, Inc.\",\n            \"summary\": \"This matter concerns Under Armour’s failure to disclose material information about its revenue management practices that rendered statements it made misleading. Since becoming a publicly traded company, Under Armour has emphasized its consistent revenue growth, and regularly reported revenue and revenue growth that exceeded analysts’ consensus estimates (“analysts’ revenue estimates”). For 26 consecutive quarters, beginning in the second quarter of 2010, Under Armour’s reported year-over-year revenue growth exceeded 20%, and Under Armour repeatedly highlighted this growth streak in earnings calls and earnings releases. Pursuant to Section 8A of the Securities Act and Section 21C of the Exchange Act, Respondent shall cease and desist from committing or causing any violations and any future violations of Section 17(a)(2) and (a)(3) of the Securities Act and Section 13(a) of the Exchange Act and Rules 13a-1, 13a-11, 13a-13, and 12b-20 thereunder. Respondent shall, within 10 days of the entry of this Order, pay a civil penalty of $9,000,000.00 to the Securities and Exchange Commission for transfer to the general fund of the United States Treasury, subject to Exchange Act Section 21F(g)(3). If timely payment is not made, interest shall accrue pursuant to 31 U.S.C. § 3717.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-10940.pdf\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331094020210503\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-05-03\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-05-03\",\n            \"alert_type_name\": \"Order\",\n            \"agency_name\": \"Securities and Exchange Commission\",\n            \"state_name\": \"United States\"\n        }\n    ]\n}"}],"_postman_id":"b9446ee0-6001-46d2-9f2e-a7257e3b54cd"},{"name":"Fetch Alert Types V2","id":"3f5d570e-b2e4-4e5b-9d8f-ae024dee1495","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"f5da1d5d16764c5f3e38193a7902197a903424b7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/alerts","description":"<p>Retrieve alert types with v2 features. Requires 'Content-Type: application/json' header.</p>\n","urlObject":{"path":["api","v2","alerts"],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"1c76a69e-2f89-47b7-93a5-9764922cd73f","name":"Fetch Alert Types V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/alerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 20 Oct 2021 14:55:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"13565"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 424,\n    \"results\": [\n        {\n            \"name\": \"\"\n        },\n        {\n            \"name\": \"17d-2 Plans\"\n        },\n        {\n            \"name\": \"2019 Novel Coronavirus\"\n        },\n        {\n            \"name\": \"2021 State of the State, Press Release\"\n        },\n        {\n            \"name\": \"Adjudication Proceeeding\"\n        },\n        {\n            \"name\": \"Administrative Action\"\n        },\n        {\n            \"name\": \"Administrative Bulletin\"\n        },\n        {\n            \"name\": \"Administrative Order\"\n        },\n        {\n            \"name\": \"Administrative Proceeding\"\n        },\n        {\n            \"name\": \"Administrative Ruling\"\n        },\n        {\n            \"name\": \"Adopted Amended Rule\"\n        },\n        {\n            \"name\": \"Adopted New Rule\"\n        },\n        {\n            \"name\": \"Adopted Rule\"\n        },\n        {\n            \"name\": \"Adopted Rules\"\n        },\n        {\n            \"name\": \"Advance Notice\"\n        },\n        {\n            \"name\": \"Advance Notice of Proposed Rule\"\n        },\n        {\n            \"name\": \"Advisory\"\n        },\n        {\n            \"name\": \"Advisory Notice\"\n        },\n        {\n            \"name\": \"Agency Agreement\"\n        },\n        {\n            \"name\": \"Agency Meetings\"\n        },\n        {\n            \"name\": \"Agenda\"\n        },\n        {\n            \"name\": \"Alert\"\n        },\n        {\n            \"name\": \"All Plan Letter\"\n        },\n        {\n            \"name\": \"Amended Application\"\n        },\n        {\n            \"name\": \"Amicus Brief\"\n        },\n        {\n            \"name\": \"Announcement\"\n        },\n        {\n            \"name\": \"Annual Report\"\n        },\n        {\n            \"name\": \"Annual Reports\"\n        },\n        {\n            \"name\": \"Application\"\n        },\n        {\n            \"name\": \"Applications, Notices And Orders\"\n        },\n        {\n            \"name\": \"Appointment\"\n        },\n        {\n            \"name\": \"Assembly Bill\"\n        },\n        {\n            \"name\": \"Assembly Joint Resolution\"\n        },\n        {\n            \"name\": \"Assembly Resolution\"\n        },\n        {\n            \"name\": \"Attestation Engagement\"\n        },\n        {\n            \"name\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\"\n        },\n        {\n            \"name\": \"Banking and Consumer Regulatory Policy\"\n        },\n        {\n            \"name\": \"Banking And Consumer Regulatory Policy\"\n        },\n        {\n            \"name\": \"Banking Application Order\"\n        },\n        {\n            \"name\": \"Banking/consumer Reg Policy\"\n        },\n        {\n            \"name\": \"Banking/Consumer Reg Policy\"\n        },\n        {\n            \"name\": \"Bid/Request for Proposal\"\n        },\n        {\n            \"name\": \"Bill\"\n        },\n        {\n            \"name\": \"Bill Action\"\n        },\n        {\n            \"name\": \"Bill Announcement\"\n        },\n        {\n            \"name\": \"Blog\"\n        },\n        {\n            \"name\": \"Blog- Homeownership\"\n        },\n        {\n            \"name\": \"Blog post\"\n        },\n        {\n            \"name\": \"Blog Post\"\n        },\n        {\n            \"name\": \"Board Materials\"\n        },\n        {\n            \"name\": \"Board Matter\"\n        },\n        {\n            \"name\": \"Board Meeting\"\n        },\n        {\n            \"name\": \"Bulletin\"\n        },\n        {\n            \"name\": \"Bulletins\"\n        },\n        {\n            \"name\": \"Business & License Tax\"\n        },\n        {\n            \"name\": \"CDC Online Newsroom\"\n        },\n        {\n            \"name\": \"Cease and Desist Orders; Orders of Prohibition; and Orders of Civil Money Penalty\"\n        },\n        {\n            \"name\": \"Cease & Desist\"\n        },\n        {\n            \"name\": \"Cease & Desist;Due to No Response\"\n        },\n        {\n            \"name\": \"Cease & Desist Order\"\n        },\n        {\n            \"name\": \"Ceased Operations Notice\"\n        },\n        {\n            \"name\": \"Change/Withdrawal\"\n        },\n        {\n            \"name\": \"Chartering/field Of Membership\"\n        },\n        {\n            \"name\": \"Chartering/Field of Membership\"\n        },\n        {\n            \"name\": \"Circular\"\n        },\n        {\n            \"name\": \"Civil Action\"\n        },\n        {\n            \"name\": \"Civil Action - Consent Order\"\n        },\n        {\n            \"name\": \"Civil Action - Consent Order And Final Judgment\"\n        },\n        {\n            \"name\": \"Civil Action - Order for Civil Money Penalty\"\n        },\n        {\n            \"name\": \"Civil Action - Order Granting Plaintiff\\\" s=\\\"\\\" motion=\\\"\\\" for=\\\"\\\" entry=\\\"\\\" of=\\\"\\\" final=\\\"\\\" judgment=\\\"\\\" b\"\n        },\n        {\n            \"name\": \"Civil Action - Order To Show Cause\"\n        },\n        {\n            \"name\": \"Civil Action - Superior Court Affirmation of Bureau Final Order of September 24, 2019\"\n        },\n        {\n            \"name\": \"Civil Action - Verified Complaint\"\n        },\n        {\n            \"name\": \"Civil Money Penalty Orders against Individual\"\n        },\n        {\n            \"name\": \"Climate Risk Analysis\"\n        },\n        {\n            \"name\": \"Closed Consultation\"\n        },\n        {\n            \"name\": \"Closure/Conservatorship\"\n        },\n        {\n            \"name\": \"Compensation\"\n        },\n        {\n            \"name\": \"Complaint\"\n        },\n        {\n            \"name\": \"Complaints\"\n        },\n        {\n            \"name\": \"Consent Agreement\"\n        },\n        {\n            \"name\": \"Consent Order\"\n        },\n        {\n            \"name\": \"Consent to Cease and Desist Order\"\n        },\n        {\n            \"name\": \"Conservatorship\"\n        },\n        {\n            \"name\": \"Constitutional Amendment\"\n        },\n        {\n            \"name\": \"Consultation\"\n        },\n        {\n            \"name\": \"Consumer Affairs Letter\"\n        },\n        {\n            \"name\": \"Consumer Alert\"\n        },\n        {\n            \"name\": \"Consumer News\"\n        },\n        {\n            \"name\": \"Consumer Protection/Financial Literacy\"\n        },\n        {\n            \"name\": \"Coronavirus\"\n        },\n        {\n            \"name\": \"Corporate Document\"\n        },\n        {\n            \"name\": \"Court of Appeals\"\n        },\n        {\n            \"name\": \"Court Order\"\n        },\n        {\n            \"name\": \"Covid-19 YouTube\"\n        },\n        {\n            \"name\": \"COVID-19 Youtube\"\n        },\n        {\n            \"name\": \"Current Policy Perspectives\"\n        },\n        {\n            \"name\": \"Declaratory Statement\"\n        },\n        {\n            \"name\": \"Delegations of Authority\"\n        },\n        {\n            \"name\": \"Deregulation Notice\"\n        },\n        {\n            \"name\": \"Deregulation Notices And Orders\"\n        },\n        {\n            \"name\": \"Development of Rulemaking\"\n        },\n        {\n            \"name\": \"Disciplinary Action\"\n        },\n        {\n            \"name\": \"EBA official meeting\"\n        },\n        {\n            \"name\": \"Emergency\"\n        },\n        {\n            \"name\": \"Emergency Adjudicative Order\"\n        },\n        {\n            \"name\": \"Emergency Adopted\"\n        },\n        {\n            \"name\": \"Emergency Amended Rule\"\n        },\n        {\n            \"name\": \"Emergency Rule\"\n        },\n        {\n            \"name\": \"Emergency Rules\"\n        },\n        {\n            \"name\": \"Emergency Rules Adopted\"\n        },\n        {\n            \"name\": \"Emergency Rules Filed\"\n        },\n        {\n            \"name\": \"Emergency;Suspension\"\n        },\n        {\n            \"name\": \"enforcement action\"\n        },\n        {\n            \"name\": \"Enforcement Action\"\n        },\n        {\n            \"name\": \"Enforcement_Action\"\n        },\n        {\n            \"name\": \"Enforcement Order\"\n        },\n        {\n            \"name\": \"Enforrcement Action\"\n        },\n        {\n            \"name\": \"Event\"\n        },\n        {\n            \"name\": \"Events\"\n        },\n        {\n            \"name\": \"Examiner\"\n        },\n        {\n            \"name\": \"Executive and Administrative Orders\"\n        },\n        {\n            \"name\": \"Executive Communication\"\n        },\n        {\n            \"name\": \"Executive Order\"\n        },\n        {\n            \"name\": \"Executive Order, Press Release\"\n        },\n        {\n            \"name\": \"Executive Orders\"\n        },\n        {\n            \"name\": \"Exemptive Notice and Order\"\n        },\n        {\n            \"name\": \"Exemptive Notice And Order\"\n        },\n        {\n            \"name\": \"Exempt Permanent\"\n        },\n        {\n            \"name\": \"External Report\"\n        },\n        {\n            \"name\": \"Fact Sheet\"\n        },\n        {\n            \"name\": \"Fact sheets\"\n        },\n        {\n            \"name\": \"Fact Sheets\"\n        },\n        {\n            \"name\": \"FAQ\"\n        },\n        {\n            \"name\": \"Faststats\"\n        },\n        {\n            \"name\": \"Fast-Track\"\n        },\n        {\n            \"name\": \"FDITECH\"\n        },\n        {\n            \"name\": \"FEDS Notes\"\n        },\n        {\n            \"name\": \"Ffiec/joint Agency\"\n        },\n        {\n            \"name\": \"FFIEC/Joint Agency\"\n        },\n        {\n            \"name\": \"Final\"\n        },\n        {\n            \"name\": \"Final Approved\"\n        },\n        {\n            \"name\": \"Final Permanent Rules Filed with LRB for Administrative Code Publication\"\n        },\n        {\n            \"name\": \"Final Regulation\"\n        },\n        {\n            \"name\": \"Final rule\"\n        },\n        {\n            \"name\": \"Final Rule\"\n        },\n        {\n            \"name\": \"Financial Audit\"\n        },\n        {\n            \"name\": \"Financial Institution Letters\"\n        },\n        {\n            \"name\": \"Financial Stability Review\"\n        },\n        {\n            \"name\": \"Findings of Fact, Conclusions of Law, and Final Orders\"\n        },\n        {\n            \"name\": \"Flag Memo\"\n        },\n        {\n            \"name\": \"Food Safety\"\n        },\n        {\n            \"name\": \"Form\"\n        },\n        {\n            \"name\": \"Formal Agreement\"\n        },\n        {\n            \"name\": \"FSI Publication\"\n        },\n        {\n            \"name\": \"General Summary\"\n        },\n        {\n            \"name\": \"Grant Information\"\n        },\n        {\n            \"name\": \"Grants\"\n        },\n        {\n            \"name\": \"Guidance\"\n        },\n        {\n            \"name\": \"Guideline\"\n        },\n        {\n            \"name\": \"Harrisburg\"\n        },\n        {\n            \"name\": \"Hearing\"\n        },\n        {\n            \"name\": \"Hearing Notice\"\n        },\n        {\n            \"name\": \"House Bill\"\n        },\n        {\n            \"name\": \"House Joint Resolution\"\n        },\n        {\n            \"name\": \"House Resolution\"\n        },\n        {\n            \"name\": \"Housing and Economic Research\"\n        },\n        {\n            \"name\": \"Housing And Economic Research\"\n        },\n        {\n            \"name\": \"In Additions\"\n        },\n        {\n            \"name\": \"In Case You Missed It September 16, 2021\"\n        },\n        {\n            \"name\": \"Individual & Corporate Income Tax\"\n        },\n        {\n            \"name\": \"Industry Data\"\n        },\n        {\n            \"name\": \"Industry Letter\"\n        },\n        {\n            \"name\": \"Initial Agency Draft\"\n        },\n        {\n            \"name\": \"Institute Update\"\n        },\n        {\n            \"name\": \"Intended Regulatory Action\"\n        },\n        {\n            \"name\": \"Interest Rate Update\"\n        },\n        {\n            \"name\": \"Interim Final Rule\"\n        },\n        {\n            \"name\": \"International Finance Discussion Paper\"\n        },\n        {\n            \"name\": \"Interpretive Release\"\n        },\n        {\n            \"name\": \"Interpretive Statement\"\n        },\n        {\n            \"name\": \"Interview\"\n        },\n        {\n            \"name\": \"Investor Alert\"\n        },\n        {\n            \"name\": \"Investor Warning\"\n        },\n        {\n            \"name\": \"Joint Agency Fact Sheet\"\n        },\n        {\n            \"name\": \"Joint Agency Release\"\n        },\n        {\n            \"name\": \"Joint Consumer Affairs/ Supervision and Regulation Letter\"\n        },\n        {\n            \"name\": \"Joint Press Release\"\n        },\n        {\n            \"name\": \"Joint Resolution\"\n        },\n        {\n            \"name\": \"Judicial Order\"\n        },\n        {\n            \"name\": \"Legislation\"\n        },\n        {\n            \"name\": \"Letter\"\n        },\n        {\n            \"name\": \"Litigation Release\"\n        },\n        {\n            \"name\": \"Manuals\"\n        },\n        {\n            \"name\": \"Market Data\"\n        },\n        {\n            \"name\": \"Market Statistics\"\n        },\n        {\n            \"name\": \"Mayor's Orders\"\n        },\n        {\n            \"name\": \"media\"\n        },\n        {\n            \"name\": \"Media\"\n        },\n        {\n            \"name\": \"Media Advisory\"\n        },\n        {\n            \"name\": \"Meeting\"\n        },\n        {\n            \"name\": \"Meeting/Workshop Hearing\"\n        },\n        {\n            \"name\": \"Memo\"\n        },\n        {\n            \"name\": \"Memorandum\"\n        },\n        {\n            \"name\": \"Memorial\"\n        },\n        {\n            \"name\": \"Memos\"\n        },\n        {\n            \"name\": \"Minor Correction\"\n        },\n        {\n            \"name\": \"Miscellaneous\"\n        },\n        {\n            \"name\": \"Monetary Development\"\n        },\n        {\n            \"name\": \"Monetary Policy Decision\"\n        },\n        {\n            \"name\": \"Monetary Policy Update\"\n        },\n        {\n            \"name\": \"Monthly Abstracts\"\n        },\n        {\n            \"name\": \"NAC Decisions\"\n        },\n        {\n            \"name\": \"New England Public Policy Center Research Reports\"\n        },\n        {\n            \"name\": \"New Listings & Series\"\n        },\n        {\n            \"name\": \"Newsletter\"\n        },\n        {\n            \"name\": \"News Release\"\n        },\n        {\n            \"name\": \"Newsroom\"\n        },\n        {\n            \"name\": \"Nominations & Appointments\"\n        },\n        {\n            \"name\": \"Notice\"\n        },\n        {\n            \"name\": \"Notice and Temporary Order\"\n        },\n        {\n            \"name\": \"Notice of Bid/Request for Proposal\"\n        },\n        {\n            \"name\": \"Notice of Change/Withdrawal\"\n        },\n        {\n            \"name\": \"Notice of Declaratory Statement\"\n        },\n        {\n            \"name\": \"Notice Of Declaratory Statement\"\n        },\n        {\n            \"name\": \"Notice of Development of Rulemaking\"\n        },\n        {\n            \"name\": \"Notice Of Development Of Rulemaking\"\n        },\n        {\n            \"name\": \"Notice of Emergency Rule\"\n        },\n        {\n            \"name\": \"Notice Of Emergency Rule\"\n        },\n        {\n            \"name\": \"Notice of Intended Regulatory Action\"\n        },\n        {\n            \"name\": \"Notice of Meeting/Workshop Hearing\"\n        },\n        {\n            \"name\": \"Notice Of Meeting/workshop Hearing\"\n        },\n        {\n            \"name\": \"Notice of Petitions/Dispositions Regarding Rule Validity\"\n        },\n        {\n            \"name\": \"Notice of Proposed Action\"\n        },\n        {\n            \"name\": \"Notice of Proposed Rule\"\n        },\n        {\n            \"name\": \"Notice Of Proposed Rule\"\n        },\n        {\n            \"name\": \"Notice Of Public Meetings\"\n        },\n        {\n            \"name\": \"Notice of Variances and Waivers\"\n        },\n        {\n            \"name\": \"Notice Of Variances And Waivers\"\n        },\n        {\n            \"name\": \"Notices\"\n        },\n        {\n            \"name\": \"Notices and Orders\"\n        },\n        {\n            \"name\": \"Notices And Orders\"\n        },\n        {\n            \"name\": \"Notices of proposed rulemaking Hearing\"\n        },\n        {\n            \"name\": \"Notices, Opinions, and Orders\"\n        },\n        {\n            \"name\": \"Notices, Opinions, And Orders\"\n        },\n        {\n            \"name\": \"Office of Inspector General Reports\"\n        },\n        {\n            \"name\": \"Office Of Inspector General Reports\"\n        },\n        {\n            \"name\": \"OFP Press Release\"\n        },\n        {\n            \"name\": \"OHO Decisions\"\n        },\n        {\n            \"name\": \"Oig Report\"\n        },\n        {\n            \"name\": \"OIG Report\"\n        },\n        {\n            \"name\": \"Op-ed\"\n        },\n        {\n            \"name\": \"Op Ed\"\n        },\n        {\n            \"name\": \"Op-Ed\"\n        },\n        {\n            \"name\": \"Op-eds\"\n        },\n        {\n            \"name\": \"Order\"\n        },\n        {\n            \"name\": \"Order and Consent to Order\"\n        },\n        {\n            \"name\": \"Order Denying Motion to Vacate\"\n        },\n        {\n            \"name\": \"Order Following License Suspension and Expiration\"\n        },\n        {\n            \"name\": \"Order Following Suspension and Expiration\"\n        },\n        {\n            \"name\": \"Order for Reissuance After License Suspension and Expiration\"\n        },\n        {\n            \"name\": \"Order for Suspension\"\n        },\n        {\n            \"name\": \"Order Reinstating License After Suspension\"\n        },\n        {\n            \"name\": \"Order Reissuing License After Revocation\"\n        },\n        {\n            \"name\": \"Orders Accepting Offers of Settlement\"\n        },\n        {\n            \"name\": \"Orders, Notices And Information\"\n        },\n        {\n            \"name\": \"Orders of Rulemaking\"\n        },\n        {\n            \"name\": \"Other Announcement\"\n        },\n        {\n            \"name\": \"Other Publication\"\n        },\n        {\n            \"name\": \"Performance Audit\"\n        },\n        {\n            \"name\": \"Permanent\"\n        },\n        {\n            \"name\": \"Permanent Rules\"\n        },\n        {\n            \"name\": \"Permanent Rules Adopted\"\n        },\n        {\n            \"name\": \"Perspectives\"\n        },\n        {\n            \"name\": \"- Perspectives\"\n        },\n        {\n            \"name\": \"Petition\"\n        },\n        {\n            \"name\": \"Petition/Disposition Regarding Rule Validity\"\n        },\n        {\n            \"name\": \"Petition/ Memorial\"\n        },\n        {\n            \"name\": \"Petitions\"\n        },\n        {\n            \"name\": \"Petitions/Dispositions Regarding Rule Validity\"\n        },\n        {\n            \"name\": \"Podcast\"\n        },\n        {\n            \"name\": \"Podcasts\"\n        },\n        {\n            \"name\": \"Policy Report\"\n        },\n        {\n            \"name\": \"Policy Statement\"\n        },\n        {\n            \"name\": \"Preproposal Statement Of Inquiry\"\n        },\n        {\n            \"name\": \"Presidential Actions\"\n        },\n        {\n            \"name\": \"Presidential Document\"\n        },\n        {\n            \"name\": \"Presidential Memoranda\"\n        },\n        {\n            \"name\": \"Presidential Message\"\n        },\n        {\n            \"name\": \"Press Briefing\"\n        },\n        {\n            \"name\": \"Press Briefings\"\n        },\n        {\n            \"name\": \"Press Conference\"\n        },\n        {\n            \"name\": \"Press release\"\n        },\n        {\n            \"name\": \"Press Release\"\n        },\n        {\n            \"name\": \"Press Release, 2021 State of the State\"\n        },\n        {\n            \"name\": \"Press Release & Podcast\"\n        },\n        {\n            \"name\": \"Press releases\"\n        },\n        {\n            \"name\": \"Press Releases\"\n        },\n        {\n            \"name\": \"Press Release, Statement\"\n        },\n        {\n            \"name\": \"Press Room\"\n        },\n        {\n            \"name\": \"Presss Release\"\n        },\n        {\n            \"name\": \"Proclamation\"\n        },\n        {\n            \"name\": \"Proclamations\"\n        },\n        {\n            \"name\": \"Procurement\"\n        },\n        {\n            \"name\": \"Prompt Corrective Action Directive\"\n        },\n        {\n            \"name\": \"Proposed\"\n        },\n        {\n            \"name\": \"Proposed Action\"\n        },\n        {\n            \"name\": \"Proposed Amended Rule\"\n        },\n        {\n            \"name\": \"Proposed New Rule\"\n        },\n        {\n            \"name\": \"Proposed Regulation\"\n        },\n        {\n            \"name\": \"Proposed rule\"\n        },\n        {\n            \"name\": \"Proposed Rule\"\n        },\n        {\n            \"name\": \"Proposed Rulemaking\"\n        },\n        {\n            \"name\": \"proposed rulemaking Hearing\"\n        },\n        {\n            \"name\": \"Proposed Rulemaking Hearing\"\n        },\n        {\n            \"name\": \"Proposed Rules\"\n        },\n        {\n            \"name\": \"Proposed Rule Statement of Scope\"\n        },\n        {\n            \"name\": \"Prudential Regulation Report\"\n        },\n        {\n            \"name\": \"Publication\"\n        },\n        {\n            \"name\": \"Public Hearings\"\n        },\n        {\n            \"name\": \"Public Meeting\"\n        },\n        {\n            \"name\": \"Public Meeting Notice\"\n        },\n        {\n            \"name\": \"Public Notice\"\n        },\n        {\n            \"name\": \"Q&A\"\n        },\n        {\n            \"name\": \"Quarterly Report\"\n        },\n        {\n            \"name\": \"Readout\"\n        },\n        {\n            \"name\": \"Readouts\"\n        },\n        {\n            \"name\": \"Recission Of Emergency Rules\"\n        },\n        {\n            \"name\": \"Reference\"\n        },\n        {\n            \"name\": \"Register\"\n        },\n        {\n            \"name\": \"Register Index\"\n        },\n        {\n            \"name\": \"Regulation\"\n        },\n        {\n            \"name\": \"Regulations\"\n        },\n        {\n            \"name\": \"Regulatory Filing\"\n        },\n        {\n            \"name\": \"Regulatory Settlement Agreement\"\n        },\n        {\n            \"name\": \"Release\"\n        },\n        {\n            \"name\": \"Remarks\"\n        },\n        {\n            \"name\": \"Removal and Prohibition Orders\"\n        },\n        {\n            \"name\": \"Removal/Prohibition Order\"\n        },\n        {\n            \"name\": \"Report\"\n        },\n        {\n            \"name\": \"Requests and Approvals\"\n        },\n        {\n            \"name\": \"Research\"\n        },\n        {\n            \"name\": \"Research Department Working Papers\"\n        },\n        {\n            \"name\": \"Research Memorandum\"\n        },\n        {\n            \"name\": \"Research Report\"\n        },\n        {\n            \"name\": \"Research & Reports\"\n        },\n        {\n            \"name\": \"Resolution\"\n        },\n        {\n            \"name\": \"Restitution Order\"\n        },\n        {\n            \"name\": \"Risk Dashboard\"\n        },\n        {\n            \"name\": \"RSS Feed Alert\"\n        },\n        {\n            \"name\": \"Rule\"\n        },\n        {\n            \"name\": \"Rule Filing\"\n        },\n        {\n            \"name\": \"Rulemaking\"\n        },\n        {\n            \"name\": \"Rulemaking Hearing Notice\"\n        },\n        {\n            \"name\": \"Rulemaking Hearing Rule\"\n        },\n        {\n            \"name\": \"Rules and Regulations\"\n        },\n        {\n            \"name\": \"Rules And Regulations\"\n        },\n        {\n            \"name\": \"Seasonal Flu\"\n        },\n        {\n            \"name\": \"Sec Filing\"\n        },\n        {\n            \"name\": \"SEC Filing\"\n        },\n        {\n            \"name\": \"SEC Orders Under Sections 26(c) and 17(b)\"\n        },\n        {\n            \"name\": \"Secretary Statements & Remarks\"\n        },\n        {\n            \"name\": \"Senate Bill\"\n        },\n        {\n            \"name\": \"Senate Concurrent Resolution\"\n        },\n        {\n            \"name\": \"Senate Resolution\"\n        },\n        {\n            \"name\": \"Settlement Agreement and Consent Order\"\n        },\n        {\n            \"name\": \"Show Cause Order\"\n        },\n        {\n            \"name\": \"Speech\"\n        },\n        {\n            \"name\": \"Speeches\"\n        },\n        {\n            \"name\": \"Speeches and Remarks\"\n        },\n        {\n            \"name\": \"Speeches & Testimony\"\n        },\n        {\n            \"name\": \"Sr And Ca Letters, Manuals\"\n        },\n        {\n            \"name\": \"SR and CA Letters, Manuals\"\n        },\n        {\n            \"name\": \"SR Letter\"\n        },\n        {\n            \"name\": \"Statement\"\n        },\n        {\n            \"name\": \"Statement of Charges/ Notice of Hearing\"\n        },\n        {\n            \"name\": \"Statement Of Charges/ Notice Of Hearing\"\n        },\n        {\n            \"name\": \"Statements and Releases\"\n        },\n        {\n            \"name\": \"Statements of Policy\"\n        },\n        {\n            \"name\": \"Statements Of Policy\"\n        },\n        {\n            \"name\": \"Statements & Releases\"\n        },\n        {\n            \"name\": \"Statements & Remarks\"\n        },\n        {\n            \"name\": \"State of Emergency\"\n        },\n        {\n            \"name\": \"State Register\"\n        },\n        {\n            \"name\": \"Statistics\"\n        },\n        {\n            \"name\": \"Stipulation and Consent Order\"\n        },\n        {\n            \"name\": \"Summary Bar Order\"\n        },\n        {\n            \"name\": \"Summary Cease and Desist Order\"\n        },\n        {\n            \"name\": \"Summary Cease and Desist Order - Extension\"\n        },\n        {\n            \"name\": \"Summary Denial Order\"\n        },\n        {\n            \"name\": \"Summary Denial, Revocation and Penalty Order\"\n        },\n        {\n            \"name\": \"Summary Order of Suspension\"\n        },\n        {\n            \"name\": \"Summary Penalty and Cease and Desist Order\"\n        },\n        {\n            \"name\": \"Summary Penalty Order\"\n        },\n        {\n            \"name\": \"Summary, Revocation and Penalty Order\"\n        },\n        {\n            \"name\": \"Summary Revocation Order\"\n        },\n        {\n            \"name\": \"Supervision and Regulation Letter\"\n        },\n        {\n            \"name\": \"Supervision And Regulation Letter\"\n        },\n        {\n            \"name\": \"Supervisory Policy Manual\"\n        },\n        {\n            \"name\": \"Support/Opposition Letter\"\n        },\n        {\n            \"name\": \"Survey Of Professional Forecasters\"\n        },\n        {\n            \"name\": \"Suspension\"\n        },\n        {\n            \"name\": \"Technical Agenda Update\"\n        },\n        {\n            \"name\": \"Temporary Administrative Order\"\n        },\n        {\n            \"name\": \"Testimonies\"\n        },\n        {\n            \"name\": \"Testimony\"\n        },\n        {\n            \"name\": \"The General Assembly\"\n        },\n        {\n            \"name\": \"The Governor\"\n        },\n        {\n            \"name\": \"Trading Suspension\"\n        },\n        {\n            \"name\": \"Trailer Bill\"\n        },\n        {\n            \"name\": \"Training\"\n        },\n        {\n            \"name\": \"Transcript\"\n        },\n        {\n            \"name\": \"Uncategorized\"\n        },\n        {\n            \"name\": \"Uncategorized Document\"\n        },\n        {\n            \"name\": \"Variances and Waivers\"\n        },\n        {\n            \"name\": \"Video\"\n        },\n        {\n            \"name\": \"Videos\"\n        },\n        {\n            \"name\": \"Video Update\"\n        },\n        {\n            \"name\": \"Virtual Hearing\"\n        },\n        {\n            \"name\": \"Weekly National Rates and Caps\"\n        },\n        {\n            \"name\": \"Weekly National Rates And Caps\"\n        },\n        {\n            \"name\": \"Withdrawn Rules\"\n        },\n        {\n            \"name\": \"Working Paper\"\n        },\n        {\n            \"name\": \"Workshop\"\n        }\n    ]\n}"}],"_postman_id":"3f5d570e-b2e4-4e5b-9d8f-ae024dee1495"},{"name":"Fetch Alert Types v3","id":"38b08076-373b-4053-bafc-7e0d0232065c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"<api_key>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/alerttypes/","urlObject":{"protocol":"https","path":["api","v3","alerttypes",""],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"36732324-2bc2-4916-a83a-36d5db725268","name":"Fetch Alert Types v3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"<api_key>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/alerttypes/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 18 Jan 2024 03:57:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"29271"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"17d-2 Plans\"\n    },\n    {\n        \"name\": \"2019 Novel Coronavirus\"\n    },\n    {\n        \"name\": \"2021 State of the State, Press Release\"\n    },\n    {\n        \"name\": \"Act\"\n    },\n    {\n        \"name\": \"Action Withdrawn\"\n    },\n    {\n        \"name\": \"Additional Guidance\"\n    },\n    {\n        \"name\": \"Additional Resources\"\n    },\n    {\n        \"name\": \"Additional Tools and Resources\"\n    },\n    {\n        \"name\": \"Adjudication Proceeding\"\n    },\n    {\n        \"name\": \"Adjudication Proceeeding\"\n    },\n    {\n        \"name\": \"Administrative Act\"\n    },\n    {\n        \"name\": \"Administrative Action\"\n    },\n    {\n        \"name\": \"Administrative Bulletin\"\n    },\n    {\n        \"name\": \"Administrative Order\"\n    },\n    {\n        \"name\": \"Administrative Proceeding\"\n    },\n    {\n        \"name\": \"Administrative Ruling\"\n    },\n    {\n        \"name\": \"Adopted\"\n    },\n    {\n        \"name\": \"Adopted Amended Rule\"\n    },\n    {\n        \"name\": \"Adopted New Rule\"\n    },\n    {\n        \"name\": \"Adopted Rule\"\n    },\n    {\n        \"name\": \"Advanced Notice\"\n    },\n    {\n        \"name\": \"Advance Notice\"\n    },\n    {\n        \"name\": \"Advance Notice of Proposed Rule\"\n    },\n    {\n        \"name\": \"Advisories Letter\"\n    },\n    {\n        \"name\": \"Advisory\"\n    },\n    {\n        \"name\": \"Advisory Notice\"\n    },\n    {\n        \"name\": \"Agency Agreement\"\n    },\n    {\n        \"name\": \"Agency Meetings\"\n    },\n    {\n        \"name\": \"Agenda\"\n    },\n    {\n        \"name\": \"Agents And Agencies Required To Update Contact Information\"\n    },\n    {\n        \"name\": \"Agreement\"\n    },\n    {\n        \"name\": \"Agricultural Guidance for Ethiopia\"\n    },\n    {\n        \"name\": \"Alert\"\n    },\n    {\n        \"name\": \"All Facilities Letter\"\n    },\n    {\n        \"name\": \"All Plan Letter\"\n    },\n    {\n        \"name\": \"Alternative Derivative And Reserve Accounting Practices\"\n    },\n    {\n        \"name\": \"Amended Application\"\n    },\n    {\n        \"name\": \"Amendments and Corrections\"\n    },\n    {\n        \"name\": \"Amendments to Companion Policy\"\n    },\n    {\n        \"name\": \"Amendments to Multilateral Instrument\"\n    },\n    {\n        \"name\": \"Amendments to Multilateral Instrument, Amendments to OSC Rule\"\n    },\n    {\n        \"name\": \"Amendments to National Instrument\"\n    },\n    {\n        \"name\": \"Amendments to National Instrument, Amendments to Companion Policy\"\n    },\n    {\n        \"name\": \"Amendments to National Instrument, Companion Policy, Forms\"\n    },\n    {\n        \"name\": \"Amendments to National Instrument, Forms\"\n    },\n    {\n        \"name\": \"Amendments to OSC Rule\"\n    },\n    {\n        \"name\": \"Amendments to OSC Rule, OSC Notice\"\n    },\n    {\n        \"name\": \"Amicus Brief\"\n    },\n    {\n        \"name\": \"Analysis Report\"\n    },\n    {\n        \"name\": \"Annex\"\n    },\n    {\n        \"name\": \"Announcement\"\n    },\n    {\n        \"name\": \"Annual Accounts\"\n    },\n    {\n        \"name\": \"Annual Consolidated Balance Sheet of the Eurosystem\"\n    },\n    {\n        \"name\": \"Annual Consolidated Balance Sheet Of The Eurosystem\"\n    },\n    {\n        \"name\": \"Annual Cybersecurity Filing Requirements\"\n    },\n    {\n        \"name\": \"Annual Report\"\n    },\n    {\n        \"name\": \"Appeal Panel Decision\"\n    },\n    {\n        \"name\": \"Appendices\"\n    },\n    {\n        \"name\": \"Application\"\n    },\n    {\n        \"name\": \"Applications, Notices And Orders\"\n    },\n    {\n        \"name\": \"Appointment\"\n    },\n    {\n        \"name\": \"Approval\"\n    },\n    {\n        \"name\": \"Approval, Director's Decision\"\n    },\n    {\n        \"name\": \"Approval, Director's Decision, Order, Settlement Agreement\"\n    },\n    {\n        \"name\": \"Approval, Director's Decision, Settlement Agreement\"\n    },\n    {\n        \"name\": \"Approval, Order\"\n    },\n    {\n        \"name\": \"Approved by Legislative\"\n    },\n    {\n        \"name\": \"Arbitration Case\"\n    },\n    {\n        \"name\": \"Assembly Bill\"\n    },\n    {\n        \"name\": \"Assembly Joint Resolution\"\n    },\n    {\n        \"name\": \"Assembly Resolution\"\n    },\n    {\n        \"name\": \"Attestation Engagement\"\n    },\n    {\n        \"name\": \"Attorney General Opinions\"\n    },\n    {\n        \"name\": \"Authorization Order\"\n    },\n    {\n        \"name\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\"\n    },\n    {\n        \"name\": \"Background\"\n    },\n    {\n        \"name\": \"Background Information\"\n    },\n    {\n        \"name\": \"Background Information Probando\"\n    },\n    {\n        \"name\": \"Background/Research, OSC Notice\"\n    },\n    {\n        \"name\": \"Banking and Consumer Regulatory Policy\"\n    },\n    {\n        \"name\": \"Banking Application Order\"\n    },\n    {\n        \"name\": \"Bid/Request for Proposal\"\n    },\n    {\n        \"name\": \"Bill\"\n    },\n    {\n        \"name\": \"Bill Action\"\n    },\n    {\n        \"name\": \"Bill Announcement\"\n    },\n    {\n        \"name\": \"Binding Operational Directive\"\n    },\n    {\n        \"name\": \"Blanket Order\"\n    },\n    {\n        \"name\": \"Blog\"\n    },\n    {\n        \"name\": \"Blog post\"\n    },\n    {\n        \"name\": \"Board Materials\"\n    },\n    {\n        \"name\": \"Board Materials | May 17, 2022\"\n    },\n    {\n        \"name\": \"Board Matter\"\n    },\n    {\n        \"name\": \"Board Meeting\"\n    },\n    {\n        \"name\": \"Board Update Video\"\n    },\n    {\n        \"name\": \"Brief\"\n    },\n    {\n        \"name\": \"Briefing\"\n    },\n    {\n        \"name\": \"Bulletin\"\n    },\n    {\n        \"name\": \"Bulletins\"\n    },\n    {\n        \"name\": \"Business & License Tax\"\n    },\n    {\n        \"name\": \"Card Fraud Report\"\n    },\n    {\n        \"name\": \"Case News\"\n    },\n    {\n        \"name\": \"Case Study\"\n    },\n    {\n        \"name\": \"CDC Online Newsroom\"\n    },\n    {\n        \"name\": \"CDC Outbreaks - US Based\"\n    },\n    {\n        \"name\": \"CDC Travel Notices\"\n    },\n    {\n        \"name\": \"Cease and Desist\"\n    },\n    {\n        \"name\": \"Cease & Desist Order\"\n    },\n    {\n        \"name\": \"Ceased Operations Notice\"\n    },\n    {\n        \"name\": \"Certified Amended Rule\"\n    },\n    {\n        \"name\": \"Certified New Rule\"\n    },\n    {\n        \"name\": \"Certified Repealed Rule\"\n    },\n    {\n        \"name\": \"Changes to Companion Policy\"\n    },\n    {\n        \"name\": \"Changes to National Policy\"\n    },\n    {\n        \"name\": \"Change/Withdrawal\"\n    },\n    {\n        \"name\": \"Chartering/Field of Membership\"\n    },\n    {\n        \"name\": \"Checklist and Article\"\n    },\n    {\n        \"name\": \"Circular\"\n    },\n    {\n        \"name\": \"Civil Action\"\n    },\n    {\n        \"name\": \"Civil Action - Amended Order Denying Motion for Partial Summary Judgment Filed by Credit Suisse\"\n    },\n    {\n        \"name\": \"Civil Action - Consent Order\"\n    },\n    {\n        \"name\": \"Civil Action - Order for Civil Money Penalty\"\n    },\n    {\n        \"name\": \"Civil Action - Order Granting Plaintiff's Motion\"\n    },\n    {\n        \"name\": \"Civil Action - Order to Show Cause\"\n    },\n    {\n        \"name\": \"Civil Action - Superior Court Affirmation of Bureau Final Order of September 24, 2019\"\n    },\n    {\n        \"name\": \"Civil Action - Verified Complaint\"\n    },\n    {\n        \"name\": \"Civil Money Penalty Orders against Individual\"\n    },\n    {\n        \"name\": \"Civil Money Penalty Orders Against Individual\"\n    },\n    {\n        \"name\": \"Claim\"\n    },\n    {\n        \"name\": \"Climate Risk Analysis\"\n    },\n    {\n        \"name\": \"Closed Consultation\"\n    },\n    {\n        \"name\": \"Closure/Conservatorship\"\n    },\n    {\n        \"name\": \"Code of Practice\"\n    },\n    {\n        \"name\": \"Combined Monetary Policy Decisions and Statement\"\n    },\n    {\n        \"name\": \"Commentary\"\n    },\n    {\n        \"name\": \"Comment Letter\"\n    },\n    {\n        \"name\": \"Commission Approval, OSC Rule\"\n    },\n    {\n        \"name\": \"Companion Policy\"\n    },\n    {\n        \"name\": \"Companion Policy, Forms\"\n    },\n    {\n        \"name\": \"Companion Policy, Request for Comment\"\n    },\n    {\n        \"name\": \"Companion Policy, Unofficial Consolidation\"\n    },\n    {\n        \"name\": \"Compensation\"\n    },\n    {\n        \"name\": \"Complaint\"\n    },\n    {\n        \"name\": \"Complaints\"\n    },\n    {\n        \"name\": \"Compliance table\"\n    },\n    {\n        \"name\": \"Compliance Tip\"\n    },\n    {\n        \"name\": \"Composition\"\n    },\n    {\n        \"name\": \"Concurrent Memorial\"\n    },\n    {\n        \"name\": \"Concurrent Resolution\"\n    },\n    {\n        \"name\": \"Conference\"\n    },\n    {\n        \"name\": \"Conferences and Events\"\n    },\n    {\n        \"name\": \"Consent\"\n    },\n    {\n        \"name\": \"Consent Agreement\"\n    },\n    {\n        \"name\": \"Consent Order\"\n    },\n    {\n        \"name\": \"Consent to Bar\"\n    },\n    {\n        \"name\": \"Conservatorship\"\n    },\n    {\n        \"name\": \"Constitutional Amendment\"\n    },\n    {\n        \"name\": \"Consultation\"\n    },\n    {\n        \"name\": \"Consultation Paper\"\n    },\n    {\n        \"name\": \"Consumer Affairs Letter\"\n    },\n    {\n        \"name\": \"Consumer Alert\"\n    },\n    {\n        \"name\": \"Consumer News\"\n    },\n    {\n        \"name\": \"Consumer Protection/Financial Literacy\"\n    },\n    {\n        \"name\": \"Contract\"\n    },\n    {\n        \"name\": \"Conventions and Conferences\"\n    },\n    {\n        \"name\": \"Convergence Report\"\n    },\n    {\n        \"name\": \"Coronavirus\"\n    },\n    {\n        \"name\": \"Coronavirus Disease 2019 (COVID-19) Situation Update\"\n    },\n    {\n        \"name\": \"Corporate Document\"\n    },\n    {\n        \"name\": \"Corrected Notice of Workshop\"\n    },\n    {\n        \"name\": \"Correction\"\n    },\n    {\n        \"name\": \"Court of Appeals\"\n    },\n    {\n        \"name\": \"Court Order\"\n    },\n    {\n        \"name\": \"Court Report\"\n    },\n    {\n        \"name\": \"COVID-19\"\n    },\n    {\n        \"name\": \"COVID-19 Related\"\n    },\n    {\n        \"name\": \"COVID-19 Vaccination Data Updates\"\n    },\n    {\n        \"name\": \"Covid-19 YouTube\"\n    },\n    {\n        \"name\": \"COVID-19 YouTube\"\n    },\n    {\n        \"name\": \"Criminal Prosecution\"\n    },\n    {\n        \"name\": \"CSA Notice\"\n    },\n    {\n        \"name\": \"CSA Notice, Amendments to National Instrument\"\n    },\n    {\n        \"name\": \"CSA Notice, Blanket Order\"\n    },\n    {\n        \"name\": \"CSA Notice, Changes to Companion Policy, Amendments to National Instrument\"\n    },\n    {\n        \"name\": \"CSA Notice, CIRO Notice\"\n    },\n    {\n        \"name\": \"CSA Notice, IIROC Notice, Request for Comment\"\n    },\n    {\n        \"name\": \"CSA Notice, Multilateral Instrument\"\n    },\n    {\n        \"name\": \"CSA Notice, Multilateral Instrument, Companion Policy\"\n    },\n    {\n        \"name\": \"CSA Notice, Multilaterial Instrument\"\n    },\n    {\n        \"name\": \"CSA Notice, National Instrument\"\n    },\n    {\n        \"name\": \"CSA Notice, Request for Comment\"\n    },\n    {\n        \"name\": \"CSA Notice, Request for Comment, National Instrument\"\n    },\n    {\n        \"name\": \"Current Policy Perspectives\"\n    },\n    {\n        \"name\": \"Cybersecurity Advisory\"\n    },\n    {\n        \"name\": \"Dear Lender Letter\"\n    },\n    {\n        \"name\": \"Decision\"\n    },\n    {\n        \"name\": \"Decision and Order\"\n    },\n    {\n        \"name\": \"Decision, Director's Decision\"\n    },\n    {\n        \"name\": \"Decision, Director's Decision, Ruling\"\n    },\n    {\n        \"name\": \"Decision Notice\"\n    },\n    {\n        \"name\": \"Decision, Order\"\n    },\n    {\n        \"name\": \"Decision, Revocation of Order\"\n    },\n    {\n        \"name\": \"Decision, Ruling\"\n    },\n    {\n        \"name\": \"Declaratory Statement\"\n    },\n    {\n        \"name\": \"Default Order for Revocation\"\n    },\n    {\n        \"name\": \"Delegations of Authority\"\n    },\n    {\n        \"name\": \"Delisting\"\n    },\n    {\n        \"name\": \"Deposit Market Share Report\"\n    },\n    {\n        \"name\": \"Deregulation Notice\"\n    },\n    {\n        \"name\": \"Development of Rulemaking\"\n    },\n    {\n        \"name\": \"Digital Euro Documents\"\n    },\n    {\n        \"name\": \"Digital Euro Governance\"\n    },\n    {\n        \"name\": \"Directive\"\n    },\n    {\n        \"name\": \"Director's Decision\"\n    },\n    {\n        \"name\": \"Director's Decision, Exemption from Recognition as an Exchange\"\n    },\n    {\n        \"name\": \"Director's Decision, Settlement Agreement\"\n    },\n    {\n        \"name\": \"Director's Decision, Variation Notice\"\n    },\n    {\n        \"name\": \"Disaster Press Release\"\n    },\n    {\n        \"name\": \"Disciplinary Action\"\n    },\n    {\n        \"name\": \"Disciplinary Decision\"\n    },\n    {\n        \"name\": \"Disciplinary Order\"\n    },\n    {\n        \"name\": \"Disclosures\"\n    },\n    {\n        \"name\": \"Discussion\"\n    },\n    {\n        \"name\": \"Dismissal of Request for Hearing\"\n    },\n    {\n        \"name\": \"Division of Construction Management;Proposed Amended Rule\"\n    },\n    {\n        \"name\": \"Domestic Insurers Required To File Cybersecurity Program\"\n    },\n    {\n        \"name\": \"Draft Guidance and Supporting Resources\"\n    },\n    {\n        \"name\": \"Each, a \\\"Trust\\\" and Nationwide Fund Advisors\"\n    },\n    {\n        \"name\": \"EBA Official Meeting\"\n    },\n    {\n        \"name\": \"Emergency\"\n    },\n    {\n        \"name\": \"Emergency Adjudicative Order\"\n    },\n    {\n        \"name\": \"Emergency Adopted\"\n    },\n    {\n        \"name\": \"Emergency Amended Rule\"\n    },\n    {\n        \"name\": \"Emergency Amendment\"\n    },\n    {\n        \"name\": \"Emergency Directive\"\n    },\n    {\n        \"name\": \"Emergency New Rule\"\n    },\n    {\n        \"name\": \"Emergency/NOIRA\"\n    },\n    {\n        \"name\": \"Emergency Regulation\"\n    },\n    {\n        \"name\": \"Emergency Regulations\"\n    },\n    {\n        \"name\": \"Emergency Repealed Rule\"\n    },\n    {\n        \"name\": \"Emergency Rule\"\n    },\n    {\n        \"name\": \"Emergency Rules\"\n    },\n    {\n        \"name\": \"Emergency Rules Adopted\"\n    },\n    {\n        \"name\": \"Emergency Rules Filed\"\n    },\n    {\n        \"name\": \"Emergency; Suspension\"\n    },\n    {\n        \"name\": \"Emergency Suspension and Order to Show Cause\"\n    },\n    {\n        \"name\": \"eNews\"\n    },\n    {\n        \"name\": \"enforcement action\"\n    },\n    {\n        \"name\": \"Enforcement Action\"\n    },\n    {\n        \"name\": \"Enforcement_Action\"\n    },\n    {\n        \"name\": \"Enforcement Order\"\n    },\n    {\n        \"name\": \"Ethics and Accountability\"\n    },\n    {\n        \"name\": \"Euro Area Bank Lending Survey\"\n    },\n    {\n        \"name\": \"Euro Money Market\"\n    },\n    {\n        \"name\": \"Event\"\n    },\n    {\n        \"name\": \"Examiner\"\n    },\n    {\n        \"name\": \"Executive and Administrative Orders\"\n    },\n    {\n        \"name\": \"Executive Communication\"\n    },\n    {\n        \"name\": \"Executive Order\"\n    },\n    {\n        \"name\": \"Executive Orders\"\n    },\n    {\n        \"name\": \"Executive Summary and Case Studies\"\n    },\n    {\n        \"name\": \"Exempt\"\n    },\n    {\n        \"name\": \"Exemption from Certificate of Need\"\n    },\n    {\n        \"name\": \"Exemption Letter\"\n    },\n    {\n        \"name\": \"Exemptive Letter\"\n    },\n    {\n        \"name\": \"Exemptive Notice and Order\"\n    },\n    {\n        \"name\": \"Exempt Permanent\"\n    },\n    {\n        \"name\": \"Expedited\"\n    },\n    {\n        \"name\": \"Expedited Decision\"\n    },\n    {\n        \"name\": \"Expedited Emergency\"\n    },\n    {\n        \"name\": \"Expedited Order\"\n    },\n    {\n        \"name\": \"Explainers\"\n    },\n    {\n        \"name\": \"External Report\"\n    },\n    {\n        \"name\": \"Fact Check\"\n    },\n    {\n        \"name\": \"Factsheet\"\n    },\n    {\n        \"name\": \"Fact Sheet\"\n    },\n    {\n        \"name\": \"Fact sheets\"\n    },\n    {\n        \"name\": \"Fact Sheets\"\n    },\n    {\n        \"name\": \"FAQ\"\n    },\n    {\n        \"name\": \"Faststats\"\n    },\n    {\n        \"name\": \"Fast-Track\"\n    },\n    {\n        \"name\": \"FDITECH\"\n    },\n    {\n        \"name\": \"Feature Story\"\n    },\n    {\n        \"name\": \"FEDS Notes\"\n    },\n    {\n        \"name\": \"FFIEC/Joint Agency\"\n    },\n    {\n        \"name\": \"Files to download\"\n    },\n    {\n        \"name\": \"Final\"\n    },\n    {\n        \"name\": \"Final Approved\"\n    },\n    {\n        \"name\": \"Final Order\"\n    },\n    {\n        \"name\": \"Final Order Refusing to Issue an Insurance Producer License\"\n    },\n    {\n        \"name\": \"Final Order Revoking License\"\n    },\n    {\n        \"name\": \"Final Permanent Rules Filed with LRB for Administrative Code Publication\"\n    },\n    {\n        \"name\": \"Final Regulation\"\n    },\n    {\n        \"name\": \"Final Report\"\n    },\n    {\n        \"name\": \"Final rule\"\n    },\n    {\n        \"name\": \"Final Rule\"\n    },\n    {\n        \"name\": \"Financial Audit\"\n    },\n    {\n        \"name\": \"Financial Institution Letters\"\n    },\n    {\n        \"name\": \"Financial Integration And Structure In The Euro Area\"\n    },\n    {\n        \"name\": \"Financial Stability Review\"\n    },\n    {\n        \"name\": \"Findings of Fact, Conclusions of Law, and Final Orders\"\n    },\n    {\n        \"name\": \"First Lady\"\n    },\n    {\n        \"name\": \"Flag Memo\"\n    },\n    {\n        \"name\": \"Flag Memos\"\n    },\n    {\n        \"name\": \"Focus-Market Readout\"\n    },\n    {\n        \"name\": \"Food Safety\"\n    },\n    {\n        \"name\": \"Form\"\n    },\n    {\n        \"name\": \"Formal Agreement\"\n    },\n    {\n        \"name\": \"Formal Start of Review\"\n    },\n    {\n        \"name\": \"Formerly Forum Cre Income Fund) and Forum Capital Advisors LLC\"\n    },\n    {\n        \"name\": \"Forms\"\n    },\n    {\n        \"name\": \"Forms, Unofficial Consolidation\"\n    },\n    {\n        \"name\": \"Forms, Unofficial Consolidation, National Instrument\"\n    },\n    {\n        \"name\": \"Frequently Asked Questions\"\n    },\n    {\n        \"name\": \"FSI Publication\"\n    },\n    {\n        \"name\": \"Gazette Notification\"\n    },\n    {\n        \"name\": \"General Industry Notice\"\n    },\n    {\n        \"name\": \"General Notice\"\n    },\n    {\n        \"name\": \"General Order, Blanket Order\"\n    },\n    {\n        \"name\": \"General Public Notice\"\n    },\n    {\n        \"name\": \"General Summary\"\n    },\n    {\n        \"name\": \"Grant Information\"\n    },\n    {\n        \"name\": \"Grants\"\n    },\n    {\n        \"name\": \"Grid-Connected Electricity Projects\"\n    },\n    {\n        \"name\": \"Guest Column\"\n    },\n    {\n        \"name\": \"Guidance\"\n    },\n    {\n        \"name\": \"Guidance and Tools\"\n    },\n    {\n        \"name\": \"Guidance by Scope 3 Category\"\n    },\n    {\n        \"name\": \"Guide and Handbook\"\n    },\n    {\n        \"name\": \"Guideline\"\n    },\n    {\n        \"name\": \"Guidelines\"\n    },\n    {\n        \"name\": \"Guidelines & Recommendations\"\n    },\n    {\n        \"name\": \"Harrisburg\"\n    },\n    {\n        \"name\": \"Hearing\"\n    },\n    {\n        \"name\": \"Hearing Notice\"\n    },\n    {\n        \"name\": \"House Bill\"\n    },\n    {\n        \"name\": \"House Joint Resolution\"\n    },\n    {\n        \"name\": \"House Resolution\"\n    },\n    {\n        \"name\": \"Housing and Economic Research\"\n    },\n    {\n        \"name\": \"https://www.finance.idaho.gov/legal/administrative-actions/money-transmitter/enforcement-orders/docu\"\n    },\n    {\n        \"name\": \"ICS Advisory\"\n    },\n    {\n        \"name\": \"ICS Medical Advisory\"\n    },\n    {\n        \"name\": \"Immersive Story\"\n    },\n    {\n        \"name\": \"In Additions\"\n    },\n    {\n        \"name\": \"Individual & Corporate Income Tax\"\n    },\n    {\n        \"name\": \"Industry Data\"\n    },\n    {\n        \"name\": \"Industry Dialogue\"\n    },\n    {\n        \"name\": \"Industry Guidance\"\n    },\n    {\n        \"name\": \"Industry Letter\"\n    },\n    {\n        \"name\": \"Industry News\"\n    },\n    {\n        \"name\": \"Infographic\"\n    },\n    {\n        \"name\": \"Informational Report\"\n    },\n    {\n        \"name\": \"Informational Statement\"\n    },\n    {\n        \"name\": \"Information Notice\"\n    },\n    {\n        \"name\": \"Information Request\"\n    },\n    {\n        \"name\": \"Initial Agency Draft\"\n    },\n    {\n        \"name\": \"Inspection Report\"\n    },\n    {\n        \"name\": \"Institute Update\"\n    },\n    {\n        \"name\": \"Insurance Scholarship Foundation Launched\"\n    },\n    {\n        \"name\": \"Intended Regulatory Action\"\n    },\n    {\n        \"name\": \"Interest Rate Announcements\"\n    },\n    {\n        \"name\": \"Interest Rate Update\"\n    },\n    {\n        \"name\": \"Interim final Rule\"\n    },\n    {\n        \"name\": \"Interim Final Rule\"\n    },\n    {\n        \"name\": \"International Finance Discussion Paper\"\n    },\n    {\n        \"name\": \"Interpretative Letter\"\n    },\n    {\n        \"name\": \"Interpretive Release\"\n    },\n    {\n        \"name\": \"Interpretive Statement\"\n    },\n    {\n        \"name\": \"Interview\"\n    },\n    {\n        \"name\": \"In the Media\"\n    },\n    {\n        \"name\": \"In the News\"\n    },\n    {\n        \"name\": \"Inventory Tracking Bulletin\"\n    },\n    {\n        \"name\": \"Investigation Report\"\n    },\n    {\n        \"name\": \"Investigations\"\n    },\n    {\n        \"name\": \"Investor Alert\"\n    },\n    {\n        \"name\": \"Investor Alerts and Advisories\"\n    },\n    {\n        \"name\": \"Investor Insight\"\n    },\n    {\n        \"name\": \"Investor Warning\"\n    },\n    {\n        \"name\": \"IT Audit\"\n    },\n    {\n        \"name\": \"Joint\"\n    },\n    {\n        \"name\": \"Joint Agency Fact Sheet\"\n    },\n    {\n        \"name\": \"Joint Agency Release\"\n    },\n    {\n        \"name\": \"Joint Agency Release | December 16, 2022\"\n    },\n    {\n        \"name\": \"Joint Agency Release | December 19, 2022\"\n    },\n    {\n        \"name\": \"Joint Agency Release | January 3, 2023\"\n    },\n    {\n        \"name\": \"Joint Agency Release | July 1, 2022\"\n    },\n    {\n        \"name\": \"Joint Agency Release | June 28, 2022\"\n    },\n    {\n        \"name\": \"Joint Agency Release | November 23, 2022\"\n    },\n    {\n        \"name\": \"Joint Agency Release | September 29, 2022\"\n    },\n    {\n        \"name\": \"Joint Agency Release | September 30, 2022\"\n    },\n    {\n        \"name\": \"Joint Consumer Affairs/ Supervision and Regulation Letter\"\n    },\n    {\n        \"name\": \"Joint Consumer Affairs/Supervision and Regulation Letter\"\n    },\n    {\n        \"name\": \"Joint Memorial\"\n    },\n    {\n        \"name\": \"Joint Press Release\"\n    },\n    {\n        \"name\": \"Joint Resolution\"\n    },\n    {\n        \"name\": \"Joint Resolution Constitutional Amendment\"\n    },\n    {\n        \"name\": \"Judicial Order\"\n    },\n    {\n        \"name\": \"Land Use, Land-Use Change and Forestry\"\n    },\n    {\n        \"name\": \"LCB Proposed Draft\"\n    },\n    {\n        \"name\": \"Legislation\"\n    },\n    {\n        \"name\": \"Legislative Review\"\n    },\n    {\n        \"name\": \"Legislative Update\"\n    },\n    {\n        \"name\": \"Letter\"\n    },\n    {\n        \"name\": \"Listing of Comprehensive Stroke Centers Requesting Redesignation of Status and;Call for Applications\"\n    },\n    {\n        \"name\": \"Listing of Freestanding Medical;Facilities Requesting Redesignation of Status and Call for Applicati\"\n    },\n    {\n        \"name\": \"Listing of Primary Stroke Centers Requesting Redesignation of Status and Call;for Applications from\"\n    },\n    {\n        \"name\": \"Litigation Release\"\n    },\n    {\n        \"name\": \"Live Stream\"\n    },\n    {\n        \"name\": \"Maine.gov\"\n    },\n    {\n        \"name\": \"Manuals\"\n    },\n    {\n        \"name\": \"Market Data\"\n    },\n    {\n        \"name\": \"Market Statistics\"\n    },\n    {\n        \"name\": \"Master Circular\"\n    },\n    {\n        \"name\": \"Materials for Knesset Committees\"\n    },\n    {\n        \"name\": \"Mayor's Orders\"\n    },\n    {\n        \"name\": \"media\"\n    },\n    {\n        \"name\": \"Media\"\n    },\n    {\n        \"name\": \"Media Advisorie\"\n    },\n    {\n        \"name\": \"Media Advisory\"\n    },\n    {\n        \"name\": \"Media Release\"\n    },\n    {\n        \"name\": \"Meeting\"\n    },\n    {\n        \"name\": \"Meeting Agenda\"\n    },\n    {\n        \"name\": \"Meetings\"\n    },\n    {\n        \"name\": \"Meeting/Workshop Hearing\"\n    },\n    {\n        \"name\": \"Membership Decision, Redacted Decision\"\n    },\n    {\n        \"name\": \"Memorandum\"\n    },\n    {\n        \"name\": \"Memorandum of Understanding\"\n    },\n    {\n        \"name\": \"Memorandum Order\"\n    },\n    {\n        \"name\": \"Memorial\"\n    },\n    {\n        \"name\": \"Memos\"\n    },\n    {\n        \"name\": \"Mental Health In The Workplace Employer Toolkit\"\n    },\n    {\n        \"name\": \"Mep Letter\"\n    },\n    {\n        \"name\": \"Ministerial Approval\"\n    },\n    {\n        \"name\": \"Ministerial Approval, Amendments to National Instrument\"\n    },\n    {\n        \"name\": \"Ministerial Approval of Rules and Consequential Amendments\"\n    },\n    {\n        \"name\": \"Ministerial Approval, OSC Rule\"\n    },\n    {\n        \"name\": \"Minor Correction\"\n    },\n    {\n        \"name\": \"Miscellaneous\"\n    },\n    {\n        \"name\": \"Miscellaneous Filing\"\n    },\n    {\n        \"name\": \"Miscellaneous Filings\"\n    },\n    {\n        \"name\": \"Miscellaneous Notice\"\n    },\n    {\n        \"name\": \"Miscellaneous Notices\"\n    },\n    {\n        \"name\": \"Monetary Development\"\n    },\n    {\n        \"name\": \"Monetary Policy\"\n    },\n    {\n        \"name\": \"Monetary Policy Account\"\n    },\n    {\n        \"name\": \"Monetary Policy Decision\"\n    },\n    {\n        \"name\": \"Monetary Policy Statement\"\n    },\n    {\n        \"name\": \"Monetary Policy Update\"\n    },\n    {\n        \"name\": \"Monograph\"\n    },\n    {\n        \"name\": \"Monthly Abstracts\"\n    },\n    {\n        \"name\": \"Monthly Statistics Bulletin\"\n    },\n    {\n        \"name\": \"Morbidity and Mortality Weekly Report (MMWR)\"\n    },\n    {\n        \"name\": \"Motor Vehicle\"\n    },\n    {\n        \"name\": \"Moving Toward Electronic Signatures\"\n    },\n    {\n        \"name\": \"Multilateral Instrument\"\n    },\n    {\n        \"name\": \"Multilaterial Instrument, Unofficial Consolidation\"\n    },\n    {\n        \"name\": \"NAC Decisions\"\n    },\n    {\n        \"name\": \"National Flood Insurance Program Education\"\n    },\n    {\n        \"name\": \"National Instrument\"\n    },\n    {\n        \"name\": \"National Instrument, Forms\"\n    },\n    {\n        \"name\": \"National Instrument, Unofficial Consolidation\"\n    },\n    {\n        \"name\": \"National Policy, Unofficial Consolidation\"\n    },\n    {\n        \"name\": \"New England Public Policy Center Research Reports\"\n    },\n    {\n        \"name\": \"New Listings & Series\"\n    },\n    {\n        \"name\": \"News\"\n    },\n    {\n        \"name\": \"News and Notes\"\n    },\n    {\n        \"name\": \"News Brief\"\n    },\n    {\n        \"name\": \"Newsletter\"\n    },\n    {\n        \"name\": \"News Release\"\n    },\n    {\n        \"name\": \"Newsroom\"\n    },\n    {\n        \"name\": \"News Story\"\n    },\n    {\n        \"name\": \"No-Action, Advisories Letter\"\n    },\n    {\n        \"name\": \"No-Action Letter\"\n    },\n    {\n        \"name\": \"Nominations & Appointments\"\n    },\n    {\n        \"name\": \"Notice\"\n    },\n    {\n        \"name\": \"Notice and Temporary Order\"\n    },\n    {\n        \"name\": \"Notice Hearing\"\n    },\n    {\n        \"name\": \"Notice of Bid/Request for Proposal\"\n    },\n    {\n        \"name\": \"Notice of Change/Withdrawal\"\n    },\n    {\n        \"name\": \"Notice of Declaratory Statement\"\n    },\n    {\n        \"name\": \"Notice of Development of Rulemaking\"\n    },\n    {\n        \"name\": \"Notice of Effective Date\"\n    },\n    {\n        \"name\": \"Notice of Emergency Rule\"\n    },\n    {\n        \"name\": \"Notice of Extension of Emergency Regulation\"\n    },\n    {\n        \"name\": \"Notice of Extension of Public Comment Period\"\n    },\n    {\n        \"name\": \"Notice of Hearing\"\n    },\n    {\n        \"name\": \"Notice of Intended Regulatory Action\"\n    },\n    {\n        \"name\": \"Notice of Intention to Cancel Registration Pursuant to Section 203(H) of The Investment Advisers Act\"\n    },\n    {\n        \"name\": \"Notice of Meeting/Workshop Hearing\"\n    },\n    {\n        \"name\": \"Notice of Objection to Fast-Track Rulemaking Action\"\n    },\n    {\n        \"name\": \"Notice of Petitions/Dispositions Regarding Rule Validity\"\n    },\n    {\n        \"name\": \"Notice of Project Change\"\n    },\n    {\n        \"name\": \"Notice of Proposed Action\"\n    },\n    {\n        \"name\": \"Notice of Proposed Default Order for Revocation\"\n    },\n    {\n        \"name\": \"Notice of Proposed Rule\"\n    },\n    {\n        \"name\": \"Notice;of Receipt of a Letter of Intent and Review for Residential Treatment Services\"\n    },\n    {\n        \"name\": \"Notice;of Receipt of a Letter of Intent and Review Substance Abuse Services\"\n    },\n    {\n        \"name\": \"Notice of Variances and Waivers\"\n    },\n    {\n        \"name\": \"Notice of Workshop\"\n    },\n    {\n        \"name\": \"Notices\"\n    },\n    {\n        \"name\": \"Notices and Orders\"\n    },\n    {\n        \"name\": \"Notices, Opinions, and Orders\"\n    },\n    {\n        \"name\": \"Notification\"\n    },\n    {\n        \"name\": \"Occasional Paper\"\n    },\n    {\n        \"name\": \"Odi's Electronic Signature Process\"\n    },\n    {\n        \"name\": \"OFP Press Release\"\n    },\n    {\n        \"name\": \"Ohioans Eligible For Premium Financial Assistance\"\n    },\n    {\n        \"name\": \"Ohioans Urged To Evaluate Need For Flood Insurance\"\n    },\n    {\n        \"name\": \"Ohio Insurance Jobs Are In\"\n    },\n    {\n        \"name\": \"Ohio Insurance Premiums Among Lowest\"\n    },\n    {\n        \"name\": \"Ohio's No Surprise Billing Law Effective\"\n    },\n    {\n        \"name\": \"Ohio's No Surprise Medical Billing Law Effective\"\n    },\n    {\n        \"name\": \"Ohio's Surprise Billing Law Faqs\"\n    },\n    {\n        \"name\": \"OHO Decisions\"\n    },\n    {\n        \"name\": \"OIG Report\"\n    },\n    {\n        \"name\": \"ONGOING Procedure\"\n    },\n    {\n        \"name\": \"Op-Ed\"\n    },\n    {\n        \"name\": \"Op-eds\"\n    },\n    {\n        \"name\": \"Opinion\"\n    },\n    {\n        \"name\": \"Opinions and Adjudicatory Orders\"\n    },\n    {\n        \"name\": \"Order\"\n    },\n    {\n        \"name\": \"Order and Consent to Order\"\n    },\n    {\n        \"name\": \"Order Cancelling Registration Pursuant to Section 203(h) of the Investment Advisers Act of 1940\"\n    },\n    {\n        \"name\": \"Order Denying MLO License Application\"\n    },\n    {\n        \"name\": \"Order Denying Motion to Vacate\"\n    },\n    {\n        \"name\": \"Order Following License Suspension and Expiration\"\n    },\n    {\n        \"name\": \"Order Following Suspension and Expiration\"\n    },\n    {\n        \"name\": \"Order for Reissuance After License Suspension and Expiration\"\n    },\n    {\n        \"name\": \"Order for Suspension\"\n    },\n    {\n        \"name\": \"Order Reinstating License After Suspension\"\n    },\n    {\n        \"name\": \"Order Reissuing License After Revocation\"\n    },\n    {\n        \"name\": \"Orders Accepting Offers of Settlement\"\n    },\n    {\n        \"name\": \"Orders, Notices and Information\"\n    },\n    {\n        \"name\": \"Orders of Rulemaking\"\n    },\n    {\n        \"name\": \"Order, Variation Notice\"\n    },\n    {\n        \"name\": \"OSC Notice\"\n    },\n    {\n        \"name\": \"OSC Notice, Amendments to OSC Rule, Changes to Companion Policy\"\n    },\n    {\n        \"name\": \"OSC Notice, Blanket Order\"\n    },\n    {\n        \"name\": \"OSC Notice, Changes to Companion Policy\"\n    },\n    {\n        \"name\": \"OSC Notice, Request for Comment\"\n    },\n    {\n        \"name\": \"OSC Rule\"\n    },\n    {\n        \"name\": \"OSC Rule,  Commission Approval\"\n    },\n    {\n        \"name\": \"OSC Rule, Companion Policy\"\n    },\n    {\n        \"name\": \"OSC Rule, Companion Policy, Request for Comment\"\n    },\n    {\n        \"name\": \"OSC Rule,  Ministerial Approval\"\n    },\n    {\n        \"name\": \"OSC Rule, Request for Comment\"\n    },\n    {\n        \"name\": \"Other\"\n    },\n    {\n        \"name\": \"Other Announcement\"\n    },\n    {\n        \"name\": \"Other Letter\"\n    },\n    {\n        \"name\": \"Other Publication\"\n    },\n    {\n        \"name\": \"Page\"\n    },\n    {\n        \"name\": \"Parliament Q&A\"\n    },\n    {\n        \"name\": \"Past Documents and Drafts\"\n    },\n    {\n        \"name\": \"Past Drafts and Working Group Documents\"\n    },\n    {\n        \"name\": \"Patient Information Leaflet\"\n    },\n    {\n        \"name\": \"Peremptory Amended Rule\"\n    },\n    {\n        \"name\": \"Peremptory New Rule\"\n    },\n    {\n        \"name\": \"Peremptory Repealed Rule\"\n    },\n    {\n        \"name\": \"Performance Audit\"\n    },\n    {\n        \"name\": \"Permanent\"\n    },\n    {\n        \"name\": \"Permanent Rules\"\n    },\n    {\n        \"name\": \"Permanent Rules Adopted\"\n    },\n    {\n        \"name\": \"Perspectives\"\n    },\n    {\n        \"name\": \"Petition\"\n    },\n    {\n        \"name\": \"Petition/Disposition Regarding Rule Validity\"\n    },\n    {\n        \"name\": \"Petition/Memorial\"\n    },\n    {\n        \"name\": \"Petitions/Dispositions Regarding Rule Validity\"\n    },\n    {\n        \"name\": \"Pictogram and Graphic\"\n    },\n    {\n        \"name\": \"Podcast\"\n    },\n    {\n        \"name\": \"Policy\"\n    },\n    {\n        \"name\": \"Policy Guidance\"\n    },\n    {\n        \"name\": \"Policy Report\"\n    },\n    {\n        \"name\": \"Policy Statement\"\n    },\n    {\n        \"name\": \"Poster\"\n    },\n    {\n        \"name\": \"Preproposal Statement Of Inquiry\"\n    },\n    {\n        \"name\": \"Pre-Proposed Rule\"\n    },\n    {\n        \"name\": \"Presentations\"\n    },\n    {\n        \"name\": \"Presentation Slide\"\n    },\n    {\n        \"name\": \"Presidential Actions\"\n    },\n    {\n        \"name\": \"Presidential Document\"\n    },\n    {\n        \"name\": \"Presidential Memoranda\"\n    },\n    {\n        \"name\": \"Presidential Message\"\n    },\n    {\n        \"name\": \"Press Briefings\"\n    },\n    {\n        \"name\": \"Press Conference\"\n    },\n    {\n        \"name\": \"Press release\"\n    },\n    {\n        \"name\": \"Press Release\"\n    },\n    {\n        \"name\": \"Press Release, 2021 State of the State\"\n    },\n    {\n        \"name\": \"Press Release | April 11, 2022\"\n    },\n    {\n        \"name\": \"Press Release | April 25, 2022\"\n    },\n    {\n        \"name\": \"Press Release | April 27, 2022\"\n    },\n    {\n        \"name\": \"Press Release | April 4, 2022\"\n    },\n    {\n        \"name\": \"Press Release | August 19, 2022\"\n    },\n    {\n        \"name\": \"Press Release | August 26, 2022\"\n    },\n    {\n        \"name\": \"Press Release | August 30, 2022\"\n    },\n    {\n        \"name\": \"Press Release | December 2, 2022\"\n    },\n    {\n        \"name\": \"Press Release | December 30, 2022\"\n    },\n    {\n        \"name\": \"Press Release | January 27, 2023\"\n    },\n    {\n        \"name\": \"Press Release | July 28, 2022\"\n    },\n    {\n        \"name\": \"Press Release | July 29, 2022\"\n    },\n    {\n        \"name\": \"Press Release | June 24: 2022\"\n    },\n    {\n        \"name\": \"Press Release | March 25, 2022\"\n    },\n    {\n        \"name\": \"Press Release | March 30, 2022\"\n    },\n    {\n        \"name\": \"Press Release | March 31, 2022\"\n    },\n    {\n        \"name\": \"Press Release | May 11, 2022\"\n    },\n    {\n        \"name\": \"Press Release | May 18, 2022\"\n    },\n    {\n        \"name\": \"Press Release | May 27, 2022\"\n    },\n    {\n        \"name\": \"Press Release | May 31, 2022\"\n    },\n    {\n        \"name\": \"Press Release | November 25, 2022\"\n    },\n    {\n        \"name\": \"Press Release | November 30, 2022\"\n    },\n    {\n        \"name\": \"Press Release | November 3, 2022\"\n    },\n    {\n        \"name\": \"Press Release | October 3, 2022\"\n    },\n    {\n        \"name\": \"Press Release & Podcast\"\n    },\n    {\n        \"name\": \"Press Release, Statement\"\n    },\n    {\n        \"name\": \"Press Reply\"\n    },\n    {\n        \"name\": \"Press Room\"\n    },\n    {\n        \"name\": \"Preventing Chronic Disease\"\n    },\n    {\n        \"name\": \"Procedural Notice\"\n    },\n    {\n        \"name\": \"Proclamation\"\n    },\n    {\n        \"name\": \"Proclamations\"\n    },\n    {\n        \"name\": \"Procurement\"\n    },\n    {\n        \"name\": \"Professional Information Leaflet\"\n    },\n    {\n        \"name\": \"Prohibition Notice\"\n    },\n    {\n        \"name\": \"Prohibition Order\"\n    },\n    {\n        \"name\": \"Prompt Corrective Action Directive\"\n    },\n    {\n        \"name\": \"Property Taxes\"\n    },\n    {\n        \"name\": \"proposal\"\n    },\n    {\n        \"name\": \"Proposal\"\n    },\n    {\n        \"name\": \"Proposal Request\"\n    },\n    {\n        \"name\": \"Proposed\"\n    },\n    {\n        \"name\": \"Proposed Action\"\n    },\n    {\n        \"name\": \"Proposed Adoption\"\n    },\n    {\n        \"name\": \"Proposed Amended Rule\"\n    },\n    {\n        \"name\": \"Proposed New Rule\"\n    },\n    {\n        \"name\": \"Proposed Regulation\"\n    },\n    {\n        \"name\": \"Proposed Repealed Rule\"\n    },\n    {\n        \"name\": \"Proposed rule\"\n    },\n    {\n        \"name\": \"Proposed Rule\"\n    },\n    {\n        \"name\": \"Proposed Rulemaking\"\n    },\n    {\n        \"name\": \"Proposed Rulemaking Hearing\"\n    },\n    {\n        \"name\": \"Proposed Rule Statement of Scope\"\n    },\n    {\n        \"name\": \"Prudential Regulation\"\n    },\n    {\n        \"name\": \"Prudential Regulation Report\"\n    },\n    {\n        \"name\": \"Publication\"\n    },\n    {\n        \"name\": \"Publications/Reports\"\n    },\n    {\n        \"name\": \"Public Consultation\"\n    },\n    {\n        \"name\": \"Public Engagement\"\n    },\n    {\n        \"name\": \"Public Hearing\"\n    },\n    {\n        \"name\": \"Public Hearing on Regulations\"\n    },\n    {\n        \"name\": \"Public Meeting\"\n    },\n    {\n        \"name\": \"Public Notice\"\n    },\n    {\n        \"name\": \"Public Statement\"\n    },\n    {\n        \"name\": \"Public Statements and Remarks\"\n    },\n    {\n        \"name\": \"Published in RCSA\"\n    },\n    {\n        \"name\": \"Q&A\"\n    },\n    {\n        \"name\": \"Quarterly Report\"\n    },\n    {\n        \"name\": \"Readout\"\n    },\n    {\n        \"name\": \"Real Property Management/Division of Construction Management; Proposed Amended Rule\"\n    },\n    {\n        \"name\": \"Receipt of Application\"\n    },\n    {\n        \"name\": \"Receipt of Certificate of Need Application\"\n    },\n    {\n        \"name\": \"Receipt of Letter of Intent\"\n    },\n    {\n        \"name\": \"Recognition Order\"\n    },\n    {\n        \"name\": \"Redacted Decision, Membership Decision\"\n    },\n    {\n        \"name\": \"Reference\"\n    },\n    {\n        \"name\": \"Register\"\n    },\n    {\n        \"name\": \"Register Index\"\n    },\n    {\n        \"name\": \"Regulation\"\n    },\n    {\n        \"name\": \"Regulations\"\n    },\n    {\n        \"name\": \"Regulatory Directories\"\n    },\n    {\n        \"name\": \"Regulatory Filing\"\n    },\n    {\n        \"name\": \"Regulatory Settlement Agreement\"\n    },\n    {\n        \"name\": \"Release\"\n    },\n    {\n        \"name\": \"Remarks\"\n    },\n    {\n        \"name\": \"Remarks & Speeches\"\n    },\n    {\n        \"name\": \"Remonstration\"\n    },\n    {\n        \"name\": \"Removal and Prohibition Orders\"\n    },\n    {\n        \"name\": \"Removal/Prohibition Order\"\n    },\n    {\n        \"name\": \"Report\"\n    },\n    {\n        \"name\": \"Reports\"\n    },\n    {\n        \"name\": \"Reports and Documents\"\n    },\n    {\n        \"name\": \"Reports and Studies\"\n    },\n    {\n        \"name\": \"Reproposed\"\n    },\n    {\n        \"name\": \"Request for Comment\"\n    },\n    {\n        \"name\": \"Request for Comment, Amendments to National Instrument, CSA Notice\"\n    },\n    {\n        \"name\": \"Request for Comment, National Instrument\"\n    },\n    {\n        \"name\": \"Request for Comments\"\n    },\n    {\n        \"name\": \"Requests and Approvals\"\n    },\n    {\n        \"name\": \"Rescission of Emergency Rules\"\n    },\n    {\n        \"name\": \"Research\"\n    },\n    {\n        \"name\": \"Research and other papers\"\n    },\n    {\n        \"name\": \"Research Blog\"\n    },\n    {\n        \"name\": \"Research Department Working Papers\"\n    },\n    {\n        \"name\": \"Research Highlight\"\n    },\n    {\n        \"name\": \"Research Memorandum\"\n    },\n    {\n        \"name\": \"Research Report\"\n    },\n    {\n        \"name\": \"Research & Reports\"\n    },\n    {\n        \"name\": \"Resolution\"\n    },\n    {\n        \"name\": \"Resource Kit\"\n    },\n    {\n        \"name\": \"Resources For Prospective And Licensed Ohio Insurance Agents\"\n    },\n    {\n        \"name\": \"Restitution Order\"\n    },\n    {\n        \"name\": \"Results\"\n    },\n    {\n        \"name\": \"Review Process\"\n    },\n    {\n        \"name\": \"Revised Adopted\"\n    },\n    {\n        \"name\": \"Revised Proposed\"\n    },\n    {\n        \"name\": \"Revocation of Order\"\n    },\n    {\n        \"name\": \"Revocation/Suspension of Regulatory Status\"\n    },\n    {\n        \"name\": \"Rewards\"\n    },\n    {\n        \"name\": \"Risk Dashboard\"\n    },\n    {\n        \"name\": \"RSS Feed Alert\"\n    },\n    {\n        \"name\": \"Rule\"\n    },\n    {\n        \"name\": \"Rule 9700 Decision\"\n    },\n    {\n        \"name\": \"Rule Filing\"\n    },\n    {\n        \"name\": \"Rule Hearings\"\n    },\n    {\n        \"name\": \"Rulemaking\"\n    },\n    {\n        \"name\": \"Rulemaking Hearing\"\n    },\n    {\n        \"name\": \"Rulemaking Hearing Notice\"\n    },\n    {\n        \"name\": \"Rulemaking Hearing Rule\"\n    },\n    {\n        \"name\": \"Rules and Regulations\"\n    },\n    {\n        \"name\": \"Rules And Regulations\"\n    },\n    {\n        \"name\": \"Rule Submission\"\n    },\n    {\n        \"name\": \"Ruling\"\n    },\n    {\n        \"name\": \"Sanction\"\n    },\n    {\n        \"name\": \"Sanction List\"\n    },\n    {\n        \"name\": \"Sanction Notice\"\n    },\n    {\n        \"name\": \"Seasonal Flu\"\n    },\n    {\n        \"name\": \"SEC Decisions\"\n    },\n    {\n        \"name\": \"SEC Filing\"\n    },\n    {\n        \"name\": \"Second Revised Proposed\"\n    },\n    {\n        \"name\": \"SEC Orders Under Sections 26(c) and 17(b)\"\n    },\n    {\n        \"name\": \"Secretary Statements & Remarks\"\n    },\n    {\n        \"name\": \"Senate Bill\"\n    },\n    {\n        \"name\": \"Senate Concurrent Resolution\"\n    },\n    {\n        \"name\": \"Senate Resolution\"\n    },\n    {\n        \"name\": \"Settlement Agreement and Consent Order\"\n    },\n    {\n        \"name\": \"Settlement Offer\"\n    },\n    {\n        \"name\": \"Show Cause Order\"\n    },\n    {\n        \"name\": \"SMSG Advice\"\n    },\n    {\n        \"name\": \"SOP\"\n    },\n    {\n        \"name\": \"Special Publication\"\n    },\n    {\n        \"name\": \"Speech\"\n    },\n    {\n        \"name\": \"Speech and Testimony\"\n    },\n    {\n        \"name\": \"Speeches and Remarks\"\n    },\n    {\n        \"name\": \"Speeches and Testimony | September 6, 2022\"\n    },\n    {\n        \"name\": \"Speeches and Transcripts\"\n    },\n    {\n        \"name\": \"Speeches & Testimony\"\n    },\n    {\n        \"name\": \"SR and CA Letters, Manuals\"\n    },\n    {\n        \"name\": \"SR Letter\"\n    },\n    {\n        \"name\": \"Statement\"\n    },\n    {\n        \"name\": \"Statement of Charges/Hearing\"\n    },\n    {\n        \"name\": \"Statement of Charges/Notice of Hearing\"\n    },\n    {\n        \"name\": \"Statement of Policy\"\n    },\n    {\n        \"name\": \"Statements and Releases\"\n    },\n    {\n        \"name\": \"Statements and Remarks\"\n    },\n    {\n        \"name\": \"Statements Of Policy\"\n    },\n    {\n        \"name\": \"Statements & Remarks\"\n    },\n    {\n        \"name\": \"State of Emergency\"\n    },\n    {\n        \"name\": \"State Register\"\n    },\n    {\n        \"name\": \"Statistical Publications\"\n    },\n    {\n        \"name\": \"Statistics\"\n    },\n    {\n        \"name\": \"Statutory Disqualification, Approvals\"\n    },\n    {\n        \"name\": \"Statutory Disqualification, Denials\"\n    },\n    {\n        \"name\": \"Stipulation and Consent Order\"\n    },\n    {\n        \"name\": \"Study\"\n    },\n    {\n        \"name\": \"Study Bill\"\n    },\n    {\n        \"name\": \"Study On The Payment Attitudes Of Consumers In The Euro Area (Space)\"\n    },\n    {\n        \"name\": \"Subsidiary Legislation\"\n    },\n    {\n        \"name\": \"Summary and Background Information\"\n    },\n    {\n        \"name\": \"Summary Bar Order\"\n    },\n    {\n        \"name\": \"Summary Cease and Desist Order\"\n    },\n    {\n        \"name\": \"Summary Denial and Cease and Desist Order\"\n    },\n    {\n        \"name\": \"Summary Denial Order\"\n    },\n    {\n        \"name\": \"Summary Denial, Revocation and Penalty Order\"\n    },\n    {\n        \"name\": \"Summary of Conclusions\"\n    },\n    {\n        \"name\": \"Summary Order of Suspension\"\n    },\n    {\n        \"name\": \"Summary Penalty and Cease and Desist Order\"\n    },\n    {\n        \"name\": \"Summary Penalty Order\"\n    },\n    {\n        \"name\": \"Summary, Revocation and Penalty Order\"\n    },\n    {\n        \"name\": \"Summary Revocation Order\"\n    },\n    {\n        \"name\": \"Supervision and Regulation Letter\"\n    },\n    {\n        \"name\": \"Supervisory Policy Manual\"\n    },\n    {\n        \"name\": \"Support\"\n    },\n    {\n        \"name\": \"Support/Opposition Letter\"\n    },\n    {\n        \"name\": \"Survey Of Professional Forecasters\"\n    },\n    {\n        \"name\": \"Survey On The Access To Finance Of Enterprises In The Euro Area\"\n    },\n    {\n        \"name\": \"Suspended Rule\"\n    },\n    {\n        \"name\": \"Suspension\"\n    },\n    {\n        \"name\": \"Technical Agenda Update\"\n    },\n    {\n        \"name\": \"Technical Notice\"\n    },\n    {\n        \"name\": \"Temporary Administrative Order\"\n    },\n    {\n        \"name\": \"Testimonies\"\n    },\n    {\n        \"name\": \"Testimony\"\n    },\n    {\n        \"name\": \"The Courts\"\n    },\n    {\n        \"name\": \"The Euro Area Bank Lending Survey\"\n    },\n    {\n        \"name\": \"The General Assembly\"\n    },\n    {\n        \"name\": \"The Governor\"\n    },\n    {\n        \"name\": \"The International Role Of The Euro\"\n    },\n    {\n        \"name\": \"Tools and Resources\"\n    },\n    {\n        \"name\": \"Trading Suspension\"\n    },\n    {\n        \"name\": \"Trailer Bill\"\n    },\n    {\n        \"name\": \"Training\"\n    },\n    {\n        \"name\": \"Training Resource\"\n    },\n    {\n        \"name\": \"Transcript\"\n    },\n    {\n        \"name\": \"Transmittal\"\n    },\n    {\n        \"name\": \"Transportation\"\n    },\n    {\n        \"name\": \"Treaty Document\"\n    },\n    {\n        \"name\": \"Uncategorized\"\n    },\n    {\n        \"name\": \"Uncategorized Document\"\n    },\n    {\n        \"name\": \"Unofficial Consolidation, Companion Policy\"\n    },\n    {\n        \"name\": \"Unofficial Consolidation, Forms\"\n    },\n    {\n        \"name\": \"Unofficial Consolidation, Multilateral Instrument\"\n    },\n    {\n        \"name\": \"Unofficial Consolidation, National Instrument\"\n    },\n    {\n        \"name\": \"Unofficial Consolidation, OSC Rule\"\n    },\n    {\n        \"name\": \"Update To Py 2023 Ehb Compliant Filing Deadlines\"\n    },\n    {\n        \"name\": \"Variances and Waivers\"\n    },\n    {\n        \"name\": \"Variation and Restatement of Designation Order\"\n    },\n    {\n        \"name\": \"Variation and Restatement of Recognition Order\"\n    },\n    {\n        \"name\": \"Variation Notice\"\n    },\n    {\n        \"name\": \"Variation of Recognition Order\"\n    },\n    {\n        \"name\": \"Verified Complaint for Revocation of ICAA License\"\n    },\n    {\n        \"name\": \"Verified Complaint for Revocation of Idaho Collection Agency License\"\n    },\n    {\n        \"name\": \"Video\"\n    },\n    {\n        \"name\": \"Videos\"\n    },\n    {\n        \"name\": \"Video Update\"\n    },\n    {\n        \"name\": \"Virtual Hearing\"\n    },\n    {\n        \"name\": \"Warning\"\n    },\n    {\n        \"name\": \"Webcast\"\n    },\n    {\n        \"name\": \"Week in NJ\"\n    },\n    {\n        \"name\": \"Weekly National Rates and Caps\"\n    },\n    {\n        \"name\": \"Withdrawal of Notice of Intended Regulatory Action\"\n    },\n    {\n        \"name\": \"Withdrawn\"\n    },\n    {\n        \"name\": \"Withdrawn Amendment\"\n    },\n    {\n        \"name\": \"Withdrawn Rules\"\n    },\n    {\n        \"name\": \"Working Paper\"\n    },\n    {\n        \"name\": \"Workshop\"\n    },\n    {\n        \"name\": \"WSH Insights\"\n    }\n]"}],"_postman_id":"38b08076-373b-4053-bafc-7e0d0232065c"}],"id":"2950d076-27ab-442d-93e3-0fc7d71067a5","description":"<p>Endpoints to retrieve available alert types. Useful for filtering or categorizing articles. Responses return arrays of alert type objects with fields such as code and name.</p>\n","_postman_id":"2950d076-27ab-442d-93e3-0fc7d71067a5"},{"name":"Sector Types","item":[{"name":"Fetch Sector Types","id":"a73712e1-f615-4cd9-8df2-e4105dbe6763","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/sector-types","urlObject":{"protocol":"https","path":["api","sector-types"],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"2b4c5bdf-225c-4e62-8590-fd1be9c37348","name":"Fetch Sector Types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/sector-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 15 Jun 2021 13:07:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"results\": [\n        {\n            \"name\": \"Cannabis\"\n        },\n        {\n            \"name\": \"Financial\"\n        },\n        {\n            \"name\": \"Fintech\"\n        }\n    ]\n}"}],"_postman_id":"a73712e1-f615-4cd9-8df2-e4105dbe6763"},{"name":"Fetch Sector Types V2","id":"0ce57ead-5d52-4c3e-9801-3eec7ce8f2d3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/sector-types","urlObject":{"path":["api","v2","sector-types"],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"e2382b1f-b9f6-4023-b50f-aa552894c229","name":"Fetch Sector Types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/sector-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 15 Jun 2021 13:07:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"results\": [\n        {\n            \"name\": \"Cannabis\"\n        },\n        {\n            \"name\": \"Financial\"\n        },\n        {\n            \"name\": \"Fintech\"\n        }\n    ]\n}"}],"_postman_id":"0ce57ead-5d52-4c3e-9801-3eec7ce8f2d3"},{"name":"Fetch Sector Types V3","id":"73112451-2326-44d7-98f4-5a3cdf418a55","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/sectortypes/","urlObject":{"path":["api","v3","sectortypes",""],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"6782322e-ed3c-47dd-8dff-20cbb8283fad","name":"Fetch Sector Types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/sector-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 15 Jun 2021 13:07:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"results\": [\n        {\n            \"name\": \"Cannabis\"\n        },\n        {\n            \"name\": \"Financial\"\n        },\n        {\n            \"name\": \"Fintech\"\n        }\n    ]\n}"},{"id":"240fdb53-d130-44b0-aee0-72697f9e443e","name":"Fetch Sector Types V3","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"<api_key>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/sectortypes/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 18 Jan 2024 03:53:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"641"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Accounting\"\n    },\n    {\n        \"name\": \"Agriculture\"\n    },\n    {\n        \"name\": \"Business Administration\"\n    },\n    {\n        \"name\": \"Cannabis\"\n    },\n    {\n        \"name\": \"Climate and Energy\"\n    },\n    {\n        \"name\": \"Coronavirus\"\n    },\n    {\n        \"name\": \"Defense and Law Enforcement\"\n    },\n    {\n        \"name\": \"Education\"\n    },\n    {\n        \"name\": \"Employment\"\n    },\n    {\n        \"name\": \"Financial\"\n    },\n    {\n        \"name\": \"FinTech\"\n    },\n    {\n        \"name\": \"Food and Beverage\"\n    },\n    {\n        \"name\": \"Government Operations\"\n    },\n    {\n        \"name\": \"Healthcare\"\n    },\n    {\n        \"name\": \"Manufacturing\"\n    },\n    {\n        \"name\": \"Media and Technology\"\n    },\n    {\n        \"name\": \"Mental Health\"\n    },\n    {\n        \"name\": \"Real Estate and Construction\"\n    },\n    {\n        \"name\": \"Retail\"\n    },\n    {\n        \"name\": \"Taxes\"\n    },\n    {\n        \"name\": \"Telecommunications\"\n    },\n    {\n        \"name\": \"Trade\"\n    },\n    {\n        \"name\": \"Transportation\"\n    },\n    {\n        \"name\": \"Travel, Tourism, and Live Entertainment\"\n    }\n]"}],"_postman_id":"73112451-2326-44d7-98f4-5a3cdf418a55"}],"id":"dbec63d8-1a3c-4e85-bd2e-fa7327e91464","description":"<p>Endpoints to retrieve sector types for regulatory articles. Useful for filtering or categorizing content. Responses return arrays of sector type objects with fields such as code and name.</p>\n","_postman_id":"dbec63d8-1a3c-4e85-bd2e-fa7327e91464"},{"name":"Articles With Pagination","item":[{"name":"Articles with Pagination","id":"204fb166-7ebb-4143-94c6-cccbba9fc8c1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"page","value":"0","description":"<p>Default Page You can insert the page and get the respective results</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>Header for content type</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/get-all","description":"<p>Retrieve articles with pagination (v2). Supports advanced filtering and paging options.</p>\n","urlObject":{"path":["api","v2","get-all"],"host":["https://api.regalytics.ai"],"query":[],"variable":[]}},"response":[{"id":"8a80f859-0e58-4754-b64d-cdb62362152a","name":"Articles With Pagination","originalRequest":{"method":"POST","header":[{"key":"page","value":"0","description":"Default Page You can insert the page and get the respective results","type":"text"},{"key":"Content-Type","value":"application/json","description":"Header for content type","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apikey\": \"apikey\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v2/get-all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Wed, 20 Oct 2021 15:01:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"161764"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Cookie, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1000,\n    \"page\": 1,\n    \"all_pages\": 10,\n    \"results\": [\n        {\n            \"id\": 55262,\n            \"title\": \"Withdrawal of Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, MIAX Emerald, LLC (“Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to amend the Exchange's fee schedule to revise the Options Regulatory Fee charged starting August 12, 2021. The proposed rule change was immediately effective upon filing with the Commission. The proposed rule change was published for comment in the Federal Register on August 27, 2021. The Commission received one comment letter on the proposal from the Exchange noting that it planned to withdraw File No. EMERALD-2021-27. On October 7, 2021, the Exchange withdrew the proposed rule change (SR-EMERALD-2021-27).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22687\",\n            \"regalytics_alert_id\": \"1891FR20212268720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX Emerald, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22687/self-regulatory-organizations-miax-emerald-llc-notice-of-withdrawal-of-proposed-rule-change-to-amend\",\n            \"created_at\": \"2021-10-20T06:45:23.391106-04:00\"\n        },\n        {\n            \"id\": 55249,\n            \"title\": \"Deadline Approaching in Texas for SBA Working Capital Loans Due to Severe Winter Storms\",\n            \"summary\": \"Director Tanya N. Garfield of the U.S. Small Business Administration’s Disaster Field Operations Center-West today reminded Texas small businesses of the November 19, 2021, deadline to apply for an SBA federal disaster loan for economic injury caused by severe winter storms that occurred February 11-21, 2021. According to Garfield, small nonfarm businesses, small agricultural cooperatives, small businesses engaged in aquaculture and most private nonprofit organizations of any size may apply for Economic Injury Disaster Loans of up to $2 million to help meet working capital needs caused by the disaster.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA90RMS1171920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/19/deadline-approaching-texas-sba-working-capital-loans-due-severe-winter-storms\",\n            \"created_at\": \"2021-10-20T06:45:20.185799-04:00\"\n        },\n        {\n            \"id\": 55263,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend the MIAX Pearl Options Fee Schedule\",\n            \"summary\": \"On September 30, 2021, MIAX PEARL, LLC (“MIAX Pearl” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the MIAX Pearl Options Fee Schedule (the “Fee Schedule”). The Exchange proposes to amend the Add/Remove Tiered Rebates/Fees set forth in Section 1)a) of the Fee Schedule that apply to the Priority Customer Origin, to reduce the Maker rebate in Tier 2 (defined below) for options transactions in Penny Classes (defined below) from ($0.40) to ($0.25). The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22684\",\n            \"regalytics_alert_id\": \"1891FR20212268420211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22684/self-regulatory-organizations-miax-pearl-llc-notice-of-filing-and-immediate-effectiveness-of-a\",\n            \"created_at\": \"2021-10-20T06:45:23.494164-04:00\"\n        },\n        {\n            \"id\": 55248,\n            \"title\": \"Deadline Approaching in Wyoming for SBA Working Capital Loans Due to Drought\",\n            \"summary\": \"Director Tanya N. Garfield of the U.S. Small Business Administration’s Disaster Field Operations Center-West today reminded small nonfarm businesses in nine Wyoming counties and neighboring counties in Montana and South Dakota of the November 19, 2021, deadline to apply for an SBA federal disaster loan for economic injury. These low-interest loans are to offset economic losses because of reduced revenues caused by drought in the following primary counties that that began January 26, 2021. According to Garfield, small nonfarm businesses, small agricultural cooperatives, small businesses engaged in aquaculture and most private nonprofit organizations of any size may apply for Economic Injury Disaster Loans of up to $2 million to help meet working capital needs caused by the disaster. Businesses primarily engaged in farming or ranching are not eligible for SBA disaster assistance. Agricultural enterprises should contact the Farm Services Agency about the U.S. Department of Agriculture assistance made available by the Secretary’s declaration. However, nurseries are eligible for SBA disaster assistance in drought disasters.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8018SBA76GHT1061920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sba.gov/article/2021/oct/19/deadline-approaching-wyoming-sba-working-capital-loans-due-drought\",\n            \"created_at\": \"2021-10-20T06:45:19.953977-04:00\"\n        },\n        {\n            \"id\": 55242,\n            \"title\": \"Credit Suisse Resolves Fraudulent Mozambique Loan Case in $547 Million Coordinated Global Resolution\",\n            \"summary\": \"Credit Suisse Group AG, a global financial institution headquartered in Switzerland, and Credit Suisse Securities (Europe) Limited, its subsidiary in the United Kingdom (together, Credit Suisse), have admitted to defrauding U.S. and international investors in the financing of an $850 million loan for a tuna fishing project in Mozambique, and have been assessed more than $547 million in penalties, fines, and disgorgement as part of coordinated resolutions with criminal and civil authorities in the United States and the United Kingdom. After taking account of crediting by the department of the other resolutions, Credit Suisse will pay approximately $475 million to authorities in the United States and the United Kingdom, as well as restitution to victims in an amount to be determined by the court. According to court documents filed today in the U.S. District Court for the Eastern District of New York and statements made during the proceeding, Credit Suisse Group AG entered into a three-year deferred prosecution agreement with the department in connection with a criminal information charging Credit Suisse Group AG with conspiracy to commit wire fraud, and CSSEL pleaded guilty to a one-count criminal information charging it with conspiracy to commit wire fraud. Under the terms of its agreements, Credit Suisse’s penalty is approximately $247.5 million. After crediting by the department for payments to other authorities, Credit Suisse will pay approximately $175.5 million to the United States. Credit Suisse has also agreed to a methodology to calculate proximate fraud loss for victims of its criminal conduct; the amount of restitution payable to victims will be determined at a future proceeding.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ216D420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"U.S. Executive Office for Immigration Review\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/credit-suisse-resolves-fraudulent-mozambique-loan-case-547-million-coordinated-global\",\n            \"created_at\": \"2021-10-20T06:45:18.881801-04:00\"\n        },\n        {\n            \"id\": 55261,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend Its Fee Schedule\",\n            \"summary\": \"On September 30, 2021, Miami International Securities Exchange LLC (“MIAX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend the MIAX Options Fee Schedule (the “Fee Schedule”). The Exchange proposes to amend the Fee Schedule to modify (i) the MIAX Price Improvement Mechanism (“PRIME”) Fees table and accompanying notes; and (ii) the MIAX Complex Price Improvement Mechanism (“cPRIME”) Fees table. The Exchange proposes to implement the fee changes effective October 1, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has becom effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22689\",\n            \"regalytics_alert_id\": \"1891FR20212268920211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22689/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-filing-and\",\n            \"created_at\": \"2021-10-20T06:45:23.290839-04:00\"\n        },\n        {\n            \"id\": 55260,\n            \"title\": \"Withdrawal of Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, Miami International Securities Exchange LLC (“Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to amend the Exchange's fee schedule to revise the Options Regulatory Fee charged starting August 12, 2021. The proposed rule change was immediately effective upon filing with the Commission. The proposed rule change was published for comment in the Federal Register on August 27, 2021. The Commission received one comment letter on the proposal from the Exchange noting that it planned to withdraw File No. MIAX-2021-38. On October 7, 2021, the Exchange withdrew the proposed rule change (SR-MIAX-2021-38).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22688\",\n            \"regalytics_alert_id\": \"1891FR20212268820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Miami International Securities Exchange, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22688/self-regulatory-organizations-miami-international-securities-exchange-llc-notice-of-withdrawal-of\",\n            \"created_at\": \"2021-10-20T06:45:23.188616-04:00\"\n        },\n        {\n            \"id\": 55253,\n            \"title\": \"Notice of Intended Action: Proposing Rule Making Related to Boilers and Pressure Vessels and Providing an Opportunity for Public Comment\",\n            \"summary\": \"The Board is required by Iowa Code section 89.14(7) to review all boiler and pressure vessel rules every three years. Many of the amendments proposed in this Notice are the result of that systematic review. Additional amendments were prompted by the passage of 2020 Iowa Acts, House File 2389, which amended the Administrative Procedure Act. These proposed amendments update the office address and code references; set forth the requirement to submit petitions for rule making and their disposition to the Administrative Rules Review Committee; set forth the requirement to enter information about waiver petitions and their disposition in the Legislative Services Agency’s website; strike references to “variance” and “reinstallation”; align fall protection language with current occupational safety and health standards; facilitate email communications between the Board and a petitioner for rule making; strike redundant language; eliminate inconsistencies in the use of the phrase “hot water supply boiler”; reduce the time for filing an inspection report from 30 days to 14 days; make extensive changes to the definitions; elaborate on procedures in the event of an imminent danger, on the types of conditions to be included on inspection reports, and on requirements for discharge piping; require that control and safety device reports, which must already be prepared and kept available for inspectors, also be sent to the Division of Labor; require a hydrostatic test and an internal inspection to be performed before a temporary object is put into operation; and adopt new rules concerning repairs, plugging leaky tubes, and the condition and maintenance of equipment rooms. Carbon monoxide detectors are already required in boiler rooms, and Item 34 sets forth specific requirements for carbon monoxide detectors. In order to make the requirements more accessible to users, some of the amendments would place directly into rules requirements that are currently adopted by reference. This rule making is proposed under the authority provided in Iowa Code section 89.14(5). This rule making implements, in whole or in part, Iowa Code chapter 89 and 2020 Iowa Acts, House File 2389.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5977C6820211020\",\n            \"proposed_comments_due_date\": \"2021-08-17\",\n            \"original_publication_date\": \"2021-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-24\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Division of Labor\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5806C.pdf\",\n            \"created_at\": \"2021-10-20T06:45:20.982569-04:00\"\n        },\n        {\n            \"id\": 55246,\n            \"title\": \"Statement by Secretary of the Treasury Janet L. Yellen on Congressional Tax Compliance Proposals\",\n            \"summary\": \"\\\"Today’s new proposal reflects the Administration’s strong belief that we should zero in on those at the top of the income scale who don’t pay the taxes they owe, while protecting American workers by setting the bank account threshold at $10,000 and providing an exemption for wage earners like teachers and firefighters. We will continue to work with leaders in Congress to enact this important measure to level the playing field for workers and small businesses, and raise revenue to build our economy back better.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT96041620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0416\",\n            \"created_at\": \"2021-10-20T06:45:19.625776-04:00\"\n        },\n        {\n            \"id\": 55254,\n            \"title\": \"Nora McGinley Appointed Assistant to the Regional Director in Region 8 (Cleveland)\",\n            \"summary\": \"Today, the National Labor Relations Board General Counsel Jennifer A. Abruzzo announces the appointment of Nora McGinley as the Assistant to the Regional Director of the NLRB’s Regional office in Cleveland, Ohio (Region 8). In her new position, Ms. McGinley will assist Regional Director Iva Y. Choe in the administration and enforcement of the National Labor Relations Act in parts of Ohio.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB82116NO20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/nora-mcginley-appointed-assistant-to-the-regional-director-in-region-8\",\n            \"created_at\": \"2021-10-20T06:45:21.325990-04:00\"\n        },\n        {\n            \"id\": 55252,\n            \"title\": \"Governor Northam Announces $2 Billion Public-Private Broadband Investment\",\n            \"summary\": \"Governor Northam announced that Virginia has received a record number of local and private sector applications to match state broadband investments, putting the Commonwealth on track to become one of the first states to achieve universal broadband access by 2024. Virginia anticipates more than $2 billion in total broadband funding, thanks to local and private sector matching funds that go beyond the $874 million in state appropriations since the Governor took office in 2018. The Virginia Telecommunication Initiative is the Commonwealth’s broadband program. It was started in 2017 to fund public-private partnerships to extend broadband service to areas unserved by an internet service provider. When the most recent application round closed last month, the program received 57 applications from 84 localities, requesting $943 million to connect more than 250,000 Virginia homes and businesses. These applications leverage $1.15 billion in private and local matching funds. The Department of Housing and Community Development is reviewing applications and expects to award the funds by the end of the year. The overwhelming response to this year’s Virginia Telecommunication Initiative grant round demonstrates that Virginia has built an innovative and successful model for bridging the digital divide.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3731VA91005420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Virginia Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Virginia\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.virginia.gov/newsroom/all-releases/2021/october/headline-910054-en.html\",\n            \"created_at\": \"2021-10-20T06:45:20.593393-04:00\"\n        },\n        {\n            \"id\": 55251,\n            \"title\": \"Toomey: Biden Administration Must Stop Circumventing Congress When Enacting International Policies\",\n            \"summary\": \"In his opening statement during today’s U.S. Senate Banking Committee hearing, Ranking Member Pat Toomey (R-Pa.) criticized the Biden administration’s efforts to circumvent Congress when implementing its troubling international policies. Senator Toomey highlighted his concerns with the administration’s failure to impose mandatory sanctions on Nord Stream II AG and Chinese purchasers of Iranian oil, and enact the OECD tax treaty without the approval of two-thirds of the Senate.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU244T20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/minority/toomey-biden-administration-must-stop-circumventing-congress-when-enacting-international-policies\",\n            \"created_at\": \"2021-10-20T06:45:20.465605-04:00\"\n        },\n        {\n            \"id\": 55258,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Amend its Fee Schedule\",\n            \"summary\": \"On September 30, 2021, CBOE BZX Exchange, Inc. (the “Exchange” or “BZX”) filed with the Securities and Exchange Commission (“Commission”) a proposed rule change to amend its Fee Schedule. The Exchange proposes to amend its Fee Schedule by (1) modifying Tier 2 of the Step-Up Tiers as provided under footnote 2 of the Fee Schedule; and (2) eliminating two existing tiers and introducing a new tier of the Single Market Participant Identifier (“MPID”) Investor Tiers, as provided under footnote 4 of the Fee Schedule, effective October 1, 2021. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22690\",\n            \"regalytics_alert_id\": \"1891FR20212269020211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE BZX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22690/self-regulatory-organizations-cboe-bzx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-20T06:45:22.985294-04:00\"\n        },\n        {\n            \"id\": 55243,\n            \"title\": \"Massachusetts Woman Sentenced to Prison on Tax and Drug Charges Arising from Multimillion-Dollar Black Market Marijuana Enterprise\",\n            \"summary\": \"A Massachusetts woman was sentenced today to four years in prison for tax evasion, conspiracy to distribute and to possess with intent to distribute 50 kilograms or more of marijuana, possession with intent to distribute marijuana, and money laundering. According to court documents, Deana Martin, of Milton, controlled Northern Herb, a black-market marijuana delivery service that operated in Massachusetts from 2015 to 2018. While Northern Herb purported to sell medical marijuana, it did not require a customer to provide proof of a medical marijuana card. Furthermore, Northern Herb would deliver marijuana to unattended locations, such as a front door or car, where unknown third parties might have access to the package. Northern Herb used locations in Canton, Milton, Foxborough, and Hyde Park to store and distribute marijuana, and employed at least 25 workers. From May 2016 through July 2018, Northern Herb had total revenue exceeding $14 million. Northern Herb did not withhold or pay employment taxes. Martin evaded employment taxes that Northern Herb owed by operating in cash and using nominee entities to manage Northern Herb’s finances. Further, Northern Herb did not file with the IRS required reports documenting the payments made to Northern Herb’s employees and independent contractors. Martin caused a tax loss of more than $500,000. In addition to the term of imprisonment, U.S. District Judge Timothy S. Hillman ordered Martin to serve three years of supervised release and to pay approximately $528,146.66 in restitution to the United States.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Joint\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"169DOJ252F620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Justice\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"U.S. Executive Office for Immigration Review\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.justice.gov/opa/pr/massachusetts-woman-sentenced-prison-tax-and-drug-charges-arising-multimillion-dollar-black\",\n            \"created_at\": \"2021-10-20T06:45:19.077927-04:00\"\n        },\n        {\n            \"id\": 55244,\n            \"title\": \"Testimony of Deputy Secretary of the Treasury Wally Adeyemo Before the Committee on Banking, Housing, and Urban Affairs, U.S. Senate\",\n            \"summary\": \"\\\"America’s interest in a strong, stable, and rules-based economic order is also deeply entwined with our foreign policy and national security interests. Our economic objectives cannot succeed if the international financial system facilitates the illicit flow of funds to oppressive regimes, terrorist groups, cyber criminals, and other malign actors. Bearing this in mind, Secretary Yellen requested a review of Treasury's use of financial and economic sanctions since the terrorist attacks of September 11, 2001. There are five initiatives Treasury is advancing to respond to these challenges and modernize the use of sanctions: Adopting a policy framework, improving access to humanitarian assistance, regular assessment of sanction programs, sanctions coordination and communication and modernize our operational capabilities.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT132041820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0418\",\n            \"created_at\": \"2021-10-20T06:45:19.289924-04:00\"\n        },\n        {\n            \"id\": 55259,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Rule Regarding the Allowance of Off-Exchange Transactions by a Member Acting as Agent Otherwise Than on EDGX in Accordance with Rule 19c-1 Under the Securities Exchange Act of 1934\",\n            \"summary\": \"On October 8, 2021, CBOE EDGX Exchange, Inc. (the “Exchange”) filed with the Securities and Exchange Commission (the “Commission”) a proposed rule change to adopt a rule regarding the allowance of off-exchange transactions by a Member acting as agent otherwise than on EDGX in accordance with Rule 19c-1 under the Securities Exchange Act of 1934 (the “Act”). The Exchange proposes to adopt a rule regarding off-exchange transactions by a Member acting as agent. Rule 19c-1 and Rule 19c-3 under the Act describe rule provisions that each national securities exchange must include in its Rules regarding the ability of members to engage in transactions off an exchange. While the Exchange already incorporates the required provision in Rule 19c-3 under the Act into Rule 13.6, and its stated policies and practices are consistent with these provisions of the Act, the Exchange Rules do not currently include the provisions in Rule 19c-1 under the Act. The Commission is publishing this notice to solicit comments on the proposed rule change from interested persons. This rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22683\",\n            \"regalytics_alert_id\": \"1891FR20212268320211019\",\n            \"proposed_comments_due_date\": \"2021-11-09\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"CBOE EDGX Exchange, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22683/self-regulatory-organizations-cboe-edgx-exchange-inc-notice-of-filing-and-immediate-effectiveness-of\",\n            \"created_at\": \"2021-10-20T06:45:23.086474-04:00\"\n        },\n        {\n            \"id\": 55264,\n            \"title\": \"Withdrawal of Proposed Rule Change to Amend Its Fee Schedule to Adjust the Options Regulatory Fee\",\n            \"summary\": \"On August 12, 2021, MIAX PEARL, LLC (“Exchange”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to amend the Exchange's fee schedule to revise the Options Regulatory Fee charged starting August 12, 2021. The proposed rule change was immediately effective upon filing with the Commission. The proposed rule change was published for comment in the Federal Register on August 27, 2021. The Commission received one comment letter on the proposal from the Exchange noting that it planned to withdraw File No. PEARL-2021-38. On October 7, 2021, the Exchange withdrew the proposed rule change (SR-PEARL-2021-38).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Yes\",\n            \"federal_register_number\": \"2021-22686\",\n            \"regalytics_alert_id\": \"1891FR20212268620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": \"2021-10-19\",\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"MIAX PEARL, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalregister.gov/documents/2021/10/19/2021-22686/self-regulatory-organizations-miax-pearl-llc-notice-of-withdrawal-of-proposed-rule-change-to-amend\",\n            \"created_at\": \"2021-10-20T06:45:23.596431-04:00\"\n        },\n        {\n            \"id\": 55257,\n            \"title\": \"Investigation in Puerto Rico recovers $106K in Overtime Wages for 136 Security Guards Misclassified as Independent Contractors\",\n            \"summary\": \"A U.S. Department of Labor Wage and Hour Division investigation has found a Puerto Rico-based security services company misclassified 136 of its employees as independent contractors, denying them overtime pay required under the federal Fair Labor Standards Act. Division investigators determined that Advance Investigation Group Inc. of Bayamon misclassified security guards as “professional services” workers or independent contractors, paying them straight-time wages instead of overtime wages when they worked more than 40 hours in a workweek. The employer also failed to maintain complete payroll records for former employees. The investigation led the division to recover $106,279 in back wages for the workers.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2402USDOL1261829NE525211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Wage and Hour Division\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/whd/whd20211019\",\n            \"created_at\": \"2021-10-20T06:45:22.101846-04:00\"\n        },\n        {\n            \"id\": 55255,\n            \"title\": \"Eric B. Boerschinger Appointed Assistant to the Regional Director in Region 18 (Minneapolis)\",\n            \"summary\": \"Today, the National Labor Relations Board General Counsel Jennifer A. Abruzzo announces the appointment of Eric B. Boerschinger as the Assistant to the Regional Director of the NLRB’s Regional Office in Minneapolis, Minnesota (Region 18). In his new position, Mr. Boerschinger will assist Regional Director Jennifer A. Hadsall in the administration and enforcement of the National Labor Relations Act throughout the states of Minnesota, North Dakota, South Dakota, Wisconsin, and most of Iowa and the Upper Peninsula of Michigan. Mr. Boerschinger grew up in Pasadena, California. He studied at the University of California, San Diego, earning a Bachelor of Arts in Political Science, with a minor in Spanish Literature. He began his career with the NLRB in 1999 as a Field Examiner in Los Angeles, California (Region 21), before transferring to the Brooklyn, New York office (Region 29) in 2005. In 2010, he transferred to the Milwaukee, Wisconsin office, now a part of Region 18, and he continues to work in that office.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19866NLRB92120ER20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Labor Relations Board\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nlrb.gov/news-outreach/news-story/eric-b-boerschinger-appointed-assistant-to-the-regional-director-in-region\",\n            \"created_at\": \"2021-10-20T06:45:21.430818-04:00\"\n        },\n        {\n            \"id\": 55256,\n            \"title\": \"Syracuse Iron Foundry Agrees to Correct S erious Hazards, Implement Enhanced Safeguards Following US Department of Labor inspection and Litigation\",\n            \"summary\": \"A Syracuse iron foundry cited by the U.S. Department of Labor’s Occupational Safety and Health Administration for dozens of health and safety violations has agreed to correct 60 cited hazards, implement enhanced corrective measures and pay $276,189 in penalties in a settlement agreement with the department. OSHA’s Syracuse Area Office cited Frazer & Jones Co. Inc. in November 2019 following safety and health inspections that identified multiple hazards, including: Exposing employees to crystalline silica, silica dust and combustible dust; Inadequate respiratory protection; fall, struck-by and caught-between hazards; Unsafe work floors and walking surface; deficient confined space safeguards; Inaccessible or unavailable fire extinguishers; an impeded exit route; lack of an effective pest removal program; and failure to prevent the build-up of bird feces on equipment. The settlement, deemed a final order of the independent Occupational Safety and Health Review Commission effective October 14, 2021, contains enhanced abatement measures the employer will take, including: Semi-annual inspections of the facility by a safety consultant; addressing the consultant’s recommendations for action, and sharing them with the facility’s labor-management safety committee and the corporate parent’s board of directors; implementing systems to receive and respond to employee complaints; and a ventilation consultant will evaluate the facility’s dust control system for overhaul.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19822US14253101920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of Labor, Occupational Safety and Health Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dol.gov/newsroom/releases/sol/sol20211019\",\n            \"created_at\": \"2021-10-20T06:45:22.000034-04:00\"\n        },\n        {\n            \"id\": 55245,\n            \"title\": \"Fact Sheet: Tax Compliance Proposals Will Improve Tax Fairness While Protecting Taxpayer Privacy\",\n            \"summary\": \"Rates of tax compliance in the United States are based in large part on the ways taxpayers accrue income. Those who receive their income that is reported on by a third-party source, such as wage earners, exhibit near-perfect compliance rates on their salaries, since the payer of the income also reports the income paid as a deduction. The only way to ensure that upper-income taxpayers pay what they owe is by giving the IRS the resources and information required to close the tax gap. It is important to be clear about the facts: Under the version of the proposals before Congress, no additional information needs to be reported to the IRS about American workers. Further, audit rates will not rise relative to recent years for any taxpayer who makes less than $400,000 annually.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"652USDOT96041520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://home.treasury.gov/news/press-releases/jy0415\",\n            \"created_at\": \"2021-10-20T06:45:19.457974-04:00\"\n        },\n        {\n            \"id\": 55247,\n            \"title\": \"Exceptive Relief for Casinos from Certain Customer Identity Verification Requirements\",\n            \"summary\": \"The Financial Crimes Enforcement Network (FinCEN) grants limited exceptive relief to casinos from certain customer identity verification requirements in the context of online gaming. Specifically, under the terms of this relief, a casino may utilize suitable non-documentary methods to verify the identity of online customers. The suitability or non-suitability of any particular method should be evaluated based on risk. This exceptive relief is effective as of October 19, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1927FINCEN203EX20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-19\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Department of the Treasury, Financial Crimes Enforcement Network\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fincen.gov/resources/statutes-regulations/administrative-rulings/exceptive-relief-casinos-certain-customer\",\n            \"created_at\": \"2021-10-20T06:45:19.789922-04:00\"\n        },\n        {\n            \"id\": 55250,\n            \"title\": \"Brown: Robust, Effective Sanctions Policies Will Protect U.S. National Security\",\n            \"summary\": \"U.S. Senator Sherrod Brown (D-OH), Chairman of the U.S. Senate Committee on Banking, Housing, and Urban Affairs, delivered the following opening statement at today’s hearing entitled International Policy Update: The Treasury Department’s Sanctions Policy Review and Other Issues: \\\"Sanctions policy is an area where we have done important, bipartisan work on this committee, across administrations of both parties. Last week, a broad coalition of countries, led by the United States and Europe, agreed to substantially increase aid to Afghanistan. And we continue to work with our allies to ensure that aid can be delivered effectively to the people there, despite sanctions against the Taliban. Today, we’ll focus primarily on the findings and recommendations of the months-long sanctions policy review that Secretary Yellen directed the Treasury Department to undertake. The department consulted with agencies across the government – State, Commerce, the intelligence community, and others – as well as an array of private sector actors, including banks, businesses, non-profits, international NGOs, and sanctions experts. That comprehensive review examined important questions of our current sanctions policy.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"778USBHU203B20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.banking.senate.gov/newsroom/majority/brown-robust-effective-sanctions-policies-will-protect-us-national-security\",\n            \"created_at\": \"2021-10-20T06:45:20.349784-04:00\"\n        },\n        {\n            \"id\": 55218,\n            \"title\": \"Proposed Rulemaking: Tax Credit Rate, School Tuition Organization Tax Credit\",\n            \"summary\": \"This proposed rule making is primarily intended to implement statutory changes to the tax credit rate and the total school tuition organization tax credits that may be authorized each calendar year. 2021 Iowa Acts, House File 847, increases the tax credit rate to 75 percent from 65 percent for tax years beginning on or after January 1, 2021, and increases the amount of the credit available to taxpayers in 2022 and subsequent years. These proposed amendments also implement the provision in 2020 Iowa Acts, House File 2641, which eliminated the cap on the percentage of total tax credits that could be approved each year for a corporation. Previously, not more than 25 percent of the total annual tax credits could be allocated to corporate taxpayers.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5978C10120211020\",\n            \"proposed_comments_due_date\": \"2021-08-31\",\n            \"original_publication_date\": \"2021-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-24\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5822C.pdf\",\n            \"created_at\": \"2021-10-20T06:45:15.827274-04:00\"\n        },\n        {\n            \"id\": 55200,\n            \"title\": \"CFPB Initiated an Administrative Adjudication Proceeding Against JPay, LLC\",\n            \"summary\": \"Case docket includes Stipulation and Consent Order filed on 10/19/2021. The Bureau issued a consent order against JPay, LLC (JPay). JPay, headquartered in Miramar, Florida, contracts with Departments of Corrections around the country to provide financial products and services to incarcerated and formerly incarcerated individuals.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19076CFPB74JP11720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Adjudication Proceeeding\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/administrative-adjudication-proceedings/administrative-adjudication-docket/\",\n            \"created_at\": \"2021-10-20T06:45:13.917316-04:00\"\n        },\n        {\n            \"id\": 55180,\n            \"title\": \"Notice Alabama Electing Pass-Through Entity Tax Act Guidance\",\n            \"summary\": \"The Alabama Electing Pass-Through Entity Tax Act allows Alabama S-Corporations and Subchapter K entities (pass-through entities or PTEs) to elect to pay Alabama income tax at the entity level. To prepare for this new process, all Pass-Through Entities that choose this election must be registered to use MAT and must submit Form PTE-E through MAT prior to the fifteenth day of the third month following the close of that tax year for which the entity elects to be taxed as an Electing Pass-Through Entity. You will need the following information readily available to sign up for MAT: account number, Sign-On ID, access code, and valid email address.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14963ADOR609720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama Department of Revenue\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://revenue.alabama.gov/2021/10/notice-alabama-electing-pass-through-entity-tax-act-guidance/\",\n            \"created_at\": \"2021-10-20T06:45:11.651955-04:00\"\n        },\n        {\n            \"id\": 55217,\n            \"title\": \"2021 Mclean County Tentative Multiplier Announced\",\n            \"summary\": \"McLean County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2402620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.24026.html\",\n            \"created_at\": \"2021-10-20T06:45:15.721076-04:00\"\n        },\n        {\n            \"id\": 55381,\n            \"title\": \"Fraudulent Mobile Applications (Apps) Related to the Bank of East Asia, Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by The Bank of East Asia, Limited relating to fraudulent apps, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS (including via embedded hyperlinks). Anyone who has provided his or her personal information, or who has conducted any financial transactions, through or in response to the apps concerned, should contact the bank using the contact information provided in the press release, and report the matter to the police by contacting the Cyber Security and Technology Crime Bureau of the Hong Kong Police Force.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA11211019420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211019-4/\",\n            \"created_at\": \"2021-10-20T06:45:46.740548-04:00\"\n        },\n        {\n            \"id\": 55236,\n            \"title\": \"Temporary Order and Application for a Permanent Order: Credit Suisse Asset Management, LLC., et al.\",\n            \"summary\": \"Applicants have received a temporary order (“Temporary Order”) exempting them from section 9(a) of the Act, with respect to a guilty plea entered on October 19, 2021 (“Guilty Plea”), by Credit Suisse Securities (Europe) Limited (the “Pleading Entity” or “CSSEL”) in the United States District Court for the Eastern District of New York (the “District Court”) in connection with a plea agreement (“Plea Agreement”) between the Pleading Entity and the United States Department of Justice (“DOJ”), until the Commission takes final action on an application for a permanent order (the “Permanent Order,” and with the Temporary Order, the “Orders”). Applicants have applied for a Permanent Order. Hearing requests should be received by the Commission by 5:30 p.m. on November 15, 2021 and should be accompanied by proof of service on the applicants, in the form of an affidavit, or for lawyers, a certificate of service. The Commission has considered the matter and finds that Applicants have made the necessary showing to justify granting a temporary exemption. Accordingly, it is hereby ordered that the Covered Persons are granted a temporary exemption from the provisions of section 9(a), effective as the date of the Guilty Plea, solely with respect to the Guilty Plea entered into pursuant to the Plea Agreement, subject to the representations and conditions in the application, until the Commission takes final action on their application for a permanent order.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"276SECIC3440020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice and Temporary Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/ic/2021/ic-34400.pdf\",\n            \"created_at\": \"2021-10-20T06:45:17.838818-04:00\"\n        },\n        {\n            \"id\": 55084,\n            \"title\": \"House of Representatives Bill H0325: Vacation Rentals (Regular Session)\",\n            \"summary\": \"Introduced on 10/18/2021. Requires advertising platforms to collect & remit taxes for certain transactions; revises regulated activities of public lodging establishments & public food service establishments preempted to state; expands authority of local laws, ordinances, or regulations to include requiring vacation rentals to register with local vacation rental registration programs; preempting regulation of advertising platforms to state; authorizes division to issue & deliver notice to cease & desist for certain violations; provides that such notice does not constitute agency action for which hearings may be sought; authorizes division to collect attorney fees & costs; authorizes division to impose fine on advertising platforms for violations.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99FL1841H03251520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Florida House of Representatives\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.flsenate.gov/Session/Bill/2022/325\",\n            \"created_at\": \"2021-10-19T06:45:46.474372-04:00\"\n        },\n        {\n            \"id\": 55194,\n            \"title\": \"Attorney General Bonta: Predatory Lending and Illegal Rent-a-Bank Schemes Have No Place in Our Financial System\",\n            \"summary\": \"California Attorney General Rob Bonta joined 20 attorneys general in urging the Federal Deposit Insurance Corporation, the Federal Reserve, and the Office of the Comptroller of the Currency (collectively, “federal bank regulators”) to explicitly disavow rent-a-bank schemes in their forthcoming guidance for banks on risk management when engaging with third parties. Predatory lenders use rent-a-bank schemes in order to attempt to circumvent state laws and charge borrowers interest rates that exceed state limits. In California, for example, where interest rates are capped at 36% for consumer loans between $2,500 and $10,000, payday lenders have attempted to partner with banks to rent out the bank charter and charge an interest rate of 100% or higher. To discourage the proliferation of this predatory activity, federal bank regulators should express their strong disapproval of rent-a-bank schemes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"170CA54654920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Office of the Attorney General\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://oag.ca.gov/news/press-releases/attorney-general-bonta-predatory-lending-and-illegal-rent-bank-schemes-have-no\",\n            \"created_at\": \"2021-10-20T06:45:13.203304-04:00\"\n        },\n        {\n            \"id\": 55203,\n            \"title\": \"Welcoming Remarks by Governor Michelle W. Bowman at the Women in Banking Symposium at the Federal Reserve Bank of Richmond\",\n            \"summary\": \"\\\"It is a pleasure to be able to join you today for this conversation, and as a bank regulator and former banker, I am pleased that this conference is making the case for diversity in terms that everyone in business can understand. At any time, but especially now when attracting and keeping skilled and talented employees is so challenging, it only makes sense that you'll get the best employees if both men and women see a business with diverse leadership, and the opportunity to advance. And when a large share of your customers are women, when understanding their perspective is so important to your business, having women in leadership positions will help you serve these customers better and make you a more profitable and successful enterprise. In the year and a half since the pandemic began, life has changed in many ways, deeply impacting how we work and how we spend our time and money. The effects of these changes on the economy have been significant. So today, I would like to focus my discussion on how all of this has affected women in the labor market. Of course work has changed for nearly everyone in the labor force, but for women, the changes have arguably been greater during this time than any other since World War II. Back then, millions of women entered the workforce to step into roles historically reserved for men, and this time millions left the workforce to deal with school closures and other changes to home life caused by the pandemic. One question is how durable these changes may be. Therefore, today, I will also consider how these shifts may affect women's long-term financial prospects and will end with ideas about potential ways to make it easier for women to join or rejoin the workforce.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED93ks9A20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/bowman20211019a.htm\",\n            \"created_at\": \"2021-10-20T06:45:14.227730-04:00\"\n        },\n        {\n            \"id\": 55216,\n            \"title\": \"2021 St. Clair County Tentative Multiplier Announced\",\n            \"summary\": \"St. Clair County has been issued a tentative property assessment equalization factor of 1.0233, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2402520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.24025.html\",\n            \"created_at\": \"2021-10-20T06:45:15.614877-04:00\"\n        },\n        {\n            \"id\": 55229,\n            \"title\": \"Winter Is Coming\",\n            \"summary\": \"Before heading out on icy winter roads, make sure you are covered. This is a good time for a car insurance coverage review with your agent. It is important to not only cover damage or loss to your vehicle, but liability if you happen to involve other drivers in an accident. Liability coverage can protect your financial future should there be large third-party claims. ead your insurance policy and discuss your coverage with your insurance agent. Understand what your policy covers, what it does not, and how much your deductible is. Make note of how to contact your insurance company following an accident and how to contact our office if your insurer is not holding their side of the bargain. If you have questions about auto insurance, contact your agent.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3820MT1336920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Montana Commissioner of Securities and Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Montana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://csimt.gov/news/psa-winter-is-coming/\",\n            \"created_at\": \"2021-10-20T06:45:16.997941-04:00\"\n        },\n        {\n            \"id\": 55219,\n            \"title\": \"Proposed Rulemaking: Viatical and Life Settlement Reporting Requirements\",\n            \"summary\": \"This proposed rule making clarifies the requirements of the annual report for viatical settlement providers and adds a late fee of $100. There are 13 licensed viatical settlement providers, and the Division has received seven late reports in the past two years. The goal of this rule making is to make the annual reports more uniform and to discourage late filing.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"15697IO5992C5920211020\",\n            \"proposed_comments_due_date\": \"2021-09-15\",\n            \"original_publication_date\": \"2021-10-20\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-11-24\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Adopted Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.legis.iowa.gov/docs/aco/arc/5875C.pdf\",\n            \"created_at\": \"2021-10-20T06:45:15.933391-04:00\"\n        },\n        {\n            \"id\": 55241,\n            \"title\": \"Governor Abbott Statement on Third Special Session\",\n            \"summary\": \"Governor Greg Abbott today issued a statement upon the conclusion of the third Special Session: \\\"Property tax relief, appropriating funding from the American Rescue Plan Act (ARPA), and redrawing legislative districts were at the forefront of the agenda for the third Special Session. Texans tasked the Legislature with delivering on these priorities, and I am proud to say not only did we deliver on these priorities, but the Legislature went above and beyond to solve other critical issues to ensure an even brighter future for the Lone Star State. The Legislature successfully passed an innovative distribution package for ARPA funding, appropriating billions of dollars to bolster COVID-19 recovery, public safety, broadband infrastructure, cybersecurity, healthcare, and more. Legislation was passed that secured a vote on a constitutional amendment that will provide property tax relief to Texas homeowners. Both chambers also passed legislation to protect the integrity of Texas high school sports, strengthen higher education, protect dogs from cruelty and abuse, and expand access to education grants for children of fallen first responders.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8415TXON55082120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.texas.gov/news/post/governor-abbott-statement-on-third-special-session\",\n            \"created_at\": \"2021-10-20T06:45:18.701771-04:00\"\n        },\n        {\n            \"id\": 55379,\n            \"title\": \"Final Notice 2021: Credit Suisse International, Credit Suisse Securities (Europe) Ltd, and Credit Suisse AG\",\n            \"summary\": \"For the reasons given in this Final Notice, the Authority hereby imposes on Credit Suisse a financial penalty of £147,190,200. Credit Suisse agreed to resolve this matter and qualified for a 30% (stage 1) discount under the Authority’s executive settlement procedures. Were it not for this discount, the Authority would have imposed a financial penalty of £210,271,800 on Credit Suisse. Suisse failed to sufficiently prioritise the mitigation of financial crime risks, including corruption risks, within its Emerging Markets business. Credit Suisse lacked a financial crime strategy for the management of those risks, (which was exemplified by the under-resourcing of its EMEA financial crime compliance team and procedural weaknesses in its financial crime risk management). These and other weaknesses were exposed by three transactions related to two infrastructure projects in the Republic of Mozambique (“Mozambique”), one relating to a coastal surveillance project and the other relating to the creation of a tuna fishing industry within Mozambican waters (respectively, the First Project and the Second Project). Credit Suisse arranged, facilitated and provided funds for two loans to finance the First and Second Project (respectively, the First Loan and Second Loan) amounting to over $1.3 billion.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17760FCA1137120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publication/final-notices/credit-suisse-2021.pdf\",\n            \"created_at\": \"2021-10-20T06:45:46.538690-04:00\"\n        },\n        {\n            \"id\": 55398,\n            \"title\": \"Prime Minister and Bill Gates Launch £400M Partnership to Boost Green Investment\",\n            \"summary\": \"Today Prime Minister Boris Johnson and Bill Gates announced a new partnership between Breakthrough Energy Catalyst and the UK Government to drive investment into the next generation of ground-breaking clean energy technologies. Announced at the Global Investment Summit, the partnership leverages £200 million of private sector investment in the UK to accelerate the development of the cutting-edge climate technologies needed to achieve net-zero emissions by 2050. Catalyst – a program within the larger Breakthrough Energy network – is a new model for public-private sector partnership that brings together businesses, governments, philanthropists and individuals to invest in critical climate technologies. The program focuses on four key green technology areas: green hydrogen, long term energy storage, sustainable aviation fuels and direct air capture. The Government has already committed at least £200m for the development, demonstration and deployment of UK projects in these areas as part of the £1 billion Net Zero Innovation Portfolio, which was announced in the Prime Minister’s 10 Point Plan for Green Industrial Revolution. Investors and businesses partnered with the Breakthrough Energy Catalyst will now match fund £200m of that investment, helping to bring these vital technologies to market.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKPT1318011420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Prime Ministers Office\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/prime-minister-and-bill-gates-launch-400m-partnership-to-boost-green-investment\",\n            \"created_at\": \"2021-10-20T06:45:48.478650-04:00\"\n        },\n        {\n            \"id\": 55083,\n            \"title\": \"City Council Resolution PR24-0425: Board of Nursing Monica Goletiani Confirmation Resolution of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. Reappointment of Ms. Monica Goletiani as a consumer member of the Board of Nursing, for a term to end July 21, 2024.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-042513720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0425\",\n            \"created_at\": \"2021-10-19T06:45:46.372079-04:00\"\n        },\n        {\n            \"id\": 55184,\n            \"title\": \"Alleged Crypto-Broker expertdreamtrade.Com Appears to Be Operating a Fraud\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment scam. The victim told DFPI that he deposited more than $300,000 into ExpertDreamTrade.com, which he believed operated like a bank, but when he asked to withdraw the money, the scammers told him he would need to pay $50,000 to get it out. He believes he has tracked to the money to the crypto wallets of two individuals located in Nigeria, but so far, cannot get his money back. These allegations have not been verified by the DFPI.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA180A20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/alleged-crypto-broker-expertdreamtrade-com-appears-to-be-operating-a-fraud/\",\n            \"created_at\": \"2021-10-20T06:45:12.150046-04:00\"\n        },\n        {\n            \"id\": 55193,\n            \"title\": \"Cryptocurrency Website “Dashboard.Librablockchain.Io/Sign-In.Php” Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a link to dashboard.librablockchain.io/sign-in.php. The victim told DFPI he was scammed into transferring cryptocurrency into what he believed was an investment in presale Libra digital assets. The website they were give a link to appeared to be the real libra.org website, with the same links, pictures and information; but with the phony website had an ad promoting the presale link for early investors in the Libra token. These allegations have not been verified by the DFPI.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA280C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-website-dashboard-librablockchain-io-sign-in-php-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:13.098027-04:00\"\n        },\n        {\n            \"id\": 55197,\n            \"title\": \"Consent Order: JPay, LLC\",\n            \"summary\": \"The Consumer Financial Protection Bureau (Bureau) has reviewed the practices of JPay, LLC (JPay or Respondent) with respect to the marketing, provision, and servicing of prepaid cards and has identified the following law violations: (1) Respondent violated the Electronic Fund Transfer Act (EFTA), (2) Respondent offered or provided a consumer financial product or service that is not in conformity with Federal consumer financial law, (3) Respondent engaged in unfair and abusive acts and practices by providing fee-bearing prepaid cards to consumers who were required to receive the money owed to them at the time of their release from prison or jail on a prepaid card, (4) Respondent engaged in unfair acts and practices by causing fees to be charged to consumers to whom it provided prepaid cards, when those fees were not authorized by their cardholder agreements, and (5) Respondent engaged in deceptive acts and practices by making false or misleading representations about the existence, nature, or amount of fees applicable to prepaid cards. A judgment for monetary relief and damages is entered in favor of the Bureau and against Respondent in the amount of $4 million. Respondent must pay a civil money penalty of $2 million to the Bureau.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18292CFPB000620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Administrative Proceeding\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/documents/10169/cfpb_jpay-llc_consent-order_2021-10.pdf\",\n            \"created_at\": \"2021-10-20T06:45:13.615758-04:00\"\n        },\n        {\n            \"id\": 55202,\n            \"title\": \"Remarks by Governor Christopher J. Waller: the Economic Outlook and a Cautionary Tale on “Idiosyncratic” Price Changes and Inflation\",\n            \"summary\": \"\\\"Today my goal is to explain my outlook for the U.S. economy as well as how that perspective shapes my views on the appropriate approach to monetary policy. I have three points I would like you to take away from my comments. First, while there has been a significant slowdown in third quarter gross domestic product growth, it should rebound in the first half of 2022. Second, I believe that substantial progress has been made on both the inflation and employment legs of our dual mandate. Hence, I believe that we should soon commence tapering our asset purchases. Finally, the next several months are critical for assessing whether the high inflation numbers we have seen are transitory. If monthly prints of inflation continue to run high through the remainder of this year, a more aggressive policy response than just tapering may well be warranted in 2022. In terms of economic growth, data for the third quarter of 2021 show that the economic recovery slowed as the effects of the Delta variant caused consumers and businesses to start pulling back on some forms of economic activity such as travel and leisure. Measures of consumer mobility, which are a good indicator of spending, grew strongly starting last winter but then started falling in June, around when the effects of Delta started to become significant. I and most other forecasters expected that real GDP would grow close to the very strong rate posted in the first half of the year, but it now appears that GDP growth will be closer to 3 percent at an annual rate. The two major causes of this slowdown have been the extent of the economic effects of the Delta surge and the extent of supply constraints, both of which had larger effects than I and most forecasters expected. That was due to both the disappointingly low levels of vaccination in some areas and how highly contagious Delta proved to be. Meanwhile, we have seen labor shortages in many regions and many sectors that seem unwarranted given the level of unemployment and other indicators of slack in the labor market. And supply constraints have been very widespread, with many causes, only some of them directly related to COVID-19. U.S. imports have been disrupted both at the point of export and at U.S. ports, with backups at major ports larger than some have ever experienced. Thus, a lack of inputs and a lack of labor to use them have created a dramatic headwind for GDP.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3087FED165on9A20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Federal Reserve System\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.federalreserve.gov/newsevents/speech/waller20211019a.htm\",\n            \"created_at\": \"2021-10-20T06:45:14.127061-04:00\"\n        },\n        {\n            \"id\": 55209,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Robert Frederick Geiler\",\n            \"summary\": \"Respondent Robert Geiler submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. In December 2019, Geiler accessed and printed documents containing nonpublic personal information of 72 of his customers at Lincoln. Geiler removed the documents from the firm and retained the customers' nonpublic personal information, without authorization, after resigning from Lincoln on December 31, 2019. Respondent consents to the imposition of the following sanctions: a three-month suspension from associating with any FINRA member in all capacities, and a $5,000 fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06710940113920211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2020067109401 Robert Frederick Geiler CRD 1107194 AWC sl.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.836638-04:00\"\n        },\n        {\n            \"id\": 55215,\n            \"title\": \"2021 Tazewell County Tentative Multiplier Announced\",\n            \"summary\": \"Tazewell County has been issued a tentative property assessment equalization factor of 1.0000, according to David Harris, Director of the Illinois Department of Revenue.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7960IL2402320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Illinois Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Illinois\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.illinois.gov/news/press-release.24023.html\",\n            \"created_at\": \"2021-10-20T06:45:15.506328-04:00\"\n        },\n        {\n            \"id\": 55224,\n            \"title\": \"Governor Beshear Presents $10 Million to Knox County Board of Education for Renovations at Career and Technical Education Center\",\n            \"summary\": \"Today, Governor Andy Beshear presented $10 million to the Knox County Board of Education to support a major renovation project at the Knox County Career and Technical Center (CTC). The $10 million will help with renovations for the Knox County CTC, which was originally built in 1960. The project will include a full building refurbishment and upgrades to the health science labs, engineering technology facility, as well as the automotive, electrical and welding technology facilities. The renovations at the school, which also serves Barbourville Independent Schools, will provide students with state-of-the-art resources, delivering a high-quality education and a competitive advantage in the workforce. On September 1, as part of his Better Kentucky Plan, Governor Beshear awarded Kentucky school districts $75 million to upgrade Vocational Education Centers, including the $10 million designated for Knox County. The grants were approved by the Kentucky School Facilities Construction Commission Board. Through a bipartisan agreement with legislators, the Governor’s Better Kentucky Plan aims to create 14,500 jobs and will help Kentucky lead now and in the future.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8616KY12400920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Kentucky Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Kentucky\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://kentucky.gov/Pages/Activity-stream.aspx?n=GovernorBeshear&prId=1009\",\n            \"created_at\": \"2021-10-20T06:45:16.473900-04:00\"\n        },\n        {\n            \"id\": 55228,\n            \"title\": \"Notice of Designation of a Longer Period for Commission Action on a Proposed Rule Change to Establish a Retail Midpoint Liquidity Program\",\n            \"summary\": \"On August 18, 2021, MEMX LLC (“MEMX”) filed with the Securities and Exchange Commission (“Commission”), a proposed rule change to establish a Retail Midpoint Liquidity Program. The proposed rule change was published for comment in the Federal Register on September 8, 2021. The Commission has received no comments on the proposed rule change. The Commission finds that it is appropriate to designate a longer period within which to take action on the proposed rule change so that it has sufficient time to consider the proposed rule change and any comments. Accordingly, the Commission designates December 7, 2021, as the date by which the Commission shall either approve or disapprove, or institute proceedings to determine whether to disapprove, the proposed rule change (File No. SR-MEMX-2021-10).\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12134MEMX349338320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MEMX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/memx/2021/34-93383.pdf\",\n            \"created_at\": \"2021-10-20T06:45:16.894751-04:00\"\n        },\n        {\n            \"id\": 55231,\n            \"title\": \"Governor Sisolak, Treasurer Conine Conclude Successful Nevada Recovers Listening Tour\",\n            \"summary\": \"Today, Nevada Governor Steve Sisolak and Nevada Treasurer Zach Conine concluded the Nevada Recovers Listening Tour.The tour kicked off in early August aimed at allowing residents in every community to provide input on how to best utilize and invest the over $6.7 billion that will be received from the American Rescue Plan Act.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"8466NV206UR20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Nevada Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Nevada\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://gov.nv.gov/News/Press/2021/Governor_Sisolak,_Treasurer_Conine_conclude_successful_Nevada_Recovers_Listening_Tour/\",\n            \"created_at\": \"2021-10-20T06:45:17.221229-04:00\"\n        },\n        {\n            \"id\": 55380,\n            \"title\": \"Policy Statement 21/13: LIBOR Transition and the Derivatives Trading Obligation\",\n            \"summary\": \"We have modified the list of derivatives subject to the derivates trading obligation (DTO) in line with Articles 28 and 32 of UK MiFIR. We are making these changes in light of the interest rate benchmark reform and the recent Bank of England policy statement modifying the derivatives clearing obligation in line with Article 5 of UK EMIR. The amendments support our strategic objective of ensuring that relevant markets function well – in this instance the wholesale market for OTC derivatives and the other markets that depend on them. They also advance our objective of protecting financial markets, by ensuring that the most liquid derivatives are traded in a way which supports market integrity and financial stability. This affects: financial counterparties and non-financial counterparties that are, or may become, subject to the DTO. It will be of interest to:\\u202ftrading venues, including third country trading venues considered equivalent for the purposes of the DTO and central counterparties (CCPs). These changes will come into force on 20 December 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17761FCA195P13520211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Guidance\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Conduct Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fca.org.uk/publications/policy-statements/ps21-13-libor-transition-and-derivatives-trading-obligation\",\n            \"created_at\": \"2021-10-20T06:45:46.640704-04:00\"\n        },\n        {\n            \"id\": 55213,\n            \"title\": \"Notice of SFAC Election and Mailing of Ballots\",\n            \"summary\": \"The purpose of this Election Notice is to notify FINRA small firm members of the distribution of ballots to elect one North Region and one West Region representative to the Small Firm Advisory Committee (SFAC). FINRA small firm members1 in the North and West Regions as of the close of business on October 18, 2021, are eligible to vote in these elections.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2154FINRAsfac7220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/notices/election-notice-101921-sfac\",\n            \"created_at\": \"2021-10-20T06:45:15.304112-04:00\"\n        },\n        {\n            \"id\": 55210,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Yoandra Lopez\",\n            \"summary\": \"Respondent Yoandra Lopez submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. Lopez first registered with FINRA in May 2018. From May 2018 to November 2020, Lopez was registered as an Investment Company and Variable Contracts Products Representative through an association with Wells Fargo Clearing Services, LLC (CRD No. 19616). In November 2020, Wells Fargo filed a Uniform Termination Notice for Securities Industry Registration (Form U5) stating Lopez \\\"resigned her employment when informed that she was scheduled to have an interview with bank investigator regarding her receipt of business loan from the Small Business Administration. Loan does not appear to be related to the securities business of Wells Fargo Clearing, LLC.\\\" Lopez refused to appear for on-the-record testimony requested. Respondent consents to the imposition of the following sanction: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06862360111920211012\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-12\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2020068623601 Yoandra Lopez CRD 6902387 AWC sl.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.937133-04:00\"\n        },\n        {\n            \"id\": 55397,\n            \"title\": \"GPA Expands Its Strategic Workplace Expertise\",\n            \"summary\": \"Louis Roberts joins the Government Property Agency (GPA) as Deputy Director for Workplace Service Delivery. He brings more than two decades of private sector expertise gained from the UK property industry. Louis is supporting the GPA to strengthen its service strategy and solutions for property across government departments in the UK. And will play a strategic role in expanding the GPA’s workplace solutions expertise as it continues to deliver productive and collaborative spaces for the UK’s civil servants. Louis’ success in delivering sustainable growth and stability is backed by his experience gained working with global brands including Jaguar Land Rover, Barclays and EY.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKGT122458020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Government Property Agency\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/gpa-expands-its-strategic-workplace-expertise\",\n            \"created_at\": \"2021-10-20T06:45:48.368595-04:00\"\n        },\n        {\n            \"id\": 55204,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Michael James Conte\",\n            \"summary\": \"Respondent Michael James Conte submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations described. In connection with FINRA's investigation regarding potential misrepresentations made in the participation in and supervision of the sale of multiple private offerings of bonds, FINRA staff issued Conte requests for on-the-record testimony. Conte failed to provide on-the-record testimony. As a result, Conte violated FINRA Rules 8210 and 2010. Respondent consents to the imposition of the following sanctions: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA05954560214020211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2018059545602 Mr. Michael James Conte CRD 2646071 AWC jlg.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.328763-04:00\"\n        },\n        {\n            \"id\": 55391,\n            \"title\": \"CMA Plans Probe into Music Streaming Market\",\n            \"summary\": \"The CMA has announced its intention to launch a market study into music streaming. Following discussion by the CMA Board, the Competition and Markets Authority (CMA) will now carry out work to consider and develop the final scope of the market study, before formally launching it as soon as possible. The CMA has written to the Government and the Digital, Culture, Media and Sport Committee to outline its intended next steps.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKCT82437820211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/cma-plans-probe-into-music-streaming-market\",\n            \"created_at\": \"2021-10-20T06:45:47.761321-04:00\"\n        },\n        {\n            \"id\": 55389,\n            \"title\": \"Money Market Debt Register Claims of the Swiss Confederation: Results\",\n            \"summary\": \"The Swiss National Bank published announcements and conditions for new money market debt register claims of the Swiss Confederation (in Swiss francs) for October 19, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17672SNB68DDB14020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss National Bank\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.snb.ch/en/mmr/reference/claims_res/source/claims_res.en.pdf\",\n            \"created_at\": \"2021-10-20T06:45:47.548400-04:00\"\n        },\n        {\n            \"id\": 55079,\n            \"title\": \"City Council Bill B24-0447: Housing Production Trust Fund Affordability Levels Amendment Enforcement Act of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. To amend the Housing Production Trust Fund Act of 1988 to require the Department of Housing and Community Development to provide a report to the Council on funds disbursed from the Fund to extremely low-income households and subsequent home ownership outcomes.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822B24-044713720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/B24-0447\",\n            \"created_at\": \"2021-10-19T06:45:45.953711-04:00\"\n        },\n        {\n            \"id\": 55082,\n            \"title\": \"City Council Resolution PR24-0424: Board of Nursing Crystal Johnson Confirmation Resolution of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. Reappointment of Ms. Crystal Johnson as a consumer member of the Board of Nursing, for a term to end July 21, 2024.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-042413720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0424\",\n            \"created_at\": \"2021-10-19T06:45:46.272275-04:00\"\n        },\n        {\n            \"id\": 55181,\n            \"title\": \"Holidays for Year 2022 and Additional Holiday 2021\",\n            \"summary\": \"As per declaration by Governor Kay Ivey banks are authorized to observe the following additional holiday: day after Thanksgiving on Friday, November 26, 2021. Banks are also authorized to observe the following holidays: New Year's Day on Saturday, January 1, 2022; birthdays of Robert E. Lee & Martin Luther King, Jr. on Monday, January 17, 2022; birthdays of George Washington & Thomas Jefferson on Monday, February 21, 2022; Confederate Memorial Day on Monday, April 25, 2022; National Memorial Day on Monday, May 30, 2022; Jefferson Davis' birthday on Monday, June 6, 2022; Independence Day on Monday, July 4, 2022; Labor Day on Monday, September 5, 2022; Columbus Day on Monday, October 10, 2022; Veterans Day on Friday, November 11, 2022; Thanksgiving Day on Thursday, November 24, 2022; and, Christmas Day on Sunday, December 25, 2022. Banks are also authorized to close on Friday, December 31, 2021, and Monday, December 26, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"786AL1564120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Alabama State Banking Department\",\n                    \"states\": [\n                        {\n                            \"name\": \"Alabama\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://media.alabama.gov/pr/pr.aspx?id=15641&t=1\",\n            \"created_at\": \"2021-10-20T06:45:11.784998-04:00\"\n        },\n        {\n            \"id\": 55183,\n            \"title\": \"Availability of Funds Notice - USAO Eastern District of Arkansas\",\n            \"summary\": \"On the behalf of the U.S. Attorney’s Office, Eastern District of Arkansas, the State of Arkansas, Department of Finance and Administration - Intergovernmental Services announces the availability of funding under the U.S. Department of Justice Office of Justice Programs, Bureau of Justice Assistance and Project Safe Neighborhoods program. Potential applicants should carefully review the solicitation and be aware that sub-recipients are bound to all the requirements ofthe federal and state solicitations. Project period is for 1 year starting January 1, 2022 to September 30, 2022. Eligible applicants are law enforcement units that operate within the United States Attorney’s Office Eastern District. See Request For Application for more information regarding eligibility. Applications and supporting documentations are due by 4:30 p.m. central standard time on Monday, November 15, 2021 to Department of Finance and Administration-Intergovernmental Services. Proposals submitted by mail should be postmarked no later than November 15th.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18846AR6410520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Arkansas Department of Finance and Administration\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dfa.arkansas.gov/news/details/psn-availability-funds-notice-usao-eastern-district-of-arkansas\",\n            \"created_at\": \"2021-10-20T06:45:11.997826-04:00\"\n        },\n        {\n            \"id\": 55186,\n            \"title\": \"Cryptocurrency Broker Crypto300 Club Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment scam. The victim told DFPI he was scammed into transferring money to an online crypto trading company, after hearing about it from a person on Facebook. The victim transferred cryptocurrency to the company which claimed it would pool investor money into “Crypto Packs” after which its traders would ‘invest” club money, promising they could earn a minimum of 150% annually and that they would pay each member daily.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA224C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-broker-crypto300-club-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.365870-04:00\"\n        },\n        {\n            \"id\": 55192,\n            \"title\": \"Cryptocurrency Website secureoptionstrade.online Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received information that the website https://secureoptionstrade.online represents that it holds a California State Business License in “Binary Forex Softwares” with a California Business Identification # 20201408919 and an expiration date of December 1, 2025. The license is allegedly issued to “Secure-Options Trade Bitcoin Investment Broker.” Its is signed by Secretary of State Barbara K. Cegavske. In fact, California has issued no such license. Barbara K. Cegasvke is the Secretary of State of Nevada.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA248C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-website-secureoptionstrade-online-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.993216-04:00\"\n        },\n        {\n            \"id\": 55189,\n            \"title\": \"Alleged Cryptocurrency Broker Extmarkets Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding a crypto investment. The victim told DFPI he was scammed into transferring money to this supposedly UK-based company for bitcoin trading purposes, after hearing about the company from a person on Facebook. The victim gave money to a “trader” who then claimed he had made a lot of money. The victim then paid the trader in bitcoin in order to withdraw his profits, but was instead asked to give even more money. The company claims its address is 168, St. Christopher Street, Valletta VLT 1467, and operates a website at https://extmarkets.com. The trader on Facebook used the name “Patrick Krouse”.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA232A20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/alleged-cryptocurrency-broker-extmarkets-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.680247-04:00\"\n        },\n        {\n            \"id\": 55196,\n            \"title\": \"Governor Polis Announces Boards and Commissions Appointments\",\n            \"summary\": \"Russell DeSalvo III of Pueblo, Colorado, was appointed to the Chemical Demilitarization Citizens Advisory Commission to serve as a representative of state government who has direct responsibilities related to the chemical demilitarization program, occasioned by the resignation of Hon. Jeffry Chostner of Pueblo, Colorado. For a term expiring October 1, 2024, Shawn Osthoff of Fort Collins, Colorado, occasioned by the resignation of David Kelly of Littleton, Colorado, has been appointed to the Governor’s Revenue Estimating Advisory Committee. Also appointed to the committee are Laura Jackson of Denver, Colorado; Wendy Lea of Boulder, Colorado; and Brian Lewandowski of Boulder, Colorado, for terms expiring October 1, 2025.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7916COS9920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Colorado Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Colorado\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.colorado.gov/governor/news/6526-gov-polis-announces-boards-and-commissions-appointments\",\n            \"created_at\": \"2021-10-20T06:45:13.481376-04:00\"\n        },\n        {\n            \"id\": 55199,\n            \"title\": \"CFPB Penalizes JPay for Siphoning Taxpayer-Funded Benefits Intended to Help People Re-enter Society After Incarceration\",\n            \"summary\": \"The Consumer Financial Protection Bureau (CFPB) today took action against the prison financial services company JPay for violating the Consumer Financial Protection Act by charging consumers fees to access their own money on prepaid debit cards that consumers were forced to use. JPay also violated the Electronic Fund Transfer Act (EFTA) when it required consumers to sign up for a JPay debit card as a condition of receiving government benefits – in particular, “gate money,” which is money provided under state law to help people meet their essential needs as they are released from incarceration. The consent order severely limits the fees JPay can charge on release cards going forward, allowing only inactivity fees after 90 days without card activity. The order also requires the company to pay $4 million for consumer redress and a $2 million civil money penalty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"19056CFPB119171ON27920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Consumer Financial Protection Bureau\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.consumerfinance.gov/about-us/newsroom/cfpb-penalizes-jpay-for-siphoning-taxpayer-funded-benefits-intended-to-help-people-re-enter-society-after-incarceration/#\",\n            \"created_at\": \"2021-10-20T06:45:13.818738-04:00\"\n        },\n        {\n            \"id\": 55201,\n            \"title\": \"Fannie Mae Prices $1.2 Billion Connecticut Avenue Securities (CAS) REMIC Deal\",\n            \"summary\": \"Fannie Mae (FNMA/OTCQB) priced Connecticut Avenue Securities (CAS) Series 2021-R01, a $1.2 billion note offering that represents Fannie Mae’s first CAS REMIC transaction of the year. CAS is Fannie Mae's benchmark issuance program designed to share credit risk on its single-family conventional guaranty book of business. With the completion of this transaction, Fannie Mae will have brought 42 CAS deals to market, issued $48 billion in notes, and transferred a portion of the credit risk to private investors on over $1.5 trillion in single-family mortgage loans, measured at the time of the transaction.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9655FNMA17720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Fannie Mae\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.fanniemae.com/newsroom/fannie-mae-news/connecticut-avenue-securities-2021-r01-remic-deal\",\n            \"created_at\": \"2021-10-20T06:45:14.024076-04:00\"\n        },\n        {\n            \"id\": 55205,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Brandon Lopez\",\n            \"summary\": \"Respondent Brandon Lopez submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. From June 26, 2017 through January 31, 2020, while associated with UBS, Lopez maintained a personal investment account at an outside firm without prior written consent of the firm. As a result, Lopez violated FINRA Rules 3210 and 2010. Respondent also consents to the imposition of the following sanctions: A two-month suspension from associating with any FINRA member in all capacities; and $2,500 fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06236550112020211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2019062365501 Brandon Lopez CRD 6823291 AWC jlg.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.431443-04:00\"\n        },\n        {\n            \"id\": 55208,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Jamie J. Worden\",\n            \"summary\": \"Respondent Jamie J. Worden submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. In September 2021, FINRA sent Worden a request for information and documents pursuant to FINRA Rule 8210. Worden refused to provide the documents and information requested. This matter originated from an investigation into private placement offering of “pre-IPO” securities sold through Worden Capital Management from 2019 through 2020. Respondent consents to the imposition of the following sanctions: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06474650112320211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2019064746501 Jamie J. Worden CRD 4637404 AWC sl.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.735337-04:00\"\n        },\n        {\n            \"id\": 55211,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Glenn E. Brandon, Jr.\",\n            \"summary\": \"Respondent Glenn E. Brandon, Jr. submits this Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. Brandon violated FINRA Rules 8210 and 2010 by refusing to provide documents and information requested in connection with FINRA's investigation regarding whether Brandon engaged in outside business activities that were not disclosed to or approved by his FINRA member firm. Respondent also consents to the imposition of the following sanctions: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA07022790113820211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2021070227901 Glenn E. Brandon%2C Jr. CRD 1051682 AWC jlg.pdf\",\n            \"created_at\": \"2021-10-20T06:45:15.102431-04:00\"\n        },\n        {\n            \"id\": 55214,\n            \"title\": \"Notice of FINRA Regional Committee Elections and Mailing of Ballots\",\n            \"summary\": \"The purpose of this Election Notice is to notify firms of the upcoming elections to fill vacancies on the FINRA Regional Committees, and the mailing of ballots to eligible firms. The following seats are contested: Midwest Region Committee, District 8 representative; North Region Committee, District 9 representative; South Region Committee, District 7 representative; and West Region Committee, District 3 representative. Therefore, only firms that are members of FINRA in Districts 3, 7, 8 and 9 as of the close of business on Monday, October 18, 2021, are eligible to vote for the contested seats, and these will be the only firms receiving ballots. Ballots are due by Thursday, November 18, 2021.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"6882FINRA1212120211019\",\n            \"proposed_comments_due_date\": \"2021-11-18\",\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Rule Filing\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"http://feeds.finra.org/%7Er/FinraNotices/%7E3/9RGmEAdznFY/regional-election-notice-101921\",\n            \"created_at\": \"2021-10-20T06:45:15.407489-04:00\"\n        },\n        {\n            \"id\": 55221,\n            \"title\": \"Order Reissuing License After Suspension and Expiration: Todd R. Wilson\",\n            \"summary\": \"Wilson was licensed in the state of Iowa as a resident insurance producer on November 20, 2017, until his license was suspended by an Order and Consent to Order (“Consent Order”), dated February 17, 2020. He was previously licensed in the State of Iowa as an insurance producer from September 25, 2008, to February 17, 2020, and was licensed under National Producer Number 11740038. Wilson entered into a Consent Order whereby his insurance producer license was suspended on February 17, 2020, for a period of twelve months. Applicant has complied with all of the terms of the Consent Order. Wilson has submitted an Iowa insurance producer application for reinstatement or reissuance after disciplinary action (“Reissuance Application”) dated September 28, 2021. It is therefore ordered that: Applicant’s Reissuance Application is granted and the administrative suspension block is removed from the licensing record; Applicant’s Uniform Application is approved; and Applicant shall immediately be permitted to transact and participate in the business of insurance in Iowa.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO14110321420211015\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-15\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-todd-r-wilson-0\",\n            \"created_at\": \"2021-10-20T06:45:16.149964-04:00\"\n        },\n        {\n            \"id\": 55223,\n            \"title\": \"Order and Consent to Order: Matthew A. Dodge and Matt Dodge Agency, Inc.\",\n            \"summary\": \"Matthew A. Dodge is and has been licensed in the state of Iowa as a resident insurance producer under National Producer Number 242037. Matt Dodge Agency, Inc. (\\\"MDA\\\") is a business entity producer licensed under National Producer Number 10322884, with a Business Entity Producer Number of 1002016064. From on or about September 2015 to present, Respondents engaged in acts and practices within the state of Iowa constituting cause for the possibility of probation, suspension, or revocation of their insurance producer licenses; cease and desist orders; restitution; and civil penalties or other relief. It is ordered Respondents shall cease and desist from issuing any COL documents that have not been verified to be true and accurate by Respondents; Respondents shall be required to provide the Division with information; Respondents are jointly and severally liable and shall pay a civil penalty in the amount of $2,500; and Respondents shall pay the amount of $5,000 for the costs of investigation and prosecution.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO44410696820211005\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-05\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-matthew-a-dodge-and-matt-dodge-agency-inc\",\n            \"created_at\": \"2021-10-20T06:45:16.364988-04:00\"\n        },\n        {\n            \"id\": 55226,\n            \"title\": \"Governor Hogan Announces Federal Approval of Small Business Administration Disaster Declaration for Tropical Depression Ida\",\n            \"summary\": \"Governor Larry Hogan today announced approval of a U.S. Small Business Administration (SBA) disaster declaration for areas affected by Tropical Depression Ida. The declaration, which makes low-interest disaster loans available, covers Anne Arundel, Cecil and Montgomery counties, as well as the adjacent counties of Baltimore, Baltimore City, Calvert, Frederick, Harford, Howard, Kent, and Prince George’s. Last week, the governor announced that the state has made up to $4 million available for programs administered through the Maryland Department of Housing and Community Development that can assist businesses and residents with home repair, short-term rental assistance, and business loans. These programs include the Maryland Disaster Housing Assistance Program, the Maryland Disaster Relief Housing Program, and the Maryland Business Recovery Loan program. Applicants may apply online using the Electronic Loan Application via SBA’s secure website and should apply under SBA declaration # 17229. The filing deadline for applications for physical property damage is Dec. 17, 2021. The deadline for economic injury applications is July 18, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"7781MD30540220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Maryland Office of the Governor\",\n                    \"states\": [\n                        {\n                            \"name\": \"Maryland\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://governor.maryland.gov/2021/10/19/governor-hogan-announces-federal-approval-of-small-business-administration-disaster-declaration-for-tropical-depression-ida/\",\n            \"created_at\": \"2021-10-20T06:45:16.688355-04:00\"\n        },\n        {\n            \"id\": 55227,\n            \"title\": \"Immediate Effectiveness of a Proposed Rule Change to Adopt a Billing Errors Policy and Enable the Exchange to Agree to Alternative Payment Instructions for the Exchange's Direct Debit Collection Process\",\n            \"summary\": \"On October 12, 2021, MEMX LLC (“MEMX” or “Exchange”) filed with the Securities and Exchange Commission (“Commission”) the proposed rule change e to amend Exchange Rule 15.3 to: (a) adopt a policy relating to billing errors that is substantially similar to the policy adopted by another group of exchanges; (b) enable the Exchange, upon request, to permit a member of the Exchange (“Member”) or applicant for registration as such to provide alternative payment instructions (i.e., other than a National Securities Clearing Corporation (“NSCC”) clearing account number, as currently required by Exchange Rule 15.3(a)) for purposes of the Exchange’s direct debit process for the collection of fees and other monies due and owing to the Exchange; and (c) add paragraph headings and relocate certain existing text within the Rule. The foregoing proposed rule has become effective.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"12134MEMX349338120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": \"2021-10-12\",\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Proposed Rule\",\n            \"agencies\": [\n                {\n                    \"name\": \"MEMX, LLC\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/rules/sro/memx/2021/34-93381.pdf\",\n            \"created_at\": \"2021-10-20T06:45:16.794521-04:00\"\n        },\n        {\n            \"id\": 55393,\n            \"title\": \"S&P-IHS Markit Merger to be Cleared if Concerns Overcome\",\n            \"summary\": \"S&P Global Inc. (S&P) is a worldwide supplier of credit ratings, commodity price assessments, analytics, financial indices, and market data. Its products are mainly used in the capital and commodity sectors. IHS Markit Ltd (IHS Markit) is a leading provider of information, analytics and solutions to business, finance and government clients. In a highly detailed Phase 1 investigation, the Competition and Markets Authority (CMA) investigated a range of concerns across the broad range of complex financial markets in which the merging businesses are active. This investigation ultimately uncovered only limited competition concerns, for the most part because the merging businesses’ activities were found to be complementary in nature or, where both are active, their combined presence was found to be relatively small. The CMA did, however, find that the merger could lead to competition concerns in a limited number of markets in which the merging businesses’ combined presence is more significant: the supply of price assessments of biofuels, coal, oil, and petrochemicals in the UK. Within each of these markets, the CMA found that S&P and IHS Markit have a significant combined presence, compete closely with one another and would face only limited competition after the merger.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKST125569120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/s-p-ihs-markit-merger-to-be-cleared-if-concerns-overcome\",\n            \"created_at\": \"2021-10-20T06:45:47.963669-04:00\"\n        },\n        {\n            \"id\": 55230,\n            \"title\": \"Nacha Files Comments Supporting the Federal Government’s Participation in the ACH Network\",\n            \"summary\": \"Nacha and many Payment Associations provided comments on the notice of proposed rulemaking (the “Proposed Rule”) regarding the Federal Government Participation in the Automated Clearing House. The letter strongly supports the Fiscal Service’s proposal to adopt the majority of the amendments to the Nacha Rules that became effective in 2020 and 2021. The letter reiterated that the ACH Network and its participants benefit greatly when all are acting consistently according to a single set of operating rules.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14799NAC19320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"National Automated Clearing House Association\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.nacha.org/news/nacha-files-comments-supporting-federal-governments-participation-ach-network\",\n            \"created_at\": \"2021-10-20T06:45:17.111755-04:00\"\n        },\n        {\n            \"id\": 55225,\n            \"title\": \"Commissioner Donelon Unveils Hurricane Ida Mediation Program to Resolve Claim Disputes\",\n            \"summary\": \"Policyholders at odds with their insurers over Hurricane Ida damage claims may now be able to resolve their disputes through a mediation program created by the Louisiana Department of Insurance. The Hurricane Ida Mediation Program begins this week and is open to all authorized property and casualty insurers and surplus lines insurers to facilitate disputes for personal lines residential insurance claims of up to $50,000. Participation in the Hurricane Ida program is voluntary for insurers and policyholders. The two mediation providers have agreed to provide the service for a flat fee of $600. The program is expected to run through June 30, 2022.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"9077LA10520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Louisiana Department of Insurance\",\n                    \"states\": [\n                        {\n                            \"name\": \"Louisiana\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.ldi.la.gov/news/press-releases/10.19.21-commissioner-donelon-unveils-hurricane-ida-mediation-program-to-resolve-claim-disputes\",\n            \"created_at\": \"2021-10-20T06:45:16.581832-04:00\"\n        },\n        {\n            \"id\": 55222,\n            \"title\": \"Order for Suspension: Matthew J. Schneider\",\n            \"summary\": \"Matthew J. Schneider (\\\"Respondent\\\") submitted an application for insurance producer licensure designating the Commissioner as Respondent's agent for service of process and was issued an Iowa insurance producer license under National Producer Number 16916688. The Commissioner issued a notice to Respondent advising that a Certificate of Noncompliance was received and that the Respondent's Iowa insurance producer license would be suspended in 30 days unless Revenue withdrew the Certificate of Noncompliance. It is therefore ordered that the Iowa insurance producer license of Matthew J. Schneider is suspended as of the date of this Order.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"4042IO20311102020211006\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-06\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Enforcement Action\",\n            \"agencies\": [\n                {\n                    \"name\": \"Iowa Insurance Division\",\n                    \"states\": [\n                        {\n                            \"name\": \"Iowa\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://iid.iowa.gov/documents/enforcement-orders-and-actions/in-the-matter-of-matthew-j-schneider\",\n            \"created_at\": \"2021-10-20T06:45:16.256569-04:00\"\n        },\n        {\n            \"id\": 55394,\n            \"title\": \"Understanding the UK Artificial Intelligence Commercialisation\",\n            \"summary\": \"The government is undertaking research to explore how AI R&D is successfully commercialised and brought to market. The Department for Digital, Culture, Media and Sport (DCMS), along with the Office for Artificial Intelligence and Digital Standards and Internet Governance (DSIG), are leading the research project. The research aims to increase understanding of the following topics: the nature of the commercialisation process for AI R&D; the different routes (public and private) for commercialising AI R&D; the relative effectiveness of these routes; the relative importance of AI technical standards as a route for commercialisation; and, how to optimise the use of AI technical standards as a route for supporting AI R&D commercialisation.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKUT130629720211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Department for Digital, Culture, Media and Sport\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/understanding-the-uk-artificial-intelligence-commercialisation\",\n            \"created_at\": \"2021-10-20T06:45:48.068725-04:00\"\n        },\n        {\n            \"id\": 55395,\n            \"title\": \"Bechtel Secures UK Export Finance Guaranteed Loan for Serbia Project\",\n            \"summary\": \"UKEF provides €430 million funding in inaugural export credit arrangement for joint-venture between Bechtel and ENKA. The announcement was made during this week’s UK Government’s Global Investment Summit, hosted by Prime Minister Boris Johnson in London.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKBU1176810320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Export Finance\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/bechtel-secures-uk-export-finance-guaranteed-loan-for-serbia-project\",\n            \"created_at\": \"2021-10-20T06:45:48.168288-04:00\"\n        },\n        {\n            \"id\": 55212,\n            \"title\": \"Notice of FINRA Regional Committee Elections and Mailing of Ballots\",\n            \"summary\": \"The purpose of this Election Notice is to notify firms of the upcoming elections to fill vacancies on the FINRA Regional Committees, and the mailing of ballots to eligible firms. Only firms that are members of FINRA in Districts 3, 7, 8 and 9 as of the close of business on Monday, October 18, 2021, are eligible to vote for the contested seats.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"2154FINRA019217620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Notice\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/rules-guidance/notices/regional-election-notice-101921\",\n            \"created_at\": \"2021-10-20T06:45:15.201943-04:00\"\n        },\n        {\n            \"id\": 55237,\n            \"title\": \"Credit Suisse to Pay Nearly $475 Million to U.S. and U.K. Authorities to Resolve Charges in Connection with Mozambican Bond Offerings\",\n            \"summary\": \"Credit Suisse Group AG has agreed to pay nearly $475 million to U.S. and U.K authorities, including nearly $100 million to the Securities and Exchange Commission, for fraudulently misleading investors and violating the Foreign Corrupt Practices Act (FCPA) in a scheme involving two bond offerings and a syndicated loan that raised funds on behalf of state-owned entities in Mozambique. According to the SEC's order, these transactions that raised over $1 billion were used to perpetrate a hidden debt scheme, pay kickbacks to now-indicted former Credit Suisse investment bankers along with their intermediaries, and bribe corrupt Mozambique government officials. The SEC's order finds that the offering materials created and distributed to investors by Credit Suisse hid the underlying corruption and falsely disclosed that the proceeds would help develop Mozambique's tuna fishing industry. Credit Suisse failed to disclose the full extent and nature of Mozambique's indebtedness and the risk of default arising from these transactions. VTB Capital consented to an SEC order finding that it violated negligence-based antifraud provisions of the federal securities laws. Without admitting or denying the findings, VTB Capital agreed to pay over $2.4 million in disgorgement and interest along with a $4 million penalty.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC1DE4F08220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/news/press-release/2021-213\",\n            \"created_at\": \"2021-10-20T06:45:18.014086-04:00\"\n        },\n        {\n            \"id\": 55396,\n            \"title\": \"Closing Speech by Foreign Secretary Liz Truss at the Global Investment Summit\",\n            \"summary\": \"\\\"We have seen what the United Kingdom has to offer as a modern high-skill, low-tax global hub. The British brand is one of the most known and respected around the world. And our flag flies as a symbol of openness, freedom and reliability. With almost £10 billion committed just today we are showing the UK continues to be the best investment destination in the world. And as we recover from Covid, I am determined to show that the best way forward lies in free trade, free enterprise and free markets. That is why we are seizing new opportunities to level up our country with more jobs in the industries of the future. And it’s why we are reinforcing our domestic economic strength with diplomatic and security partnerships around the globe. They are vital to the network of liberty that we want to build worldwide, championing the cause of enterprise and freedom. We are at our best when we are open to new ideas and opportunities. And Britain is at our best when we’re open to the world. The free exchange of goods, services, capital and ideas has made our nation great. And that’s why we have gone from transporting cotton along the Manchester Ship Canal in the 19th century, to exporting global brands like Manchester City and Manchester United in the 21st. It is why our great Prime Minister Margaret Thatcher embraced international investors in the 1980s, helping companies like Nissan find their home in Britain. Cars like the Qashqai are now as quintessentially British as the Vauxhall Astra or the Land Rover Discovery. Following in the footsteps of Adam Smith, John Bright and Richard Cobden, we now have a new generation of British trailblazers here at this Summit… Sarah Gilbert, whose Oxford-AstraZeneca vaccine is literally saving the world. Emma Walmsley of GSK – whose industry is delivering life-saving products. Or Poppy Gustaffson of DarkTrace, who is using AI to build our defences against cyber attacks.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKFF143609920211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Foreign, Commonwealth & Development Office\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/speeches/foreign-secretary-closing-speech-at-global-investment-summit\",\n            \"created_at\": \"2021-10-20T06:45:48.268628-04:00\"\n        },\n        {\n            \"id\": 55238,\n            \"title\": \"Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order: VTB Capital Plc\",\n            \"summary\": \"In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. Solely for the purpose of these proceedings and any other proceedings brought by or on behalf of the Commission, or to which the Commission is a party, and without admitting or denying the findings herein, except as to the Commission’s jurisdiction over it and the subject matter of these proceedings, which are admitted, Respondent consents to the entry of this Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order (“Order”), as set forth. The Commission finds material omissions and misleading statements in a 2016 bond offering for which VTB Capital Plc (“VTB”), a London-based investment bank, acted with Credit Suisse Group AG (“Credit Suisse”) as joint-lead manager. The bond offering allowed investors from a prior 2013 bond offering to exchange their loan participation notes (“LPNs”) for a direct sovereign bond issued by the Republic of Mozambique (“Exchange Offer”). Credit Suisse structured the bonds, while both banks prepared and distributed the offering materials. The offering materials provided to the Exchange Offer investors by VTB failed to disclose VTB’s conflict of interest, that the bank was a major creditor under two prior financing arrangements with Mozambican state-owned entities with interests adverse, in certain respects, to noteholders. VTB and Credit Suisse participated in transactions that preceded the Exchange Offer, including a 2013 $622 million syndicated loan to a Mozambican state-owned entity known as Proindicus S.A of which VTB provided $118 million in financing, a 2013 $850 million offering of interest-bearing LPNs to finance debt offered to a second Mozambican state-owned entity known as Empresa Mocambicana de Atum S.A. (“EMATUM”), of which VTB arranged $350 million in financing and, without Credit Suisse, a 2014 $535 million syndicated loan to a third Mozambican state-owned entity known as Mozambique Asset Management (“MAM”), of which VTB provided $435 million in financing. Accordingly, it is hereby ORDERED that Respondent cease and desist from committing or causing any violations and any future violations, shall pay disgorgement of $2,000,000 and prejudgment interest of $429,883.94 and a civil money penalty in the amount of $4,000,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331100020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-11000.pdf\",\n            \"created_at\": \"2021-10-20T06:45:18.181927-04:00\"\n        },\n        {\n            \"id\": 55207,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Edgar A. Kleydman\",\n            \"summary\": \"Respondent Edgar Kleydman submits this Letter of Acceptance;Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. In connection with FINRA’s investigation into whether Kleydman engaged in private securities transactions without providing written notice to AXA, FINRA staff issued Kleydman a request for on-the-record testimony. Kleydman refused to appear for on-the-record testimony. Respondent also consents to the imposition of the following sanctions: a bar from associating with any FINRA member in all capacities.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06410140112720211014\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-14\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2019064101401 Edgar A. Kleydman CRD 2727571 AWC sl.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.634256-04:00\"\n        },\n        {\n            \"id\": 55206,\n            \"title\": \"Letter of Acceptance, Waiver, and Consent: Northwest Investment Advisors, Inc.\",\n            \"summary\": \"Respondent Northwest Investment Advisors, Inc. submits this;Letter of Acceptance, Waiver, and Consent (AWC) for the purpose of proposing a settlement of the alleged rule violations. Between June 20, 2019, and July 11, 2019, NWIA, due to settlement of a customer arbitration, NWIA failed to maintain its minimum required net capital while conducting a securities business. NWIA failed to timely file notice of its net capital deficiency. NWIA also failed to accurately record this and another arbitration settlement on the firm's books and records. Respondent also consents to the imposition of the following sanctions: a censure and a $20,000 fine.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"161FINRA06324960116520211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"AWCs (Letters of Acceptance, Waiver, and Consent)\",\n            \"agencies\": [\n                {\n                    \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finra.org/sites/default/files/fda_documents/2019063249601 Northwest Investment Advisors%2C Inc. CRD 109737 AWC jlg.pdf\",\n            \"created_at\": \"2021-10-20T06:45:14.532439-04:00\"\n        },\n        {\n            \"id\": 55387,\n            \"title\": \"Mozambique Loans: FINMA Concludes Proceedings Against Credit Suisse\",\n            \"summary\": \"Credit Suisse seriously violated the organisational requirements and the AMLA reporting obligations in connection with loans it made to state-owned companies in Mozambique in 2013. The Swiss Financial Market Supervisory Authority FINMA is concluding its enforcement proceedings in this context and imposing conditions on Credit Suisse’s new lending business with financially weak countries. FINMA is concluding a supervisory investigation and subsequent enforcement proceedings against the Credit Suisse Group. As part of these, it clarified the role of the parent company in connection with two significant loans granted by the British subsidiaries of Credit Suisse to Mozambican state-owned companies. In the course of the proceedings FINMA coordinated closely with the local partner authority, the British Financial Conduct Authority (FCA) and with the American Securities and Exchange Commission (SEC). Both authorities have also investigated and closed this case, as has the US Department of Justice (DOJ).\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17664CH6761420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss Financial Market Supervisory Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finma.ch/en/news/2021/10/20211019-mm-cs-mosambik/\",\n            \"created_at\": \"2021-10-20T06:45:47.344806-04:00\"\n        },\n        {\n            \"id\": 55240,\n            \"title\": \"Banking Commissioner Issues Consent Order Relating to Ram Payment, Llc\",\n            \"summary\": \"Commissioner Charles G. Cooper issued a Consent Order relating to RAM Payment, LLC (RAM) of Knoxville, Tennessee effective October 13, 2021. The Order requires RAM to pay an administrative penalty of $55,650 for its unlicensed activities.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"1167TX70PR9120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Texas Department of Banking\",\n                    \"states\": [\n                        {\n                            \"name\": \"Texas\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.dob.texas.gov/sites/default/files/files/news/press-releases/2021/10-19-21pr.pdf\",\n            \"created_at\": \"2021-10-20T06:45:18.517718-04:00\"\n        },\n        {\n            \"id\": 55385,\n            \"title\": \"Forthcoming Events for the Next Four Weeks (October 19 – November 15, 2021)\",\n            \"summary\": \"The Hong Kong Monetary Authority published 7 events from October 19 – November 15, 2021, all of which will feature a press release to be issued.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18242HKMA748020211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Event\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/media/eng/doc/key-information/forthcoming-event/febr.pdf\",\n            \"created_at\": \"2021-10-20T06:45:47.143182-04:00\"\n        },\n        {\n            \"id\": 55388,\n            \"title\": \"Credit Suisse Oservation Activities: FINMA Identifies Serious Breaches of Supervisory Law\",\n            \"summary\": \"The Swiss Financial Market Supervisory Authority FINMA has concluded its proceedings against Credit Suisse. It has found that serious organisational shortcomings existed at Credit Suisse in the context of its observation activities. FINMA has imposed measures on the bank, reprimanded two individuals and opened enforcement proceedings against three further individuals. At the beginning of 2020 FINMA had appointed an auditor to investigate Credit Suisse in the context of its observation activities (see press release published on 20 December 2019). It subsequently opened enforcement proceedings against the bank as a result of these investigations (see press release published on 2 September 2020). FINMA has now concluded these. FINMA’s investigation revealed that in the period between 2016 and 2019 Credit Suisse planned seven observations, most of which were carried out. In two cases members of the executive board were observed in Switzerland and, in addition, other former employees and third parties abroad. FINMA’s investigation focused on how the bank managed and controlled observations, which can involve significant legal and reputational risks.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"17664CH9057420211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Swiss Financial Market Supervisory Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Switzerland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.finma.ch/en/news/2021/10/20211019---mm---obs/\",\n            \"created_at\": \"2021-10-20T06:45:47.445383-04:00\"\n        },\n        {\n            \"id\": 55390,\n            \"title\": \"The Dangers of Ignoring the Regulator\",\n            \"summary\": \"In a public inquiry at the end of last month, Calder’s Concrete Products had their licence revoked. In addition to not proving they had sufficient funds for their vehicles, the company tried to avoid engaging with the traffic commissioner at every available opportunity. On differing occasions, the company director pretended correspondence had not arrived, that it had been signed for by someone else and that he had replied on one occasion but it had somehow not been received by the commissioner. After the use of special delivery to confirm the public inquiry call-up, Mr Calder appeared at the inquiry without any of the requested documentation as he had been ‘too busy’ to read the letter. The traffic commissioner for the West Midlands, Nick Denton said “Because of the company’s complete failure to treat the regulatory system seriously and because there is no evidence at all that its vehicle is in a roadworthy condition or that it has complied with the laws relating to drivers’ hours and tachographs, I am revoking the company’s licence with almost immediate effect, from 0001 hours on October 1, 2021.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKTA74377220211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Traffic Commissioners for Great Britain\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/news/the-dangers-of-ignoring-the-regulator\",\n            \"created_at\": \"2021-10-20T06:45:47.649218-04:00\"\n        },\n        {\n            \"id\": 55078,\n            \"title\": \"City Council Bill B24-0440: Public Emergency Extension and Eviction and Utility Moratorium Phasing Congressional Review Emergency Amendment Act of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. A Bill to amend, on an emergency basis, the Coronavirus Support Temporary Amendment Act of 2021 to remove the public health emergency as the trigger for provisions of the act, to provide for a moratorium on utility disconnections for qualified customers, and to repeal provisions establishing accelerated review of grant budget modifications by the Council, to require certain improvements to the Stronger Together by Assisting You program; to amend Title 16 of the District of Columbia Official Code to allow housing providers to file eviction cases in Superior Court when the tenant’s continuing presence is a threat to health and safety or when the tenant has willfully or wantonly caused significant damage to the property, to allow housing providers to file eviction cases in Superior Court for non-payment of rent on October 12, 2021 if 60 days have elapsed since the initiation or submission of an emergency rental assistance program application or the tenant is not is eligible, provided, that an application is not pending or under appeal, to allow housing providers to file other eviction cases in Superior Court beginning January 1, 2022, and to require a summons be served 30 days in advance of an initial court hearing and a readable time stamp if the summons was served by posting; to amend section 501 of the Rental Housing Act of 1985 to provide for specific notice requirements for eviction cases involving nonpayment of rent and for cases with evictions authorized prior to March 11, 2020; and to repeal outdated provisions of other laws.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822B24-044013720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Bill\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/B24-0440\",\n            \"created_at\": \"2021-10-19T06:45:45.834999-04:00\"\n        },\n        {\n            \"id\": 55080,\n            \"title\": \"City Council Resolution PR24-0415: Public Emergency Extension and Eviction and Utility Moratorium Phasing Congressional Review Emergency Declaration Resolution of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. A Proposed Resolution to declare the existence of an emergency, due to congressional review, with respect to the need to amend the Coronavirus Support Temporary Amendment Act of 2021 to remove the public health emergency as the trigger for provisions of the act, to provide for a moratorium on utility disconnections for qualified customers, and to repeal provisions establishing accelerated review of grant budget modifications by the Council, to require certain improvements to the Stronger Together by Assisting You program; to amend Title 16 of the District of Columbia Official Code to allow housing providers to file eviction cases in Superior Court when the tenant’s continuing presence is a threat to health and safety or when the tenant has willfully or wantonly caused significant damage to the property, to allow housing providers to file eviction cases in Superior Court for non-payment of rent on October 12, 2021 if 60 days have elapsed since the initiation or submission of an emergency rental assistance program application or the tenant is not is eligible, provided, that an application is not pending or under appeal, to allow housing providers to file other eviction cases in Superior Court beginning January 1, 2022, and to require a summons be served 30 days in advance of an initial court hearing and a readable time stamp if the summons was served by posting; to amend section 501 of the Rental Housing Act of 1985 to provide for specific notice requirements for eviction cases involving nonpayment of rent and for cases with evictions authorized prior to March 11, 2020; and to repeal outdated provisions of other laws.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-041513720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0415\",\n            \"created_at\": \"2021-10-19T06:45:46.058370-04:00\"\n        },\n        {\n            \"id\": 55081,\n            \"title\": \"City Council Resolution PR24-0423: Board of Nursing Enrique Carlos (Rick) Garcia Confirmation Resolution of 2021 (24th Council)\",\n            \"summary\": \"Introduced on 10/18/2021. Reappointment of Dr. Enrique Carlos (Rick) Garcia as a registered nurse licensed and practicing in the District member of the Board of Nursing, for a term to end July 21, 2024.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"99DC1822PR24-042313720211018\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-18\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Resolution\",\n            \"agencies\": [\n                {\n                    \"name\": \"Council of the District of Columbia\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://lims.dccouncil.us/Legislation/PR24-0423\",\n            \"created_at\": \"2021-10-19T06:45:46.168430-04:00\"\n        },\n        {\n            \"id\": 55239,\n            \"title\": \"Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order: Credit Suisse Group AG\",\n            \"summary\": \"In anticipation of the institution of these proceedings, Respondent has submitted an Offer of Settlement (the “Offer”) which the Commission has determined to accept. Solely for the purpose of these proceedings and any other proceedings brought by or on behalf of the Commission, or to which the Commission is a party, Respondent admits the Commission’s jurisdiction over it and the subject matter of these proceedings, and consents to the entry of this Order Instituting Cease-and-Desist Proceedings, Making Findings, and Imposing a Cease-and-Desist Order (“Order”), as set forth. On the basis of this Order and Respondent’s Offer, the Commission finds violations of the internal accounting controls and books and records provisions of the Foreign Corrupt Practices Act by Credit Suisse, from 2013 to 2016, in connection with three interconnected transactions involving, among others, United Kingdom-based Credit Suisse entities and Mozambican state-owned entities including $622 million syndicated loan to a Mozambican state-owned entity known as ProIndicus S.A. (“Proindicus”), for which Credit Suisse provided $504 million in financing, $850 million offering of interest-bearing loan participation notes (“LPNs”) marketed and sold to the international bond market to finance debt offered to a second Mozambican state-owned entity known as Empresa Mocambicana de Atum S.A. (“EMATUM”), to which Credit Suisse also provided $500 million in financing and a bond offering by the Republic of Mozambique, commenced after Credit Suisse discovered several irregularities and risks associated with the EMATUM offering, that allowed investors to exchange their LPNs for new sovereign bonds issued directly by the government of Mozambique (the “Exchange Offer”). Accordingly, it is hereby ORDERED that: Respondent cease and desist from committing or causing any violations and any future violations, shall pay disgorgement of $26,229,233 and prejudgment interest of $7,822,639 to the Securities and Exchange Commission and pay a civil money penalty in the amount of $65,000,000.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"3089SEC331100120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Order\",\n            \"agencies\": [\n                {\n                    \"name\": \"Securities and Exchange Commission\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.sec.gov/litigation/admin/2021/33-11001.pdf\",\n            \"created_at\": \"2021-10-20T06:45:18.349861-04:00\"\n        },\n        {\n            \"id\": 55384,\n            \"title\": \"Keynote Address by Edmond Lau, Deputy Chief Executive, Hong Kong Monetary Authority, at 2021 ISDA Asia-Pacific Conference\",\n            \"summary\": \"\\\"In today’s conference, I would like to share my views on two hot topics: (1) LIBOR transition; and (2) sustainable finance. The development of these two subjects would bring changes to our financial landscapes and business practices, requiring our prompt action and swift transition. First, let me begin by making a few remarks on LIBOR transition. Now, with less than 3 months to count down to end-2021, LIBOR cessation will soon turn into reality. At this critical point in time, it is important for us to further our efforts, and forge ahead with all the preparatory work necessary to get ourselves ready for this transition.\\\"\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18238HKMAKE52202110120211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Speech\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/speeches/2021/10/20211019-1/\",\n            \"created_at\": \"2021-10-20T06:45:47.039917-04:00\"\n        },\n        {\n            \"id\": 55392,\n            \"title\": \"Letter from Andrea Coscelli to Julia Lopez MP, Julian Knight MP and George Freeman MP on Music Streaming\",\n            \"summary\": \"The CMA has published a letter providing an update on a Board discussion of CMA work in relation to music streaming. This letter follows up on earlier correspondence between the Competition and Markets Authority (CMA) and Government Ministers. It updates Digital, Culture, Media and Sport (DCMS) and Business, Energy, Industrial Strategy (BEIS) Ministers, and the Chair of the DCMS Select Committee, on a Board discussion in relation to music streaming.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"282UKLT11610414620211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"U.K. Competition and Markets Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United Kingdom of Great Britain and Northern Ireland\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.gov.uk/government/publications/letter-from-andrea-coscelli-to-julia-lopez-mp-julian-knight-mp-and-george-freeman-mp-on-music-streaming\",\n            \"created_at\": \"2021-10-20T06:45:47.863981-04:00\"\n        },\n        {\n            \"id\": 55182,\n            \"title\": \"Virtual TAFAC Meeting - November 9, 2021\",\n            \"summary\": \"The virtual TAFAC General Session meeting will be be held on Tuesday, November 9, 2021 from 11:00 am - 2:00 pm ET.\",\n            \"status\": \"Updated\",\n            \"classification\": \"SRO\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Yet\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"14801AF569120211109\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Appraisal Foundation\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.appraisalfoundation.org/imis/TAFCore/Events/Event_Display.aspx?EventKey=1192021\",\n            \"created_at\": \"2021-10-20T06:45:11.894071-04:00\"\n        },\n        {\n            \"id\": 55185,\n            \"title\": \"Cryptocurrency Website dcmlion.xyz Appears to Be Engaged in Fraud Against California Consumers\",\n            \"summary\": \"The California Department of Financial Protection and Innovation (DFPI) has received a complaint from a California resident regarding dcmlion.xyz, a website claiming to be related to a Chinese-based company, DCM Ventures. The victim told DFPI he was scammed by a person he met on social media into transferring Bitcoin into what turned out to be a fraudulent exchange. When the victim asked for the money back from the exchange, they told him he could only get it back by paying “taxes:. These allegations have not been verified by the DFPI. The real DCM Ventures has posted an alert about these fraudulent Advance Fee Scam entities on their website.\",\n            \"status\": \"New\",\n            \"classification\": \"State\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"488CA221C20211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"California Department of Financial Protection and Innovation\",\n                    \"states\": [\n                        {\n                            \"name\": \"California\"\n                        }\n                    ],\n                    \"countries\": [\n                        {\n                            \"name\": \"United States\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://dfpi.ca.gov/2021/10/19/cryptocurrency-website-dcmlion-xyz-appears-to-be-engaged-in-fraud-against-california-consumers/\",\n            \"created_at\": \"2021-10-20T06:45:12.255658-04:00\"\n        },\n        {\n            \"id\": 55383,\n            \"title\": \"Email Alert – Phishing Emails Related to Bank of China (Hong Kong) Limited\",\n            \"summary\": \"The Hong Kong Monetary Authority (HKMA) wishes to alert members of the public to a press release issued by Bank of China (Hong Kong) Limited relating to phishing emails, which has been reported to the HKMA. The HKMA wishes to remind the public that banks will not send SMS or e-mails with embedded hyperlinks which direct them to the banks’ websites to carry out transactions. They will not ask customers for sensitive personal information, such as login passwords or One-Time Password, by phone, email or SMS.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA7411019520211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211019-5/\",\n            \"created_at\": \"2021-10-20T06:45:46.940123-04:00\"\n        },\n        {\n            \"id\": 55382,\n            \"title\": \"Exchange Fund Bills Tender Results\",\n            \"summary\": \"Exchange Fund Bills Tender Results for October 19, 2021 including issue numbers Q2142 and H2171. Tenders to be held in the week beginning October 25, 2021 including issue numbers Q2143, H2172 and Y2196.\",\n            \"status\": \"New\",\n            \"classification\": \"Federal\",\n            \"filing_type\": \"Single\",\n            \"in_federal_register\": \"Not Expected\",\n            \"federal_register_number\": null,\n            \"regalytics_alert_id\": \"18236HKMA3411019320211019\",\n            \"proposed_comments_due_date\": null,\n            \"original_publication_date\": \"2021-10-19\",\n            \"federal_register_publication_date\": null,\n            \"rule_effective_date\": null,\n            \"latest_update\": \"2021-10-19\",\n            \"alert_type\": \"Press Release\",\n            \"agencies\": [\n                {\n                    \"name\": \"Hong Kong Monetary Authority\",\n                    \"states\": [],\n                    \"countries\": [\n                        {\n                            \"name\": \"Unassigned\"\n                        }\n                    ]\n                }\n            ],\n            \"pdf_url\": \"https://www.hkma.gov.hk/eng/news-and-media/press-releases/2021/10/20211019-3/\",\n            \"created_at\": \"2021-10-20T06:45:46.840869-04:00\"\n        }\n    ]\n}"}],"_postman_id":"204fb166-7ebb-4143-94c6-cccbba9fc8c1"}],"id":"0013497e-bea4-4159-a1a4-416c3987543f","description":"<p>Retrieve articles with pagination support (v2).</p>\n","_postman_id":"0013497e-bea4-4159-a1a4-416c3987543f"},{"name":"Agencies","item":[{"name":"Agencies v3","id":"051319a8-0672-4944-9ffa-cc1cdc8aed37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"<api_key>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/agencies/","description":"<p>Retrieves agency data using RegAlytics API v3. Requires an API key in the request body as 'apikey'.</p>\n<p>Request Body:</p>\n<ul>\n<li><code>apikey</code> (string, required): Your API key (minimum 16 characters).</li>\n</ul>\n<p>Response:</p>\n<ul>\n<li>On success (200): Returns a JSON array of agency objects, each with fields such as <code>id</code>, <code>name</code>, and related metadata.</li>\n<li>On error (400): Returns an error object, e.g., <code>{ \"apikey\": [\"Ensure this field has at least 16 characters.\"] }</code>.</li>\n</ul>\n<p>Use this endpoint to fetch regulatory agency information for downstream filtering or reference.</p>\n","urlObject":{"protocol":"https","path":["api","v3","agencies",""],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"b380b4ed-5a01-4800-a2b6-0291077b1dce","name":"Agencies v3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"2d4d955af880dbf8789cf6e8041eb2927d489390\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/agencies/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 18 Jan 2024 03:54:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"429873"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"10th Congressional District of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"21st Congressional District of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"24X National Exchange LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"6th Congressional District of Alabama\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"7th Congressional District of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"ABC Group, LLC (Florida)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Abu Dhabi Global Market\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Arab Emirates\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Accessibility Standards Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Administrative Office of the U.S. Courts\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Agriculture and Agri-Food Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Alcoholic Beverage Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Athletic Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Athletic Trainers\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Cosmetology and Barbering\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Dental Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Examiners for Speech-Language Pathology and Audiology\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Examiners in Counseling\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Examiners in Marriage and Family Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Examiners in Psychology\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Examiners of Assisted Living Administrators\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Examiners of Nursing Home Administrators\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Funeral Service\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Heating, Air Conditioning, and Refrigeration Contractors\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Licensure for Professional Engineers and Land Surveyors\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Massage Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Medical Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Physical Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Podiatry\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Prosthetists and Orthotists\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Public Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Registration for Foresters\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Rehabilitation Services\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Respiratory Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Board of Social Work Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Commission on Higher Education\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Credit Union Administration\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Crime Victims’ Compensation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Agriculture and Industries\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Archives and History\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Commerce, Business Development Division\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Conservation and Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Economic and Community Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Environmental Management\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Finance\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Finance, Real Property Management, Division of Construction Management\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Mental Health\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Public Health\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Electronic Security Board of Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Ethics Comission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Fire College and Personnel Standards Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Forestry Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Historical Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Home Builders Licensure Board\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Justice Information Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Law Enforcement Agency\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Legislative Services Agency\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Licensure Board for Interpreters and Transliterators\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Liquified Petroleum Gas Board\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Manufactured Housing Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Medicaid\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Medical Cannabis Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Medical Licensure Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Medical Scholarship Awards\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Nine-One-One Board\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Office of Information Technology\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Office of the Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Oil and Gas Board\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Peace Officers' Standards and Training Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Plumbers and Gas Fitters Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Professional Bail Bonding Board\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Securities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Security Regulatory Board\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama Soil and Water Conservation Committee\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Banking Department\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Board of Chiropractic Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Board of Occupational Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Council on the Arts\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Government\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Health Planning and Development Agency\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Personnel Department\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alabama State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Bar Association\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Court System\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Court System, Judicial Council\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Administration\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Commerce, Community and Economic Development\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Commerce, Community and Economic Development, Alaska Railroad Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Commerce, Community, and Economic Development, Division of Banking and Securities\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Commerce, Community, and Economic Development, Division of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Commerce, Community and Economic Development, Gasline Development Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Education and Early Development\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Environmental Conservation\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Family and Community Services\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Fish and Game\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Health and Social Services\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Labor and Workforce Development\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Labor and Workforce Development, Division of Employment and Training Services\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Labor and Workforce Development, Division of Workers' Compensation\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Labor and Workforce Development, Labor Relations Agency\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Labor and Workforce Development, Workers' Compensation Appeal Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Law\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Military and Veterans Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Public Safety\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Revenue, Mental Health Trust Authority\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Department of Transportation and Public Facilities\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Legislature\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alaska State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alternative Investment Management Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Alternative Reference Rates Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Amalgamated Transit Union\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Federation of Government Employees\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Federation of Labor and Congress of Industrial Organizations\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Federation of State, County, and Municipal Employees\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Federation of Teachers\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Guaranty Fund Group, Inc\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Hospital Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Hospital Association, Institute for Diversity and Health Equity\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Nurses Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Postal Workers Union\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"American Samoa Department of Insurance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"AmeriCorps, Office of Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Amtrak (National Railroad Passenger Corporation), Office of Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Appraisal Foundation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Area Agency on Aging for Southwest Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Area Agency on Aging of Central Florida, Inc. dba Senior Resource Alliance\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Area Agency on Aging of Northeast Florida (d/b/a Elder Source)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Argentina Ministry of Economy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Argentina\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona Corporation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona Corporation Commission, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona Department of Health Services\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona Department of Insurance and Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona State Legislature\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arizona State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Department of Commerce\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Department of Finance and Administration\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Department of Labor and Licensing\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Department of Labor and Licensing, Home Inspector Registration Board\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Department of Labor and Licensing, State Board of Collection Agencies\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas Securities Department\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas State Bank Department\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Arkansas State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Association of Florida Colleges\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Atkins - Lake City\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Atlantic Canada Opportunities Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Auld & White Constructors, LLC\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Australian Prudential Regulation Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Australia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Australian Securities and Investments Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Australia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Australian Securities Exchange\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Australia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Australia Office of Parliamentary Counsel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Australia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Autorité des marchés financiers\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"France\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Baltic Exchange\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank for International Settlements\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Switzerland\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank Indonesia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Indonesia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of Albania\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Albania\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of Botswana\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Botswana\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of England\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of England, Prudential Regulation Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of Israel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Israel\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of Korea\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"South Korea\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of Mauritius\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Mauritius\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of Mexico\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Mexico\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of Russia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Russia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bank of Thailand\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Thailand\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bats BZX Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"BBI Construction Management, Inc. (Florida)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Belgium Data Protection Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Belgium\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bermuda Monetary Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Botswana Medicines Regulatory Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Botswana\"\n            }\n        ]\n    },\n    {\n        \"name\": \"BOX Exchange LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Brasfield & Gorrie, LLC\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Consulate General Hong Kong\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Consulate-General Jerusalem\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Addis Ababa\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Amman\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Ankara\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Antananarivo\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Ashgabat\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Baghdad\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Bangkok\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Beijing\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Beirut\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Belgrade\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Berlin\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Brasilia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Bratislava\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Brussels\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Bucharest\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Buenos Aires\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Cairo\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Caracas\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Chisinau\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Conakry\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Doha\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Guatemala City\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Guatemala City (for Honduras)\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Holy See\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Jakarta\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Kathmandu\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Kyiv\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Lima\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Lisbon\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Luanda\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Luxembourg\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Madrid\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Manila\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Mexico City\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Mogadishu\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Montevideo\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Moscow\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Panama City\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Paris\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Prague\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Rabat\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Rome\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy San Jose\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Santiago\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Sarajevo\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Seoul\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Sofia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Tashkent\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy The Hague\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Tokyo\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Tripoli\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Vienna\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Warsaw\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Washington\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Yangon\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Yerevan\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Embassy Zagreb\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Hallmarking Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Abuja\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Accra\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Belmopan\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Canberra\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Colombo\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Dhaka\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Honiara\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Islamabad\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Kampala\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Kuala Lumpur\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Lilongwe\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Malta\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Maseru\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Nairobi\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Nassau\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission New Delhi\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Nicosia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Ottawa\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Port Moresby\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Port Vila\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Pretoria\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Singapore\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Suva\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Wellington\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Windhoek\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British High Commission Yaounde\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"British Office Taipei\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Bursa Malaysia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Malaysia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Achieving a Better Life Experience\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Acupuncture Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Agricultural Labor Relations Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Air Resources Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Alcoholic Beverage Control Appeals Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Alternative Energy and Advanced Transportation Financing Authority\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Apprenticeship Council\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Architects Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Arts Council\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Association of Social Rehabilitation Agencies\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Biodiversity Council\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Barbering and Cosmetology\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Behavioral Sciences\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Chiropractic Examiners\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Equalization\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Forestry and Fire Protection\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Parole Hearings\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Pilot Commissioners for the Bays of San Francisco, San Pablo, and Suisun\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Psychology\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Registered Nursing\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Board of Vocational Nursing and Psychiatric Technicians\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Bureau for Private and Postsecondary Education\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Bureau of Automotive Repair\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Bureau of Real Estate Appraisers\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Bureau of Security and Investigative Services\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Business, Consumer Services, and Housing Agency\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Cannabis Control Appeals Panel\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Cemetery and Funeral Bureau\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Central Valley Flood Protection Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Civil Rights Department\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Coachella Valley Mountains Conservancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Commission on Aging\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Commission on Disability Access\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Commission on Peace Officer Standards and Training\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Commission on Teacher Credentialing\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Community Colleges\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Conservation Corps\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Courts\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Debt and Investment Advisory Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Debt Limit Allocation Committee\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Delta Stewardship Council\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Aging\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Alcoholic Beverage Control\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Cannabis Control\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Child Support Services\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Conservation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Consumer Affairs\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Consumer Affairs, Contractors State License Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Corrections and Rehabilitation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Developmental Services\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Fair Employment and Housing\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of FI$Cal\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Finance\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Financial Protection and Innovation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Financial Protection and Innovation, Division of Corporations and Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Fish and Wildlife\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Fish and Wildlife, Office of Spill Prevention and Response\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Food and Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of General Services\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Health Care Access and Information\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Health Care Services\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Housing and Community Development\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Industrial Relations\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Industrial Relations, Division of Workers' Compensation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Industrial Relations, Labor Commissioner's Office\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Industrial Relations, Workers' Compensation Appeals Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Justice\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Justice, Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Managed Health Care\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Parks and Recreation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Pesticide Regulation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Public Health\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Real Estate\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Rehabilitation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Resources Recycling and Recovery\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Social Services\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of State Hospitals\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Tax and Fee Administration\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Technology\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Toxic Substances Control\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Veterans Affairs\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Department of Water Resources\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Disabled Veterans Business Enterprise Advisory Council\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Earthquake Authority\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Emergency Medical Services Authority\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Employment Development Department\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Employment Training Panel\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Energy Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Environmental Protection Agency\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Fair Political Practices Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Film Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Fish and Game Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Franchise Tax Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Gambling Control Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Governor’s Office of Business and Economic Development\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Governor's Office of Emergency Services\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Governor's Office of Planning and Research\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Health and Human Services Agency\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Health Benefit Exchange\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California High-Speed Rail Authority\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Highway Patrol\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Historical Records Advisory Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Horse Racing Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Housing Finance Agency\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Infrastructure and Economic Development Bank (I-Bank)\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Institute for Regenerative Medicine\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Labor and Workforce Development Agency\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Landscape Architects Technical Committee\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Legislative Analyst's Office\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Little Hoover Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Lottery\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Mental Health Services Oversight and Accountability Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Native American Heritage Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Natural Resources Agency\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California New Motor Vehicle Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Occupational Safety and Health Standards Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Office of Administrative Law\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Office of Digital Innovation\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Office of Energy Infrastructure Safety\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Office of Environmental Health Hazard Assessment\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Office of Lieutenant Governor\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Office of the State Fire Marshal\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Office of the State Public Defender\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Physician Assistant Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Pollution Control Financing Authority\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Prison Industry Authority\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Privacy Protection Agency\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Professional Fiduciaries Bureau\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Public Employees Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Public Employment Relations Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Public Utilities Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Sacramento-San Joaquin Delta Conservancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California San Diego River Conservancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California San Francisco Bay Conservation and Development Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California San Gabriel and Lower Los Angeles Rivers and Mountains Conservancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Santa Monica Mountains Conservancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Save Our Water\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Scholarshare Investment Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California School Finance Authority\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Sierra Nevada Conservancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Speech-Language Pathology and Audiology and Hearing Aid Dispensers Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Allocation Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Assembly\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Association of Counties\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Athletic Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Auditor\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Coastal Conservancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Compensation Insurance Fund\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Controller\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Council on Developmental Disabilities\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Historical Resources Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Independent Living Council\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Lands Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Mining and Geology Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Personnel Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Senate\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Teachers Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Transportation Agency\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Treasurer's Office\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Treasurer's Office, CalSavers Retirement Savings Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State University\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California State Water Resources Control Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Student Aid Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Tahoe Conservancy\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Tax Credit Allocation Committee\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Transportation Commission\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Veterans Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Veterinary Medical Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Victim Compensation Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Volunteers\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Wildlife Conservation Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"California Workforce Development Board\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canada Border Services Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canada Deposit Insurance Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canada Economic Development for Quebec Regions\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canada Employment Insurance Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canada Infrastructure Bank\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canada Research Coordinating Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canada Revenue Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Centre for Occupational Health and Safety\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Coast Guard\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Food Inspection Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Grain Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Heritage\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Institutes of Health Research\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Intellectual Property Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian International Trade Tribunal\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Northern Economic Development Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Nuclear Safety Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Radio-Television and Telecommunications Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Securities Administrators\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Security Intelligence Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Space Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Canadian Transportation Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Cancer Prevention and Research Institute of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Cannabis Regulators Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Capital Trust Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CareerSource Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Carpe Diem Community Solutions, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Cayman Islands Monetary Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE BYX Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE BZX Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE C2 Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE Clear Digital, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE EDGA Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE EDGX Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE Futures Exchange, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CBOE Global Markets, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Center for Independent Living in Central Florida, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Argentina\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Argentina\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Barbados\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Barbados\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Brazil\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Brazil\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Colombia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Colombia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Egypt\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Egypt\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Iceland\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Iceland\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Ireland\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Ireland\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Libya\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Libya\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Luxembourg\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Luxembourg\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Malaysia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Malaysia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of San Marino\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"San Marino\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Solomon Islands\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Solomon Islands\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Sri Lanka\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Sri Lanka\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of The Bahamas\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"The Bahamas\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of the Republic of Kosovo\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Republic of Kosovo\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Bank of Turkey\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Turkey\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Florida Expressway Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Central Intelligence Agency OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Certified Court Reporters' Board of Nevada\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CFA Institute\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Chicago Mercantile Exchange\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"China Securities Regulatory Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"China\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Chipola College\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Chiropractic Physicians' Board of Nevada\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Citizen's Property Insurance Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"City of Bonita Springs\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"City of Cape Coral\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"City of Ft. Lauderdale, Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"City of Key West\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"City of Miami\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"City of Sarasota\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"CME Group\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Center for Health and Environmental Data\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Civil Rights Commission\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Agriculture, Animal Health Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Agriculture, Inspection and Consumer Services Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Agriculture, Markets Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Agriculture, Plant Industry Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Early Childhood\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Early Childhood, Child Care Licensing and Administration\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Education, Division of Public School Capital Construction Assistance\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Education, State Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Health Care Policy and Financing, Medical Services Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Human Services, Adult Protective Services\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Human Services, Child Support Services\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Human Services, Commission for the Deaf, Hard of Hearing, and DeafBlind\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Human Services, Food Assistance Program\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Human Services, Office of Behavioral Health\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Labor and Employment\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Labor and Employment, Division of Oil and Public Safety\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Labor and Employment, Division of Workers Compensation\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Local Affairs, Division of Housing\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Local Affairs, Division of Property Taxation\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Natural Resources, Parks and Wildlife Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Personnel and Administration\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Personnel and Administration, Division of Capital Assets\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Personnel and Administration, Division of Central Services\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Personnel and Administration, Division of Finance and Procurement\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Personnel and Administration, Division of Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Personnel and Administration, Office of Administrative Courts\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Personnel and Administration, Office of the State Architect\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Personnel and Administration, Office of the State Controller\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Health and Environment, Air Quality Control Commission\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Health and Environment, Division of Environmental Health and Sustainability\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Health and Environment, Hazardous Materials and Waste Management Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Health and Environment, Health Facilities and Emergency Medical Services Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Health and Environment, Laboratory Services Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Health and Environment, Prevention Services Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Health and Environment, Water and Wastewater Facility Operators Certification Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Safety, Bureau of Investigation\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Safety, Division of Fire Prevention and Control\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Safety, Division of Homeland Security and Emergency Management\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Safety, Division of State Patrol\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Public Safety, School Safety Resource Center\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Banking\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Financial Services\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Audiology and Hearing Aid Provider Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Addiction Counselor Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Architects, Engineers, and Land Surveyors\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Chiropractic Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Licensed Professional Counselor Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Marriage and Family Therapist Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Psychologists Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Unlicensed Psychotherapist\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Board of Veterinary Medicine\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Colorado Podiatry Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Dental Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Medical Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Acupuncture Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Athletic Trainer Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Barber and Cosmetology Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Direct-Entry Midwifery Registration\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Funeral Home and Crematory Registration\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Massage Therapy Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Naturopathic Doctor Registration\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Occupational Therapy Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Outfitters Registration\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Radon Professionals\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Respiratory Therapy Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Office of Speech, Language Pathology Certification\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, State Board of Examiners of Nursing Home Administrators\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, State Board of Landscape Architects\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, State Board of Pharmacy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, State Board of Social Work Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, State Electrical Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, State Physical Therapy Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, State Plumbing Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Professions and Occupations, Surgical Assistant and Surgical Technologist Registration\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Real Estate\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Regulatory Agencies, Division of Securities\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Revenue, Colorado Lottery\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Revenue, Division of Gaming\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Revenue, Division of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Revenue, Liquor Enforcement Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Revenue, Marijuana Enforcement Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Revenue, Specialized Business Group\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Revenue, Taxation Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of the Treasury\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Disease Control and Public Health Response Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Division of Family and Medical Leave Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Division of Labor Standards and Statistics\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Division of Professions and Occupations, State Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Division of Unemployment Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Energy Office\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Executive Director of Health Care Policy and Financing\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Higher Education Commission\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Joint Budget Committee\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Legislative Council Staff\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Liquor and Tobacco Enforcement Division\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Lottery\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Motor Vehicle Dealer Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Office of Administrative Courts\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Office of Legislative Legal Services\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Office of the Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Office of the State Auditor\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Oil and Gas Conservation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Peace Officer Standards and Training Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Public Utilities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado River Commission of Nevada\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Senate\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado State Archives\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado State Board of Health\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado State Employee Assistance\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado State Personnel Board\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado State Treasurer\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Transportation Commission and Office of Transportation Safety\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Colorado Water Quality Control Commission\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commission on the Virginia Alcohol Safety Action Program\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commodity Futures Trading Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commodity Futures Trading Commission, Division of Clearing and Intermediary Oversight\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commodity Futures Trading Commission, Division of Clearing and Risk\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commodity Futures Trading Commission, Division of Data\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commodity Futures Trading Commission, Division of Enforcement\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commodity Futures Trading Commission, Division of Market Oversight\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commodity Futures Trading Commission, Division of Swap Dealer and Intermediary Oversight\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Commodity Futures Trading Commission, Market Participants Division\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Communications Security Establishment Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Communications Workers of America\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Community Development Financial Institutions Fund\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Competition Bureau Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Conference of State Bank Supervisors\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Congressional Research Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Agricultural Experiment Station\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Airport Authority\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Banking\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Banking, Consumer Credit Division\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Banking, Securities and Business Investments Division\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Consumer Protection\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Economic and Community Development\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Emergency Services and Public Protection\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Energy and Environmental Protection\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Public Health\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Revenue Services\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Department of Social Services\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Insurance Department\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Military Department\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Office of Consumer Counsel\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Office of Early Childhood\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Office of Policy and Management\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Office of the Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Office of the State Comptroller\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Public Utilities Regulatory Authority\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut State Agency Regulations\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut State Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut State Elections Enforcement Commission\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut State Office of Health Strategy\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Connecticut Teachers Retirement Board\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Consumer Financial Protection Bureau\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Correctional Service of Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Council of the District of Columbia\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Council of the Inspectors General on Integrity and Efficiency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Council of the Inspectors General on Integrity and Efficiency, Pandemic Response Accountability Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Court Reporters Board of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Court Services and Offender Supervision Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Court Services and Offender Supervision Agency for the District of Columbia\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Crown-Indigenous Relations and Northern Affairs Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Czech Republic Ministry of Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Czech Republic\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Da Afghanistan Bank\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Afghanistan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Daytona State College\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"DC Department of Behavioral Health\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Deborah Turner - American Consulting Professionals\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Defense Intelligence Agency OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Administrative Office of the Courts\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Agriculture, Forest Service\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Correction\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Education, Christina School District\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Elections\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Elections, Kent County\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Elections, New Castle County\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Elections, Sussex County\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Finance\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Finance, Division of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Health and Social Services, Division of Public Health\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Insurance, Office of the Insurance Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Justice\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Labor, Division of Unemployment Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control, Division of Air Quality\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control, Division of Climate, Coastal and Energy\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control, Division of Community Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control, Division of Fish and Wildlife\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control, Division of Parks and Recreation\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control, Division of Waste and Hazardous Substances\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control, Division of Water\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Natural Resources and Environmental Control, Division of Watershed Stewardship\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Safety and Homeland Security\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Safety and Homeland Security, Division of Alcohol and Tobacco Enforcement\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Safety and Homeland Security, Division of Capitol Police\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Safety and Homeland Security, Emergency Management Agency\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Safety and Homeland Security, Office of Highway Safety\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Safety and Homeland Security, Office of Highway Safety, Child Passenger Safety\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Safety and Homeland Security, Office of Highway Safety, Impaired Driving\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Safety and Homeland Security, State Police\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Services for Children, Youth and their Families\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State, Division of Historical and Cultural Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State, Division of Libraries\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State, Division of Small Business\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State, Division of the Arts\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State, Office of the State Bank Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State, Office of Veterans Services\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State, Public Archives\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of State, Public Service Commission\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Technology and Information\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Department of Transportation, Division of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Division of Arts\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Division of Corporate and International Development\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Division of Industrial Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Division of Small Business\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Governor Advisory Council for Exceptional Citizens\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Health and Social Services\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Health Information Network\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Investor Protection Unit\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Office of Management and Budget\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Office of the Auditor, Auditor of Accounts\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Office of the Lieutenant Governor\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Office of the State Treasurer\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Office of the State Treasurer, Cash Management Policy Board\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Public Employees’ Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware River Basin Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware State Auditor\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware State Fire Prevention Commission, State Fire Marshal\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware State Housing Authority\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Tourism Office\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Transit Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Delaware Weather Service\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Democratic Institutions Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"De Nederlandsche Bank\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Netherlands\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Denmark Ministry of Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Denmark\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Dental Board of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Dental Hygiene Board of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Department of Commerce and Consumer Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Department of Finance Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Department of Justice Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Depository Trust & Clearing Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Depository Trust Company\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Alcoholic Beverage Regulation Administration\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Board of Elections and Ethics\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Board of Ethics and Government Accountability\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Child and Family Services Agency\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Commission on Human Rights\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Commission on the Arts and Humanities\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Contract Appeals Board\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Buildings\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Consumer and Regulatory Affairs\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Employment Services\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of General Services\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Health Care Finance\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Housing and Community Development\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Insurance, Securities, and Banking\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Mental Health\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Parks and Recreation\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Small and Local Business Development\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of the Environment\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department of Youth Rehabilitation Services\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Department on Disability Services\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Executive Office of the Mayor\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Green Finance Authority\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Health Benefit Exchange Authority\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Homeland Security and Emergency Management Agency\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Housing Authority\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Interagency Council on Homelessness\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Lottery and Charitable Games Control Board\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Metropolitan Police Department\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Not-for-Profit Hospital Corporation\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Administrative Hearings\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Contracting and Procurement\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Documents\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Employee Appeals\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Human Rights\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Neighborhood Safety and Engagement\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Out of School Time Grants and Youth Outcomes\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Planning\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Police Complaints\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Tax and Revenue\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Auditor\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Chief Financial Officer\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Chief Medical Examiner\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the City Administrator, Office of Racial Equity\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Clemency Board\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Deputy Mayor for Education\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Deputy Mayor for Planning and Economic Development\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Deputy Mayor for Public Safety and Justice\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the Secretary\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of the State Superintendent of Education\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Victim Services\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office of Zoning\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Office on Aging\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Public Charter School Board\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Public Charter Schools\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Public Employee Relations Board\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Public Library\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Public Schools\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Public Service Commission\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Real Property Tax Appeals Commission\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Rental Housing Commission\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Retirement Board\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Sentencing Commission\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia State Athletic Association\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia State Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Taxicab Commission\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Water and Sewer Authority\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"District of Columbia Workforce Investment Council\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Dounreay\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Drug Enforcement Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Dubai Financial Services Authority\",\n        \"states\": [\n            {\n                \"name\": \"Dubai\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United Arab Emirates\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Dubai Health Authority\",\n        \"states\": [\n            {\n                \"name\": \"Dubai\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United Arab Emirates\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Duval County Public Schools, Office of Economic Opportunity\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Early Learning Coalition of Northwest Florida, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Early Learning Coalition of the Big Bend Region, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Eastern Washington University\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Economic Development Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Egypt Ministry of Communications and Information Technology\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Egypt\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Egypt National Telecom Regulatory Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Egypt\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Employees Retirement System of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Employment and Social Development Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"End Human Trafficking, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Enterprise Florida, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Enterprise Singapore\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Singapore\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Environmental Protection Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Environmental Protection Agency OIG\",\n        \"states\": [],\n        \"countries\": []\n    },\n    {\n        \"name\": \"Environment and Climate Change Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Eris Clearing, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Estonia Ministry of Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Estonia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Eurex Clearing AG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Germany\"\n            }\n        ]\n    },\n    {\n        \"name\": \"European Banking Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Austria\"\n            },\n            {\n                \"name\": \"Belgium\"\n            },\n            {\n                \"name\": \"Bulgaria\"\n            },\n            {\n                \"name\": \"Croatia\"\n            },\n            {\n                \"name\": \"Cyprus\"\n            },\n            {\n                \"name\": \"Czech Republic\"\n            },\n            {\n                \"name\": \"Denmark\"\n            },\n            {\n                \"name\": \"Estonia\"\n            },\n            {\n                \"name\": \"Finland\"\n            },\n            {\n                \"name\": \"France\"\n            },\n            {\n                \"name\": \"Germany\"\n            },\n            {\n                \"name\": \"Greece\"\n            },\n            {\n                \"name\": \"Hungary\"\n            },\n            {\n                \"name\": \"Ireland\"\n            },\n            {\n                \"name\": \"Italy\"\n            },\n            {\n                \"name\": \"Latvia\"\n            },\n            {\n                \"name\": \"Lithuania\"\n            },\n            {\n                \"name\": \"Luxembourg\"\n            },\n            {\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"name\": \"Poland\"\n            },\n            {\n                \"name\": \"Portugal\"\n            },\n            {\n                \"name\": \"Romania\"\n            },\n            {\n                \"name\": \"Slovakia\"\n            },\n            {\n                \"name\": \"Slovenia\"\n            },\n            {\n                \"name\": \"Spain\"\n            },\n            {\n                \"name\": \"Sweden\"\n            }\n        ]\n    },\n    {\n        \"name\": \"European Central Bank\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Austria\"\n            },\n            {\n                \"name\": \"Belgium\"\n            },\n            {\n                \"name\": \"Bulgaria\"\n            },\n            {\n                \"name\": \"Croatia\"\n            },\n            {\n                \"name\": \"Cyprus\"\n            },\n            {\n                \"name\": \"Czech Republic\"\n            },\n            {\n                \"name\": \"Denmark\"\n            },\n            {\n                \"name\": \"Estonia\"\n            },\n            {\n                \"name\": \"Finland\"\n            },\n            {\n                \"name\": \"France\"\n            },\n            {\n                \"name\": \"Germany\"\n            },\n            {\n                \"name\": \"Greece\"\n            },\n            {\n                \"name\": \"Hungary\"\n            },\n            {\n                \"name\": \"Ireland\"\n            },\n            {\n                \"name\": \"Italy\"\n            },\n            {\n                \"name\": \"Latvia\"\n            },\n            {\n                \"name\": \"Lithuania\"\n            },\n            {\n                \"name\": \"Luxembourg\"\n            },\n            {\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"name\": \"Poland\"\n            },\n            {\n                \"name\": \"Portugal\"\n            },\n            {\n                \"name\": \"Romania\"\n            },\n            {\n                \"name\": \"Slovakia\"\n            },\n            {\n                \"name\": \"Slovenia\"\n            },\n            {\n                \"name\": \"Spain\"\n            },\n            {\n                \"name\": \"Sweden\"\n            }\n        ]\n    },\n    {\n        \"name\": \"European Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Austria\"\n            },\n            {\n                \"name\": \"Belgium\"\n            },\n            {\n                \"name\": \"Bulgaria\"\n            },\n            {\n                \"name\": \"Croatia\"\n            },\n            {\n                \"name\": \"Cyprus\"\n            },\n            {\n                \"name\": \"Czech Republic\"\n            },\n            {\n                \"name\": \"Denmark\"\n            },\n            {\n                \"name\": \"Estonia\"\n            },\n            {\n                \"name\": \"France\"\n            },\n            {\n                \"name\": \"Germany\"\n            },\n            {\n                \"name\": \"Greece\"\n            },\n            {\n                \"name\": \"Hungary\"\n            },\n            {\n                \"name\": \"Ireland\"\n            },\n            {\n                \"name\": \"Italy\"\n            },\n            {\n                \"name\": \"Latvia\"\n            },\n            {\n                \"name\": \"Lithuania\"\n            },\n            {\n                \"name\": \"Luxembourg\"\n            },\n            {\n                \"name\": \"Malta\"\n            },\n            {\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"name\": \"Poland\"\n            },\n            {\n                \"name\": \"Portugal\"\n            },\n            {\n                \"name\": \"Romania\"\n            },\n            {\n                \"name\": \"Slovakia\"\n            },\n            {\n                \"name\": \"Slovenia\"\n            },\n            {\n                \"name\": \"Spain\"\n            },\n            {\n                \"name\": \"Sweden\"\n            }\n        ]\n    },\n    {\n        \"name\": \"European Data Protection Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Belgium\"\n            }\n        ]\n    },\n    {\n        \"name\": \"European Insurance and Occupational Pensions Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Austria\"\n            },\n            {\n                \"name\": \"Belgium\"\n            },\n            {\n                \"name\": \"Bulgaria\"\n            },\n            {\n                \"name\": \"Cyprus\"\n            },\n            {\n                \"name\": \"Czech Republic\"\n            },\n            {\n                \"name\": \"Denmark\"\n            },\n            {\n                \"name\": \"Estonia\"\n            },\n            {\n                \"name\": \"Finland\"\n            },\n            {\n                \"name\": \"France\"\n            },\n            {\n                \"name\": \"Germany\"\n            },\n            {\n                \"name\": \"Greece\"\n            },\n            {\n                \"name\": \"Hungary\"\n            },\n            {\n                \"name\": \"Ireland\"\n            },\n            {\n                \"name\": \"Italy\"\n            },\n            {\n                \"name\": \"Latvia\"\n            },\n            {\n                \"name\": \"Lithuania\"\n            },\n            {\n                \"name\": \"Luxembourg\"\n            },\n            {\n                \"name\": \"Malta\"\n            },\n            {\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"name\": \"Poland\"\n            },\n            {\n                \"name\": \"Portugal\"\n            },\n            {\n                \"name\": \"Romania\"\n            },\n            {\n                \"name\": \"Slovakia\"\n            },\n            {\n                \"name\": \"Slovenia\"\n            },\n            {\n                \"name\": \"Spain\"\n            },\n            {\n                \"name\": \"Sweden\"\n            }\n        ]\n    },\n    {\n        \"name\": \"European Securities and Markets Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Austria\"\n            },\n            {\n                \"name\": \"Belgium\"\n            },\n            {\n                \"name\": \"Bulgaria\"\n            },\n            {\n                \"name\": \"Croatia\"\n            },\n            {\n                \"name\": \"Cyprus\"\n            },\n            {\n                \"name\": \"Czech Republic\"\n            },\n            {\n                \"name\": \"Denmark\"\n            },\n            {\n                \"name\": \"Estonia\"\n            },\n            {\n                \"name\": \"Finland\"\n            },\n            {\n                \"name\": \"France\"\n            },\n            {\n                \"name\": \"Germany\"\n            },\n            {\n                \"name\": \"Greece\"\n            },\n            {\n                \"name\": \"Hungary\"\n            },\n            {\n                \"name\": \"Ireland\"\n            },\n            {\n                \"name\": \"Italy\"\n            },\n            {\n                \"name\": \"Latvia\"\n            },\n            {\n                \"name\": \"Lithuania\"\n            },\n            {\n                \"name\": \"Luxembourg\"\n            },\n            {\n                \"name\": \"Malta\"\n            },\n            {\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"name\": \"Poland\"\n            },\n            {\n                \"name\": \"Portugal\"\n            },\n            {\n                \"name\": \"Romania\"\n            },\n            {\n                \"name\": \"Slovakia\"\n            },\n            {\n                \"name\": \"Slovenia\"\n            },\n            {\n                \"name\": \"Spain\"\n            },\n            {\n                \"name\": \"Sweden\"\n            }\n        ]\n    },\n    {\n        \"name\": \"European Systemic Risk Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Austria\"\n            },\n            {\n                \"name\": \"Belgium\"\n            },\n            {\n                \"name\": \"Bulgaria\"\n            },\n            {\n                \"name\": \"Croatia\"\n            },\n            {\n                \"name\": \"Cyprus\"\n            },\n            {\n                \"name\": \"Czech Republic\"\n            },\n            {\n                \"name\": \"Denmark\"\n            },\n            {\n                \"name\": \"Estonia\"\n            },\n            {\n                \"name\": \"Finland\"\n            },\n            {\n                \"name\": \"France\"\n            },\n            {\n                \"name\": \"Germany\"\n            },\n            {\n                \"name\": \"Greece\"\n            },\n            {\n                \"name\": \"Hungary\"\n            },\n            {\n                \"name\": \"Ireland\"\n            },\n            {\n                \"name\": \"Italy\"\n            },\n            {\n                \"name\": \"Latvia\"\n            },\n            {\n                \"name\": \"Lithuania\"\n            },\n            {\n                \"name\": \"Luxembourg\"\n            },\n            {\n                \"name\": \"Malta\"\n            },\n            {\n                \"name\": \"Netherlands\"\n            },\n            {\n                \"name\": \"Poland\"\n            },\n            {\n                \"name\": \"Portugal\"\n            },\n            {\n                \"name\": \"Romania\"\n            },\n            {\n                \"name\": \"Slovakia\"\n            },\n            {\n                \"name\": \"Slovenia\"\n            },\n            {\n                \"name\": \"Spain\"\n            },\n            {\n                \"name\": \"Sweden\"\n            }\n        ]\n    },\n    {\n        \"name\": \"European Union Single Resolution Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Belgium\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Excess Line Association of New York\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Export-Import Bank OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Fannie Mae\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Farm Credit Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Farm Credit System Insurance Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Farm Service Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Accounting Standards Advisory Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Bureau of Investigation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Communications Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Crop Insurance Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Deposit Insurance Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Deposit Insurance Corporation OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Economic Development Agency for Southern Ontario Canada\",\n        \"states\": [\n            {\n                \"name\": \"Ontario\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Emergency Management Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Financial Institutions Examination Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Financial Supervisory Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Germany\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Home Loan Bank of Chicago, Mortgage Partnership Finance Program\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Housing Finance Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Housing Finance Agency, Office of Federal Housing Enterprise Oversight\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Housing Finance Agency OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Labor Relations Authority OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Office of the Under-Secretary for Economic Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Permitting Improvement Steering Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Railroad Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve Bank of Atlanta\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve Bank of Boston\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve Bank of Dallas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve Bank of New York, Treasury Market Practices Group\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve Bank of Philadelphia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve Bank of San Francisco\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve Board and Consumer Financial Protection Bureau Office of Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve Board of Governors\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Reserve System\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Trade Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Trade Commission, Bureau of Competition\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Trade Commission, Bureau of Consumer Protection\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Federal Trade Commission OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"FedNor Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Finance Authority of Maine\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Finance Commission of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Accounting Standards Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Conduct Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Consumer Agency of Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Industry Regulatory Authority, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Services Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Japan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Services Regulatory Authority of Ontario\",\n        \"states\": [\n            {\n                \"name\": \"Ontario\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Stability Oversight Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Supervisory Commission Republic of China (Taiwan)\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"China\"\n            },\n            {\n                \"name\": \"Taiwan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Financial Transactions and Reports Analysis Centre of Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Finansinspektionen\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Sweden\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Finanssivalvonta\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Finland\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Finanstilsynet\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Norway\"\n            }\n        ]\n    },\n    {\n        \"name\": \"First 5 California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Fisheries and Oceans Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Fixed Income Clearing Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Able Trust\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Administration Commission\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Agency for Health Care Administration\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Area Agency on Aging for North Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Area Agency on Aging of Palm Beach/Treasure Coast, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Association of Centers for Independent Living\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Association of Court Clerks\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Atlantic Research and Development Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Automobile Joint Underwriting Association\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Babcock Ranch Community Independent Special District\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Birth-Related Neurological Injury Compensation Association\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Board of Governors of the State University System\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Board of Trustees Internal Improvement Trust Fund\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Citizens Property Insurance Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida College System Risk Management Consortium\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Commission for the Transportation Disadvantaged\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Commission on Community Service\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Commission on Ethics\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Commission on Offender Review\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Concrete Masonry Education Council\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Corrections Accreditation Commission, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Agriculture and Consumer Services\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Business and Professional Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Children and Families\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Citrus\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Commerce, Division of Community Developement\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Commerce, Division of Workforce Services\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Economic Opportunity\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Elder Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Environmental Protection\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Financial Services\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Health in Walton County\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Highway Safety and Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Juvenile Justice\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Law Enforcement\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Legal Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Lottery\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Management Services\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Military Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of State\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Veteran Affairs, Florida is for Veterans Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Department of Veteran's Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Developmental Disabilities Council\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Development Finance Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Expressway Authorities\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Fish and Wildlife Conservation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Foundation for Correctional Excellence, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Gaming Control Commission\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Gulf Consortium\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Health Maintenance Organization Consumer Assistance Plan\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Housing Finance Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Independent Living Council\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Inland Navigation District\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Insurance Guaranty Association\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Land and Water Adjudicatory Commission\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida League of Cities\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Life and Health Insurance Guaranty Association\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Local Government Finance Commission\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Medical Malpractice Joint Underwriting Association\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Metropolitan Planning Organization\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Office of Financial Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Office of Insurance Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Office of the Attorney General, Consumer Protection Division\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Office of the State Courts Administrator\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Prescription Drug Monitoring Program Foundation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Public Service Commission\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Regional Councils Association\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Regional Transportation Authorities, South Florida Regional Transportation Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida School District of Lee County\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Self-Insurers Guaranty Association\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Senior Connection Center, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Sheriffs Association\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Sports Foundation, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida State Board of Administration\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida State Fair Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Surplus Asset Fund Trust\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Surplus Lines Service Office\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida’s Water Management Districts\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Telecommunications Relay, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Traffic Engineering Data Solutions, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida VHB\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Virtual School\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Workers' Compensation Insurance Guaranty Association, Inc\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Florida Workers' Compensation Joint Underwriting Association, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Food and Drug Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Foreign-Trade Zones Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Freddie Mac\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"French Prudential Supervision and Resolution Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"France\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Gainesville-Alachua County Regional Airport Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"General Court of the Commonwealth of Massachusetts\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"General Services Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"General Services Administration OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia Department of Banking and Finance\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia Department of Public Health\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia Legislative Black Caucus\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia Office of Insurance and Safety Fire Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia Office of Secretary of State, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Georgia State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Germany Federal Ministry of Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Germany\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ghana Food and Drugs Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Ghana\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Gibraltar Financial Services Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ginnie Mae\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Global Affairs Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Goal Associates\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Government Accountability Office OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Government Publishing Office OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Great Lakes St. Lawrence Seaway Development Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Greenhouse Gas Protocol\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Guam Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Guam\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Guernsey Financial Services Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Gulf Coast Ecosystem Restoration Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Gulf Coast State College\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hardee County Economic Development Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Business Registration Division\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Department of Commerce and Consumer Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Department of Commerce and Consumer Affairs, Business Registration Division, Securities\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Department of Commerce and Consumer Affairs, Division of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Department of Commerce and Consumer Affairs, Division of Hawaii Professional and Vocational Licensing\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Department of Commerce and Consumer Affairs, Insurance Division\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Department of Labor and Industrial Relations\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii Public Utilities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hawaii State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"HDR, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Health Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Health Services and Development Agency for the State of Tennessee\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"High Speed Two (HS2) Limited\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hillsborough County Aviation Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"H. Lee Moffitt Cancer Center & Research Institute\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"HNTB Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hong Kong Financial Services and the Treasury Bureau, Financial Services Branch\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"China\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hong Kong Financial Services and the Treasury Bureau, Treasury Branch\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Hong Kong\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hong Kong Monetary Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Hong Kong\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Hong Kong Office of the Privacy Commissioner for Personal Data\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Hong Kong\"\n            }\n        ]\n    },\n    {\n        \"name\": \"ICE Clear Credit LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"ICE Clear Europe Limited\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"ICE Clear U.S.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"ICE NGX Canada, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"ICE Swap Trade\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Department of Finance\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Department of Finance, Consumer Finance Bureau\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Department of Finance, Financial Institutions Bureau\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Department of Finance, Securities Bureau\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Office of the Administrative Rules Coordinator, Division of Financial Management\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho State Insurance Fund\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Idaho Workers' Compensation\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Illinois Department of Financial and Professional Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Illinois Department of Financial and Professional Regulation, Division of Banking\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Illinois Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Illinois Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Illinois House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Illinois Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Illinois State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Immigration, Refugees and Citizenship Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Impact Assessment Agency of Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Independent Community Bankers of America\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Air Pollution Control Division\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Behavioral Health and Human Services Licensing Board\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Board of Chiropractic Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Department of Environmental Management, Solid Waste Management Division\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Gaming Commission\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Office of the Secretary of Family and Social Services\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Office of the Secretary of State, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana State Board of Animal Health\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana State Board of Dentistry\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana State Board of Massage Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana State Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana State Government\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana State Psychology Board\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Utility Regulatory Commission\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indiana Water Pollution Control Division\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indigenous and Northern Affairs Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Indigenous Services Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Industrial Commission of Arizona\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Infinite Source Communications Group, LLC (Florida)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Infrastructure Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Innovate UK\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Innovation, Science and Economic Development Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Institute of International Bankers\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Insurance Licensing Services of America Inc\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Intercontinental Exchange\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Intergovernmental Affairs Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Alliance of Theatrical Stage Employees\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Association of Bridge, Structural, Ornamental and Reinforcing Iron Workers\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Association of Fire Fighters\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Association of Industrial Accident Boards and Commissions\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Association of Machinists and Aerospace Workers\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Brotherhood of Electrical Workers\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Brotherhood of Teamsters\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Derivatives Clearinghouse, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Organization of Securities Commissions\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Spain\"\n            }\n        ]\n    },\n    {\n        \"name\": \"International Union of Painters and Allied Trades\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Investors Exchange LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Inwood Consulting Engineers, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Accountancy Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Administrative Services Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Agriculture and Land Stewardship Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Alcoholic Beverages Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Architectural Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Board of Regents\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa City Development Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Civil Rights Commission\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa College Student Aid Commission\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Community Action Agencies Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Corrections Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Credit Union Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Criminal and Juvenile Justice Planning Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Deaf Services Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Dental Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Department of Management\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Department of Veterans Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Department on Aging\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Division of Banking\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Division of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Division on the Status of African-Americans\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Economic Development Authority\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Educational Examiners Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Education Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Engineering and Land Surveying Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Environmental Protection Commission\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Finance Authority\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Human Rights Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Inspections and Appeals Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Insurance Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Latino Affairs Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Law Enforcement Academy\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Lottery Authority\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Medicine Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Natural Resources Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Nursing Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Office of the State Public Defender\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Parole Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Persons with Disabilities Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Pharmacy Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Professional Licensing and Regulation Bureau\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Professional Licensure Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Public Employees’ Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Public Employment Relations Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Public Health Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Public Information Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Public Safety Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Racing and Gaming Commission\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Real Estate Appraiser Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa School Budget Review Committee\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Soil Conservation and Water Quality Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Status of Women Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Telecommunications and Technology Commission\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Transportation Department\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Treasurer of State\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Utilities Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Veterinary Medicine Board\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Voter Registration Commission\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Workers’ Compensation Division\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Iowa Workforce Development\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Isle of Man Financial Services Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Italy Ministry of Economy and Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Italy\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Jacksonville Port Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Japan Ministry of Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Japan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Japan Ministry of Finance, Policy Research Institute\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Japan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Joint Board for the Enrollment of Actuaries\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Judicial Conference of the United States\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Behavioral Sciences Regulatory Board\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Board of Emergency Medical Services\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Board of Healing Arts\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Board of Technical Professions\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Corporation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Department of Health and Environment, Division of Health Care Finance\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Department of Health and Environment, Division of Public Health\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Department of Revenue, Division of Property Valuation\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Human Rights Commission\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Insurance Department\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Office of the Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Office of the Securities Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Office of the State Bank Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Real Estate Appraisal Board\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Register\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas State Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas State Fair\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kansas Wildlife, Parks and Tourism Commission\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Keep Florida Beautiful Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kentucky Department of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kentucky Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kentucky General Assembly\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kentucky House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kentucky Labor Cabinet\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kentucky Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kentucky Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kentucky State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kenya Ministry of Health\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Kenya\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kenya Pharmacy and Poisons Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Kenya\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Kittelson & Associates, Inc\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Laborers’ International Union of North America\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Lake George Park Commission\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Laura Turner Planning Services\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"LCH Clearing House\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"LCH.Clearnet Limited\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"LCH.Clearnet LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"LCH Limited\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"LCH SA\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Leader of the Government in the House of Commons Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"LedgerX LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Legal Services Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Legislative Reference Bureau of Pennsylvania\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Library and Archives Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Long Island Power Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Long Island Railroad Company\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Long-Term Stock Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Elementary and Secondary Education\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Health, Medicaid\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Health, Office for Citizens with Developmental Disabilities\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Health, Office of Aging and Adult Services\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Health, Office of Behavioral Health\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Health, Office of Public Health\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Health, Office of the Secretary\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Health, Sanitarian Services\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Justice, Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Labor, Workforce Commission\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Department of Treasury\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Division of Administration\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Office of Financial Institutions, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Louisiana State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Low Level Waste Repository Ltd\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Bureau of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Commission on Indigent Legal Services\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Administrative and Financial Services, Bureau of Alcoholic Beverages and Lottery Operations / Maine State Liquor and Lottery Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Administrative and Financial Services, Bureau of Revenue Services\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Administrative and Financial Services, Maine Revenue Services\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Administrative and Financial Services, Office of Marijuana Policy\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Agriculture, Conservation and Forestry\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Agriculture, Conservation and Forestry, Board of Pesticides Control\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Agriculture, Conservation and Forestry, Maine Land Use Planning Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Economic and Community Development\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Economic and Community Development, Office of Business Development\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Environmental Protection\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Health and Human Services, Center for Disease Control and Prevention\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Health and Human Services, Office for Family Independence\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Health and Human Services, Office for Family Independence, Division of Support Enforcement and Recovery\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Health and Human Services, Office of Aging and Disability Services\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Health and Human Services, Office of Child and Family Services\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Health and Human Services, Office of MaineCare Services, Division of Policy\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Inland Fisheries and Wildlife\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Labor, Bureau of Labor Standards\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Marine Resources\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation, Bureau of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation, Bureau of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation, Office of Consumer Credit Protection\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation, Office of Professional and Occupational Regulation, American Sign Language Interpreters\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation, Office of Professional and Occupational Regulation, Board of Real Estate Appraisers\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation, Office of Professional and Occupational Regulation, Electricians’ Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation, Office of Professional and Occupational Regulation, Plumbers’ Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Professional and Financial Regulation, Office of Securities\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Public Safety, Bureau of Building Codes and Standards\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Public Safety, Gambling Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Public Safety, Gambling Control Unit\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of Public Safety, Office of the State Fire Marshal\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Department of the Secretary of State, Bureau of Corporations, Elections and Commissions\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Health Data Organization\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Human Rights Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Public Employees Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine Public Utilities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine State Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine State Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine State Housing Authority\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maine State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Marion Soil and Water Conservation District\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Board of Waterworks and Waste Systems Operators\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Board of Well Drillers\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland College Collaboration for Student Veterans Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Department of Assessments and Taxation\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Department of Labor, Office of Financial Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Department of Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Department of Natural Resources, Critical Area Commission for the Chesapeake and Atlantic Coastal Bays\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Department of the Environment\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Department of Transportation, Office of Minority Business Enterprise\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Executive Department\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Fire Prevention Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Health Care Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Higher Education Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland House of Delegates\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Institute for Emergency Medical Services Systems\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Insurance Administration\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Office of Administrative Hearings\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Register\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Secretary of General Services\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland State Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland State Ethics Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland State Lottery and Gaming Control Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Maryland Workers’ Compensation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Department of Elementary and Secondary Education\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Department of Housing and Community Development\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Department of Public Health\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Division of Banks\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Division of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Division of Marine Fisheries\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Division of Medical Assistance\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Executive Office of Health and Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Executive Office of Labor and Workforce Development\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Executive Office of Public Safety and Security\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Executive Office of Public Safety and Security, Department of Fire Services\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Gaming Commission\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Health Policy Commission\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Office of Consumer Affairs and Business Regulation, Division of Banks\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Office of Consumer Affairs and Business Regulation, Division of Insurance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Peace Officer Standards and Training Commission\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts State Board of Retirement\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts State Lottery Commission\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Massachusetts State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Media Relations Group, LLC (Miami)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Medical Board of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Medicines Control Authority of Zimbabwe\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Zimbabwe\"\n            }\n        ]\n    },\n    {\n        \"name\": \"MEMX, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Metric Engineering, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Metropolitan Transportation Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Miami-Dade County Internal Services Department\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Miami International Securities Exchange, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"MIAX Emerald, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"MIAX PEARL, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Commission on Law Enforcement Standards\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Corporations, Securities & Commercial Licensing Bureau, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Agriculture and Rural Development, Pesticide and Plant Pest Management Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Civil Rights, Civil Rights Commission\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Education, Superintendent of Public Instruction\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Environment, Great Lakes, and Energy, Air Quality Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Environment, Great Lakes, and Energy, Drinking Water and Environmental Health Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Environment, Great Lakes, and Energy, Finance and Operations Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Environment, Great Lakes, and Energy, Water Resources Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Health and Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Health and Human Services, Children's Protective Services\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Health and Human Services, Economic Stability Adminstration\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Health and Human Services, Public Health Administration\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Insurance and Financial Services\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Labor and Economic Opportunity\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Labor and Economic Opportunity, Occupational Safety & Health Administration\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Labor and Economic Opportunity, Rehabilitation Services\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Labor and Economic Opportunity, State Housing Development Authority\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Labor & Regulatory Affairs, Workers' Compensation Agency\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Licensing and Regulatory Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Natural Resources, Executive Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Natural Resources, Fisheries Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Natural Resources, Forest Resource Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Natural Resources, Law Enforcement Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Natural Resources, Wildlife Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of State, Bureau of Driver Licensing\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of State, Bureau of Elections\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Treasury, Bureau of Tax Policy\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Department of Treasury, Gaming Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Licensing and Regulatory Affairs, Bureau of Community and Health Systems\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Licensing and Regulatory Affairs, Bureau of Construction Codes\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Licensing and Regulatory Affairs, Bureau of Professional Licensing\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Licensing and Regulatory Affairs, Cannabis Regulatory Agency\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Licensing and Regulatory Affairs, Corporations, Securities and Commercial Licensing Bureau\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Licensing and Regulatory Affairs, Office of Administrative Hearings and Rules\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Licensing and Regulatory Affairs, Public Service Commisssion\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Office of Administrative Hearings and Rules\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Office of Customer Services\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan State Police, Forensic Science Division\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Michigan State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Middle Tennessee State University\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mid-Florida Area Agency on Aging, Inc. (d/b/a Elder Options)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Military Police Complaints Commission of Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Millennium Challenge Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minneapolis Grain Exchange, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Board of Architecture, Engineering, Land Surveying, Landscape Architecture, Geoscience, and Interior Design\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Board of Assessors\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Board of Dentistry\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Board of Electricity\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Board of Podiatric Medicine\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Board of School Administrators\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Commerce\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Health, Office of Medical Cannabis\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Labor and Industry\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Department of Veterans Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Office of Higher Education\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Office of the Revisor Statutes Board of Behavioral Health and Therapy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Office of the Revisor Statutes Board of High Pressure Piping Systems\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Office of the Revisor Statutes Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Office of the Revisor Statutes Mediation Services Bureau\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Pollution Control Agency\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota State Lottery\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minnesota State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Minor Courts of Pennsylvania\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Board of Animal Health\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Board of Auctioneers\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Board of Emergency Telecomunications Standards & Training\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Board of Law Enforcement Officer Standards Training\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Board of Nursing Home Administrators\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Charter School Authorizer Board\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Community College Board\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Agriculture and Commerce\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Archives & History\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Banking and Consumer Finance\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Employment Security\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Environmental Quality\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Finance and Administration\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Finance and Administration, Bureau of Building, Grounds and Real Property Management\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Marine Resources\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Department of Wildlife, Fisheries, and Parks\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Development Authority\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Division of Medicaid\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Insurance Department\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Local Goverments and Rural Water Systems Improvements Board\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Motor Vehicle Commission\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Pearl River Valley Water Supply District\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Post-Secondary Education Financial Assistance Board\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Public Employees Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Secretary of State, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Board of Cosmetology\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Board of Dental Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Board of Examiners for Licensed Professional Counselors\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Board of Massage Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Board of Medical Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Board of Physical Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Longitudinal Data Systems Governing Board\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Oil and Gas Board\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Personnel Board\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Mississippi Treasury Department\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri 911 Service Board\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Board for Architects, Professional Engineers, Professional Land Surveyors, and Professional Landscape Architects\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Board of Examiners for Hearing Instrument Specialists\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Commissioner of Education\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Commission on Human Rights\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Conservation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Consolidated Health Care Plan\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Agriculture, Animal Health\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Agriculture, Weights, Measures and Consumer Protection Division\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Commerce and Insurance, Insurance Solvency and Company Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Commerce and Insurance, Office of Athletics\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Commerce and Insurance, Real Estate Appraisers\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Commerce and Insurance, State Banking Board\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Commerce and Insurance, State Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Commerce and Insurance, State Board of Registration for the Healing Arts\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Health and Senior Services, Health Facilities Review Committee\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Labor and Industrial Relations\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Labor and Industrial Relations, Division of Employment Security\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Mental Health\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Natural Resources, Air Conservation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Public Safety, Alcohol and Tobacco Control\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Social Services, Children’s Division\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Social Services, Children’s Division, Division of Financial and Administrative Services\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Social Services, MO HealthNet Division\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Social Services, Family Support Division\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of the Public Safety, Office of the Director\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Division of Community and Public Health\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Division of Finance\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Division of Finance and Administrative Services\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Division of Regulation and Licensure\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Division of Workers’ Compensation\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Gaming Commission\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Highways and Transportation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Labor and Industrial Relations Commission\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Local Government Employees’ Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Medicaid Audit and Compliance\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Office of Administration, Division of Personnel, Personnel Advisory Board\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Office of Childhood\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Office of the Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Office of the Secretary of State, Investor Protection and Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Office of the State Treasurer\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Property and Casualty\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri State Auditor\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri State Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri State Committee for Social Workers\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri State Highway Patrol\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Workers Compensation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Missouri Department of Elementary and Secondary Education, Division of Learning Services\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Monetary Authority of Singapore\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Singapore\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Arts Council\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Board of Architects\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Board of Crime Control\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Board of Investments\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Board of Outfitters\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Board of Professional Engineers\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Board of Public Accountants\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Board of Public Education\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Burial Preservation Board\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Classification Review Committee\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Commissioner of Political Practices\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Commissioner of Securities and Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Administration\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Administration, Division of Banking and Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Commerce\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Environmental Quality\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Fish, Wildlife and Parks\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Fish, Wildlife and Parks, State Parks and Recreation Board\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Justice\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Justice, Gambling Control Division\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Alternative Health Care Board\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Behavioral Health\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Dentistry\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Medical Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Occupational Therapy Practice\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Physical Therapy Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Psychologists\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Real Estate Appraisers\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Realty Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Labor and Industry, Board of Speech-Language Pathologists and Audiologists\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Livestock\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Livestock, Board of Milk Control\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Natural Resources and Conservation\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Natural Resources and Conservation, Board of Oil and Gas Conservation\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Public Health and Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Public Service Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Fish and Wildlife Commission\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Historical Society\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Legislative Branch\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Military Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Office of Public Instruction\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Public Employees Retirement Board\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana Standards and Training Council, Public Safety Officers\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana State Banking Board\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana State Library\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana State Lottery and Sports Wagering Commission\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Montana State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Morris K. Udall and Stewart L. Udall Foundation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Municipal Securities Rulemaking Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NASDAQ BX, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NASDAQ GEMX, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NASDAQ ISE, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NASDAQ MRX, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NASDAQ PHLX LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Agricultural Statistics Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Alliance for Fair Contracting\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Archives and Records Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Archives and Records Administration, Information Security Oversight Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Archives and Records Administration OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Assessment Governing Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Association of Boards of Pharmacy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Association of State Credit Union Supervisors\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Automated Clearing House Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Bank of Belgium\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Belgium\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Bank of Georgia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Bank of Poland\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Poland\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Bank of Tajikistan\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Tajikistan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Bank of Ukraine\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Ukraine\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Battlefields Commission Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Capital Planning Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Credit Union Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Credit Union Administration OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Defence Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Education Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Film Board of Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Futures Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Governors Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Institute of Child Health and Human Development\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Institute of Standards and Technology\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Labor Relations Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Labor Relations Board OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Postal Mail Handlers Union\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Research Council Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Rural Letter Carriers' Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Science Foundation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Science Foundation OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Securities Clearing Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Security Commission on Artificial Intelligence\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"National Stock Exchange of Australia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Australia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Natural Resources Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Board of Barber Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Board of Engineers and Architects\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Crime Commission, Commission on Law Enforcement Criminal Justice\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Administrative Services\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Banking and Finance\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Correctional Services\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Environment and Energy, Environmental Quality Council\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Game and Parks Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Health and Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Liquor Control Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Public Service Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska Real Property Appraiser Board\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska State Legislature\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nebraska State Patrol\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Netherlands Ministry of Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Netherlands\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Athletic Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Board of Dispensing Opticians\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Board of Examiners for Marriage and Family Therapists and Clinical Professional Counselors\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Board of Occupational Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Board of Parole Commissioners\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Board of Trustees of the College Savings Plans\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Board of Veterinary Medical Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Board of Wildlife Commissioners\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Board on Indigent Defense Services\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Commission on Peace Officer Standards and Training\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Commission on Professional Standards in Education\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Business and Industry\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Business and Industry, Division of Industrial Relations\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Business and Industry, Division of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Business and Industry, Financial Institutions Division\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Business and Industry, Housing Division\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Business and Industry, Mortgage Lending\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Business and Industry, Office of the Labor Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Business and Industry, Real Estate Division\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Conservation and Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Conservation and Natural Resources, Division of Environmental Protection\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Conservation and Natural Resources, Division of Outdoor Recreation\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Employment, Training and Rehabilitation\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Health and Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Health and Human Services, Division of Aging and Disability Services\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Health and Human Services, Division of Child and Family Services\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Health and Human Services, Division of Public and Behavioral Health\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Health and Human Services, Division of Public and Behavioral Health, Board of Health\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Taxation\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Department of Taxation, Tax Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Division of Forestry\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Division of State Parks\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Employee-Management Relations Board\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Funeral and Cemetery Board\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Gaming Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Governors Office of Energy\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Interscholastic Activities Association\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Office of Economic Development\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Office of the Western Interstate Commission for Higher Education\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Personnel Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Physical Therapy Board\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Public Utilities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Real Estate Division, Commission for Common-Interest Communities and Condominium Hotel\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada Speech-Language Pathology, Audiology and Hearing Aid Dispensing Board\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Assembly\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Barbers’ Health and Sanitation Board\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Architecture, Interior Design and Residential Design\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Cosmetology\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Dental Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Examiners for Alcohol, Drug and Gambling Counselors\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Health\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Medical Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Oriental Medicine\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Board to Review Claims\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Contractors' Board\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Engineer\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Environmental Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Fire Marshal\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Forester Firewarden\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Police Office of Traffic Safety, Committee on Testing for Intoxification\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Public Charter School Authority\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Sealer of Consumer Equitability\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nevada State Treasurer\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire Insurance Department\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire Office of Legislative Services\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire Secretary of State, Bureau of Securities Regulation\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire State Banking Department\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Hampshire State Senate\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Bureau of Securities\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Cannabis Regulatory Commission\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Agriculture, Division of Plant Industry\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Banking and Insurance\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Environmental Protection, Division of Environmental Regulation/Division of Air Quality\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Environmental Protection, Division of Fish and Wildlife\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Labor and Workforce Development\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Law and Public Safety, Division of State Police\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Department of Law and Public Safety, Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Division of Consumer Affairs\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey General Assembly\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Office of the Secretary of Higher Education\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey Public Health Services Branch\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey State Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey State Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Jersey State Senate\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Board of Examiners for Architects\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Board of Veterinary Medicine\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Department of Game and Fish\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Department of Information Technology\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Department of Public Education\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Department of Taxation and Revenue\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Department of Workforce Solutions\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Economic Development Department\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Energy, Minerals and Natural Resources Department, Energy Conservation and Management Division\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Energy, Minerals and Natural Resources Department, Oil Conservation Commission\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Environment Department\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Human Services Department\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Human Services Department, Income Support Division\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Human Services Department, Medical Assistance Division\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Indian Affairs Department\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Life and Health Division\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Medical Board\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Office of Superintendent of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Office of the State Auditor\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Public Education Commission\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Public Regulation Commission\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Alcoholic Beverage Control Division\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Cannabis Control Division\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Chiropractic Board\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Home Inspectors Board\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Private Investigations Advisory Board\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Public Accountancy Board\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Real Estate Appraisers Board\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Regulation and Licensing Department, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico State Ethics Commission\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New Mexico State Senate\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Board of Commissioner of Pilots\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York City Department of Consumer and Worker Protection\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York City Transit Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Commission on Ethics and Lobbying in Government\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Agriculture and Markets\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Audit and Control\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Civil Service\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Corrections and Community Supervision\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Economic Development\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Environmental Conservation\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Law\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of State\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of State, Division of Consumer Protection\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Taxation and Finance\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Division of Criminal Justice Services\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Division of Homeland Security and Emergency Services\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Division of Housing and Community Renewal\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Division of Human Rights\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Energy Research and Development Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Gaming Facility Location Board\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Higher Education Services Corporation\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Hotel and Motel Trades Council\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Industrial Board of Appeals\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Joint Commission on Public Ethics\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Metro-North Commuter Railroad\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office for People with Developmental Disabilities\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office for the Aging\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of Alcoholism and Substance Abuse Services\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of Cannabis Management\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of Children and Family Services\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of General Services\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of Information Technology Services\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of Mental Health\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of Parks, Recreation and Historic Preservation\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of Temporary and Disability Assistance\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of the Medicaid Inspector General\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Office of Victim Services\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Public Employment Relations Board\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Public Service Commission\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Assembly\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Board of Elections\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Bridge Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Commission of Correction\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Commission on Judicial Conduct\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Department of Financial Services\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Department of Financial Services - Banking\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Education Department\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Gaming Commission\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Liquor Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Office of the Attorney General, Investor Protection Bureau\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Senate\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Thruway Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York State Urban Development Corporation\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Stock Exchange LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Triborough Bridge and Tunnel Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"New York Workers Compensation Board\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Niagara Falls Water Board\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nodal Clear, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North American Derivatives Exchange, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North American Securities Administrators Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Bay Village\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Department of Health and Human Services\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Department of Public Instruction\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Office of Administrative Hearings\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Office of Commissioner of Banks\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina Secretary of State, Division of Securities\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Carolina State Senate\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Administrative Rules Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Agriculture and Natural Resources Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Agriculture Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Board of Podiatric Medicine\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Budget Section Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Department of Environmental Quality\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Department of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Department of Labor and Human Rights\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Department of Mineral Resources\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Education Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Education Standards and Practices Board\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Employee Benefits Programs Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Energy Development and Transmission Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Ethics Commission\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Game and Fish Department\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Government Finance Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Government Services Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Health Care Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Health Services Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Higher Education Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Human Services Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Information Technology Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Judiciary Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Juvenile Justice Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Legacy and Budget Stabilization Fund Advisory Board\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Legislative Audit and Fiscal Review Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Legislative Management Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Legislative Procedure and Arrangements Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Office of Management and Budget\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Public Service Commission\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Real Estate Appraiser Qualifications and Ethics Board\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Redistricting Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Retirement Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota School Funding Task Force\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Secretary of State - Emergency\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Securities Department\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota State Board of Integrative Health Care\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota State Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota State Gaming Commission\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota State Seed Department\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota State Senate\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Superintendent of Public Instruction\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Taxation Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Tax Relief Advisory Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Tribal and State Relations Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Water Topics Overview Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Workforce Committee\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"North Dakota Workforce Safety and Insurance\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Northwest Florida Area Agency on Aging\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nova Scotia Securities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Nova Scotia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Nuclear Regulatory Commission OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NYSE American LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NYSE Arca, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NYSE Chicago, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"NYSE National, Inc.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of Foreign Assets Control\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of Government Information Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of Indiana State Chemist\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of Personnel Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of Personnel Management OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of Refugee Resettlement\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Comptroller of the Currency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Illinois Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Illinois Secretary of State, Securities Department\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Inspector General of the Intelligence Community\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Montana State Auditor, Commissioner of Securities and Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Procurement Ombudsman Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Secretary of the Treasury\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Taxpayers' Ombudsman Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the Under Secretary for Economic Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Office of the United States Trade Representative\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Board of Psychology\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Aging\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Commerce, Division of Securities\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Commerce, Real Estate and Professional Licensing\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Health, Bureau of Environmental Health and Radiation Protection\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Higher Education\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Job and Family Services\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Job and Family Services, Division of Public Assistance\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Job and Family Services, Division of Social Services\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Rehabilitation and Correction\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Department of Rehabilitation and Correction, Division of Parole and Community Service\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Environmental Protection Agency\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio.gov General Media\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Occupational Therapy, Physical Therapy, and Athletic Trainers Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio State Government\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ohio Vision Professionals Board\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Okeechobee County Board of County Commissioners\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Banking Department\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Department of Career and Technology Education\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Department of Securities\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Health Care Authority\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Insurance Department\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Office of the State Treasurer\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oklahoma Tax Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"OneChicago, LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ontario Securities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Ontario\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ontario Securities Commission, Capital Markets Tribunal\",\n        \"states\": [\n            {\n                \"name\": \"Ontario\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ontario Securities Commission, Investment Funds and Structured Products Branch\",\n        \"states\": [\n            {\n                \"name\": \"Ontario\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ontario Securities Commission, Investor Advisory Panel\",\n        \"states\": [\n            {\n                \"name\": \"Ontario\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Orange County Research and Development Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Appraiser Certification and Licensure Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Chiropractic Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Dentistry\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Examiners for Engineering and Land Surveying\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Examiners for Speech-Language Pathology and Audiology\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Geologist Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Licensed Social Workers\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Massage Therapists\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Medical Imaging\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Naturopathic Medicine\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Parole\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Physical Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Board of Tax Practitioners\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Bureau of Labor and Industries\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Business Development Department\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Criminal Justice Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Administrative Services\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Administrative Services, Chief Human Resources Office\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Alfalfa Seed Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Beef Council\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Dairy Products Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Dungeness Crab Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Fine Fescue Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Hazelnut Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Mint Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Potato Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Processed Vegetable Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Raspberry and Blackberry Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Ryegrass Growers Seed Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Sheep Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Strawberry Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Sweet Cherry Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Trawl Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Agriculture, Wheat Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Aviation\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Consumer and Business Services, Building Codes Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Consumer and Business Services, Directors Office\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Consumer and Business Services, Finance and Securities Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Consumer and Business Services, Health Insurance Marketplace\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Consumer and Business Services, Insurance Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Consumer and Business Services, Occupational Safety and Health Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Consumer and Business Services, Workers' Compensation Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Education, Early Learning Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Education, Youth Development Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Energy\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Environmental Quality\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Fish and Wildlife\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Forestry\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Human Services, Home Care Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Justice\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Land Conservation and Development\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Public Safety Standards and Training\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of State Lands\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Transportation, Driver and Motor Vehicle Services Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Transportation, Highway Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Transportation, Motor Carrier Transportation Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Department of Transportation, Public Transit Division\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Division of Financial Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Employment Relations Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Film and Video Office\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Government Ethics Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority, Health Licensing Office\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority, Health Licensing Office, Behavior Analysis Regulatory Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority, Health Licensing Office, Board of Licensed Dietitians\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority, Health Licensing Office, Long Term Care Administrators Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority, Health Policy and Analytics\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority, Health Systems Division: Behavioral Health Services\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority, Oregon Educators Benefit Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Health Authority, Public Employees Benefit Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Higher Education Coordinating Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Higher Education Coordinating Commission, Office of Degree Authorization\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Higher Education Coordinating Commission, Office of Student Access and Completion\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Housing and Community Services\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Landscape Contractors Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Land Use Board of Appeals\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Liquor Control Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Medical Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Mental Health Regulatory Agency, Board of Licensed Professional Counselors and Therapists\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Mental Health Regulatory Agency, Board of Psychology\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Occupational Therapy Licensing Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Office of State Fire Marshal\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Oversight and Accountability Council\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Parks and Recreation Department\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Patient Safety Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Psychiatric Security Review Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Public Employees Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Public Utilities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Public Utility Commission, Board of Maritime Pilots\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Real Estate Agency\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon State Board of Architect Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon State Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon State Library\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon State Lottery\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon State Marine Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon State Treasury\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Teacher Standards and Practices Commission\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Veterinary Medical Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Water Resources Department\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Oregon Youth Authority\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pacific Economic Development Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pacific Northwest Electric Power and Conservation Planning Council\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            },\n            {\n                \"name\": \"Montana\"\n            },\n            {\n                \"name\": \"Oregon\"\n            },\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pakistan Ministry of Narcotics Control\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Pakistan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pakistan National Accountability Bureau\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Pakistan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pakistan Senate\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Pakistan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Parks Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Parsons Transportation Group Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pasco County Board of County Commissioners\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pasco-Pinellas Area Agency on Aging\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Patented Medicine Prices Review Board Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Peace Corps OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Board of Coal Mine Safety\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Capitol Preservation Committee\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Commission on Crime and Delinquency\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Commission on Sentencing\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Council on the Arts\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Aging\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Banking and Securities\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Community and Economic Development\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Conservation and Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Conservation & Natural Resources, Bureau of Recreation and Conservation\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Drug and Alcohol Programs\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Environmental Protection\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of General Services\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Labor and Industry\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Military and Veteran Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of State\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Department of Treasury\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Emergency Management Agency\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Farm Show\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Fish and Boat Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Game Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Gaming Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania General Assembly\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Health Care Cost Containment Council\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Historical and Museum Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Housing Finance Agency\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Human Relations Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Independent Regulatory Review Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Infrastructure Investment Authority\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Insurance Department\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Intergovernmental Cooperation Authority\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Intergovernmental Cooperation Authority for the City of Harrisburg\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Liquor Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Milk Marketing Board\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Office of Administration\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Office of the Budget\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Office of the State Fire Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Office of the State Inspector General\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Patient Safety Authority\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Public School Employees’ Retirement  Board\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Public Utility Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania School Employees' Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Board of Dentistry\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Board of Medicine\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Board of Vehicle Manufacturers, Dealers and Salespersons\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Conservation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Employees Retirement Board\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Ethics Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Horse Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Police\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania State Tax Equalization Board\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Supreme Court\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pennsylvania Unemployment Compensation Board of Review\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pension Benefit Guaranty Corporation OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pharmacy Board of Sierra Leone\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Sierra Leone\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pharmacy Council of Nigeria\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Nigeria\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Philadelphia Parking Authority\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Philippines Department of Environment and Natural Resources\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Republic of the Philippines\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Philippines Department of Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Republic of the Philippines\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Philippines Securities and Exchange Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Republic of the Philippines\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Physical Therapy Board of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Pinellas County License Board\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Polar Knowledge Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Polk Regional Water Cooperative\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Power Authority of the State of New York\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Prairies Economic Development Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Prescription Drug Afforability Board\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"PRIDE Enterprises (Florida)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Privy Council Office Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Buildings Reform Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Company Accounting Oversight Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Employees Local 71\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Employees Retirement Association of New Mexico\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Health Agency of Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Safety Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Service Commission Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Services and Procurement Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Utilities Commission of Nevada\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Public Utility Commission of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Puerto Rico Department of Labor and Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"Puerto Rico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Qatar Ministry of Foreign Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Qatar\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Qatar Ministry of Transport\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Qatar\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Qatar Shura Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Qatar\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Quest Corporation of America, Inc. (Florida)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Quincy-Gadsden Airport Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Railroad Commission of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Reserve Bank of India\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"India\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Respiratory Care Board of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Board of Elections\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Building Code Commission\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Coastal Resources Management Council\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Commerce Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Administration\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Behavioral Health, Developmental Disabilities, and Hospitals\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Business Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Business Regulation, Banking Division\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Business Regulation, Insurance Division\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Environmental Management\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Labor and Training\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of State\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Emergency Management Agency\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Executive Office of Health and Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Infrastructure Bank\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Office of Energy Resources\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Office of the General Treasurer\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Office of the LT. Governor\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Office of the Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Public Utilities Commission\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island State Council on the Arts\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island State Government\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Rhode Island Treasury Department\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Richard W. Pringle, P.A.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Royal Canadian Mounted Police\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Santa Clara County Office of Communications and Public Affairs\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Santa Clara County Public Health Department\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Santa Fe Community College\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Sarasota County Public Hospital Board\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Saudi Arabia Capital Market Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Saudi Arabia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Saudi Arabia National Cybersecurity Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Saudi Arabia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Saudi Central Bank\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Saudi Arabia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"SBV Revises License of Vietinbank\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Scalar Consulting Group Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Board of India\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"India\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Division of Corporation Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Division of Investment Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Division of Trading and Markets\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, EDGAR Business Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Investor.gov\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Office of Compliance Inspections and Examinations\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Office of Freedom of Information Act Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Office of Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Office of the Ethics Counsel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission, Office of the General Counsel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Exchange Commission of Pakistan\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Pakistan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities and Futures Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Hong Kong\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Securities Investor Protection Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Sellafield Ltd\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Semiconductor Industry Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Senate of Virginia\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Seychelles Ministry of Health\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Seychelles\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Shared Services Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Sheet Metal Workers' International Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Singapore Attorney-General’s Chambers, Legislation Division\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Singapore\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Singapore Exchange\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Singapore\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Singapore Exchange Derivatives Clearing Limited\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Singapore\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Singapore Health Sciences Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Singapore\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Singapore Ministry of Manpower\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Singapore\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Singapore Ministry of Manpower, Workplace Safety and Health Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Singapore\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Smithsonian Institution OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Social Sciences and Humanities Research Council Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Africa National Department of Health, Health Product Regulatory Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"South Africa\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina Department of Commerce\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina Department of Labor, Licensing and Regulations\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina Legislative Council of the General Assembly\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina Office of the Attorney General, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina State Board of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Carolina State Senate\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dade Soil and Water Conservation District\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Board of Regents\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Bureau of Administration\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Bureau of Finance and Management\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Bureau of Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Bureau of Information and Telecommunications\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Environment and Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Game, Fish and Parks\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Housing Development\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Labor and Regulation\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Labor and Regulation, Division of Insurance - Securities Regulation\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Legislative Audit\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Public Safety\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Public Utilities Commission\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Social Services\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Tourism\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Department of Veterans Affairs\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Division of Banking\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Division of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Governor's Office of Economic Development\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Legislative Research Council\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Lottery\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Office of the Attorney General, Consumer Protection Division\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Office of the School and Public Lands Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Public Broadcasting\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota State Government\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota State Senate\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Tribal Relations\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Dakota Unified Judicial System\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"South Florida Community Care Network\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Southwest Florida Criminal Justice Academy\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Space Florida, Florida’s Aerospace and Spaceport Development Authority\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Speaker of the U.S. House of Representatives\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Stantec Consulting, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State Administration of Foreign Exchange\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"China\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State Bank of Pakistan\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Pakistan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State Bank of Vietnam\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Vietnam\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State Bar of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State Law Library of Montana\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State Medical Board of Ohio\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Staten Island Rapid Transit Operating Authority\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State of Connecticut Workers Compensation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State of Minnesota’s Executive Branch\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State of Nevada Board of Psychological Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State of Oregon Employment Department\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State Police of Rhode Island\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"State University of New York\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Steelworkers Organizing Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Sunshine State One-Call of Florida, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Supreme Court of Pakistan\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Pakistan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Susquehanna River Basin Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Swiss Financial Market Supervisory Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Switzerland\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Swiss National Bank\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Switzerland\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Taiwan Stock Exchange, Corporate Governance Center\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Taiwan\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Teacher Retirement System of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Air Pollution Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Alcoholic Beverage Commission\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board for Licensing Health Care Facilities\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Athletic Trainers\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Communications Disorders and Sciences, Council for Licensing Hearing Instrument Specialists\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Control\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Cosmetology and Barber Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Court Reporting\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Dentistry\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Dietitians/Nutritionist Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Dispensing Opticians\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Medical Examiners, Advisory Committee for Acupuncture\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Medical Examiners' Committee for Clinical Perfusionists\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Occupational Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Osteopathic Examination, Council of Certified Professional Midwifery\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Podiatric Medical Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Respiratory Care\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Board of Water Quality, Oil and Gas\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Children's Services\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Commission on Aging and Disability\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Commission on Fire Fighting\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Comptroller of the Treasury, State Board of Equalization\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Commerce and Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Commerce and Insurance, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Environment and Conservation\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Finance and Administration\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of General Services\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Human Service\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Intellectual and Developmental Disabilities\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Labor and Workforce Development\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of State\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Department of Treasury, Collateral Pool Board\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Fish and Wildlife Commission\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Labor and Workforce Development\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Mental Health and Substance Abuse Services\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Public Charter School Commission\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Public Utility Commission\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Real Estate Appraiser Commission\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Safety and Homeland Security\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Senate Standing Committee, Government Operations\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee State Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee State Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee State Government\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Student Assistance Corporation\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Underground Storage Tanks and Solid Waste Disposal Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Valley Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Valley Authority OIG\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tennessee Wildlife Resources Agency\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"test1\",\n        \"states\": [\n            {\n                \"name\": \"Abu Dhabi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Argentina\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Test Dewan Agency\",\n        \"states\": [\n            {\n                \"name\": \"Abu Dhabi\"\n            },\n            {\n                \"name\": \"Alabama\"\n            },\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"Tajikistan\"\n            },\n            {\n                \"name\": \"Thailand\"\n            },\n            {\n                \"name\": \"The Bahamas\"\n            },\n            {\n                \"name\": \"Turkey\"\n            },\n            {\n                \"name\": \"Ukraine\"\n            },\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Alcoholic Beverage Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Animal Health Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Apiary Inspection Services\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Appraiser Licensing and Certification Board\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Behavioral Health Executive Council\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Architectural Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Chiropractic Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Occupational Therapy Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Pardons and Paroles\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Physical Therapy Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Professional Engineers and Land Surveyors\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Professional Geoscientists\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Board of Veterinary Medical Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Bond Review Board\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Civil Commitment Office\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Commission on Environmental Quality\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Commission on Fire Protection\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Commission on Jail Standards\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Commission on Law Enforcement\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Commission on State Emergency Communications\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Comptroller of Public Accounts\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Council for Developmental Disabilities\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Council on Sex Offender Treatment\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Aging and Disability Services\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Banking\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Credit Union\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Criminal Justice\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Family and Protective Services\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Housing and Community Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Information Resources\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Insurance, Division of Workers' Compensation\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Licensing and Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Public Safety\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Savings and Mortgage Lending\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of State Health Services\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Education Agency\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Ethics Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Forensic Science Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas General Land Office\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Health and Human Services Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Higher Education Coordinating Board\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Historical Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Juvenile Justice Department\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Lottery Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Medical Board\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Medical Disclosure Panel\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Military Department\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Municipal Retirement System\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Office of Consumer Credit Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Office of Injured Employee Counsel\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Office of the Governor, Economic Development and Tourism Office\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Office of the Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Optometry Board\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Parks and Wildlife Department\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board for Educator Certification\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board of Dental Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board of Examiners of Marriage and Family Therapists\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board of Examiners of Professional Counselors\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board of Examiners of Psychologists\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board of Plumbing Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board of Public Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Board of Social Worker Examiners\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Library and Archives Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Office of Administrative Hearings\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Securities Board\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas State Soil and Water Conservation Board\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Veterans Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Water Development Board\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Texas Workforce Commission\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Administrative Conference of the U.S.\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Consolidated Tape Association\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Corradino Group, Inc. (Florida)\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Disciplinary Board of the Supreme Court of Pennsylvania\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Gambia Medicines Control Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"The Gambia\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The NASDAQ Stock Market LLC\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Options Clearing Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Public School Retirement System of Missouri\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Texas Senate\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The United Brotherhood of Carpenters and Joiners of America\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"The Valerin Group, Inc.\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Traffic Commissioners for Great Britain\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Transport Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Transport Workers Union of America\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Treasury Board of Canada Secretariat\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Tri-agency Institutional Programs Secretariat Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"tst\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Albania\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Accelerated Capability Environment\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Advisory Committee on Business Appointments\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Advisory Committee on Clinical Excellence Awards\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Advisory Committee on Clinical Impact Awards\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Advisory Council on the Misuse of Drugs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Air Accidents Investigation Branch\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Animal and Plant Health Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Atomic Energy Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Attorney Generals Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Biometrics and Forensics Ethics Group\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Biometrics Commissioner\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Bona Vacantia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Cabinet Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Central Arbitration Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Centre for Connected and Autonomous Vehicles\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Centre for Data Ethics and Innovation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Centre for Environment, Fisheries and Aquaculture Science\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Certification Officer\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Charity Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Child Safeguarding Practice Review Panel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Civil Nuclear Police Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Civil Procedure Rule Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Civil Service, Government Legal Profession\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Coal Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Commission for Countering Extremism\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Commission on Race and Ethnic Disparities\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Committee on Fuel Poverty\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Committee on Radioactive Waste Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Committee on Standards in Public Life\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Companies House\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Competition and Markets Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Council for Science and Technology\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Criminal Injuries Compensation Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Defence and Armed Forces\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Defence and Security Accelerator\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Defence and Security Exports\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Defence Equipment and Support\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Defence Infrastructure Organisation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Defence Science and Technology Laboratory\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Delegation to the OSCE\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Business and Trade\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Business, Energy and Industrial Strategy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Culture, Media and Sport\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Digital, Culture, Media and Sport\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Education\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Energy Security and Net Zero\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Environment, Food and Rural Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for International Trade\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for International Trade Australia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for International Trade New Zealand\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Levelling Up, Housing and Communities\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Levelling Up, Housing and Communities, Office for Place\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Science, Innovation and Technology\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Science, Innovation and Technology, Geospatial Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Transport\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department for Work and Pensions\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Department of Health and Social Care\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Disclosure and Barring Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Driver and Vehicle Licensing Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Driver and Vehicle Standards Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Education and Skills Funding Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Environment Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Equality Hub\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Evaluation Task Force\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Export Control Joint Unit\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Export Finance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Family Procedure Rule Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Flood and Coastal Erosion Risk Management Research and Development Programme\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Flood Forecasting Centre\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Foreign, Commonwealth & Development Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Foreign & Commonwealth Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Forensic Science Regulator\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Forestry Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Actuarys Department\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Analysis Function\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Chemist\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Data Quality Hub\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Digital Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Equalities Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Geography Profession\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Legal Department\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Office for Science\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Property Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Science & Engineering Profession\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Government Skills and Curriculum Unit\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Gov Facility Services Limited\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Groceries Code Adjudicator\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Health Security Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Highways England\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. HM Courts and Tribunals Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. HM Inspectorate of Constabulary and Fire & Rescue Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. HM Land Registry\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. HM Revenue & Customs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. HM Treasury\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. HM Treasury, Office of Financial Sanctions Implementation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Holocaust Memorial Foundation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Home Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Home Office, Accelerated Capability Environment\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Homes England\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Hydrographic Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Independent Chief Inspector of Borders and Immigration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Industrial Injuries Advisory Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Infrastructure and Projects Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Intellectual Property Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Joint Nature Conservation Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Legal Aid Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Low Pay Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Magnox Ltd\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Marine Accident Investigation Branch\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Marine Management Organisation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Maritime and Coastguard Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Medicines and Healthcare Products Regulatory Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Met Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Migration Advisory Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Ministry of Defence\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Ministry of Housing, Communities & Local Government\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Ministry of Justice\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Mission to ASEAN\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Mission to the UN in Vienna\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Mission to the WTO, UN and Other International Organisations (Geneva)\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Mission to UN in New York\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. National Data Guardian\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. National Highways\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. National Screening Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Natural England\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Northern Ireland Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Nuclear Decommissioning Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Nuclear Waste Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office for Local Government\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office for Place\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office for Product Safety and Standards\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office for Standards in Education, Children's Services and Skills (Ofsted)\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office for Veterans' Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of Qualifications and Examinations Regulation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of Tax Simplification\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of the Advocate General for Scotland\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of the Immigration Services Commissioner\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of the Parliamentary Counsel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of the Public Guardian\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of the Regulator of Community Interest Companies\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of the Schools Adjudicator\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of the Secretary of State for Scotland\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Office of the Secretary of State for Wales\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Offshore Petroleum Regulator for Environment and Decommissioning\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Open Innovation Team\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Operational Delivery Profession\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Parole Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Planning Inspectorate\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Police Remuneration Review Body\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Prime Ministers Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Prisons and Probation Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Prison Service Pay Review Body\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Public Health England\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Pubs Code Adjudicator\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Radioactive Waste Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Rail Accident Investigation Branch\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Ukraine Office of the President\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Ukraine\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Regulator of Social Housing\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Regulatory Policy Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Research and Innovation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Reserve Forces' and Cadets' Associations\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Rural Payments Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Science and Innovation Network in Slovakia\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Science and Technology Facilities Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Security Industry Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Security Vetting Appeals Panel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Senior Salaries Review Body\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Single Source Regulations Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Social Mobility Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Social Security Advisory Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Space Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Strategic Command\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Student Loans Company\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Submarine Delivery Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Surveillance Camera Commissioner\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. the Insolvency Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. The Insolvency Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Trade Remedies Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Trade Remedies Authority, Investigations Directorate\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Valuation Office Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Veterinary Medicines Directorate\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.K. Visas and Immigration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Unified Judicial System of Pennsylvania\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"United Arab Emirates Telecommunications and Digital Government Regulatory Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Arab Emirates\"\n            }\n        ]\n    },\n    {\n        \"name\": \"United Association of Journeymen and Apprentices of the Plumbing, Pipefitting and Sprinkler Fitting Industry of the United States and Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            },\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"United Automobile, Aerospace and Agricultural Implement Workers of America\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"United Food and Commercial Workers International Union\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"United Kingdom Security Vetting\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"United States Institute of Peace\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"United States Sentencing Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"United States Supreme Court\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Unite Here\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"University of Alaska\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"University of Alaska, Anchorage\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"University of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"University of the District of Columbia\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. AbilityOne Commission OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Advisory Council on Historic Preservation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. African Development Foundation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Agency for Global Media\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Agency for Healthcare Research and Quality\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Agency for International Development\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Agency for International Development OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Alcohol and Tobacco Tax and Trade Bureau\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. American Battle Monuments Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Appalachian Regional Commission, Office of Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Architectural and Transportation Barriers Compliance Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Central District of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Central District of Illinois\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Alaska\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Arizona\",\n        \"states\": [\n            {\n                \"name\": \"Arizona\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Colorado\",\n        \"states\": [\n            {\n                \"name\": \"Colorado\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Connecticut\",\n        \"states\": [\n            {\n                \"name\": \"Connecticut\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Delaware\",\n        \"states\": [\n            {\n                \"name\": \"Delaware\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of District of Columbia\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Hawaii\",\n        \"states\": [\n            {\n                \"name\": \"Hawaii\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Idaho\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Kansas\",\n        \"states\": [\n            {\n                \"name\": \"Kansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Maine\",\n        \"states\": [\n            {\n                \"name\": \"Maine\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Maryland\",\n        \"states\": [\n            {\n                \"name\": \"Maryland\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Massachusetts\",\n        \"states\": [\n            {\n                \"name\": \"Massachusetts\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Minnesota\",\n        \"states\": [\n            {\n                \"name\": \"Minnesota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Montana\",\n        \"states\": [\n            {\n                \"name\": \"Montana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Nebraska\",\n        \"states\": [\n            {\n                \"name\": \"Nebraska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Nevada\",\n        \"states\": [\n            {\n                \"name\": \"Nevada\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of New Hampshire\",\n        \"states\": [\n            {\n                \"name\": \"New Hampshire\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of New Jersey\",\n        \"states\": [\n            {\n                \"name\": \"New Jersey\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of New Mexico\",\n        \"states\": [\n            {\n                \"name\": \"New Mexico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of North Dakota\",\n        \"states\": [\n            {\n                \"name\": \"North Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Oregon\",\n        \"states\": [\n            {\n                \"name\": \"Oregon\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Puerto Rico\",\n        \"states\": [\n            {\n                \"name\": \"Puerto Rico\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Rhode Island\",\n        \"states\": [\n            {\n                \"name\": \"Rhode Island\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of South Carolina\",\n        \"states\": [\n            {\n                \"name\": \"South Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of South Dakota\",\n        \"states\": [\n            {\n                \"name\": \"South Dakota\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Utah\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Vermont\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Virgin Islands\",\n        \"states\": [\n            {\n                \"name\": \"U.S. Virgin Islands\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, District of Wyoming\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Arkansas\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Kentucky\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Louisiana\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Michigan\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Missouri\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of New York\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of North Carolina\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Oklahoma\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Pennsylvania\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Tennessee\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Virginia\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Washington\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Eastern District of Wisconsin\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Guam & Northern Mariana Islands\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Middle District of Alabama\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Middle District of Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Middle District of Georgia\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Middle District of Louisiana\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Middle District of North Carolina\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Middle District of Pennsylvania\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Middle District of Tennessee\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Alabama\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Georgia\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Illinois\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Indiana\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Iowa\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Mississippi\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of New York\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Ohio\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Oklahoma\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Northern District of West Virginia\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Alabama\",\n        \"states\": [\n            {\n                \"name\": \"Alabama\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of California\",\n        \"states\": [\n            {\n                \"name\": \"California\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Georgia\",\n        \"states\": [\n            {\n                \"name\": \"Georgia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Illinois\",\n        \"states\": [\n            {\n                \"name\": \"Illinois\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Indiana\",\n        \"states\": [\n            {\n                \"name\": \"Indiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Iowa\",\n        \"states\": [\n            {\n                \"name\": \"Iowa\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Mississippi\",\n        \"states\": [\n            {\n                \"name\": \"Mississippi\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of New York\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Ohio\",\n        \"states\": [\n            {\n                \"name\": \"Ohio\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Southern District of West Virginia\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Arkansas\",\n        \"states\": [\n            {\n                \"name\": \"Arkansas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Kentucky\",\n        \"states\": [\n            {\n                \"name\": \"Kentucky\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Louisiana\",\n        \"states\": [\n            {\n                \"name\": \"Louisiana\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Michigan\",\n        \"states\": [\n            {\n                \"name\": \"Michigan\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Missouri\",\n        \"states\": [\n            {\n                \"name\": \"Missouri\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of New York\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of North Carolina\",\n        \"states\": [\n            {\n                \"name\": \"North Carolina\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Oklahoma\",\n        \"states\": [\n            {\n                \"name\": \"Oklahoma\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Pennsylvania\",\n        \"states\": [\n            {\n                \"name\": \"Pennsylvania\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Tennessee\",\n        \"states\": [\n            {\n                \"name\": \"Tennessee\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Texas\",\n        \"states\": [\n            {\n                \"name\": \"Texas\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Virginia\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Washington\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Attorney's Office, Western District of Wisconsin\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Bonneville Power Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Bureau of Economic Analysis\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Bureau of Indian Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Bureau of Industry and Security\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Bureau of Safety and Environmental Enforcement\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Census Bureau\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Chemical Safety Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S.-China Economic and Security Review Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Citizenship and Immigration Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Commission of Fine Arts\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Commission on Civil Rights\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Committee for Purchase from People Who Are Blind or Severely Disabled\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Committee for the Implementation of Textile Agreements\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Congress, Architect of the Capitol, Office Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Congress, Library of Congress\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Consumer Product Safety Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Consumer Product Safety Commission OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Copyright Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Copyright Royalty Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Corporation for National and Community Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Corporation for Public Broadcasting OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Council on Environmental Quality\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Customs and Border Protection\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Cybersecurity and Infrastructure Security Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Defense Acquisition Regulations System\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Defense Nuclear Facilities Safety Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Denali Commission\",\n        \"states\": [\n            {\n                \"name\": \"Alaska\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Agricultural Marketing Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Agricultural Research Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Animal and Plant Health Inspection Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Commodity Credit Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Economic Research Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Food and Nutrition Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Food Safety and Inspection Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Foreign Agricultural Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Forest Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, National Agricultural Library\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, National Institute of Food and Agriculture\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Office of Partnerships and Public Engagement\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Rural Business-Cooperative Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Rural Housing Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, Rural Utilities Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Agriculture, U.S. Codex Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Commerce\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Commerce, Minority Business Development Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Commerce, National Oceanic and Atmospheric Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Commerce, National Technical Information Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Commerce, National Telecommunications and Information Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Commerce, OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Defense\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Defense, Air Force Department\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Defense, Army Department\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Defense, Army Department, Corps of Engineers\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Defense, Defense Contract Management Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Defense, National Security Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Defense, Navy Department\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Defense, OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Education\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Education, OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Energy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Energy, Energy Efficiency and Renewable Energy Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Energy, Federal Energy Regulatory Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Energy OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Energy, Southeastern Power Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Energy, Southwestern Power Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Administration for Children and Families\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Administration for Community Living\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Agency for Healthcare Research and Quality\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Agency for Toxic Substances and Disease Registry\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Centers for Disease Control and Prevention\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Centers for Disease Control and Prevention, National Center on Birth Defects and Developmental Disabilities\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Centers for Disease Control and Prevention, the National Institute for Occupational Safety and Health\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Centers for Medicare and Medicaid Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Indian Health Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Mentalhealth.gov\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, Center for Scientific Review\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, Clinical Center\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, Division of Program Coordination, Planning, and Strategic Initiatives, Office of Disease Prevention\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, Division of Program Coordination, Planning, and Strategic Initiatives, Office of Research Infrastructure Programs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, Division of Program Coordination, Planning, and Strategic Initiatives, Office of Strategic Coordination\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Cancer Institute\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Cancer Institute, Center for Global Health\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Center for Advancing Translational Sciences\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Center for Complementary and Integrative Health\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Eye Institute\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Heart, Lung, and Blood Institute\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Human Genome Research Institute\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Allergy and Infectious Diseases\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Arthritis and Musculoskeletal and Skin Diseases\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Biomedical Imaging and Bioengineering\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Dental and Craniofacial Research\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Diabetes and Digestive and Kidney Diseases\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Environmental Health Sciences\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of General Medical Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Mental Health\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Neurological Disorders and Stroke\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute of Nursing Research\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute on Aging\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute on Alcohol Abuse and Alcoholism\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute on Deafness and Other Communication Disorders\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute on Drug Abuse\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Institute on Minority Health and Health Disparities\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, National Library of Medicine\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, Office of Behavioral and Social Sciences Research\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, National Institutes of Health, Office of the Director\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Strategic Preparedness and Response Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health and Human Services, Substance Abuse and Mental Health Services Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Health Resources and Services Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Homeland Security\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Homeland Security OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Homeland Security, Secret Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Homeland Security, Transportation Security Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Homeland Security, U.S. Coast Guard\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Housing and Urban Development\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Housing and Urban Development, Neighborhood Reinvestment Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Housing and Urban Development, Office of Public and Indian Housing, Office of Native American Programs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Housing and Urban Development OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice, Antitrust Division\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice, Bureau of Alcohol, Tobacco, Firearms and Explosives\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice, Federal Bureau of Prisons, National Institute of Corrections\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice, Foreign Claims Settlement Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice, National Institute of Justice\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice, Office of Justice Programs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice, Office of Juvenile Justice and Delinquency Prevention\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Justice, Parole Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Administrative Review Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Benefits Review Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Bureau of International Labor Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Bureau of Labor Statistics\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Centers for Faith and Opportunity Initiatives\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Employee Benefits Security Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Employees' Compensation Appeals Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Employment and Training Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Mine Safety and Health Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Occupational Safety and Health Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Occupational Safety and Health Review Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of Administrative Law Judges\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of Disability Employment Policy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of Federal Contract Compliance Programs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of Labor-Management Standards\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of Public Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of the Assistant Secretary for Administration and Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of the Assistant Secretary for Policy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of the Secretary\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of the Solicitor\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Office of Workers Compensation Programs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Pension Benefit Guaranty Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Veterans' Employment and Training Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Wage and Hour Division\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Labor, Women's Bureau\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of State\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of State, Office of Treaty Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of State OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior, Bureau of Land Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior, Bureau of Ocean Energy Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior, Bureau of Reclamation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior, Fish and Wildlife Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior, National Indian Gaming Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior, National Park Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior, Office of Natural Resources Revenue\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior, Office of Surface Mining Reclamation and Enforcement\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Interior OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Bureau of Engraving and Printing\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Bureau of the Fiscal Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Financial Crimes Enforcement Network\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Internal Revenue Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Office of Investment Security\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Office of the Special Inspector General for Pandemic Recovery\",\n        \"states\": [],\n        \"countries\": []\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Office of the Treasury Inspector General for Tax Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Disaster Field Operations Center East\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Disaster Field Operations Center West\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Capital Access\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Credit Risk Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Disaster Assistance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Disaster Recovery and Resilience\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Financial Assistance\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of General Counsel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Hearings and Appeals\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Investment and Innovation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Performance, Planning, and the Chief Financial Officer\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Policy, Planning and Liaison\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Office of Veterans Business Development\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, San Antonio District Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Virginia District Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, Small Business Administration, Wisconsin District Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of the Treasury, U.S. Mint\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Bureau of Transportation Statistics\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Federal Aviation Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Federal Highway Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Federal Motor Carrier Safety Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Federal Transit Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Maritime Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, National Highway Traffic Safety Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Office of the Executive Secretariat, Committee on the Marine Transportation System\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Pipeline and Hazardous Materials Safety Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Transportation, Unified Carrier Registration Plan\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Veterans Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Department of Veterans Affairs OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. District Court, Northern District of New York\",\n        \"states\": [\n            {\n                \"name\": \"New York\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Election Assistance Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Election Assistance Commission OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Energy Information Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Equal Employment Opportunity Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Equal Employment Opportunity Commission OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Executive Office for Immigration Review\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Executive Office of the President\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Executive Office of the President, National Space Council\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Executive Office of the President, Office of Science and Technology Policy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Executive Office of the President, Office of the Intellectual Property Enforcement Coordinator\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Executive Office of the President, Office of the National Cyber Director\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Export-Import Bank\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Bureau of Prisons\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Council on the Arts and the Humanities\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Election Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Election Commission OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Labor Relations Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Maritime Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Maritime Commission OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Mediation and Conciliation Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Mine Safety and Health Review Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Federal Retirement Thrift Investment Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. First Responder Network Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Geological Survey\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Government Publishing Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. House of Representatives\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. House of Representatives, Armed Services Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. House of Representatives, Financial Services Committee\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Immigration and Customs Enforcement\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Institute of American Indian and Alaska Native Culture and Arts Development\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Institute of Museum and Library Services\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Inter-American Foundation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. International Boundary and Water Commission, United States and Mexico\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. International Development Finance Corporation\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. International Development Finance Corporation OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. International Trade Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. International Trade Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. International Trade Commission, Office of Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Marine Mammal Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Merit Systems Protection Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Aeronautics and Space Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Aeronautics and Space Administration OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Council on Disability\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Endowment for the Arts\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Endowment for the Arts OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Endowment for the Humanities\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Foundation on the Arts and the Humanities\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Mediation Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Nuclear Security Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. National Transportation Safety Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Natural Resources Conservation Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Nuclear Regulatory Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Nuclear Waste Technical Review Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Office of Government Ethics\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Office of Management and Budget\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Office of Management and Budget, Office of Federal Procurement Policy\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Office of Special Counsel\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Office of the Director of National Intelligence\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Office of the Federal Register\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Office of the President-Elect\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Patent and Trademark Office\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Peace Corps\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Postal Regulatory Commission\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Postal Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Postal Service OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Privacy and Civil Liberties Oversight Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Public Health Service\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Railroad Retirement Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Railroad Retirement Board OIG\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Regulatory Information Service Center\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Selective Service System\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Senate\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Senate Committee on Banking, Housing and Urban Affairs\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Senate, Committee on Energy and Natural Resources\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Senate, Committee on Environment and Public Works\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Senate, Committee on Foreign Relations\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Social Security Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Social Security Administration, Office of Inspector General\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. State Justice Institute\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Surface Transportation Board\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Trade and Development Agency\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Virgin Islands Department of Banking, Insurance, and Financial Regulation\",\n        \"states\": [\n            {\n                \"name\": \"U.S. Virgin Islands\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Virgin Islands Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"U.S. Virgin Islands\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Virgin Islands Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"U.S. Virgin Islands\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"U.S. Virgin Islands Office of the Lieutenant Governor\",\n        \"states\": [\n            {\n                \"name\": \"U.S. Virgin Islands\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Department of Commerce\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Department of Commerce, Division of Securities\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Department of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Department of Workforce Services\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Insurance Department\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Labor Commission\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Office of Administrative Rules\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah State Senate\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Utah State Treasurer\",\n        \"states\": [\n            {\n                \"name\": \"Utah\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Administration, Department of Taxes\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Agriculture, Food and Markets\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Human Services, Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Human Services, Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Natural Resources, Department of Forests, Parks, and Recreation\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Natural Resources, Fish and Wildlife Board\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Agency of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Board of Medical Practice\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Department for Children and Families, Agency of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Department of Disabilities, Aging and Independent Living, Agency of Human Services\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Department of Financial Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Enhanced 911 Board\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont General Assembly\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Office of the Secretary of State, Office of Professional Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Public Utility Commission\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Senate\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Vermont Standards Board for Professional Educators\",\n        \"states\": [\n            {\n                \"name\": \"Vermont\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Veterans Affairs Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Veterans UK\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Alcoholic Beverage Control Authority\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Aviation Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Board for Contractors\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Board of Audiology and Speech-Language Pathology\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Board of Local and Regional Jails\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Board of Psychology\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Cemetery Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Charitable Gaming Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Common Interest Community Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department for Aging and Rehabilitative Services\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Agriculture and Consumer Services\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Agriculture and Consumer Services, Office of Charitable and Regulatory Programs\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Behavioral Health and Developmental Services\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Criminal Justice Services\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Education\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Elections\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Environmental Quality\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Environmental Qualitys State Air Pollution Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Environmental Qualitys Virginia State Water Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Forensic Science\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of General Services\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Counseling\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Dentistry\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Funeral Directors and Embalmers\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Long-Term Care Administrators\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Medicine\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Physical Therapy\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Psychology\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Social Work\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Health Professions, Board of Veterinary Medicine\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Housing and Community Development\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Labor and Industry\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Labor and Industry, Safety and Health Codes Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Medical Assistance Services\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Auctioneers Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Board for Asbestos, Lead, and Home Inspectors\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Board for Barbers and Cosmetology\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Board for Branch Pilots\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Board for Contractors\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Board for Hearing Aid Specialists and Opticians\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Board for Professional Soil Scientists, Wetland Professionals, and Geologists\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Board for Waste Management Facility Operators\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Professional and Occupational Regulation, Board for Waterworks and Wastewater Works Operators and Onsite Sewage System Professionals\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Social Services\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of State Police\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Taxation\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of the Treasury\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Department of Wildlife Resources\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Employment Commission\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia House of Delegates\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Housing\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Lottery Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Marine Resources Commission\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Real Estate Appraiser Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Real Estate Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Board of Elections\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Board of Social Services\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Corporation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Corporation Commission, Bureau of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Corporation Commission, Division of Public Service Taxation\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Corporation Commission, Division of Public Utility Regulation\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Corporation Commission, Division of Securities and Retail Franchising\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Corporation Commission, Division of Utility and Railroad Safety\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Corporation Commission, Office of the County Clerk\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Corporations Commission Bureau of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia State Water Control Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Waste Management Board\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Virginia Workers' Compensation Commission\",\n        \"states\": [\n            {\n                \"name\": \"Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Visit Florida\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Volunteer Florida Foundation\",\n        \"states\": [\n            {\n                \"name\": \"Florida\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Convention Center Authority (DC)\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington County Road Administration Board\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Commerce\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Financial Institutions, Division of Administration\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Financial Institutions, Division of Consumer Services\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Financial Institutions, Division of Securities\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Labor and Industries\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Licensing, Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Retirement Systems\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Employment Security Department\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Employment Security Department, Employment Security Advisory Committee\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Gambling Commission\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Health Care Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Legislators House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Liquor and Cannabis Board\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Office of Financial Management\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Office of the Attorney General\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington Senate\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington State Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington State Investment Board\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington State Liquor and Cannabis Board\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington State Lottery\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Washington State Office of the Insurance Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"Washington\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Western Area Power Administration\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Western Interstate Commission for Higher Education\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Unassigned\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Air Quality Board\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Alcohol Beverage Control Administration\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Accountancy\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Acupuncture\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Barbers and Cosmetologists\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Dentistry\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Education\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Examiners for Registered Professional Nurses\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Examiners in Counseling\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Examiners of Psychologists\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Examiners, Speech-Language Pathology and Audiology\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Funeral Service Examiners\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Landscape Architects\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Licensed Dietitians\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Medicine\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Occupational Therapy\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Optometry\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Osteopathy\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Pharmacy\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Physical Therapy\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Professional Surveyors\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Respiratory Care\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Risk and Insurance Management\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Board of Veterinary Medicine\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Bureau of Senior Services\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Chiropractic Examiners\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Committee on Crime, Delinquency and Correction\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Community and Technical College Education\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Conservation Agency\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Contractor Licensing Board\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Dangerous Wild Animal Board\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Administration\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Agriculture\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Commerce, Division of Forestry\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Environmental Protection\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Health\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Health and Human Resources\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Labor\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Labor, Board of Manufactured Housing Construction and Safety\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Labor, Contractor Licensing Board\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Department of Transportation, Division of Multimodal Transportation Facilities\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Division of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Division of Motor Vehicles\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Division of Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Division of Personnel\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Emergency Management\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Ethics Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Family Protection Services Board\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Health Care Authority\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Higher Education Policy Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Highways Division\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia House of Delegates\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Human Services\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Lottery Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Massage Therapy Licensure Board\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Medical Imaging and Radiation Therapy Technology Board of Examiners\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Municipal Pensions Oversight Board\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Nursing Home Administrators Licensing Board\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Office of Miners Health, Safety and Training\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Office of Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Office of Technology\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Offices of the Insurance Commissioner\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Public Energy Authority\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Public Service Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Racing Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Real Estate Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia School Building Authority\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Secondary School Activities Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Senate\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Social Work Examiners\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia State Auditor's Office\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia State Election Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia State Fire Commission\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia State Fire Marshal\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia State Police\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia State Tax Department\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Waste Management, Division of Water and Waste Management\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Water and Waste Management\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"West Virginia Workers' Compensation\",\n        \"states\": [\n            {\n                \"name\": \"West Virginia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Accounting Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Board of Nursing\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Controlled Substances Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Dentistry Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Administration, Division of Personnel Management\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Agriculture, Trade and Consumer Protection\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Children and Families\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Corrections\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Employee Trust Funds\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Financial Institutions\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Financial Institutions, Division of Securities\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Financial Institutions, Office of the Secretary\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Health Services\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Natural Resources\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Public Instruction\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Revenue\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Safety and Professional Services\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Safety and Professional Services, Real Estate Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Transportation\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Veteran's Affairs\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Department of Workforce Development\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Examining Board of Architects, Landscape Architects, Professional Engineers, Designers, and Professional Land Surveyors\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Funeral Directors Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Hearing and Speech Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Marriage and Family Therapy, Counseling, and Social Worker Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Office of the Commissioner of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Optometry Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Pharmacy Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Physical Therapy Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Psychology Examining Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Public Service Commission\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Senate\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin State Assembly\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin State Legislature\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wisconsin Technical College System Board\",\n        \"states\": [\n            {\n                \"name\": \"Wisconsin\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Women and Gender Equality Canada\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Canada\"\n            }\n        ]\n    },\n    {\n        \"name\": \"World Bank Group\",\n        \"states\": [\n            {\n                \"name\": \"District of Columbia\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wyoming Department of Insurance\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wyoming Department of Workforce Services\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wyoming Division of Banking\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wyoming House of Representatives\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wyoming Office of the Governor\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wyoming Secretary of State\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wyoming Secretary of State, Securities Division\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Wyoming Senate\",\n        \"states\": [\n            {\n                \"name\": \"Wyoming\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Your Health Idaho\",\n        \"states\": [\n            {\n                \"name\": \"Idaho\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"name\": \"United States\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Youth Justice Board for England and Wales\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"United Kingdom\"\n            }\n        ]\n    },\n    {\n        \"name\": \"Zambia Medicines Regulatory Authority\",\n        \"states\": [],\n        \"countries\": [\n            {\n                \"name\": \"Zambia\"\n            }\n        ]\n    }\n]"},{"id":"8835597a-2d81-4900-af0f-8eb7119293c3","name":"Actual API Response Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"apikey\":\"<REDACTED>\"}","options":{"raw":"json"}},"url":"https://api.regalytics.ai/api/v3/agencies/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"10th Congressional District of California\",\"states\":[{\"name\":\"California\"}],\"countries\":[{\"name\":\"United States\"}]},{\"name\":\"10th Congressional District of Florida\",\"states\":[{\"name\":\"Florida\"}],\"countries\":[{\"name\":\"United States\"}]},{\"name\":\"10th Congressional District of Georgia\",\"states\":[{\"name\":\"Georgia\"}],\"countries\":[{\"name\":\"United States\"}]},{\"name\":\"10th Congressional District of Illinois\",\"states\":[{\"name\":\"Illinois\"}],\"countries\":[{\"name\":\"Unassigned\"}]},{\"name\":\"10th Congressional District of Michigan\",\"states\":[{\"name\":\"Michigan\"}],\"countries\":[{\"name\":\"United States\"}]},{\"name\":\"10th Congressional District of New Jersey\",\"states\":[{\"name\":\"New Jersey\"}],\"countries\":[{\"name\":\"United States\"}]},{\"name\":\"10th Congressional District of North Carolina\",\"states\":[{\"name\":\"North Carolina\"}],\"countries\":[{\"name\":\"United States\"}]},{\"name\":\"10th Congressional District of Ohio\",\"states\":[{\"name\":\"Ohio\"}],\"countries\":[{\"name\":\"United States\"}]},{\"name\":\"10th Congressional District of Pennsylvania\",\"states\":[{\"name\":\"Pennsylvania\"}],\"countries\":[{\"name\":\"United States\"}]},{\"name\":\"10th Congressional District of Texas\",\"states\":[{\"name\":\"Texas\"}],\"countries\":[{\"name\":\"United States\"}]}]"}],"_postman_id":"051319a8-0672-4944-9ffa-cc1cdc8aed37"}],"id":"1132fc01-0366-4e4f-83f6-6e2f92a2e804","description":"<p>Endpoints for retrieving agency information from the RegAlytics API.</p>\n","_postman_id":"1132fc01-0366-4e4f-83f6-6e2f92a2e804"},{"name":"Subtype Classification","item":[{"name":"Subtype Classication v3","id":"5a7d9986-5ae5-408e-a814-b38fffb4155d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"apikey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/subtypeclassifications/","urlObject":{"protocol":"https","path":["api","v3","subtypeclassifications",""],"host":["api","regalytics","ai"],"query":[],"variable":[]}},"response":[{"id":"5876ef45-7309-4611-994c-26c1f317a469","name":"Subtype Classification v3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"apikey\": \"apikey\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.regalytics.ai/api/v3/subtypeclassifications/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Thu, 18 Jan 2024 04:06:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"576"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Bill\"\n    },\n    {\n        \"name\": \"Blog\"\n    },\n    {\n        \"name\": \"Cease & Desist Orders\"\n    },\n    {\n        \"name\": \"Civil Money Penalty Orders\"\n    },\n    {\n        \"name\": \"Consent Order\"\n    },\n    {\n        \"name\": \"Event\"\n    },\n    {\n        \"name\": \"Filing\"\n    },\n    {\n        \"name\": \"Formal Agreements\"\n    },\n    {\n        \"name\": \"Hearing\"\n    },\n    {\n        \"name\": \"Meeting\"\n    },\n    {\n        \"name\": \"News\"\n    },\n    {\n        \"name\": \"Notice of Assessment of Civil Money Penalty\"\n    },\n    {\n        \"name\": \"Notice of Charges\"\n    },\n    {\n        \"name\": \"Prohibition Orders\"\n    },\n    {\n        \"name\": \"Prompt Corrective Action Directive\"\n    },\n    {\n        \"name\": \"Resolution\"\n    },\n    {\n        \"name\": \"Restitution Orders\"\n    },\n    {\n        \"name\": \"Rule\"\n    },\n    {\n        \"name\": \"Rulemaking\"\n    },\n    {\n        \"name\": \"Safety & Soundness Orders\"\n    },\n    {\n        \"name\": \"Securities Enforcement Actions\"\n    }\n]"}],"_postman_id":"5a7d9986-5ae5-408e-a814-b38fffb4155d"}],"id":"6944f28e-054d-4a3c-ba85-c357d25bcf9f","_postman_id":"6944f28e-054d-4a3c-ba85-c357d25bcf9f","description":""}],"event":[{"listen":"prerequest","script":{"id":"a7c53983-10d6-4361-b94c-e01d155d29c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cb4ecec7-68d5-4a6f-8c75-697d721e4454","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://api.regalytics.ai"}]}